]> granicus.if.org Git - libvpx/commit
allow config options to limit max size of decode
authorJim Bankoski <jimbankoski@google.com>
Thu, 17 Jul 2014 13:31:50 +0000 (06:31 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Thu, 17 Jul 2014 14:07:48 +0000 (07:07 -0700)
commit943e43273b0a7369d07714e7fd2e19fecfb11c7c
treea503ecd8b32bff01dcb767e87db4d94685681b3a
parent1a01194ab548ca9b5d7dbbdc2350d4c06f54e6d4
allow config options to limit max size of decode

This is a practical concern to allow us to fail in a decoder instance
if the size of a file is bigger than we can reasonably handle.

Change-Id: I0446b5502b1f8a48408107648ff2a8d187dca393
build/make/configure.sh
configure
test/encode_test_driver.cc
test/encode_test_driver.h
test/frame_size_tests.cc [new file with mode: 0644]
test/test.mk
test/video_source.h
vp9/decoder/vp9_decodeframe.c
vpx/src/vpx_image.c