summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change 24178 into eclairAndroid (Google) Code Review2009-09-081-1/+5
|\
| * The qcom decoder requires that the output buffers be allocated by the compone...Andreas Huber2009-09-081-1/+5
* | Add basic metadata retrieval support for midi, ogg, etc.James Dong2009-09-087-13/+334
|/
* Setting the component role appears to be mandatory now for all mime types.Andreas Huber2009-09-021-118/+120
* Some work to make audio encoding work.Andreas Huber2009-09-021-73/+119
* Merge change 23632 into eclairAndroid (Google) Code Review2009-09-021-1/+1
|\
| * Increase buffer allocated to receive HTTP response, YouTube is rather verbose...Andreas Huber2009-09-021-1/+1
* | Squashed commit of the following:Andreas Huber2009-09-011-18/+28
|/
* Temporarily unlock our mutex while fetching a buffer from the upstream source.Andreas Huber2009-08-311-0/+7
* Fixes a race condition between entering ERROR state and initial buffer submit.Andreas Huber2009-08-281-5/+10
* 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
* | An attempt to fix a deadlock between OMXCodec::start and upstream ::readAndreas Huber2009-08-271-3/+17
* | 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
* Make sure not to ask for more buffers when we know that there won't be any, a...Andreas Huber2009-08-251-4/+36
* Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...Andreas Huber2009-08-201-10/+29
* 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
* 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 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
* Build the stagefright library by default.Andreas Huber2009-08-074-74/+33
* 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 mp3 decoder now correctly uses microseconds to measure time. One less quirk.Andreas Huber2009-08-061-3/+0
* | Recording/Export to .mp4/h.263 somewhat works on TI hardware.Andreas Huber2009-08-052-171/+118
|/
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-3112-127/+239
* While other OMX nodes appear to now have switched to using microseconds to ti...Andreas Huber2009-07-281-4/+19
* Squashed commit of the following:Andreas Huber2009-07-288-157/+671
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-2311-336/+1560
* Added native metadata support.niko2009-07-229-77/+216
* Fixing the build: StagefrightPlayer now implements the newly introduced "getM...Andreas Huber2009-07-202-0/+8
* Added method to get metadata out of the player.niko2009-07-174-7/+46
* Merge change 7701Android (Google) Code Review2009-07-171-29/+34
|\
| * Clean up MP3Extractor code and fixes a bug that miscalculated the position of...Andreas Huber2009-07-171-29/+34
* | stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they ar...Andreas Huber2009-07-171-0/+2