vp9_mcomp: make search functions private
vp9_mbgraph: use vp9_full_pixel_search(HEX)
vp9_temporal_filter: use vp9_full_pixel_search(HEX)
vp9_firstpass: make vp9_init_subsampling private
vp9_encoder: make vp9_alloc_compressor_data private
Merge "vp10 cleanup: remove svc code"
Merge "vp8: modifcatiion to skin map computation."
Merge "encode_test_driver: test for failure prior to encode"
vp10 cleanup: remove svc code
Fix to golden update in cyclic_refresh.
Merge "configure: append --extra-cflags to final set"
Merge changes I53b5bdc5,Ib81168a7,Ie0113945
Merge "Clean up unused function warnings in vp8 common"
Merge "Add sse2 versions of halfpix variance"
encode_test_driver: test for failure prior to encode
vp8: use VPX(MIN|MAX) from vpx_dsp_common.h
Add sse2 versions of halfpix variance
Merge changes I56fad85c,I7401a70a
Merge "vp9_spatial_svc_encoder: Enable aq-mode for real-time mode."
Merge "Remove vp10_default_scan_orders[] that is unused"
configure: append --extra-cflags to final set
vpx_dsp_common: add VPX prefix to MIN/MAX
vp9_spatial_svc_encoder: Enable aq-mode for real-time mode.
vp10 cleanup: remove nonrd and real-time code
Merge "vp9_spatial_svc_encoder: Add encoding time log."
Merge "Clean up unused function warnings in vp8 decoder"
Remove vp8_priv_sz
Clean up unused function warnings in vp8 decoder
vp9_spatial_svc_encoder: Add encoding time log.
Remove vp10_default_scan_orders[] that is unused
Only build ssse3 filter functions on 64 bit
Clean up unused function warnings in vp8 encoder
Clean up unused function warnings in vp8 onyx_if.c
Clean up unused function warnings in vp8 common
vp8e_encode: check validate_config return
vp9_update_layer_...config: delete dead assignment
Merge "Limit new motion vector size"
Merge "Add transform size rate for intra skip mode in rdopt"
Merge "Prevent an ASAN failure for svc tests"
Add transform size rate for intra skip mode in rdopt
Merge "Refactoring on transform types"
vp8: modifcatiion to skin map computation.
Fix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1
Avoid setting rate multiplier as 0
Prevent an ASAN failure for svc tests
Turn on codec behavior unit tests for vp10
Merge "vpxenc: fix DECODER ifdef"
Merge "Refactor get_tx_type and get_scan"
Merge "Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES"
Merge "Update to dynamic resize for 1 pass CBR: source scaling."
Merge "VPX: scaled convolve : fix windows build errors"
Refactor get_tx_type and get_scan
Merge "Refactor REFS_PER_FRAME definition"
Update to dynamic resize for 1 pass CBR: source scaling.
VPX: scaled convolve : fix windows build errors
Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES
Refactor REFS_PER_FRAME definition
Merge "Rename inv_txfm_sse2.asm to inv_wht_sse2.asm"
x86inc.asm: only set visibility for chromium builds
Merge "VPX ssse3 scaled convolve"
Merge "Fix to non-rd variance partition selection."
Rename inv_txfm_sse2.asm to inv_wht_sse2.asm
Merge "Allow for re-encoding frame if high overshoot."
Merge "Rename vp8 loopfilter_filters_dspr2.c"
Merge "Rename vp8 loopfilter[_neon.c]"
Merge "Rename vp8 quantize.c"
Allow for re-encoding frame if high overshoot.
VPX ssse3 scaled convolve
Rename vp8 loopfilter_filters_dspr2.c
Merge "Turn on dspr2 loop filter functions in vpx_dsp"
Merge "create vp10_arg_ctrl_map"
Merge "remove unused high-bit-depth args from arg list"
Merge "Configure vp10 disabled by default"
Merge "VP9EncoderConfig -> VP10EncoderConfig"
Turn on dspr2 loop filter functions in vpx_dsp
Fix to non-rd variance partition selection.
remove unused high-bit-depth args from arg list
Configure vp10 disabled by default
VP9EncoderConfig -> VP10EncoderConfig
Merge "Change vp9_ prefix function names in vpx_scale to vpx_"
Set VP9 as vpxenc default encoder
Merge "change vp10 to use a different sync code than vp9"
Merge "write correct codecID for vp10 webm file"
Merge "Remove vp10's build dependency on vp9"
Merge changes I2fe52bfb,I5e5084eb
Merge "VPX: removed step checks from neon convolve code"
Change vp9_ prefix function names in vpx_scale to vpx_
change vp10 to use a different sync code than vp9
write correct codecID for vp10 webm file
Remove vp10's build dependency on vp9
vpx_highbd_ssim_parms_8x8: make parameter types consistent
Merge "Copy VP9 second-level sub-pixel search change to VP10"