vpx/test
John Koleszar 7b8dfcb5a2 Rough merge of master into experimental
Creates a merge between the master and experimental branches. Fixes a
number of conflicts in the build system to allow *either* VP8 or VP9
to be built. Specifically either:

  $ configure --disable-vp9 $ configure --disable-vp8
  --disable-unit-tests

VP9 still exports its symbols and files as VP8, so that will be
resolved in the next commit.

Unit tests are broken in VP9, but this isn't a new issue. They are
fixed upstream on origin/experimental as of this writing, but rebasing
this merge proved difficult, so will tackle that in a second merge
commit.

Change-Id: I2b7d852c18efd58d1ebc621b8041fe0260442c21
2012-11-07 11:30:16 -08:00
..
acm_random.h Add tests for SAD functions 2012-07-25 17:11:16 -07:00
altref_test.cc fix timestamp calculation rollover w/altref 2012-08-08 14:30:49 -07:00
boolcoder_test.cc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
config_test.cc tests: fix Continue() signatures 2012-08-07 17:44:33 -07:00
cq_test.cc Add a unit test for CQ mode. 2012-10-04 16:38:21 -07:00
datarate_test.cc add unit test for datarate control 2012-10-29 19:54:06 -07:00
dct16x16_test.cc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
decode_test_driver.cc Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
decode_test_driver.h Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
encode_test_driver.cc Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
encode_test_driver.h Added handler for PSNR packets to EncoderTest class 2012-10-03 14:23:47 -07:00
error_resilience_test.cc Unit Test for Error Resilience Mode 2012-10-03 14:58:26 -07:00
fdct4x4_test.cc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
fdct8x8_test.cc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
i420_video_source.h Minor tweaks to video source frameworks 2012-10-26 19:49:44 -07:00
idct8x8_test.cc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
idctllm_test.cc fix permissions on regular files 2012-06-27 23:45:56 -07:00
intrapred_test.cc msvs/tests: fix data alignment for asm tests 2012-08-31 10:23:32 -07:00
ivf_video_source.h Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
keyframe_test.cc Merge "Add initialization and per frame flag members" 2012-10-04 10:37:38 -07:00
pp_filter_test.cc post-proc: deblock filter optimization 2012-10-08 12:06:44 -07:00
resize_test.cc Add external resize tests 2012-05-24 09:38:39 -07:00
sad_test.cc msvs/tests: fix data alignment for asm tests 2012-08-31 10:23:32 -07:00
set_roi.cc Added unit test of vp8_set_roimap() 2012-07-24 10:48:44 +01:00
sixtap_predict_test.cc msvs/tests: fix data alignment for asm tests 2012-08-31 10:23:32 -07:00
subtract_test.cc Added unit test for subtract functions 2012-09-26 13:45:53 -07:00
test_libvpx.cc Rough merge of master into experimental 2012-11-07 11:30:16 -08:00
test_vector_test.cc Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
test-data.sha1 Add unit test for decoder test_vector_test 2012-10-22 13:46:11 -07:00
test.mk Rough merge of master into experimental 2012-11-07 11:30:16 -08:00
util.h Add unit test for vp8_sixtap_predict functions 2012-07-10 09:56:35 -07:00
video_source.h Minor tweaks to video source frameworks 2012-10-26 19:49:44 -07:00
vp8_fdct4x4_test.cc Rough merge of master into experimental 2012-11-07 11:30:16 -08:00