summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
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
* | 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
|/
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-127-51/+199
* Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-102-2/+1
* Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-101-8/+12
* 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 "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
|/
* Ensure that the audio codec instance is actually going away before we attempt...Andreas Huber2010-03-011-0/+11
* 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
* | Support vendor MPEG4 test content with apparently malformed chunks in them.Andreas Huber2010-02-251-9/+18
|/
* Recover from a certain mp3 decoder error instead of signalling an error and t...Andreas Huber2010-02-241-6/+17
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-236-10/+39
* Return runtime errors instead of asserting in MPEG4 file format validation, a...Andreas Huber2010-02-232-26/+87
* Properly unload the renderer shared library after the renderer goes away.Andreas Huber2010-02-221-5/+38
* This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-2/+12
* Merge "Make sure that the event callback thread is Java capable in the simula...Marco Nelissen2010-02-192-0/+24
|\
| * Make sure that the event callback thread is Java capable in the simulator.Marco Nelissen2010-02-192-0/+24
* | Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting fro...Andreas Huber2010-02-192-6/+23
|\ \
| * | Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-182-6/+23
| |/
* | Fix a race condition in the prefetcher, the source may be shutdown while we'r...Andreas Huber2010-02-181-11/+7
|/
* Merge "Store AudioTrack return value for error condition"Kenny Root2010-02-181-2/+2
|\
| * Store AudioTrack return value for error conditionKenny Root2010-02-181-2/+2
* | We are cancelling this event during reset, but the event may have already bee...Andreas Huber2010-02-171-0/+12
|/
* Disable the TI AMR hardware decoder for audio decoding until its issues are r...Andreas Huber2010-02-171-1/+0
* Merge "If we never triggered a range request but know the content length make...Andreas Huber2010-02-162-2/+17
|\
| * If we never triggered a range request but know the content length make sure t...Andreas Huber2010-02-162-2/+17
* | Merge "Don't hold the prefetcher mutex while prefetching a single source, the...Andreas Huber2010-02-161-30/+36
|\ \