summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge change 22991 into eclairAndroid (Google) Code Review2009-08-271-4/+14
|\
| * Apparently setting the preferred role of the OMX component is now required on...Andreas Huber2009-08-271-4/+14
* | Merge change 22986 into eclairAndroid (Google) Code Review2009-08-274-1838/+0
|\ \
| * | Squashed commit of the following:Andreas Huber2009-08-274-1838/+0
| |/
* | Fix a typo.Andreas Huber2009-08-271-1/+1
|/
* Merge change 22897 into eclairAndroid (Google) Code Review2009-08-271-0/+10
|\
| * Fix issue 2045911: Camera Shutter tone does not play correctly while listenin...Eric Laurent2009-08-271-0/+10
* | Merge change 22921 into eclairAndroid (Google) Code Review2009-08-271-3/+17
|\ \
| * | An attempt to fix a deadlock between OMXCodec::start and upstream ::readAndreas Huber2009-08-271-3/+17
* | | Merge change 22870 into eclairAndroid (Google) Code Review2009-08-271-1/+2
|\ \ \ | |/ / |/| |
| * | Set Routing to A2DP only when state is Connected.Jaikumar Ganesh2009-08-271-1/+2
| |/
* | Another quirk, some OMX components fail to properly flush before shutdown and...Andreas Huber2009-08-261-6/+44
|/
* assert => CHECK in stagefright.Andreas Huber2009-08-2622-269/+219
* Disregard the EOS buffer flag while flushing or shutting down the decoder.Andreas Huber2009-08-261-1/+2
* Keep up with latest changes to overlay handling on that unnamable platform.Andreas Huber2009-08-263-18/+55
* Fix issue 2076322: AudioService, too many stream volume steps.Eric Laurent2009-08-261-10/+10
* Merge change 22646 into eclairAndroid (Google) Code Review2009-08-251-4/+36
|\
| * Make sure not to ask for more buffers when we know that there won't be any, a...Andreas Huber2009-08-251-4/+36
* | am b56de747: Revert " modified: MediaFrameworkTest/src/com/android/mediafra...Yu Shan Emily Lau2009-08-251-7/+0
|\ \ | |/ |/|
| * Revert " modified: MediaFrameworkTest/src/com/android/mediaframeworktest/fu...Yu Shan Emily Lau2009-08-251-7/+0
* | Fix build.Dianne Hackborn2009-08-241-1/+1
* | I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-244-11/+19
* | am 8c937a17: Merge change 22379 into donutYu Shan Emily Lau2009-08-241-0/+7
|\ \ | |/
| * modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional...Yu Shan Emily Lau2009-08-211-0/+7
| * DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.Chia-chi Yeh2009-08-114-25/+23
* | Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...Andreas Huber2009-08-201-10/+29
* | Fix AudioService on HFP power off due to new Bluetooth API.Nick Pelly2009-08-191-14/+19
* | Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardwar...Andreas Huber2009-08-191-20/+97
* | The PV AVC software decoder expects each fragment of a NAL unit to be handed ...Andreas Huber2009-08-193-99/+133
* | Fix missing -lpthread in linux-sim build.Feng Qian2009-08-181-1/+5
* | Bluetooth: API change.Nick Pelly2009-08-181-28/+23
* | Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-54/+44
* | Squashed commit of the following:Andreas Huber2009-08-1716-153/+2350
* | Fix 1860351: Put datetime in jpeg exif to datetaken field.Chih-Chung Chang2009-08-172-1/+31
* | DO NOT MERGE, ALready merged to master.Sahil Sachdeva2009-08-144-31/+38
* | Change the number of volume steps from 6 to 7 per Verizon RequirementsJared Suttles2009-08-132-15/+23
* | libdrm: "==" should be an assignment.Mike Lockwood2009-08-121-1/+1
* | am cb2b2378: Merge change 20729 into donutWu-cheng Li2009-08-111-1/+4
|\ \ | |/
| * Fix the bug that EXIF attributes are always cached.Wu-cheng Li2009-08-111-1/+4
* | Fix issue 2045983 ToneGenerator: fix void statement.Eric Laurent2009-08-111-1/+1
* | Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-102-9/+28
* | Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-105-397/+15
* | Merge change 20422Android (Google) Code Review2009-08-074-74/+33
|\ \
| * | Build the stagefright library by default.Andreas Huber2009-08-074-74/+33
* | | AudioService now differentiates BT headsets and car kits.Eric Laurent2009-08-071-14/+49
|/ /
* | Merge change 9674Android (Google) Code Review2009-08-071-4/+4
|\ \
| * | Fix problem in AudioTrack with 8 bit PCM and direct output.Eric Laurent2009-08-041-4/+4
* | | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ...Eric Laurent2009-08-074-150/+106
* | | am 3397f169: Capture the start and end memory usage in the output file. Move ...Yu Shan Emily Lau2009-08-061-8/+31
|\ \ \ | | |/ | |/|
| * | Capture the start and end memory usage in the output file. Move the start mem...Yu Shan Emily Lau2009-08-061-8/+31