OSDN Git Service

stagefright: created SoftVideoDecoderOMXComponent
authorLajos Molnar <lajos@google.com>
Wed, 5 Jun 2013 02:35:18 +0000 (19:35 -0700)
committerLajos Molnar <lajos@google.com>
Wed, 5 Jun 2013 19:33:33 +0000 (19:33 +0000)
commit7f616d3cc5366a4b8af20d3d0c768e3de1df0666
tree3e0ec5b23d861c03b8342c114649b1688cbe9909
parent50bdb73e04cbdf5a8da647f8830cd88663f20f14
stagefright: created SoftVideoDecoderOMXComponent

Created common base class for all software video decoders to make
adding new features easier.

Change-Id: Id89964e572d5cc5add02662273e6ae96c6b7eb12
Signed-off-by: Lajos Molnar <lajos@google.com>
media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.cpp
media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.h
media/libstagefright/codecs/on2/dec/SoftVPX.cpp
media/libstagefright/codecs/on2/dec/SoftVPX.h
media/libstagefright/codecs/on2/h264dec/SoftAVC.cpp
media/libstagefright/codecs/on2/h264dec/SoftAVC.h
media/libstagefright/include/SoftVideoDecoderOMXComponent.h [new file with mode: 0644]
media/libstagefright/omx/Android.mk
media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp [new file with mode: 0644]