summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* While streaming media data, upon a socket-read error, try reconnecting to the...Andreas Huber2010-03-172-3/+19
* "isPlaying" should never block, acquiring the mutex here is unnecessary, rath...Andreas Huber2010-03-161-2/+0
* Merge "Properly handle errors during the codec configuration phase, attempt t...Andreas Huber2010-03-162-45/+73
|\
| * Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-162-45/+73
* | Merge "Fixes bug 2502132, and masks bug 2518313."Glenn Kasten2010-03-161-1/+1
|\ \
| * | Fixes bug 2502132, and masks bug 2518313.Glenn Kasten2010-03-161-1/+1
* | | Merge "Fix regression in directory scanning"Kenny Root2010-03-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix regression in directory scanningKenny Root2010-03-151-1/+1
| |/
* | Adjust expected text frame length in ID3Kenny Root2010-03-151-0/+1
|/
* We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon...Andreas Huber2010-03-152-52/+0
* Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files."Andreas Huber2010-03-152-7/+50
|\
| * Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files.Andreas Huber2010-03-152-7/+50
* | Merge "Fix the media metadata retriever (tests). The native constants must ma...Andreas Huber2010-03-151-0/+18
|\ \
| * | Fix the media metadata retriever (tests). The native constants must match tho...Andreas Huber2010-03-121-0/+18
* | | Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to...Andreas Huber2010-03-151-0/+2
|\ \ \
| * | | Tag the "testid3" commandline tool as "debug-only". It doesn't need to be inc...Andreas Huber2010-03-151-0/+2
| | |/ | |/|
* | | Fixing the sim build.Andreas Huber2010-03-151-1/+2
|/ /
* | Boost OMX callback dispatcher thread priority to prevent audio playback stutt...Andreas Huber2010-03-121-0/+7
|/
* Merge "HTTPStream and HTTPDataSource now support cancellation of the connecti...Andreas Huber2010-03-127-51/+199
|\
| * HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-127-51/+199
* | Merge "Revert "Do autodetection even if no locale was specified, and use the""Marco Nelissen2010-03-111-39/+35
|\ \
| * | Revert "Do autodetection even if no locale was specified, and use the"Marco Nelissen2010-03-111-39/+35
| * | Revert "Allow invoke in all the player states except idle and error."Nicolas Catania2010-03-111-4/+2
| * | Allow invoke in all the player states except idle and error.Nicolas Catania2010-03-101-2/+4
* | | Allow invoke in all the player states except idle and error.Nicolas Catania2010-03-111-2/+4
| |/ |/|
* | Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-102-2/+1
|/
* Merge "Instead of instantiating StagefrightMetadataRetriever directly, instan...Andreas Huber2010-03-101-8/+12
|\
| * Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-101-8/+12
* | MEDIA_PLAYER_STATE_ERROR is not a bitmaskMarco Nelissen2010-03-101-1/+2
|/
* Use a more descriptive user-agent string (similar to PV's before) in stagefri...Andreas Huber2010-03-081-5/+11
* Merge "The audio track was accidentally not participating in the prefetch sin...Andreas Huber2010-03-083-13/+24
|\
| * The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-083-13/+24
* | Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use...Andreas Huber2010-03-081-1/+3
|\ \ | |/ |/|
| * Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the co...Andreas Huber2010-03-081-1/+3
* | Increase the amount of data buffered at preparation time. Make sure to start ...Andreas Huber2010-03-082-24/+21
* | The prefetched source was unnecessarily holding a lock while receiving data f...Andreas Huber2010-03-081-5/+18
|/
* Merge "Fix issue 2428563: Camera rendered inoperable by voice call interrupti...Eric Laurent2010-03-051-3/+7
|\
| * Fix issue 2428563: Camera rendered inoperable by voice call interruption.Eric Laurent2010-03-051-3/+7
* | Merge "Instead of allocating the decoder instances in response to a call to s...Andreas Huber2010-03-052-35/+70
|\ \
| * | Instead of allocating the decoder instances in response to a call to setDataS...Andreas Huber2010-03-052-35/+70
| |/
* | NPR's audio streams start with a 30sec segment whose mp3 headers are subtly d...Andreas Huber2010-03-041-3/+5
|/
* Fix build. I screwed up a merge.Dave Sparks2010-03-021-1/+1
* Add locking to signal in AudioCache::notify(). Bug 2317844.Dave Sparks2010-03-021-1/+2
* Issue 2071329: audio track is shorter than video track for video capture on s...Eric Laurent2010-03-023-2/+38
* Ensure that the audio codec instance is actually going away before we attempt...Andreas Huber2010-03-011-0/+11
* Merge "Don't allow MediaRecorder.setParameter() to be invoked in the followin...James Dong2010-02-261-0/+9
|\
| * Don't allow MediaRecorder.setParameter() to be invoked in the following states:James Dong2010-02-251-0/+9
* | When we're in the 'playback complete' state, don't consider pausingMarco Nelissen2010-02-261-1/+1
* | Merge "The PV aac software decoder screws up if playing a mono-AACplus stream...Andreas Huber2010-02-261-6/+8
|\ \
| * | The PV aac software decoder screws up if playing a mono-AACplus stream unless...Andreas Huber2010-02-261-6/+8