vp9-svc: Fix to resetting pattern/flags on key frame.
vp9-svc: Non-rd pickmode, fix condition for testing zeromv for spatial ref.
Revert "VPX: loopfilter_mmx.asm using x86inc"
Merge "Fix bug in stats output for HBD."
Fix bug in stats output for HBD.
vp9-svc: Fix issues with svc with periodic key frames.
Merge "Simplify the inner loop of duplicate_mode_info_in_sb."
Merge "Port "cost_coeff speed improvements" to vp9."
Simplify the inner loop of duplicate_mode_info_in_sb.
Merge "Port alt reference frame filter improvement to VP9"
Merge "Back port partition rate cost estimate fix to VP9"
Merge "Don't copy tx_size to all 8x8 MIs in the prediction block."
vp9-svc: Allow for 2 stage downscaling for spatial layers.
Port alt reference frame filter improvement to VP9
Back port partition rate cost estimate fix to VP9
vp9-datarate unittests: Include coverage up to speed 8.
Don't copy tx_size to all 8x8 MIs in the prediction block.
vp9: Remove effective_bitrate from SVC datarate tests.
vp8: multi-res-encoder: Fix timer around encoder in sample encoder.
vp9-svc: For 1 pass svc, remove frame-level upsampling.
VPX: Remove pmin/pmax from subpixel functions.
Merge "VPX: vpx_filter_block1d16_(v8, v8_avg)"
Merge changes I95159bcb,Ia74e3097,I661f6439
datarate_test/ChangingDropFrameThresh: set kf interval
Revert "vp9-svc: Fix speed issue with source downscaling for spatial layers."
Merge "vp8-denoiser: Update some denoiser thresholds."
Merge "vp9-svc: Bugfix for svc in non-rd variance partition."
Port "cost_coeff speed improvements" to vp9.
vp9-svc: Bugfix for svc in non-rd variance partition.
vp9-svc: Fix speed issue with source downscaling for spatial layers.
x86/convolve.h: remove redundant check in FUN_CONV_2D
x86/convolve.h: replace while w/if for w < 16
altref_test: move AltRefTest instantiation w/in VP8 check
Merge "vp9/10: fix forced keyframes w/alt-refs enabled"
vp9: set kf_max_dist to a reasonable default (128)
VPX: vpx_filter_block1d16_(v8, v8_avg)
Merge changes from topic 'x86inc'
Merge "BUG FIX: vpx_filter_block1d(8,4)_(v8, v8_avg)"
x86/convolve.h: change filter[] || chains to |
vp9/10: fix forced keyframes w/alt-refs enabled
vp9: Update to scene/content change detection.
BUG FIX: vpx_filter_block1d(8,4)_(v8, v8_avg)
vp9 aq-mode=3: Allow it to be used for 1 pass VBR mode.
Merge "VPX: loopfilter_mmx.asm using x86inc"
Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"
Merge "VP9: remove x_mis, y_mis calculations"
vp9: 1 pass vbr real-time mode: Adjust gf refresh for scene change.
VP9: rename vpx_read_mode_info to vp9_read_mode_info
VP9: remove x_mis, y_mis calculations
Merge changes from topic 'vp10-missing-alloc-checks'
Merge changes from topic 'vp9-missing-alloc-checks'
Merge changes from topic 'vp8-missing-alloc-checks'
Merge changes from topic 'rm-loopfilter-count-param'
VPX: loopfilter_mmx.asm using x86inc
x86inc.asm: only set visibility for chromium builds
Use .text instead of .rodata on macho
Copy PIC handling code from x86_abi_support
Set 'private_extern' visibility for macho targets
vp8_dx_iface: add missing alloc checks
vp8/onyx_if: add missing alloc checks
Expand PIC default to macho64 and respect CONFIG_PIC from libvpx
Use libvpx defines to set name mangling rules
vp8/denoising: add missing alloc check
vp10/resize: add missing alloc checks
vp9_svc_layercontext: add missing alloc checks
vp9_resize: add missing alloc checks
Better workaround for Bug 1089.
vp10/encoder: add missing alloc checks
vp10/decoder,resize_mv_buffer: add missing alloc check
vp10_cyclic_refresh_alloc: correct cleanup on error
vp9_encoder: add missing alloc checks
vp9/decoder,resize_mv_buffer: add missing alloc check
vp9_cyclic_refresh_alloc: correct cleanup on error
vp8-denoiser: Update some denoiser thresholds.
lpf_8_test: remove unneeded function wrapper
remove loopfilter 'count' param TODOs
split vpx_highbd_lpf_horizontal_16 in two
split vpx_lpf_horizontal_16 in two
vpx_highbd_lpf_horizontal_4: remove unused count param
vpx_highbd_lpf_horizontal_8: remove unused count param
vpx_highbd_lpf_vertical_4: remove unused count param
vpx_highbd_lpf_vertical_8: remove unused count param
vpx_lpf_horizontal_4: remove unused count param
vpx_lpf_horizontal_8: remove unused count param
Merge "Fix tsan error in VP9 sub8x8 intra mode search"
vp10,encoder: relocate setjmp
vp10_cx_iface,encode: remove redundant cpi check
vp9_cx_iface,encode: remove redundant cpi check
Merge "vp9-resize: Fix an issue with external dynamic resize."
vpx_lpf_vertical_4: remove unused count param
vpx_lpf_vertical_8: remove unused count param
lpf_8_test: add missing dspr2 tests
lpf_8_test: add missing vpx_lpf_horizontal_4 tests
lpf_8_test: add missing vpx_lpf_vertical_4 tests
lpf_8_test: simplify function wrapper generation
vp9-real-time mode: Fix condition for allowing reference masking.