summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-04-01Merge "vp9: fix high-bitdepth NEON build"James Zern
2015-04-01Fix 10-bit video decode failure with --frame-parallel mode.hkuang
2015-03-31vp9: fix high-bitdepth NEON buildJames Zern
2015-03-25Parall -> ParallelJohann
2015-03-19Merge "enable test/vp9_encoder_parms_get_to_decoder"James Zern
2015-03-19Merge "put spatial svc behind an ABI check"James Zern
2015-03-19enable test/vp9_encoder_parms_get_to_decoderJames Zern
2015-03-19put spatial svc behind an ABI checkJames Zern
2015-03-18external_frame_buffer_test: quiet static analysis warningsJames Zern
2015-03-18Merge "Add protection for codec interface name change."Frank Galligan
2015-03-17Add protection for codec interface name change.Frank Galligan
2015-03-16Add frame parallel decode option to vpxdec.hkuang
2015-03-13Merge "Set default encode test driver to 1 column and 1 thread."Frank Galligan
2015-03-13Fix crash with vp9 denoiser on.Marco
2015-03-13Set default encode test driver to 1 column and 1 thread.Frank Galligan
2015-03-09Add aq-mode=3 to ethread test.Marco
2015-03-05Call encoder control before running ethread test.Alex Converse
2015-03-02ResizeCspTest: request PSNR packetsJames Zern
2015-02-26test-data.mk: fix perf test data dependencyJames Zern
2015-02-26tools_common.sh: use $$ in VPX_TEST_OUTPUT_DIRJames Zern
2015-02-26Merge "tools_common.sh: add directory name to error output"James Zern
2015-02-26tools_common.sh: add directory name to error outputJames Zern
2015-02-25tests: add a shorter 720p test clipJames Zern
2015-02-19Merge "Improve skip_txfm thresholds in the non-rd mode selection"Yunqing Wang
2015-02-19Improve skip_txfm thresholds in the non-rd mode selectionYunqing Wang
2015-02-18Merge "Fix the frame parallel invalid file test failure on ARM."hkuang
2015-02-17Fix the frame parallel invalid file test failure on ARM.hkuang
2015-02-13test_vector_test: fix build with --disable-(vp8|vp9)James Zern
2015-02-13Add VP9 decoder control to get frame sizeAdrian Grange
2015-02-06Merge "vp9: fix segfault w/corrupt data post frame-parallel merge"James Zern
2015-02-05vp9: fix segfault w/corrupt data post frame-parallel mergeJames Zern
2015-02-03Merge "Ensure the error-concealment code is available"Johann
2015-02-02Merge "Allow larger encoder configurations."Alex Converse
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-29Allow larger encoder configurations.Alex Converse
2015-01-27Add vp9_sad32x32x4d_neon Neon intrinsic function.Frank Galligan
2015-01-27Add vp9_sad16x16x4d_neon Neon intrinsic function.Frank Galligan
2015-01-27Add vp9_sad64x64x4d_neon Neon intrinsic function.Frank Galligan
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-21Allow external resize via vpx_codec_enc_config_setAlex Converse
2015-01-15Add Neon intrinsics for vp9_avg_8x8_neonFrank Galligan
2015-01-14Merge "Add encoder control for setting color space"Yaowu Xu
2015-01-14Merge "Add 64x64 sub_pel_variance Neon function"Frank Galligan
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-14Merge "Enable decoder to pass through color space info"Yaowu Xu
2015-01-14Add 64x64 sub_pel_variance Neon functionFrank Galligan
2015-01-13Enable decoder to pass through color space infoYaowu Xu
2015-01-13Add 64x variance Neon functionsFrank Galligan
2015-01-12Merge "Unit test for turning VP8 denoiser on/off periodically."JackyChen