vp9-denoiser: Adjust usage of skin and consec_zeromv.
VP9: Refactor vp9_decode_block_tokens()
Merge "disable vp9_diamond_search_sad_avx"
Merge "vpx_ports/mem_ops.h: clear some -Wconversion warnings"
Fix some static analysis issues with resize
Merge "VP9: Eliminate up_available and left_available"
disable vp9_diamond_search_sad_avx
vpx_ports/mem_ops.h: clear some -Wconversion warnings
Merge "vp8_peek_si_internal: quiet static analysis warning"
VP9: Eliminate up_available and left_available
Merge "Properly propagate out of memory errors."
Merge "Increase min-max q range for normal inter frames."
Properly propagate out of memory errors.
vp9-denoiser: Incorporate consec_zeromv in skin detection for denoising.
Merge "vp8-denoiser: Use the same skin detection for model=1 as in vp9."
Revert "third_party: Roll libwebm snapshot."
Merge "third_party: Roll libwebm snapshot."
vp9: 1 pass vbr mode at speed 5: switch to use mv.search to NSTEP.
third_party: Roll libwebm snapshot.
vp8_peek_si_internal: quiet static analysis warning
Merge changes Id0a490bc,I1b4a0504
Merge "Force recode for bad rate misses."
Merge "Fix some HBD scaling bugs."
vp8-denoiser: Use the same skin detection for model=1 as in vp9.
VP9: Eliminate extra mv clamp in decoder
Merge "Add a TODO for using tile rows while encoding with multiple threads"
vp9/inverse_transform_block_inter: move eob check
vp9/inverse_transform_block_intra: move eob check
Merge "Allows sub-second frame rates in vp9"
Merge "Prevent encoder crash caused by row tile dependencies"
Add a TODO for using tile rows while encoding with multiple threads
Merge "vp9: Non-rd partition selection: use consec_zeromv to set sb_is_skin."
Merge "Simplify the loopfilter synchronization logic in VP8 encoder"
Prevent encoder crash caused by row tile dependencies
Simplify the loopfilter synchronization logic in VP8 encoder
Increase min-max q range for normal inter frames.
Force recode for bad rate misses.
vp9: Non-rd partition selection: use consec_zeromv to set sb_is_skin.
Merge "vp9: Improvement to skin detection."
vp8-denoiser: Update on the sum_diff threshold.
Merge "altref_test: mark AltRefForcedKeyTest as large"
altref_test: mark AltRefForcedKeyTest as large
vp9: Improvement to skin detection.
vp9: Fix the threshold for gf update in cyclic refresh.
Merge "Use whole pixel only at speed 8 screen content."
Merge "Reuse computation in build_nmv_component_cost_table."
Merge "Fix using screen content tuning in all the cpu speed tests."
Merge "vp9-svc: Bugfix on usage of svc_force_zeromv in non-rd pickmode."
Fix using screen content tuning in all the cpu speed tests.
Reuse computation in build_nmv_component_cost_table.
choose_partitioning: Avoid computing segment_id twice.
vp9-svc: Bugfix on usage of svc_force_zeromv in non-rd pickmode.
Use whole pixel only at speed 8 screen content.
Add tests for VP9E_CONTENT_SCREEN.
Isolate HBD stats bug change.
Merge "Revert "Fix bug in stats output for HBD.""
Revert "Fix bug in stats output for HBD."
vp9: Fix to scene cut/content change detection.
vp9: Scene cut/content change detection: Adjust gf update.
vp9: Scene cut/slide change detection: Increse min_thresh.
Allows sub-second frame rates in vp9
Merge "vp9: Fix issue in scene/content change detection."
vp9: Switch to model=1 for skin detection.
vp9: Fix issue in scene/content change detection.
vp9 non-rd pickmode. Some adjustments for vbr mode.
vp9-svc: Fix to frame dropping in svc mode.
Merge "vp9-svc: Change default spatial bitrate allocation."
Merge "vp9_svc_layercontext(): fix proto mismatch"
Merge "vp9-svc unitests: Add more tests for key frame periods."
Merge "VPX: loopfilter_mmx.asm using x86inc 2"
vp9-svc: Change default spatial bitrate allocation.
vp9_svc_layercontext(): fix proto mismatch
vp9-svc unitests: Add more tests for key frame periods.
VPX: loopfilter_mmx.asm using x86inc 2
Merge "define GET_GOT_DEFINED if not previously defined"
vp9-resize tests: Update to real-time resize unittests.
Merge "vp9-svc: Fix to resetting pattern/flags on key frame."
vp9-svc: Fix to resetting pattern/flags on key frame.
define GET_GOT_DEFINED if not previously defined
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.