Refactored idct routines and headers
Merge "Changes SvcContext_t to SvcContext"
Add a reset to rc tracking for dropped frames
Merge "Combine fdct8x8 and quantization process"
Merge "Add sse2 version for vp9_quantize_fp"
Combine fdct8x8 and quantization process
Merge "Prevent severe rate control errors in CBR mode"
Changes SvcContext_t to SvcContext
Merge "Modify active_worst_quality setting for one pass CBR."
Merge "change to call vp9_refining_search_sad() directly"
Prevent severe rate control errors in CBR mode
Add sse2 version for vp9_quantize_fp
Merge "Add empty pointer check to pred buffering in rtc coding mode"
Modify active_worst_quality setting for one pass CBR.
change to call vp9_refining_search_sad() directly
Add empty pointer check to pred buffering in rtc coding mode
Merge "Code cleanup: remove unused members in RD_OPT"
Merge "vp9_ethread: combine encoder counts in separate struct"
Merge "Added sse2 acceleration for highbitdepth variance"
Merge "Visual studio build fix using explicit cast"
Code cleanup: remove unused members in RD_OPT
vp9_ethread: combine encoder counts in separate struct
Added sse2 acceleration for highbitdepth variance
Visual studio build fix using explicit cast
Merge "vp9_ethread: include a pointer to mb in VP9_COMP"
vp9_ethread: include a pointer to mb in VP9_COMP
Merge "Add more rate control stats to vpx_temporal_svc_encoder."
Add more rate control stats to vpx_temporal_svc_encoder.
Merge "vp9_ethread: modify the cyclic refresh struct"
Merge "adapt the adjustment limit for rate correction factor in RTC mode"
vp9_ethread: modify the cyclic refresh struct
Merge "Prepare for dynamic frame resizing in the recode loop"
Merge "Fix 32 bit build emms problem."
Merge "Revert "Fix SSSE3 partial_idct_test detection""
Merge "Use reconstructed pixels for intra prediction"
Merge "Refactor nonrd_use_partition coding process"
Prepare for dynamic frame resizing in the recode loop
Fix 32 bit build emms problem.
Revert "Fix SSSE3 partial_idct_test detection"
adapt the adjustment limit for rate correction factor in RTC mode
Merge "Vidyo: Turn off keyframes in higher spatial layers"
Merge "Added highbitdepth sse2 SAD acceleration and tests"
Remove vp9_temporal_denoising from experimental list.
Added highbitdepth sse2 SAD acceleration and tests
Merge "Fix SSSE3 partial_idct_test detection"
Merge "Use normal rate_correction_factor for gf in CBR mode"
Vidyo: Turn off keyframes in higher spatial layers
Merge "Vidyo: Support for one-pass rc-enabled SVC encoder"
Use reconstructed pixels for intra prediction
Merge "AQ1 - remove first pass weights."
Use normal rate_correction_factor for gf in CBR mode
Vidyo: Support for one-pass rc-enabled SVC encoder
Merge "Iadst transforms to use internal low precision"
Merge "Remove asm offset dependencies"
Merge "Fix LAST SKIP when considering GOLDEN"
Iadst transforms to use internal low precision
AQ1 - remove first pass weights.
Test name changes to use SSE/SSE2 exactly
Fix LAST SKIP when considering GOLDEN
Merge "Add intra complexity and brightness weight to first pass."
Merge "Change the use of a reserved color space entry"
Change the use of a reserved color space entry
Refactor nonrd_use_partition coding process
Remove asm offset dependencies
Merge "Modify the frame context memory deallocation"
Merge "Remove unused is_background function"
Merge "Rework cut-off decisions in cyclic refresh aq mode"
Modify the frame context memory deallocation
Add intra complexity and brightness weight to first pass.
Remove unused is_background function
Rework cut-off decisions in cyclic refresh aq mode
Merge "Totally remove prev_mi in VP9 decoder."
Totally remove prev_mi in VP9 decoder.
Merge "Fix visual studio 2013 compiler warnings"
Merge "vp8 quantize is now in intrinsics, not asm"
Fix visual studio 2013 compiler warnings
Merge "Simplify interface of write_selected_tx_size and read_tx_size"
Fix SSSE3 partial_idct_test detection
quantize_test: delete QuantizePair related tests
vp8 quantize is now in intrinsics, not asm
Merge "Skip ref frame mode search conditioned on predicted mv residuals"
Merge "Remove pair quantization"
Merge "vp8 quantization -> intrinsics"
Simplify interface of write_selected_tx_size and read_tx_size
Merge "[spatial svc] Make spatial svc working for one pass rate control"
Merge "Fix the memory leak due to missing free frame_mvs."
Merge "Avoid divide-by-zero in vp8 initialization"
Fix the memory leak due to missing free frame_mvs.
Avoid divide-by-zero in vp8 initialization
[spatial svc] Make spatial svc working for one pass rate control
Align structures in quantize test
Add some indirection to the quantize test
Merge "Refactor sub-pixel motion search unit"
Skip ref frame mode search conditioned on predicted mv residuals
Merge "WORKAROUND FIX FOR GCC4.9.1"
Merge "vp8 quantize test"
Merge "Allow disable of refresh golden for more than 1 layer encoding."
Refactor sub-pixel motion search unit
Merge "Fix the THR_MODES array used in vp9_pick_inter_mode"