summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge change I155e2ad0 into eclair-mr2Android (Google) Code Review2009-10-282-92/+108
|\
| * Re-enable CameraSource.Andreas Huber2009-10-282-92/+108
* | Use a simple replacement for String8 that allocates its storage beforehand to...Andreas Huber2009-10-271-1/+34
* | When freeing an OMX node, attempt to transition it from its current state all...Andreas Huber2009-10-263-1/+100
* | 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
* | | New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-2313-94/+88
* | | Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-238-9/+191
* | | Make stagefright a little less verbose. Fix heap corruption for real.Andreas Huber2009-10-233-12/+9
* | | Merge change Ie13526ad into eclair-mr2Android (Google) Code Review2009-10-232-38/+111
|\ \ \
| * | | Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-232-38/+111
* | | | Merge change Icb64cd2c into eclair-mr2Android (Google) Code Review2009-10-231-1/+2
|\ \ \ \
| * | | | Still don't know why the heap gets corrupted, but not deleting the OMXNodeIns...Andreas Huber2009-10-221-1/+2
* | | | | 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
* | | | Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-227-6/+100
* | | | am b0e6a9a0: Merge change I7a03b074 into eclairAndreas Huber2009-10-221-1/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Now that the underlying bug is fixed we can continue using OMX_UseBuffer for ...Andreas Huber2009-10-211-1/+0
| |/
| * do not merge: The qcom video decoders always output yuv data after adjusting ...Andreas Huber2009-10-202-1/+8
* | Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in...Andreas Huber2009-10-212-4/+12
* | Avoid signaling a format change to the client if its insubstantial.Andreas Huber2009-10-191-1/+72
* | Fixing the build by renaming private "string.h" header file.Andreas Huber2009-10-196-5/+5
* | 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