fixed the reading too many bytes
Merge "Fix the reading of too many input pixels"
Merge "Changes to adaptive inter rd thresholds."
Fix the reading of too many input pixels
Merge "Limit Key frame Intra modes checks."
Merge "Temporarily disable SSSE3 quant_32x32"
Merge "Removing redundant calls to clamp_mv2."
Temporarily disable SSSE3 quant_32x32
Merge "cosmetics: yv12extend add some const"
cosmetics: yv12extend add some const
Merge "cosmetics: strip 'VP9_' from defines in vp9 only code"
Merge "yv12extend: name variables consistently"
cosmetics: strip 'VP9_' from defines in vp9 only code
Merge "vp9: remove unnecessary wait w/threaded loopfilter"
yv12extend: name variables consistently
Merge "Cleanup in mvref_common.{h, c}."
Merge "Fixing display size setting problem."
Changes to adaptive inter rd thresholds.
Limit Key frame Intra modes checks.
Limit mv range to be based on partition size
Removing redundant calls to clamp_mv2.
Merge "Added border extension"
Merge "Fix bug in convolution functions (filter selection)"
Merge "Removing useless calls to setup_{pre, dst}_planes."
Fixing display size setting problem.
Cleanup in mvref_common.{h, c}.
Fix bug in convolution functions (filter selection)
Merge "Checking scale factors on access."
Merge "vpx_scale: correct pixel spelling"
Merge "Optimise idct4x4: rearrange the instructions a bit to improve instruction scheduling."
vpx_scale: correct pixel spelling
Merge "Fix rectangular partition check flag"
Merge "vp9_encodeframe.c cleanup."
Merge "vp9/encoder: fix last_frame_seg_map mem leak"
Merge "rename LOG2_* defines to *_LOG2"
Fix rectangular partition check flag
Merge "check_bsize_coverage cleanup."
Merge "Add neon optimize vp9_short_idct10_16x16_add."
Add neon optimize vp9_short_idct10_16x16_add.
vp9_encodeframe.c cleanup.
check_bsize_coverage cleanup.
Checking scale factors on access.
rename LOG2_* defines to *_LOG2
Merge "Adding vp9_is_scaled function."
Removing useless calls to setup_{pre, dst}_planes.
vp9/encoder: fix last_frame_seg_map mem leak
Adding vp9_is_scaled function.
Merge "Refactor rd_pick_partition for parameter control"
Merge "vp9_peek_si: add bitstream v1 support"
Refactor rd_pick_partition for parameter control
Optimise idct4x4: rearrange the instructions a bit
Fixes on feature disabling split based on variance
Merge "Initialize mb_skip_coeff before picking modes"
Initialize mb_skip_coeff before picking modes
Merge "Using has_second_ref function to simplify the code."
Merge "Cleaning up foreach_transformed_block_in_plane."
Merge "Cleaning up reset_skip_context function."
Merge "Removing unused foreach_predicted_block function."
Merge "Cleaning up optimize_init_b function."
Merge "Cleaning up sum_intra_stats function."
Merge "Enable zero coeff check in sub8x8 UV rd loop"
configure: fix action expansion
configure: rename enable() to enable_feature()
vp9: remove unnecessary wait w/threaded loopfilter
Cleaning up foreach_transformed_block_in_plane.
vp9_peek_si: add bitstream v1 support
Cleaning up optimize_init_b function.
Cleaning up reset_skip_context function.
Cleaning up sum_intra_stats function.
Merge "Adding scale factor check."
Merge "Removing PLANE_TYPE argument from cost_coeffs function."
Merge "Make "good" quality 2-pass vpxenc encoding default"
Merge "vp9 rtcd: remove non-existent sad functions"
Removing PLANE_TYPE argument from cost_coeffs function.
Make "good" quality 2-pass vpxenc encoding default
Removing a lot of duplicated code.
Adding scale factor check.
Fix typos and minor stylistic cleanup
Merge "Further correct bug in loopfilter initialization"
vp9 rtcd: remove non-existent sad functions
Removing unused foreach_predicted_block function.
Merge "Passing plane_bsize to foreach_transformed_block_visitor."
Using has_second_ref function to simplify the code.
Merge "Add neon optimize vp9_short_idct10_8x8_add."
Merge "vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant."
vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant.
Add neon optimize vp9_short_idct10_8x8_add.
Enable zero coeff check in sub8x8 UV rd loop
Merge "Cleanup/enhancements of switchable filter search"
Merge "Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c."
Merge "Adding has_second_ref function."
Merge "Adding VP9_FILTER_BITS constant."
Cleanup/enhancements of switchable filter search
Merge "Enable early termination in uv rd loop"
Merge "fix the mv_ref_idx issue"
Changes to auto partition size selection.
Adding VP9_FILTER_BITS constant.
Adding has_second_ref function.