| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Add support for "album artist" tag." | Marco Nelissen | 2010-02-11 | 5 | -2/+12 |
|\ |
|
| * | Add support for "album artist" tag. | Marco Nelissen | 2010-02-11 | 5 | -2/+12 |
* | | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 17 | -34/+44 |
* | | Merge "Support for rendering through an overlay on the droid even if a softwa... | Andreas Huber | 2010-02-11 | 3 | -5/+67 |
|\ \
| |/
|/| |
|
| * | Support for rendering through an overlay on the droid even if a software rend... | Andreas Huber | 2010-02-11 | 3 | -5/+67 |
* | | Revise ThumbnailUtils API. | Ray Chen | 2010-02-11 | 1 | -60/+45 |
|/ |
|
* | Merge "Fixing AMR recording code." | Andreas Huber | 2010-02-10 | 2 | -3/+11 |
|\ |
|
| * | Fixing AMR recording code. | Andreas Huber | 2010-02-10 | 2 | -3/+11 |
* | | Merge "Do autodetection even if no locale was specified, and use the detected... | Marco Nelissen | 2010-02-10 | 1 | -35/+39 |
|\ \
| |/
|/| |
|
| * | Do autodetection even if no locale was specified, and use the | Marco Nelissen | 2010-02-10 | 1 | -35/+39 |
* | | 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 | 4 | -17/+100 |
|/ |
|
* | Don't create a genre in the database for genre code 255 (unknown) | Marco Nelissen | 2010-02-10 | 1 | -6/+14 |
* | 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 |
* | | Merge "If the codec's input buffer size is too small to accomodate the buffer... | Andreas Huber | 2010-02-09 | 1 | -2/+10 |
|\ \ |
|
| * | | If the codec's input buffer size is too small to accomodate the buffer read f... | Andreas Huber | 2010-02-09 | 1 | -2/+10 |
| |/ |
|
* | | Merge "New external storage APIs." | Dianne Hackborn | 2010-02-09 | 1 | -5/+81 |
|\ \
| |/
|/| |
|
| * | New external storage APIs. | Dianne Hackborn | 2010-02-09 | 1 | -5/+81 |
* | | 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 | 5 | -56/+108 |
|\ \ |
|
| * | | Properly implement asynchronous preparation of media playback. | Andreas Huber | 2010-02-08 | 5 | -56/+108 |
* | | | 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 |
* | | | | Merge "Use Tremor for sim-eng, and Tremolo for other targets." | Gloria Wang | 2010-02-08 | 2 | -2/+17 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use Tremor for sim-eng, and Tremolo for other targets. | Gloria Wang | 2010-02-08 | 2 | -2/+17 |
| |/ / |
|
* | | | Add support for the TPOS/TPA (disc number) id3 tag. | Marco Nelissen | 2010-02-08 | 3 | -0/+3 |
|/ / |
|
* | | Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo... | Gloria Wang | 2010-02-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first. | Gloria Wang | 2010-02-04 | 1 | -2/+2 |
* | | Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor l... | Gloria Wang | 2010-02-05 | 2 | -2/+2 |
* | | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li... | Gloria Wang | 2010-02-05 | 2 | -2/+2 |
|\ \ |
|
| * | | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f... | Gloria Wang | 2010-02-04 | 2 | -2/+2 |
| |/ |
|
* | | Merge "When the extractor is not able to be created successfully, don't crash" | James Dong | 2010-02-05 | 1 | -1/+7 |
|\ \ |
|
| * | | When the extractor is not able to be created successfully, don't crash | James Dong | 2010-02-04 | 1 | -1/+7 |
* | | | Merge "Camcorder profile Java API support - Use Enum for Quality instead of i... | James Dong | 2010-02-04 | 2 | -4/+228 |
|\ \ \
| |_|/
|/| | |
|
| * | | Camcorder profile Java API support | James Dong | 2010-02-04 | 2 | -4/+228 |
* | | | Stop using the PV software decoders and use ours (based on PV code) instead e... | Andreas Huber | 2010-02-04 | 4 | -34/+20 |
| |/
|/| |
|
* | | Add getAttributeDouble() and focal length tag. | Wu-cheng Li | 2010-02-04 | 1 | -1/+39 |
|/ |
|
* | Merge "Defer creating the video renderer until we see the first video frame." | Andreas Huber | 2010-02-03 | 1 | -14/+16 |
|\ |
|
| * | Defer creating the video renderer until we see the first video frame. | Andreas Huber | 2010-02-03 | 1 | -14/+16 |
* | | Previous change broke A/V sync, this is a better change to eliminate negative... | Andreas Huber | 2010-02-03 | 1 | -3/+7 |
|/ |
|
* | Fix a deadlock caused by the AudioPlayer notifying the observer that the stre... | Andreas Huber | 2010-02-03 | 3 | -46/+69 |