summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Properly fill in the component name for the software decoders." into f...Andreas Huber2010-03-305-0/+10
|\
| * Properly fill in the component name for the software decoders.Andreas Huber2010-03-305-0/+10
* | Timeout on socket recv calls after 5secs, retry connection also if server une...Andreas Huber2010-03-302-4/+35
|/
* Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB.Andreas Huber2010-03-291-0/+7
* Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event ...Andreas Huber2010-03-291-4/+27
|\
| * Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the ...Andreas Huber2010-03-291-4/+27
* | Finer-grained locking in AwesomePlayer, position and duration are now protect...Andreas Huber2010-03-262-18/+21
|/
* Merge "Fix testCameraPreviewMemoryUsage test."Wu-cheng Li2010-03-252-96/+71
|\
| * Fix testCameraPreviewMemoryUsage test.Wu-cheng Li2010-03-252-96/+71
* | Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax)...Andreas Huber2010-03-241-0/+17
|\ \
| * | QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-0/+17
| |/
* | Enable early termination of the prefetcher's preparation phase.Andreas Huber2010-03-244-4/+37
|/
* Clear the local prefetcher strong reference before signalling that prepare() ...Andreas Huber2010-03-231-0/+2
* Fix issue 2472495: Phone cannot be set to silent mode via volume keys while D...Eric Laurent2010-03-221-49/+88
* Unhide the MediaButton receiver API in android.media.AudioManagerJean-Michel Trivi2010-03-221-27/+0
* Update MediaRecorder.java documentation to mention it does not work on the em...James Dong2010-03-221-0/+1
* Merge "libutils Condition are now PRIVATE by default"Mathias Agopian2010-03-191-2/+4
|\
| * libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-191-2/+4
* | Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus dur...Jean-Michel Trivi2010-03-191-15/+52
|\ \
| * | Fix two AudioFocus issues:Jean-Michel Trivi2010-03-191-15/+52
* | | Unhide new constants used in AudioFocus API to denote a situationJean-Michel Trivi2010-03-191-9/+11
|/ /
* | Merge "We should pass null for the album artist if it was not set, instead of...Marco Nelissen2010-03-191-6/+6
|\ \
| * | We should pass null for the album artist if it was not set, instead of a copyMarco Nelissen2010-03-191-6/+6
* | | Fix SDK build Remove links to hidden constant in javadoc.Jean-Michel Trivi2010-03-181-3/+0
* | | Attempt to fix the SDK build.Eric Laurent2010-03-181-1/+1
| |/ |/|
* | Support focus requests where ducking of the loser of audio focusJean-Michel Trivi2010-03-182-30/+43
* | Unhide AudioManager API to control bluetooth SCO audio connection.Eric Laurent2010-03-181-17/+1
* | Merge "Include "album artist" when inserting items in the media provider."Marco Nelissen2010-03-181-1/+5
|\ \ | |/
| * Include "album artist" when inserting items in the media provider.Marco Nelissen2010-03-181-1/+5
* | Merge "Report a runtime error rather than asserting if the amr software decod...Andreas Huber2010-03-181-1/+9
|\ \
| * | Report a runtime error rather than asserting if the amr software decoder read...Andreas Huber2010-03-181-1/+9
* | | Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, fo...Andreas Huber2010-03-181-3/+14
|/ /
* | Either the software mp3 decoder's CRC computation is wrong (and PV never enab...Andreas Huber2010-03-181-1/+1
* | Merge "Issue 2416481: Support Voice Dialer over BT SCO."Eric Laurent2010-03-183-1/+326
|\ \ | |/ |/|
| * Issue 2416481: Support Voice Dialer over BT SCO.Eric Laurent2010-03-183-1/+326
* | Merge "While streaming media data, upon a socket-read error, try reconnecting...Andreas Huber2010-03-182-3/+19
|\ \ | |/ |/|
| * While streaming media data, upon a socket-read error, try reconnecting to the...Andreas Huber2010-03-172-3/+19
* | Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an em...Jean-Michel Trivi2010-03-171-4/+1
|\ \
| * | Fix bug where the ID stored for an OnAudioFocusChangeListener is anJean-Michel Trivi2010-03-171-4/+1
* | | Merge "Don't stop a test case when the test case failed for some of the sampl...James Dong2010-03-171-20/+71
|\ \ \
| * | | Don't stop a test case when the test case failed for some of the sample files.James Dong2010-03-171-20/+71
* | | | Merge "Inserted a 1.5s wait time between the camera release and new camrea."Yu Shan Emily Lau2010-03-171-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Inserted a 1.5s wait time between the camera release and new camrea.Yu Shan Emily Lau2010-03-161-2/+7
* | | | Merge "Implementation of the policing of transport control key press events a...Jean-Michel Trivi2010-03-173-21/+223
|\ \ \ \
| * | | | Implementation of the policing of transport control key pressJean-Michel Trivi2010-03-173-21/+223
* | | | | Merge "Instead of asserting that nothing bad happened during (software-)AAC d...Andreas Huber2010-03-171-1/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Instead of asserting that nothing bad happened during (software-)AAC decoding...Andreas Huber2010-03-171-1/+10
| | |_|/ | |/| |
* | | | Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."Eric Laurent2010-03-171-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue 2416481: Support Voice Dialer over BT SCO.Eric Laurent2010-03-161-2/+13
* | | | "isPlaying" should never block, acquiring the mutex here is unnecessary, rath...Andreas Huber2010-03-161-2/+0