summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Use Java API from xml configuration in the test applicationJames Dong2010-02-223-126/+101
* am 8978547f: am f5fe3949: Fix issue 2459650.Eric Laurent2010-02-221-1/+3
|\
| * am f5fe3949: Fix issue 2459650.Eric Laurent2010-02-221-1/+3
| |\
| | * Fix issue 2459650.Eric Laurent2010-02-221-1/+3
* | | Merge "Increase the sleep time to fix testTakePicture."Wu-cheng Li2010-02-212-2/+2
|\ \ \
| * | | Increase the sleep time to fix testTakePicture.Wu-cheng Li2010-02-222-2/+2
* | | | sdutils: Get rid of sdutils - use vdc for similar low level functionsSan Mehat2010-02-202-213/+0
* | | | Merge "Make sure that the event callback thread is Java capable in the simula...Marco Nelissen2010-02-192-0/+24
|\ \ \ \
| * | | | Make sure that the event callback thread is Java capable in the simulator.Marco Nelissen2010-02-192-0/+24
* | | | | The MediaScanner is way too obsessed with restricting the files to be scanned.Andreas Huber2010-02-191-19/+1
* | | | | Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting fro...Andreas Huber2010-02-193-6/+25
|\ \ \ \ \
| * | | | | Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-183-6/+25
| |/ / / /
* | | | | Fix a race condition in the prefetcher, the source may be shutdown while we'r...Andreas Huber2010-02-181-11/+7
|/ / / /
* | | | Merge "Range check in MediaScanner::processDirectory"Kenny Root2010-02-181-1/+1
|\ \ \ \
| * | | | Range check in MediaScanner::processDirectoryKenny Root2010-02-181-1/+1
* | | | | 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
|/ / / /
* | | | Merge "Disable the TI AMR hardware decoder for audio decoding until its issue...Andreas Huber2010-02-171-1/+0
|\ \ \ \
| * | | | Disable the TI AMR hardware decoder for audio decoding until its issues are r...Andreas Huber2010-02-171-1/+0
* | | | | 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
|\ \ \