summaryrefslogtreecommitdiffstats
path: root/media/libmedia
Commit message (Expand)AuthorAgeFilesLines
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-083-86/+0
* Squashed commit of the following:Andreas Huber2009-12-171-6/+18
* am 6d42d806: Merge change I9cc489a2 into eclairEric Laurent2009-12-071-2/+1
|\
| * Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persiste...Eric Laurent2009-12-071-2/+1
* | Merge change I6c84d731 into eclair-mr2Android (Google) Code Review2009-12-031-1/+2
|\ \
| * | Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWERNaveen Kalla2009-12-031-1/+2
* | | I accidentally broke this code while refactoring MediaScanner. This is the fix.Andreas Huber2009-12-031-7/+0
* | | Refactor MediaScanner. Some steps on the way towards being able to build the ...Andreas Huber2009-12-037-3/+1439
|/ /
* | am 16cc72bd: Fix simulator build.Dave Sparks2009-11-231-3/+12
|\ \ | |/
| * Fix simulator build.Dave Sparks2009-11-231-3/+12
* | am 8424ec32: Merge change I0f9a53d4 into eclairDave Sparks2009-11-231-3/+75
|\ \ | |/
| * Set metadata retriever thread group to the caller's group.Dave Sparks2009-11-231-3/+75
* | am e7800946: Merge change I49f02be9 into eclairEric Laurent2009-11-212-43/+49
|\ \ | |/
| * Issue 2265163: Audio still reported routed through earpiece on sholesEric Laurent2009-11-192-43/+49
* | am fddfb9ae: Merge change Iad79689a into eclairEric Laurent2009-11-121-9/+18
|\ \ | |/
| * Improvements for issue 2197683: English IME key-press latency is noticeably h...Eric Laurent2009-11-111-9/+18
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-052-63/+52
* | am 67b69292: Merge change I93f500a5 into eclairEric Laurent2009-11-055-110/+225
|\ \ | |/
| * Fix issue 2203561: Sholes: audio playing out of earpiece.Eric Laurent2009-11-045-110/+225
* | am bf96aaad: Merge change Icf10db28 into eclairEric Laurent2009-10-242-1/+24
|\ \ | |/
| * Merge change Icf10db28 into eclairAndroid (Google) Code Review2009-10-242-1/+24
| |\
| | * Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_C...Eric Laurent2009-10-212-1/+24
* | | am dd28d563: Fix 2209967 Tonegenerator: mutex not release in startTone() upon...Eric Laurent2009-10-231-4/+6
|\ \ \ | |/ /
| * | Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout wait...Eric Laurent2009-10-231-4/+6
| |/
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-162-61/+45
* | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-081-8/+13
|/
* Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too h...Eric Laurent2009-10-061-11/+23
* Music visualizer support hack.Marco Nelissen2009-10-063-3/+79
* Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ...Eric Laurent2009-09-241-8/+19
* Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-152-0/+26
* Fix issue 2107584: media server crash when AudioFlinger fails to allocate mem...Eric Laurent2009-09-093-9/+26
* Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-081-5/+24
* Fix issue 2045911: Camera Shutter tone does not play correctly while listenin...Eric Laurent2009-08-271-0/+10
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-54/+44
* Squashed commit of the following:Andreas Huber2009-08-171-0/+120
* 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-101-0/+13
* Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-101-43/+0
* 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
|/
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-311-0/+92
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-239-333/+1545
* Added native metadata support.niko2009-07-222-18/+187
* Squashed commit of the following:Andreas Huber2009-07-163-4/+583
* Merge change 7067Android (Google) Code Review2009-07-151-1/+1
|\
| * add a ctor to Mutex to specify the type, which can be shared. This is used by...Mathias Agopian2009-07-131-1/+1
* | first attempt to fix the simMathias Agopian2009-07-131-1/+1
|/
* Don't pass references to temporary objects, and handle the case where we dont...Marco Nelissen2009-07-101-1/+4
* Basic plumbing to retrieve metadata from the native player.Nicolas Catania2009-07-102-5/+33