summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files.Andreas Huber2010-03-152-7/+50
* 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-128-56/+217
|\
| * HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-128-56/+217
* | 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
* | | Allow invoke in all the player states except idle and error.Nicolas Catania2010-03-111-2/+4
| |/ |/|
* | Merge "Reduce buffer sizes related to HTTP media data transfer in order to re...Andreas Huber2010-03-113-3/+2
|\ \ | |/ |/|
| * Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-103-3/+2
* | Revert "Allow invoke in all the player states except idle and error."Nicolas Catania2010-03-111-4/+2
* | Merge "Allow invoke in all the player states except idle and error."Nicolas Catania2010-03-111-2/+4
|\ \ | |/ |/|
| * Allow invoke in all the player states except idle and error.Nicolas Catania2010-03-101-2/+4
* | Merge "Extend stagefright tool to extract either album art or video frame."Andreas Huber2010-03-101-4/+16
|\ \ | |/ |/|
| * Extend stagefright tool to extract either album art or video frame.Andreas Huber2010-03-101-4/+16
* | Merge "Instead of instantiating StagefrightMetadataRetriever directly, instan...Andreas Huber2010-03-102-10/+14
|\ \ | |/
| * Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-102-10/+14
* | MEDIA_PLAYER_STATE_ERROR is not a bitmaskMarco Nelissen2010-03-101-1/+2
|/
* Merge "Use a more descriptive user-agent string (similar to PV's before) in s...Andreas Huber2010-03-091-5/+11
|\
| * Use a more descriptive user-agent string (similar to PV's before) in stagefri...Andreas Huber2010-03-081-5/+11
* | Merge "Add camera parameter string constant for "true"."Wu-cheng Li2010-03-082-0/+5
|\ \ | |/ |/|
| * Add camera parameter string constant for "true".Wu-cheng Li2010-03-082-0/+5
* | Merge "The audio track was accidentally not participating in the prefetch sin...Andreas Huber2010-03-084-14/+25
|\ \
| * | The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-084-14/+25
* | | 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
|/
* Add location provider name to gps-processing-method in EXIF header.Ray Chen2010-03-052-0/+4
* 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-026-2/+50
* Unhide zoom API.Wu-cheng Li2010-03-012-1/+28
* 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
* | | Unhide exposure compensation API.Wu-cheng Li2010-02-262-8/+17
* | | Merge "Support vendor MPEG4 test content with apparently malformed chunks in ...Andreas Huber2010-02-251-9/+18
|\ \ \ | |_|/ |/| |
| * | Support vendor MPEG4 test content with apparently malformed chunks in them.Andreas Huber2010-02-251-9/+18
| |/
* | Merge "Add some space and total memory amount to the memory dump from the med...James Dong2010-02-251-1/+3
|\ \
| * | Add some space and total memory amount to the memory dump from the media serv...James Dong2010-02-251-1/+3
| |/
* | Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-252-0/+41
|\ \ | |/ |/|
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-242-0/+41