- adbb881 dct16x16_test: add NEON functions by James Zern · 11 years ago
- 8e3ef6c Merge "move nestegg to third_party" by James Zern · 11 years ago
- b4262c6 tests: enable datarate_test based on CONFIG_ENCODERS by James Zern · 11 years ago
- bb3b9aa move nestegg to third_party by James Zern · 11 years ago
- a0f0655 Merge "update nestegg" by James Zern · 11 years ago
- 6e3cf6e Stop gating non420 features with a configure flag. by Alex Converse · 11 years ago
- cc6117d update nestegg by James Zern · 11 years ago
- b27207c Merge "Added three test vectors with droppable frames" by Adrian Grange · 11 years ago
- 70c38b1 Added three test vectors with droppable frames by Yaowu Xu · 11 years ago
- 6d6d9b2 Merge "Test vectors for odd image width and height." by Adrian Grange · 11 years ago
- 12c4458 Test vectors for odd image width and height. by Jim Bankoski · 11 years ago
- eb2325e video_source.h: Minor clean up. by Tom Finegan · 11 years ago
- fb8c246 Merge "Add VP9 decoder support for external frame buffers" by Frank Galligan · 11 years ago
- a4f30a5 Add VP9 decoder support for external frame buffers by Frank Galligan · 11 years ago
- 640885d Datarate test for temporal layers and frame dropper. by Marco Paniconi · 11 years ago
- 2a7f98c Merge "decode_test_driver: Use size_t for size arg to DecodeFrame()." by Tom Finegan · 11 years ago
- 235b77e decode_test_driver: Use size_t for size arg to DecodeFrame(). by Tom Finegan · 11 years ago
- 1604ad2 Fix frames that have no references to them. by Frank Galligan · 11 years ago
- 531d3ac Disabling BasicRateTargeting3TemporalLayers test. by Dmitry Kovalev · 11 years ago
- 812bacc Some updates and fixes for layered CBR mode. by Marco Paniconi · 11 years ago
- 005fc69 Finally removing "short" from transform names. by Dmitry Kovalev · 11 years ago
- 4864ab2 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
- bb06138 resize_test: use const_iterator where appropriate by James Zern · 11 years ago
- 17b8993 resize_test: silence a warning by James Zern · 11 years ago
- 4a70357 remove duplicate const from vpx_codec_iface_t use by James Zern · 11 years ago
- 64e2597 Disable update of last_show_frame for existing frame by Adrian Grange · 11 years ago
- 46f02da Merge "tests: fix a few msvc warnings" by James Zern · 11 years ago
- 77e64d8 tests: fix a few msvc warnings by James Zern · 11 years ago
- ea8aaf1 create super fast rtc mode by Jim Bankoski · 11 years ago
- c6d5371 Merge "Revert external frame buffer code." by Frank Galligan · 11 years ago
- b1c72b6 Revert external frame buffer code. by Frank Galligan · 11 years ago
- 002ad40 test/: remove unnecessary extern "C"s by James Zern · 11 years ago
- a1d8918 Merge "Expand the lossless and datarate tests to cover 4:4:4." by Alex Converse · 11 years ago
- 58b9c9f Merge "Adds a non-normative resize library to vp9 encoder" by Deb Mukherjee · 11 years ago
- f5949fa Expand the lossless and datarate tests to cover 4:4:4. by Alex Converse · 11 years ago
- 3cd37df Adds a non-normative resize library to vp9 encoder by Deb Mukherjee · 11 years ago
- f061968 test/: remove some unnecessary extern "C"s by James Zern · 11 years ago
- 8a0b0a0 Add Y4mVideoSource to be used with 4:4:4 tests. by Alex Converse · 11 years ago
- ff0d073 Merge "test_libvpx: fix negative CPU filter" by James Zern · 11 years ago
- 0123676 Merge "datarate_test: fix some type conversions" by James Zern · 11 years ago
- ada9dd7 test_libvpx: fix negative CPU filter by James Zern · 11 years ago
- f69b560 Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}. by Dmitry Kovalev · 11 years ago
- 36ee0a2 Merge "Renaming vp9_boolcoder.{h, c} to vp9_writer.{h, c}." by Dmitry Kovalev · 11 years ago
- 4084566 Renaming vp9_boolcoder.{h, c} to vp9_writer.{h, c}. by Dmitry Kovalev · 11 years ago
- cc8ea84 Merge "test/partial_idct_test: fix msvc build" by James Zern · 11 years ago
- 46444c2 Merge "test/decode_perf_test: fix msvc build" by Tom Finegan · 11 years ago
- d2fdea1 test/decode_perf_test: fix msvc build by Tom Finegan · 11 years ago
- 949194d Merge "test/partial_idct_test: fix formatting and a warning" by James Zern · 11 years ago
- cac85f8 datarate_test: fix some type conversions by James Zern · 11 years ago
- a5768f6 test/partial_idct_test: fix msvc build by James Zern · 11 years ago
- 19c5353 test/partial_idct_test: fix formatting and a warning by James Zern · 11 years ago
- f71f581 Merge "Added a test vector that exercises lpf deltas" by Yaowu Xu · 11 years ago
- 02d5ebc Merge "Updates for 1-pass CBR rate control." by Marco Paniconi · 11 years ago
- 2424ba3 Added a test vector that exercises lpf deltas by Yaowu Xu · 11 years ago
- 1b8b8b0 Updates for 1-pass CBR rate control. by Marco Paniconi · 11 years ago
- b46da98 Merge "Only exclude VP8 when it is included" by Johann · 11 years ago
- 05d5332 Merge "Increase required number of external frame buffers" by Frank Galligan · 11 years ago
- af416c4 Only exclude VP8 when it is included by Johann · 11 years ago
- 9e41d56 Increase required number of external frame buffers by Frank Galligan · 11 years ago
- ede392d Merge changes I5d28c2f5,Ib00b036f by Yaowu Xu · 11 years ago
- ed7e3d2 Add test for partial inverse transforms by Yaowu Xu · 11 years ago
- a3e919a Added a test vector by Yaowu Xu · 11 years ago
- 4a535ef Change in data rate test to be less stringent by Deb Mukherjee · 11 years ago
- fbada94 Add frame buffer lru cache. by Frank Galligan · 11 years ago
- d0ee1fd Merge "Add support to pass in external frame buffers." by Frank Galligan · 11 years ago
- 10f8916 Add support to pass in external frame buffers. by Frank Galligan · 11 years ago
- c5aaf92 webmdec/tests: fix leak when file isn't read to eof by James Zern · 11 years ago
- 2ec473b Merge "Set rc_2pass_vbr_maxsection_pct to correct value" by Adrian Grange · 11 years ago
- 15cf596 Set rc_2pass_vbr_maxsection_pct to correct value by Adrian Grange · 11 years ago
- c263418 Merge "test-data.sha1: add missing sha1sums" by James Zern · 11 years ago
- 38536f6 Cleanup copyright headers. by Frank Galligan · 11 years ago
- 802fc78 Merge "Move test vector list into a separate header." by Frank Galligan · 11 years ago
- 994a552 Merge "Add pre decode frame hook to decoder test class." by Frank Galligan · 11 years ago
- 52b2d50 Move test vector list into a separate header. by Frank Galligan · 11 years ago
- 1586bbf test-data.sha1: add missing sha1sums by James Zern · 11 years ago
- d62af81 Reduce the number of frames used in lossless test by Yaowu Xu · 11 years ago
- f9d69bd Add pre decode frame hook to decoder test class. by Frank Galligan · 11 years ago
- 937c3b9 add tile test vectors by James Zern · 11 years ago
- 61da087 Merge "Add a test vector for loopfilter" by Jingning Han · 11 years ago
- ebb583d Add a test vector for loopfilter by Jingning Han · 11 years ago
- 475d1d6 Modified spatial scalable encoder & unit tests by Adrian Grange · 11 years ago
- a0f77f6 Fix VP8 border replication for very small image by Yaowu Xu · 11 years ago
- e9c1961 Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2" by Yaowu Xu · 11 years ago
- f234136 Add a noise test vector by Yunqing Wang · 11 years ago
- 5925ba0 Merge "Using num_4x4_blocks_* instead of b_{width, height}_log2." by Dmitry Kovalev · 11 years ago
- 27e6b5b Using num_4x4_blocks_* instead of b_{width, height}_log2. by Dmitry Kovalev · 11 years ago
- 3aeebfb Merge "Removing PARAMS macro for consistency" by Joshua Litt · 11 years ago
- 8def766 vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2 by levytamar82 · 11 years ago
- 51490e5 Removing PARAMS macro for consistency by Joshua Litt · 11 years ago
- a782d63 Decoder performance test added to unit tests by Joshua Litt · 11 years ago
- f16cde9 Tweaks to vpx_test android make file by Joshua Litt · 11 years ago
- 4995dbc Merge "Enable 4x4 DCT/ADST transform unit test" by Jingning Han · 11 years ago
- 30d4c5e Enable 4x4 DCT/ADST transform unit test by Jingning Han · 11 years ago
- 9977332 For CBR, keep rate-correction damping factor to 2. by Marco Paniconi · 11 years ago
- 25af150 Merge "Add test vector for row/col tile decoding" by Jingning Han · 11 years ago
- c88f1ec Android.mk file for vpx unittests by Joshua Litt · 11 years ago
- 458951d Add test vector for row/col tile decoding by Jingning Han · 11 years ago
- d2c8cb7 Fixed memory leak with svc_test.cc by Ivan Maltz · 11 years ago
- a4a5a210 Disable zeroblock forcing for lossless coding mode by Yaowu Xu · 11 years ago
- 741c14f Merge "Move SVC per-frame loop from sample app into libvpx proper" by Ivan Maltz · 11 years ago