summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the OMX backend for stagefright.Andreas Huber2009-10-1612-458/+776
* Separated private from public header files.Andreas Huber2009-10-1322-33/+634
* Fix various compiler warnings accumulated over time.Andreas Huber2009-10-134-9/+10
* OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-133-1/+27
* Proper chunk size computation for Layer II/III V2 and V2.5, skip optional ID3...Andreas Huber2009-10-121-1/+33
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-129-68/+54
* Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-0810-278/+576
* Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-084-22/+36
* Merge change I729c3938 into eclair-mr2Android (Google) Code Review2009-10-081-0/+5
|\
| * Insert a small delay after submitting to surface flinger and before returning...Andreas Huber2009-10-081-0/+5
* | The vendor is about to check in a fix for this issue, the workaround is no lo...Andreas Huber2009-10-081-33/+0
|/
* Workaround for avc decoder misreporting output buffer size requirements if th...Andreas Huber2009-10-071-2/+30
* 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-065-4/+220
* Remove audio latency fudge factor 96 msec.Jianhong Jiang2009-09-291-1/+1
* Fix some metadata retriever issues:James Dong2009-09-292-24/+27
* Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ...Eric Laurent2009-09-241-8/+19
* Another stagefright test-case and ignore end-of-stream notifications while we...Andreas Huber2009-09-171-0/+7
* Merge change 25158 into eclairAndroid (Google) Code Review2009-09-161-0/+75
|\
| * Another software color conversion implementation, this time OMX_QCOM_COLOR_Fo...Andreas Huber2009-09-151-0/+75
* | The 8k chipset qcom decoders require that the input buffers be allocated usin...Andreas Huber2009-09-151-0/+1
|/
* Merge change 25128 into eclairAndroid (Google) Code Review2009-09-152-15/+101
|\
| * Support CbYCrY -> RGB565 color conversion in IOMXRenderer.Andreas Huber2009-09-152-15/+101
* | Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-155-0/+29
|/
* Added a little more logging in OMXCodec.cpp for vendors to be able to reprodu...Andreas Huber2009-09-141-0/+2
* Merge change 24742 into eclairAndroid (Google) Code Review2009-09-141-2/+12
|\
| * Apparently I must not use OMX_UseBuffer on either input or output ports on an...Andreas Huber2009-09-111-2/+12
* | Merge change 24337 into eclairAndroid (Google) Code Review2009-09-143-9/+26
|\ \ | |/ |/|
| * Fix issue 2107584: media server crash when AudioFlinger fails to allocate mem...Eric Laurent2009-09-093-9/+26
* | Only build the "full" stagefright (including MediaExtractors and MediaPlayer)...Andreas Huber2009-09-113-11/+29
* | Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-112-0/+234
* | Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-1011-98/+238
* | Add component name to informational logging in OMXCodec.cppAndreas Huber2009-09-101-5/+6
* | Merge change 24450 into eclairAndroid (Google) Code Review2009-09-101-19/+67
|\ \
| * | Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.Andreas Huber2009-09-091-19/+67
* | | Merge change 24448 into eclairAndroid (Google) Code Review2009-09-101-1/+14
|\ \ \
| * | | Support for amr-wb tracks in MPEG4Extractor.Andreas Huber2009-09-091-1/+14
| |/ /
* | | Added some more verbose output for AMR formats. Properly fill out the output ...Andreas Huber2009-09-091-1/+85
|/ /
* | Calculate proper output buffer size for some more 16-bit RGB color spaces.Andreas Huber2009-09-091-0/+9
* | Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-095-0/+246
* | Merge change 24179 into eclairAndroid (Google) Code Review2009-09-091-0/+37
|\ \ | |/ |/|
| * Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-0/+37
* | 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