summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Don't hold the prefetcher mutex while prefetching a single source, the lock p...Andreas Huber2010-02-161-30/+36
| |/
* | The AMRSource failed to properly release a media buffer in case of error.Andreas Huber2010-02-161-6/+11
|/
* Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li...Gloria Wang2010-02-121-8/+1
|\
| * Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-121-8/+1
* | Preserve a preview frame to be restored after resuming the playback session.Andreas Huber2010-02-122-25/+99
* | Squashed commit of the following:Andreas Huber2010-02-124-27/+190
|/
* Merge "Add support for "album artist" tag."Marco Nelissen2010-02-114-0/+8
|\
| * Add support for "album artist" tag.Marco Nelissen2010-02-114-0/+8
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-115-6/+12
* | Support for rendering through an overlay on the droid even if a software rend...Andreas Huber2010-02-113-5/+67
|/
* Fixing AMR recording code.Andreas Huber2010-02-101-3/+6
* Merge "Properly detect Adobe's .f4v file format as an mp4 ISO compliant file."Andreas Huber2010-02-101-1/+1
|\
| * Properly detect Adobe's .f4v file format as an mp4 ISO compliant file.Andreas Huber2010-02-101-1/+1
* | TI does not want the hardware H.263 decoder to be enabled.Andreas Huber2010-02-101-1/+0
|/
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-8/+10
* Merge "Defer actual work of setDataSource given a URI to the prepare phase in...Andreas Huber2010-02-092-24/+109
|\
| * Defer actual work of setDataSource given a URI to the prepare phase in order ...Andreas Huber2010-02-092-24/+109
* | If the codec's input buffer size is too small to accomodate the buffer read f...Andreas Huber2010-02-091-2/+10
|/
* Support the disc number and custom genre tags for mp4.Marco Nelissen2010-02-091-3/+33
* Merge "A little less verbosity in stagefright and special treatment for the e...Andreas Huber2010-02-093-5/+8
|\
| * A little less verbosity in stagefright and special treatment for the error st...Andreas Huber2010-02-093-5/+8
* | Merge "During shutdown, don't loop forever on a state transition to OMX_State...Andreas Huber2010-02-091-2/+8
|\ \ | |/ |/|
| * During shutdown, don't loop forever on a state transition to OMX_StateInvalid.Andreas Huber2010-02-081-2/+8
* | Use bswap_16 instead of swap16, because swap16 is not available in glibcMarco Nelissen2010-02-091-2/+2
* | ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when ...Andreas Huber2010-02-081-3/+7
* | Merge "Properly implement asynchronous preparation of media playback."Andreas Huber2010-02-084-35/+106
|\ \
| * | Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-084-35/+106
* | | Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it en...Marco Nelissen2010-02-081-1/+21
|\ \ \
| * | | Skip the endianness marker when converting UCS-2 to UTF-8, since itMarco Nelissen2010-02-081-1/+21
* | | | Merge "Use Tremor for sim-eng, and Tremolo for other targets."Gloria Wang2010-02-081-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Use Tremor for sim-eng, and Tremolo for other targets.Gloria Wang2010-02-081-1/+8
| |/ /
* | | Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-083-0/+3
|/ /
* | Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo...Gloria Wang2010-02-081-2/+2
|\ \ | |/ |/|
| * Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first.Gloria Wang2010-02-041-2/+2
* | Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor l...Gloria Wang2010-02-051-1/+1
* | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li...Gloria Wang2010-02-051-1/+1
|\ \
| * | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-041-1/+1
| |/
* | Merge "When the extractor is not able to be created successfully, don't crash"James Dong2010-02-051-1/+7
|\ \ | |/ |/|
| * When the extractor is not able to be created successfully, don't crashJames Dong2010-02-041-1/+7
* | Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-044-34/+20
|/
* Merge "Defer creating the video renderer until we see the first video frame."Andreas Huber2010-02-031-14/+16
|\
| * Defer creating the video renderer until we see the first video frame.Andreas Huber2010-02-031-14/+16
* | Previous change broke A/V sync, this is a better change to eliminate negative...Andreas Huber2010-02-031-3/+7
|/