summaryrefslogtreecommitdiffstats
path: root/media/libmedia
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change 6636Android (Google) Code Review2009-07-092-1/+25
|\
| * Implemented the metadata changed notification filters.Nicolas Catania2009-07-092-1/+25
* | am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialp...Eric Laurent2009-07-091-0/+2
|\ \ | |/ |/|
| * Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-callEric Laurent2009-07-091-0/+2
* | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the p...Eric Laurent2009-07-072-22/+14
|\ \ | |/
| * Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...Eric Laurent2009-07-072-22/+14
* | Direct api to the native media player.Nicolas Catania2009-06-243-1/+29
* | am 1bee98af: Merge change 5100 into donutAndroid (Google) Code Review2009-06-231-135/+681
|\ \ | |/
| * Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-231-135/+681
* | Renamed all android.hardware.IMedia* strings to android.media.IMedia*niko2009-06-225-8/+5
* | am d670b8c6: Merge change 3981 into donutAndroid (Google) Code Review2009-06-122-3/+2
|\ \ | |/
| * Removed trailing whitespaces.Nicolas Catania2009-06-112-3/+2
* | am b2df1699: Merge change 1548 into donutAndroid (Google) Code Review2009-06-081-4/+4
|\ \ | |/
| * NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).Jianhong Jiang2009-06-081-4/+4
* | am f3288f17: Merge change 2468 into donutAndroid (Google) Code Review2009-05-261-0/+2
|\ \ | |/
| * setVolume did not check interface descriptorDave Sparks2009-05-261-0/+2
* | some work to try to reduce the code size of some native librariesMathias Agopian2009-05-269-54/+0
* | am de8268d6: Merge change 2331 into donutAndroid (Google) Code Review2009-05-262-10/+16
|\ \ | |/
| * Fix issue 1846343 - part 1Eric Laurent2009-05-262-10/+16
* | move libbinder's header files under includes/binderMathias Agopian2009-05-2015-25/+25
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-1/+1
|/
* Don't allow negative numbers in ToneGenerator toneType parameterDave Sparks2009-05-071-1/+1