]> granicus.if.org Git - libvpx/commit
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
authorJoey Parrish <joeyparrish@google.com>
Tue, 15 Apr 2014 21:10:58 +0000 (14:10 -0700)
committerJoey Parrish <joeyparrish@google.com>
Wed, 23 Apr 2014 23:11:54 +0000 (16:11 -0700)
commit18c08607e0a216962fd3df4f7926ce288ee81b9b
tree471f1eafca2091dc47a18288b6999165d5ac2a7b
parentdddc3c6906f0d840935214ab0b26ea9a6e06cc27
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.

Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48
23 files changed:
configure
test/test.mk
test/vp8_boolcoder_test.cc
test/vp8_decrypt_test.cc
test/vp9_boolcoder_test.cc
test/vp9_decrypt_test.cc [new file with mode: 0644]
vp8/common/common.h
vp8/decoder/dboolhuff.c
vp8/decoder/dboolhuff.h
vp8/decoder/decodeframe.c
vp8/decoder/error_concealment.c
vp8/decoder/onyxd_int.h
vp8/encoder/mcomp.c
vp8/encoder/mr_dissim.c
vp8/encoder/onyx_int.h
vp8/encoder/pickinter.c
vp8/vp8_dx_iface.c
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_reader.c
vp9/decoder/vp9_reader.h
vp9/vp9_dx_iface.c
vpx/vp8dx.h