Add error handling for frame parallel decode and unit test for that.
Fix a bug in frame parallel decode and add a unit test for that.
Merge "Add two test vectors to test frame parallel decode." into frame_parallel
Add two test vectors to test frame parallel decode.
Add key frame seeking to webmdec and webm_video_source.
Implement frame parallel decode for VP9.
Increase the thread test range to cover 5, 6, 7, 8 threads.
Fix a bug in adding frame parallel unit test.
Merge "Add VP9 frame-parallel unit test." into frame_parallel
Add VP9 frame-parallel unit test.
Manually pick "Make the api behavior conform to api spec." from
Move vp9_dec_build_inter_predictors_* to decoder folder.
Add segmentation map array for current and last frame segmentation.
Merge "Include the right header for VP9 worker thread." into frame_parallel
Include the right header for VP9 worker thread.
ctrl_get_reference does not need user_priv.
Seperate the frame buffers from VP9 encoder/decoder structure.
Revert "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""
Merge "Adapt strength of AQ2."
Merge "Store/read 16x16 block statistics obtained from the first pass"
Adds support for reading and writing 10/12-bit y4m
Merge "VP9 denoiser used s/int/enum where appropriate"
Merge "Denoised output is now grayscale"
Merge "vp8/bitstream.h: quiet warnings in EDSP builds"
Merge changes I875ac5a7,I2b13369d,I9ceb47a9
Merge "Re-design quantization process"
Re-design quantization process
Merge "Add a test that tests invalid partitions for profile 1"
Merge "validate uv block size when reading partition"
Store/read 16x16 block statistics obtained from the first pass
Merge "Elevate NEWMV mode checking threshold in real time"
Add a test that tests invalid partitions for profile 1
Merge "vp9_thread_test: add 'Thread' to test names"
Elevate NEWMV mode checking threshold in real time
Denoised output is now grayscale
VP9 denoiser used s/int/enum where appropriate
Add a new yuv444 testvector.
Merge "Fix visual studio build issue"
validate uv block size when reading partition
Fix visual studio build issue
vp9_thread_test: remove unnecessary c_str()'s
vp9_thread_test: factorize decode loop
vp9_thread_test: add 'Thread' to test names
vp8/bitstream.h: quiet warnings in EDSP builds
Merge "libs.mk: don't include x86inc.asm in codec src list"
Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""
Merge "BITSTREAM: Handle transform size and motion vectors more logically for non-420."
Revert "Fix a bug in VP9Worker which leads to unit test hang."
Merge "Encode_breakout code refactoring"
Merge "change to not force interp_type as SWITCHABLE"
change to not force interp_type as SWITCHABLE
Merge "Remove unused set_mode_info function"
Merge "Fix a bug in VP9Worker which leads to unit test hang."
Encode_breakout code refactoring
Remove unused set_mode_info function
Fix a bug in VP9Worker which leads to unit test hang.
Enable encode breakout in real time
Decide the partitioning threshold from the variance histogram
Merge "initialize bit buffer structure to avoid warning error"
Merge "vp8 denoiser fix: free memory of denoiser->denoiser_state."
Merge "Implemented motion compensation for VP9 denoiser"
Merge "silence unused parm warning for worker thread in loop filter"
Merge "remove unused parms from rd_pick_inter_mode_sb_seg_skip"
initialize bit buffer structure to avoid warning error
vp8 denoiser fix: free memory of denoiser->denoiser_state.
silence unused parm warning for worker thread in loop filter
remove unused parms from rd_pick_inter_mode_sb_seg_skip
Merge "vp9: disable postproc buffer alloc when unnecessary"
Merge "Add a test using VP9E_SET_LOSSLESS"
libs.mk: don't include x86inc.asm in codec src list
Add a test using VP9E_SET_LOSSLESS
configure: defer x32 check until post toolchain setup
vp9: disable postproc buffer alloc when unnecessary
Merge "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""
Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
Merge "Allow encoder to set lpf level to 0"
Merge "Added a new speed 7 in rt mode"
Merge "Add a CPU speed test with screen content."
Merge "iosbuild.sh Add arm64 support to VPX.framework."
Merge "configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin."
Merge "fix: Only do spatial SVC when there are > 1 layers"
Merge "VP9 denoiser: implemented update_frame_stats()"
Allow encoder to set lpf level to 0
Merge "[spatial svc] Remove encoding modes since we only need one mode at this time."
Merge "[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control"
Merge "Verify that the ouput of q0 is lossless in cpu speed test."
Merge "Better validation of invalid files"
Add a CPU speed test with screen content.
Verify that the ouput of q0 is lossless in cpu speed test.
Merge "vp8: bugfix in postproc vp8_de_noise."
Merge "Add realtime coverage to cpu speed test"
Merge "Use UV prediction when deciding to skip in for lossless."
Better validation of invalid files
vp8: bugfix in postproc vp8_de_noise.
Implemented motion compensation for VP9 denoiser
VP9 denoiser: implemented update_frame_stats()