summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
Commit message (Expand)AuthorAgeFilesLines
* Bug 3012968 DRM output controlGlenn Kasten2011-03-101-0/+4
* Handle some edge cases when seeking while starting up OMXCodecAndreas Huber2011-02-081-0/+1
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-0/+4
* Properly rotate video that's marked as such and decoded to a surface.Andreas Huber2011-01-211-0/+2
* Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong2011-01-101-2/+7
* Revert "Allows the authoring engine to skip frame."James Dong2010-12-111-1/+0
* Better buffer status management and verification in OMXCodec.Andreas Huber2010-12-081-4/+10
* Add color format query support to QueryCodecs()James Dong2010-11-111-0/+1
* Fix memory leak when 0-memcpy quirk is usedJames Dong2010-11-111-0/+2
* Use meta data in the media recording frameworkJames Dong2010-11-041-0/+5
* Fix a MediaBuffer leak in Stagefright.Jamie Gennis2010-11-031-0/+2
* 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