summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add two creation flags to OMXCodec::Create()James Dong2010-10-251-0/+5
* Add decode-to-ANativeWindow support to Stagefright.Jamie Gennis2010-10-201-2/+19
* For thumbnail extraction make sure we instantiate a decoder that allows acces...Andreas Huber2010-10-181-1/+5
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-2/+3
* On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-071-1/+3
* Workaround for a QCOM issue where the output buffer size advertised by the AV...James Dong2010-08-271-0/+1
* Use the target color format from the camera source if possibleJames Dong2010-08-051-0/+5
* Allows the authoring engine to skip frame.James Dong2010-07-221-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-0/+2
* Allow application to set two more encoding paramters: video profile and levelJames Dong2010-07-071-0/+7
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-0/+3
* Support "pausing" of MediaSources with the effect that they no longer pull on...Andreas Huber2010-06-101-0/+4
* Remove some hard-coded encoding parametersJames Dong2010-06-081-4/+3
* Second part of speeding up video recording frame rateJames Dong2010-06-081-1/+3
* Initial software encoder checkinsJames Dong2010-05-191-2/+2
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-10/+13
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-1/+3
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-0/+1
* This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-0/+1
* The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-011-0/+1
* 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