vp9_decodemv: limit scope of private function params
Disable d207 intra prediction SSSE3 functions
Merge "vp9 dec/com: only update frame counts when necessary"
vp9 dec/com: only update frame counts when necessary
Merge "vp9 com/dec: avoid reading unavailable above/left"
vp9 com/dec: avoid reading unavailable above/left
Merge "Use lookup table to simplify logic"
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct16x16."
Merge "Converted assert to error checking"
Merge "Passing block index explicitly instead of using get_sb_index()."
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.
Converted assert to error checking
Merge "Added checking for invalid size"
Passing block index explicitly instead of using get_sb_index().
Added checking for invalid size
Merge "Add missing calls to emms in the adaptive quantization code"
Use lookup table to simplify logic
Merge "Adding allow_hp as an argument to mv search functions."
Merge "Using TREE_SIZE macro for vp9_segment_tree."
Merge "Removing last_kf_gf_q member from VP9Common structure."
Add missing calls to emms in the adaptive quantization code
Adding allow_hp as an argument to mv search functions.
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
Merge "Prevent first pass from outputing invalid info"
Removing last_kf_gf_q member from VP9Common structure.
Using TREE_SIZE macro for vp9_segment_tree.
Merge changes I6226456d,I97925178,I766c4b74
Prevent first pass from outputing invalid info
Use a separate MODE_INFO stream for each tile column
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead
Make the static_segmentation feature work again
Merge "Adding get_band_translate() function."
Merge "Prevent accidental changes to the previous frame mode_infos"
Merge "change to use vp9_idct_32x32_add"
Adding get_band_translate() function.
Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.
Merge "Cleanup of decode_coefs() function."
change to use vp9_idct_32x32_add
Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."
Merge "Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h."
Merge "Using constants instead of plain numbers."
Implement variance-based adaptive quantization
Merge "lint-hunks: remove runtime/int filter"
Merge "Updated encoder to handle intra-only frames"
Merge "Remove Windows-style newlines using dos2unix"
Merge "Make vp9_zero use cases of consistent format"
Updated encoder to handle intra-only frames
Merge "Remove unused variable vp9_64x64_zeros"
Merge "Fix a few indent format issues in buffer defs"
Merge "Remove unused comment"
Merge "Re-design all-zero-coeff block index buffer use"
Make vp9_zero use cases of consistent format
Remove Windows-style newlines using dos2unix
lint-hunks: remove runtime/int filter
Merge "Converted assertion to returning error"
Merge "Added trap for invalid key frame"
Merge "Prevent access to invalid pointer"
Merge "Add clamp to prevent out of bound access"
Converted assertion to returning error
Added trap for invalid key frame
Prevent access to invalid pointer
Add clamp to prevent out of bound access
Remove unused variable vp9_64x64_zeros
Fix a few indent format issues in buffer defs
Removing unused 8x4 transform from the encoder.
Re-design all-zero-coeff block index buffer use
Merge "add a test vector with frame parallel mode enabled"
Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h.
Removing print_prob_tree function and vp9_coeff_probs typedef.
Using constants instead of plain numbers.
Cleanup of decode_coefs() function.
add a test vector with frame parallel mode enabled
Merge "vp9_receive_compressed_data: remove unnecessary indent"
Merge "Move token_cache from cost_coeffs to MACROBLOCK"
Move token_cache from cost_coeffs to MACROBLOCK
Merge "Moving libmkv library to third_party folder."
Merge "Making input pointer of any inverse transform constant."
Merge "Adding TREE_SIZE macro + cleanup."
Merge "Adjust icc compiler options"
Adjust icc compiler options
Making input pointer of any inverse transform constant.
Merge "Get libvpx to compile on VS2013."
Adding TREE_SIZE macro + cleanup.
Consistent names for inverse hybrid transforms (2 of 2).
Merge "Consistent names for inverse hybrid transforms (1 of 2)."
Get libvpx to compile on VS2013.
Merge "Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB."
Merge "Change in rddiv parameter to make it a power of 2"
Consistent names for inverse hybrid transforms (1 of 2).
Merge "Adding const to the input argument of all 1D transforms."
Merge "Masking intra mode choice adaptively"
Adding const to the input argument of all 1D transforms.
Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.
Merge "Removing vp9_tree_p typedef."
Merge "Removing vp9_idct4_1d_sse2 function."
Change in rddiv parameter to make it a power of 2
Masking intra mode choice adaptively