summaryrefslogtreecommitdiffstats
path: root/media/libmedia
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-012-6/+683
* Simplify the MemoryDealer implementationMathias Agopian2010-01-292-2/+0
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-282-6/+36
* Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-262-1/+47
* Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-252-7/+9
* Fix issue 2363154: Speech synthesis fails to start over A2DP after media serv...Eric Laurent2010-01-251-0/+3
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-3/+7
* Merge "Avoid unnecessary buffer copying if at all possible, detect if running...Andreas Huber2010-01-191-3/+21
|\
| * Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-3/+21
* | Media server death nodificationJames Dong2010-01-154-95/+129
|/
* 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