| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | Don't hold the prefetcher mutex while prefetching a single source, the lock p... | Andreas Huber | 2010-02-16 | 1 | -30/+36 |
| |/ |
|
* | | The AMRSource failed to properly release a media buffer in case of error. | Andreas Huber | 2010-02-16 | 1 | -6/+11 |
|/ |
|
* | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li... | Gloria Wang | 2010-02-12 | 1 | -8/+1 |
|\ |
|
| * | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f... | Gloria Wang | 2010-02-12 | 1 | -8/+1 |
* | | Preserve a preview frame to be restored after resuming the playback session. | Andreas Huber | 2010-02-12 | 2 | -25/+99 |
* | | Squashed commit of the following: | Andreas Huber | 2010-02-12 | 4 | -27/+190 |
|/ |
|
* | Merge "Add support for "album artist" tag." | Marco Nelissen | 2010-02-11 | 4 | -0/+8 |
|\ |
|
| * | Add support for "album artist" tag. | Marco Nelissen | 2010-02-11 | 4 | -0/+8 |
* | | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 5 | -6/+12 |
* | | Support for rendering through an overlay on the droid even if a software rend... | Andreas Huber | 2010-02-11 | 3 | -5/+67 |
|/ |
|
* | Fixing AMR recording code. | Andreas Huber | 2010-02-10 | 1 | -3/+6 |
* | Merge "Properly detect Adobe's .f4v file format as an mp4 ISO compliant file." | Andreas Huber | 2010-02-10 | 1 | -1/+1 |
|\ |
|
| * | Properly detect Adobe's .f4v file format as an mp4 ISO compliant file. | Andreas Huber | 2010-02-10 | 1 | -1/+1 |
* | | TI does not want the hardware H.263 decoder to be enabled. | Andreas Huber | 2010-02-10 | 1 | -1/+0 |
|/ |
|
* | Implementation of stagefright-enabled MediaPlayerService::decode functionality | Andreas Huber | 2010-02-10 | 1 | -8/+10 |
* | Merge "Defer actual work of setDataSource given a URI to the prepare phase in... | Andreas Huber | 2010-02-09 | 2 | -24/+109 |
|\ |
|
| * | Defer actual work of setDataSource given a URI to the prepare phase in order ... | Andreas Huber | 2010-02-09 | 2 | -24/+109 |
* | | If the codec's input buffer size is too small to accomodate the buffer read f... | Andreas Huber | 2010-02-09 | 1 | -2/+10 |
|/ |
|
* | Support the disc number and custom genre tags for mp4. | Marco Nelissen | 2010-02-09 | 1 | -3/+33 |
* | Merge "A little less verbosity in stagefright and special treatment for the e... | Andreas Huber | 2010-02-09 | 3 | -5/+8 |
|\ |
|
| * | A little less verbosity in stagefright and special treatment for the error st... | Andreas Huber | 2010-02-09 | 3 | -5/+8 |
* | | Merge "During shutdown, don't loop forever on a state transition to OMX_State... | Andreas Huber | 2010-02-09 | 1 | -2/+8 |
|\ \
| |/
|/| |
|
| * | During shutdown, don't loop forever on a state transition to OMX_StateInvalid. | Andreas Huber | 2010-02-08 | 1 | -2/+8 |
* | | Use bswap_16 instead of swap16, because swap16 is not available in glibc | Marco Nelissen | 2010-02-09 | 1 | -2/+2 |
* | | ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when ... | Andreas Huber | 2010-02-08 | 1 | -3/+7 |
* | | Merge "Properly implement asynchronous preparation of media playback." | Andreas Huber | 2010-02-08 | 4 | -35/+106 |
|\ \ |
|
| * | | Properly implement asynchronous preparation of media playback. | Andreas Huber | 2010-02-08 | 4 | -35/+106 |
* | | | Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it en... | Marco Nelissen | 2010-02-08 | 1 | -1/+21 |
|\ \ \ |
|
| * | | | Skip the endianness marker when converting UCS-2 to UTF-8, since it | Marco Nelissen | 2010-02-08 | 1 | -1/+21 |