summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
Commit message (Expand)AuthorAgeFilesLines
* The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-251-0/+1
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-0/+2
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-0/+1
* Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode...Andreas Huber2009-12-071-1/+1
* A small sample tool to encode pcm audio data to amr, decode it again and play...Andreas Huber2009-12-011-2/+1
* Squashed commit of the following:Andreas Huber2009-11-161-0/+1
* Revive support for video encoding in OMXCodec.Andreas Huber2009-10-291-0/+2
* Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-231-1/+13
* Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in...Andreas Huber2009-10-211-1/+0
* OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-131-0/+1
* The vendor is about to check in a fix for this issue, the workaround is no lo...Andreas Huber2009-10-081-1/+0
* Workaround for avc decoder misreporting output buffer size requirements if th...Andreas Huber2009-10-071-0/+1
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-1/+32
* Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-0/+1
* Setting the component role appears to be mandatory now for all mime types.Andreas Huber2009-09-021-0/+2
* Some work to make audio encoding work.Andreas Huber2009-09-021-0/+5
* Squashed commit of the following:Andreas Huber2009-09-011-1/+1
* An attempt to fix a deadlock between OMXCodec::start and upstream ::readAndreas Huber2009-08-271-0/+1
* Another quirk, some OMX components fail to properly flush before shutdown and...Andreas Huber2009-08-261-0/+1
* Keep up with latest changes to overlay handling on that unnamable platform.Andreas Huber2009-08-261-0/+1
* Make sure not to ask for more buffers when we know that there won't be any, a...Andreas Huber2009-08-251-1/+8
* Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...Andreas Huber2009-08-201-1/+4
* The PV AVC software decoder expects each fragment of a NAL unit to be handed ...Andreas Huber2009-08-191-1/+1
* Squashed commit of the following:Andreas Huber2009-08-171-0/+190