OSDN Git Service

stagefright: added support, and SoftOMX decoder, for HEVC
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Tue, 20 May 2014 16:30:59 +0000 (09:30 -0700)
committerLajos Molnar <lajos@google.com>
Fri, 6 Jun 2014 22:31:35 +0000 (15:31 -0700)
commit3b5a6b9fa6c6825a1d0b441429e2bb365b259827
treeb278ff5feff55889024d9fd398aaeee9640e3e0c
parent26594add1ec0b6255c96b39e43ccdc95b2c480aa
stagefright: added support, and SoftOMX decoder, for HEVC

also fixed QuerySupportedProfileLevels in
SoftVideoDecoderOMXComponent.cpp

Bug: 14571712
Change-Id: Ifa3793f7c1b18ac5e8c0a096848c998cabd9e777
include/media/stagefright/MetaData.h
include/media/stagefright/OMXCodec.h
media/libstagefright/MPEG4Extractor.cpp
media/libstagefright/OMXCodec.cpp
media/libstagefright/Utils.cpp
media/libstagefright/codecs/hevcdec/Android.mk [new file with mode: 0644]
media/libstagefright/codecs/hevcdec/SoftHEVC.cpp [new file with mode: 0644]
media/libstagefright/codecs/hevcdec/SoftHEVC.h [new file with mode: 0644]
media/libstagefright/data/media_codecs_google_video.xml
media/libstagefright/omx/SoftOMXPlugin.cpp
media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp