summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Instead of inserting semi-random delays after submission to sur...Andreas Huber2009-11-191-23/+35
* Delegate the platform dependent hardware renderer implementation to a shared ...Andreas Huber2009-11-125-300/+36
* Make AudioPlayer a little less verbose, defer starting audio playback until a...Andreas Huber2009-11-052-3/+21
* DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-0511-400/+851
* Now that UseBuffer on this component is fixed, let's use it.Andreas Huber2009-11-051-1/+0
* Fix video flickering by propagating the NO_CACHING flag from the master to Me...Andreas Huber2009-11-031-1/+2
* Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuf...Andreas Huber2009-10-261-0/+1
* 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
* 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
|/
* 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
* Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-0/+37
* The qcom decoder requires that the output buffers be allocated by the compone...Andreas Huber2009-09-081-1/+5
* 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
|/
* 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