summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Revive support for video encoding in OMXCodec.Andreas Huber2009-10-291-5/+118
* am 54620b1a: Merge change I6e50a8c6 into eclairAndreas Huber2009-10-281-0/+1
|\
| * Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuf...Andreas Huber2009-10-261-0/+1
* | Merge change I155e2ad0 into eclair-mr2Android (Google) Code Review2009-10-282-92/+108
|\ \
| * | Re-enable CameraSource.Andreas Huber2009-10-282-92/+108
* | | When freeing an OMX node, attempt to transition it from its current state all...Andreas Huber2009-10-263-1/+100
|/ /
* | New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-2312-74/+87
* | 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-232-6/+3
* | Merge change Ie13526ad into eclair-mr2Android (Google) Code Review2009-10-231-37/+109
|\ \
| * | Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-231-37/+109
* | | 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
* | | Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-226-5/+89
* | | 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-211-2/+2
* | 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-167-393/+720
* | 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-132-0/+23
* | 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-086-275/+318
* | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-083-14/+23
* | 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
|/
* 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-152-0/+2
|/
* Added a little more logging in OMXCodec.cpp for vendors to be able to reprodu...Andreas Huber2009-09-141-0/+2
* Apparently I must not use OMX_UseBuffer on either input or output ports on an...Andreas Huber2009-09-111-2/+12
* Only build the "full" stagefright (including MediaExtractors and MediaPlayer)...Andreas Huber2009-09-111-10/+16
* 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
|/