summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/SoftAVC.cpp
Commit message (Expand)AuthorAgeFilesLines
* codecs: check OMX buffer size before use in (h263|h264)decWonsik Kim2016-04-211-5/+21
* stagefright: misc fixes to software video encoders (and decoders)Lajos Molnar2014-12-101-2/+4
* stagefright: fix cropping handling for SoftAVC and SoftMEPEG4.Ronghua Wu2014-09-241-6/+8
* stagefright: add adaptive playback support to SoftAVC decoder.Ronghua Wu2014-09-101-45/+36
* warnings be gone.Andreas Huber2014-02-111-1/+1
* The software avc decoder would silently drop output frames if notAndreas Huber2013-06-141-35/+30
* stagefright: created SoftVideoDecoderOMXComponentLajos Molnar2013-06-051-240/+9
* Fix our software decoders to reset (more of) their internal stateAndreas Huber2013-06-031-0/+5
* Ensure proper EOS behaviorMarco Nelissen2012-12-201-7/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* There's no point in trying to continue to decode after an error was signalled.Andreas Huber2011-11-091-8/+9
* Support profile and level query for SW video decodersJames Dong2011-07-111-0/+42
* Reduce the number of output buffers and force output buffers in display order...James Dong2011-06-261-1/+2
* Correctly handle crop rect event in SoftAVC.cppJames Dong2011-06-091-8/+10
* Initial-checkin for ON2 Software AVC/H264 decoderJames Dong2011-06-021-0/+515