summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Unhide new SoundPool API's. Bug 2415373.Dave Sparks2010-02-171-8/+0
* Merge "Fix logging in SoundPool."Dave Sparks2010-02-171-2/+2
|\
| * Fix logging in SoundPool.Dave Sparks2010-02-171-2/+2
* | Merge "Fix issue 2440226: Car dock volume synchronization."Jaikumar Ganesh2010-02-172-9/+20
|\ \ | |/ |/|
| * Fix issue 2440226: Car dock volume synchronization.Eric Laurent2010-02-162-9/+20
* | Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531."Dave Sparks2010-02-165-10/+134
|\ \
| * | Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-165-10/+134
| |/
* | 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
| |/
* | Merge "The AMRSource failed to properly release a media buffer in case of err...Andreas Huber2010-02-161-6/+11
|\ \
| * | The AMRSource failed to properly release a media buffer in case of error.Andreas Huber2010-02-161-6/+11
| |/
* | Merge "Support decoder queries from media profiles xml configuration file"James Dong2010-02-162-8/+147
|\ \ | |/ |/|
| * Support decoder queries from media profiles xml configuration fileJames Dong2010-02-122-8/+147
* | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li...Gloria Wang2010-02-122-16/+2
|\ \
| * | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-122-16/+2
* | | Merge "Preserve a preview frame to be restored after resuming the playback se...Andreas Huber2010-02-122-25/+99
|\ \ \
| * | | Preserve a preview frame to be restored after resuming the playback session.Andreas Huber2010-02-122-25/+99
* | | | Merge "New API on java's MediaPlayer to suspend/resume a session."Andreas Huber2010-02-128-0/+131
|\ \ \ \ | |/ / / |/| | |
| * | | New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-128-0/+131
* | | | Squashed commit of the following:Andreas Huber2010-02-124-27/+190
|/ / /
* | | Fix issue 2418668: AudioManager isWiredHeadsetOn() always returns false for h...Eric Laurent2010-02-121-0/+2
|/ /
* | Merge "Add support for "album artist" tag."Marco Nelissen2010-02-115-2/+12
|\ \
| * | Add support for "album artist" tag.Marco Nelissen2010-02-115-2/+12
* | | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1117-34/+44
* | | Merge "Support for rendering through an overlay on the droid even if a softwa...Andreas Huber2010-02-113-5/+67
|\ \ \ | |/ / |/| |
| * | Support for rendering through an overlay on the droid even if a software rend...Andreas Huber2010-02-113-5/+67
| |/
* | Revise ThumbnailUtils API.Ray Chen2010-02-111-60/+45
|/
* Merge "Fixing AMR recording code."Andreas Huber2010-02-102-3/+11
|\
| * Fixing AMR recording code.Andreas Huber2010-02-102-3/+11
* | Merge "Do autodetection even if no locale was specified, and use the detected...Marco Nelissen2010-02-101-35/+39
|\ \ | |/ |/|
| * Do autodetection even if no locale was specified, and use theMarco Nelissen2010-02-101-35/+39
* | 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-104-17/+100
|/
* Don't create a genre in the database for genre code 255 (unknown)Marco Nelissen2010-02-101-6/+14
* 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
* | Merge "If the codec's input buffer size is too small to accomodate the buffer...Andreas Huber2010-02-091-2/+10
|\ \
| * | If the codec's input buffer size is too small to accomodate the buffer read f...Andreas Huber2010-02-091-2/+10
| |/
* | Merge "New external storage APIs."Dianne Hackborn2010-02-091-5/+81
|\ \ | |/ |/|
| * New external storage APIs.Dianne Hackborn2010-02-091-5/+81
* | 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