summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/hevcdec/SoftHEVC.h
Commit message (Collapse)AuthorAgeFilesLines
* codecs: check OMX buffer size before use in (avc|hevc|mpeg2)decWonsik Kim2016-04-211-1/+1
| | | | | | Bug: 27833616 Change-Id: Ic4045a3f56f53b08d0b1264b2a91b8f43e91b738 (cherry picked from commit 87fdee0bc9e3ac4d2a88ef0a8e150cfdf08c161d)
* SoftHEVCDec: Reduced memory requirementsHarish Mahendrakar2015-10-161-10/+3
| | | | Change-Id: I8b5205dd8a149a02f78fb55fc3121daf4e69791a
* libstagefright: remove CHECK from SoftHEVC ctor.Ronghua Wu2015-07-141-0/+2
| | | | | Bug: 22478679 Change-Id: I81933856d1217a23b256cac83a6ee3924b409d31
* stagefright: add adaptive playback support to SoftHEVC decoder.Ronghua Wu2014-09-231-8/+8
| | | | | Bug: 17326758 Change-Id: I245e2bd1490e810094ca550fdddfa87075bc2056
* Resolution reinitialization changesNaveen Kumar Ponnusamy2014-07-121-2/+10
| | | | | | | | Decoder initialized to 320x240. When higher resolution comes, the decoder reinitialized to the resolution. Bug: 14571712 Change-Id: I6b6ad17dd87f0112ce7ccf4f6c17bb4c65b5d8af
* add back HEVC SoftOMX decoderLajos Molnar2014-06-061-0/+117
| | | | | Bug: 14571712 Change-Id: Iea399e0cfec1f78584c74089f01821d8552ced40
* Remove SoftOMX HEVC decoderLajos Molnar2014-06-061-117/+0
| | | | | Bug: 14571712 Change-Id: Ie3fb3743ec27a0cfdea612052ba15a06f2c891db
* stagefright: added support, and SoftOMX decoder, for HEVCHarish Mahendrakar2014-06-061-0/+117
also fixed QuerySupportedProfileLevels in SoftVideoDecoderOMXComponent.cpp Bug: 14571712 Change-Id: Ifa3793f7c1b18ac5e8c0a096848c998cabd9e777