Added trap for invalid key frame
Prevent access to invalid pointer
Add clamp to prevent out of bound access
Merge "add a test vector with frame parallel mode enabled"
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
Merge "Code cleanup"
Merge "Restore mode skip feature in sub8x8 rd loop"
Merge "Experimental rate control change."
Experimental rate control change.
Adjustment to allowed range in resize unit test
Merge "Disable recode loop."
Merge "SSE2 8-tap sub-pixel filter optimization"
Removing vp9_tree_p typedef.
Removing vp9_idct4_1d_sse2 function.
d207 intra prediction ssse3 using bytes
Merge "Giving consistent names to IDCT 32x32 functions."
Merge "Consistent names for FDCT functions."
Merge "d153 intra prediction (32x32) ssse3 using bytes"
SSE2 8-tap sub-pixel filter optimization
Merge "Fix typo in comment message"
Merge "change to avoid out-of-range computation"
Merge "Re-design rate-distortion cost tracking buffers"
Fix typo in comment message
Consistent names for FDCT functions.
Giving consistent names to IDCT 32x32 functions.
Re-design rate-distortion cost tracking buffers
change to avoid out-of-range computation
Merge "Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers."
Merge "Moving all scan/iscan code into separate vp9_scan.{h, c} files."
Merge "Giving consistent names to IDCT 16x16 functions."
Merge "Adding const to several pointers."
Merge "Adjustment to mv cost parameters"
Merge "Fix intra dist model of skip_encode feature"
Merge "Allow sub8x8 intra modes test for alt frame coding"
Merge "Disable MODE_TEST_HIT_STATS"
Adjustment to mv cost parameters
Adding const to several pointers.
Merge "Simplifying and inlining k_cvtlo_epi16 and k_cvthi_epi16"
Fix intra dist model of skip_encode feature
Merge "Added #define of snprintf for MSVC"
Added #define of snprintf for MSVC
Merge "Clean-ups in rdopt.c"
Merge "Deprecate the use of PARTITION_INFO from encoder"
mips dsp-ase r2 vp9 decoder bilinear convolve optimizations
Deprecate the use of PARTITION_INFO from encoder
Merge "vp9_blockd.h: update get_tx_eob() signature"
Remove extra line in decode_coefs
Merge "All zero coeff skip in IDCT 32x32"
All zero coeff skip in IDCT 32x32
Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.
Merge "Removing redundant vp9_pt_energy_class declarations."
Merge "easy to fix cpplint issue in rdopt.c"
Merge "Fix MSVC warning."
Change to allow less rectangular partion check
Merge "Rate control parameter adjustment"
easy to fix cpplint issue in rdopt.c
Merge "cpplint issue with convolve resolved"
cpplint issue with convolve resolved
cpplint issue missed in first pass for vp9_bitstream.c
Merge "cpplint vp9_variance_sse2.c"
Rate control parameter adjustment
Merge "cpplint errors in vp9_onyx_if.h"
Giving consistent names to IDCT 16x16 functions.
Restore mode skip feature in sub8x8 rd loop
Merge "Giving consistent names to IDCT 8x8 functions."
Removing redundant vp9_pt_energy_class declarations.
cpplint errors in vp9_onyx_if.h
Moving all scan/iscan code into separate vp9_scan.{h, c} files.
Using inter_mode_offset_function instead of duplicated code.
Moving libmkv library to third_party folder.
vp9_blockd.h: update get_tx_eob() signature
Merge "Cleaning up foreach_predicted_block_in_plane() function."