| Commit message (Expand) | Author | Age | Files | Lines |
* | While streaming media data, upon a socket-read error, try reconnecting to the... | Andreas Huber | 2010-03-17 | 2 | -3/+19 |
* | "isPlaying" should never block, acquiring the mutex here is unnecessary, rath... | Andreas Huber | 2010-03-16 | 1 | -2/+0 |
* | Merge "Properly handle errors during the codec configuration phase, attempt t... | Andreas Huber | 2010-03-16 | 2 | -45/+73 |
|\ |
|
| * | Properly handle errors during the codec configuration phase, attempt to rever... | Andreas Huber | 2010-03-16 | 2 | -45/+73 |
* | | Merge "Fixes bug 2502132, and masks bug 2518313." | Glenn Kasten | 2010-03-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fixes bug 2502132, and masks bug 2518313. | Glenn Kasten | 2010-03-16 | 1 | -1/+1 |
* | | Adjust expected text frame length in ID3 | Kenny Root | 2010-03-15 | 1 | -0/+1 |
|/ |
|
* | We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon... | Andreas Huber | 2010-03-15 | 2 | -52/+0 |
* | Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." | Andreas Huber | 2010-03-15 | 2 | -7/+50 |
|\ |
|
| * | Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. | Andreas Huber | 2010-03-15 | 2 | -7/+50 |
* | | Merge "Fix the media metadata retriever (tests). The native constants must ma... | Andreas Huber | 2010-03-15 | 1 | -0/+18 |
|\ \ |
|
| * | | Fix the media metadata retriever (tests). The native constants must match tho... | Andreas Huber | 2010-03-12 | 1 | -0/+18 |
* | | | Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to... | Andreas Huber | 2010-03-15 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Tag the "testid3" commandline tool as "debug-only". It doesn't need to be inc... | Andreas Huber | 2010-03-15 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Fixing the sim build. | Andreas Huber | 2010-03-15 | 1 | -1/+2 |
|/ / |
|
* | | Boost OMX callback dispatcher thread priority to prevent audio playback stutt... | Andreas Huber | 2010-03-12 | 1 | -0/+7 |
|/ |
|
* | HTTPStream and HTTPDataSource now support cancellation of the connection proc... | Andreas Huber | 2010-03-12 | 7 | -51/+199 |
* | Reduce buffer sizes related to HTTP media data transfer in order to reduce th... | Andreas Huber | 2010-03-10 | 2 | -2/+1 |
* | Instead of instantiating StagefrightMetadataRetriever directly, instantiate a... | Andreas Huber | 2010-03-10 | 1 | -8/+12 |
* | Use a more descriptive user-agent string (similar to PV's before) in stagefri... | Andreas Huber | 2010-03-08 | 1 | -5/+11 |
* | Merge "The audio track was accidentally not participating in the prefetch sin... | Andreas Huber | 2010-03-08 | 3 | -13/+24 |
|\ |
|
| * | The audio track was accidentally not participating in the prefetch since it w... | Andreas Huber | 2010-03-08 | 3 | -13/+24 |
* | | Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use... | Andreas Huber | 2010-03-08 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the co... | Andreas Huber | 2010-03-08 | 1 | -1/+3 |
* | | Increase the amount of data buffered at preparation time. Make sure to start ... | Andreas Huber | 2010-03-08 | 2 | -24/+21 |
* | | The prefetched source was unnecessarily holding a lock while receiving data f... | Andreas Huber | 2010-03-08 | 1 | -5/+18 |
|/ |
|
* | Merge "Instead of allocating the decoder instances in response to a call to s... | Andreas Huber | 2010-03-05 | 2 | -35/+70 |
|\ |
|
| * | Instead of allocating the decoder instances in response to a call to setDataS... | Andreas Huber | 2010-03-05 | 2 | -35/+70 |
* | | NPR's audio streams start with a 30sec segment whose mp3 headers are subtly d... | Andreas Huber | 2010-03-04 | 1 | -3/+5 |
|/ |
|
* | Ensure that the audio codec instance is actually going away before we attempt... | Andreas Huber | 2010-03-01 | 1 | -0/+11 |
* | Merge "The PV aac software decoder screws up if playing a mono-AACplus stream... | Andreas Huber | 2010-02-26 | 1 | -6/+8 |
|\ |
|
| * | The PV aac software decoder screws up if playing a mono-AACplus stream unless... | Andreas Huber | 2010-02-26 | 1 | -6/+8 |
* | | Support vendor MPEG4 test content with apparently malformed chunks in them. | Andreas Huber | 2010-02-25 | 1 | -9/+18 |
|/ |
|
* | Recover from a certain mp3 decoder error instead of signalling an error and t... | Andreas Huber | 2010-02-24 | 1 | -6/+17 |
* | Propagate errors all the way through the MediaSources and send either MEDIA_P... | Andreas Huber | 2010-02-23 | 6 | -10/+39 |
* | Return runtime errors instead of asserting in MPEG4 file format validation, a... | Andreas Huber | 2010-02-23 | 2 | -26/+87 |
* | Properly unload the renderer shared library after the renderer goes away. | Andreas Huber | 2010-02-22 | 1 | -5/+38 |
* | This hardware video decoder lies about its required input buffer sizes alloca... | Andreas Huber | 2010-02-22 | 1 | -2/+12 |
* | Merge "Make sure that the event callback thread is Java capable in the simula... | Marco Nelissen | 2010-02-19 | 2 | -0/+24 |
|\ |
|
| * | Make sure that the event callback thread is Java capable in the simulator. | Marco Nelissen | 2010-02-19 | 2 | -0/+24 |
* | | Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting fro... | Andreas Huber | 2010-02-19 | 2 | -6/+23 |
|\ \ |
|
| * | | Implement legacy behaviour for MediaPlayer's behaviour of starting from the s... | Andreas Huber | 2010-02-18 | 2 | -6/+23 |
| |/ |
|
* | | Fix a race condition in the prefetcher, the source may be shutdown while we'r... | Andreas Huber | 2010-02-18 | 1 | -11/+7 |
|/ |
|
* | Merge "Store AudioTrack return value for error condition" | Kenny Root | 2010-02-18 | 1 | -2/+2 |
|\ |
|
| * | Store AudioTrack return value for error condition | Kenny Root | 2010-02-18 | 1 | -2/+2 |
* | | We are cancelling this event during reset, but the event may have already bee... | Andreas Huber | 2010-02-17 | 1 | -0/+12 |
|/ |
|
* | Disable the TI AMR hardware decoder for audio decoding until its issues are r... | Andreas Huber | 2010-02-17 | 1 | -1/+0 |
* | Merge "If we never triggered a range request but know the content length make... | Andreas Huber | 2010-02-16 | 2 | -2/+17 |
|\ |
|
| * | If we never triggered a range request but know the content length make sure t... | Andreas Huber | 2010-02-16 | 2 | -2/+17 |
* | | Merge "Don't hold the prefetcher mutex while prefetching a single source, the... | Andreas Huber | 2010-02-16 | 1 | -30/+36 |
|\ \ |
|