Merge "Fix potential overflow issue in SSSE3 forward 8x8 2D-DCT"
Merge "Rework unit test for 8x8 transformation"
Fix potential overflow issue in SSSE3 forward 8x8 2D-DCT
Rework unit test for 8x8 transformation
Adding buffer levels to RATE_CONTROL struct.
Merge "Cleaning up full_pixel_search()."
Merge "Moving first pass related functions to vp9_firstpasss.c."
Merge "Reusing existing vp9_get{8x8, 16x16}var() instead of new ones."
Fix AQ mode 2 bug where delta causes Q 0.
Merge "Remove Wextra warnings from vp9_sad.c"
Merge "Remove an attempt to handle SEG_LVL_SKIP sub8x8."
Remove Wextra warnings from vp9_sad.c
Merge "Fixed OUTPUT_YUV_SRC behavior for VP8"
Merge "seeing a 10x slowing down, revert now for investigation"
seeing a 10x slowing down, revert now for investigation
Merge "Revert "Remove Wextra warnings from vp9_sad.c""
Revert "Remove Wextra warnings from vp9_sad.c"
Merge "Converting disable_inter_mode_mask to inter_mode_mask."
Merge "Add overflow check unit test for 16x16 inverse DCT/ADST transform"
Merge "Fix a potential overflow issue in inverse 16x16 full 2D-DCT"
Merge "Fix unused variable warning."
Merge "Refactor the vp9_get_frame code for frame parallel."
Add overflow check unit test for 16x16 inverse DCT/ADST transform
Merge "Fix a problem of using an uninitialized parameter"
Merge "Removing unused ref_frame_mask local var."
Refactor the vp9_get_frame code for frame parallel.
Merge "Do not export non-existant symbols"
Fix unused variable warning.
Fix a problem of using an uninitialized parameter
Fixed OUTPUT_YUV_SRC behavior for VP8
Merge "Re-factor some duplicate code."
Do not export non-existant symbols
Removing unused ref_frame_mask local var.
Merge "Consistent names for intra mask flags."
Merge "Don't update encoder skip count for SEG_LVL_SKIP."
Converting disable_inter_mode_mask to inter_mode_mask.
Consistent names for intra mask flags.
Remove an attempt to handle SEG_LVL_SKIP sub8x8.
Merge "Making speed checks consistent in set_rt_speed_feature()."
Fix a potential overflow issue in inverse 16x16 full 2D-DCT
Don't update encoder skip count for SEG_LVL_SKIP.
Merge "Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK."
Reusing existing vp9_get{8x8, 16x16}var() instead of new ones.
Making speed checks consistent in set_rt_speed_feature().
Merge "Fixing -Wextra warnings in vp9_{cx, dx}_iface.c."
Merge "Fixed a crash windows build"
Re-factor some duplicate code.
Merge "vp8 denoiser: fix to zero_mv mode selection."
vp8 denoiser: fix to zero_mv mode selection.
Fixing -Wextra warnings in vp9_{cx, dx}_iface.c.
Merge "Using 2 instead of 3 elements for last_q array."
Merge "Removing redundant vp9_zero() call."
Merge "Cleaning up vp9_variance_sse2.c."
Merge "Always allow ZEROMV when SEG_LVL_SKIP is on."
Merge "Fix the all intra modes mask constant."
Merge "Removing this_frame_stats member from TWO_PASS struct."
Merge "Remove brightness weighting in two pass."
Removing undeclared identifier - build fix
Cleaning up full_pixel_search().
Using 2 instead of 3 elements for last_q array.
Fix the all intra modes mask constant.
Always allow ZEROMV when SEG_LVL_SKIP is on.
Merge "Removing ctrl_id parameter from vpx_codec_control_fn_t."
Removing this_frame_stats member from TWO_PASS struct.
Merge "Fix compiling error in MSVS"
Removing ctrl_id parameter from vpx_codec_control_fn_t.
Removing redundant vp9_zero() call.
Fix compiling error in MSVS
Merge "vp9_rdopt.c: Removed 2 unused parameters"
Merge "Fix to reduce block artifacts from vp8 temporal denoiser."
Merge "Converting target_bandwidth to Bit/s at very beginning."
Merge "Revert "Making vp9_get_sse_sum_{8x8, 16x16} static.""
vp9_rdopt.c: Removed 2 unused parameters
Merge "Turn on unit tests for AVX2 convolve functions"
Cleaning up vp9_variance_sse2.c.
Revert "Making vp9_get_sse_sum_{8x8, 16x16} static."
Remove brightness weighting in two pass.
Merge "Remove Wextra warnings from vp9_sad.c"
Merge "Fix decoder mismatch in sub-pixel AVX2 intrinsic filters"
Merge "Reusing rd_less_than_thresh() function."
Merge "Removing vp8/common/pragmas.h."
Turn on unit tests for AVX2 convolve functions
Merge "neon matches "C" when using increase_denoising"
neon matches "C" when using increase_denoising
Merge "Further first pass allocation changes."
Merge "Re-factor bit allocation in first pass."
Further first pass allocation changes.
Converting target_bandwidth to Bit/s at very beginning.
Re-factor bit allocation in first pass.
Fix decoder mismatch in sub-pixel AVX2 intrinsic filters
Merge changes I4f0f4378,I02250d13
Merge "Inverse 16x16 2D-DCT SSSE3 implementation"
Re-enable unit test on neon implementation of 16x16 idct
Turn on unit test for inverse 16x16 2D-DCT ssse3
Inverse 16x16 2D-DCT SSSE3 implementation
Merge "Use extreme values for input in convovle tests"
Merge "Fix decoder mismatch in sub-pixel SSSE3 intrinsic filters"
Use extreme values for input in convovle tests