Add support to pass in external frame buffers.
authorFrank Galligan <fgalligan@google.com>
Wed, 11 Dec 2013 17:06:35 +0000 (09:06 -0800)
committerFrank Galligan <fgalligan@google.com>
Mon, 16 Dec 2013 02:45:46 +0000 (18:45 -0800)
commit10f891696bc4c972c13cc9fde2c53470501a03e2
tree21d8f81ea2df7408f5e1e16e547c2113d0c99012
parent52b2d50db4d194b7484e8ca0bec4c8c71bf94eaa
Add support to pass in external frame buffers.

VP9 decoder can now use frame buffers passed in by the application.

Change-Id: I599527ec85c577f3f5552831d79a693884fafb73
21 files changed:
libs.mk
test/codec_factory.h
test/decode_test_driver.h
test/external_frame_buffer_test.cc [new file with mode: 0644]
test/test.mk
vp8/vp8_dx_iface.c
vp9/common/vp9_alloccommon.c
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_onyx_if.c
vp9/vp9_dx_iface.c
vpx/exports_dec
vpx/internal/vpx_codec_internal.h
vpx/src/vpx_decoder.c
vpx/vpx_codec.mk
vpx/vpx_decoder.h
vpx/vpx_external_frame_buffer.h [new file with mode: 0644]
vpx_scale/generic/yv12config.c
vpx_scale/yv12config.h
vpxdec.c