OSDN Git Service

Adds VP9 decoding support for stagefright.
authorhkuang <hkuang@google.com>
Mon, 24 Jun 2013 18:21:17 +0000 (11:21 -0700)
committerHangyu Kuang <hkuang@google.com>
Mon, 24 Jun 2013 20:29:08 +0000 (20:29 +0000)
commit94705aff3c9eef58cbb72ec6fe5d2dcfd9481646
treea6129de4a9abf49499bfc4639587a2627c0370ab
parent078a540525f86517aefa4afc56e12fbd74e3823d
Adds VP9 decoding support for stagefright.

Also change the VP8 encoder role name from
video_encoder.vpx to video_encoder.vp8 for
future VP9 encoder support.

Requires the change in frameworks/native and media_codecs.xml
corresponding to the device.

VP9 decoding test will be added to cts repo later.
12 files changed:
cmds/stagefright/stagefright.cpp
include/media/stagefright/MediaDefs.h
media/libstagefright/ACodec.cpp
media/libstagefright/MediaDefs.cpp
media/libstagefright/OMXCodec.cpp
media/libstagefright/codecs/on2/dec/SoftVPX.cpp
media/libstagefright/codecs/on2/dec/SoftVPX.h
media/libstagefright/codecs/on2/enc/SoftVPXEncoder.cpp
media/libstagefright/codecs/on2/enc/SoftVPXEncoder.h
media/libstagefright/matroska/MatroskaExtractor.cpp
media/libstagefright/omx/SoftOMXPlugin.cpp
media/libstagefright/omx/tests/OMXHarness.cpp