idct_blk_mmx.c: use vpx_memset instead of cast
decodframe.c: use vpx_memset instead of cast
threading.c: use vpx_memset instead of cast
idct_blk.c: use vpx_memset instead of cast
Merge "Disable aliasing when building with Clang"
Merge "Cleaning up vp9_regular_quantize_b_4x4."
Merge "Making get_tx_counts() similar to get_tx_probs()."
Merge "Resolved Doxygen warnings."
Merge "Rewrite loop_filter_info_n struct"
Resolved Doxygen warnings.
Merge "vp9_decode_frame: group assignments/setup calls"
vp9_decode_frame: group assignments/setup calls
Making get_tx_counts() similar to get_tx_probs().
Disable aliasing when building with Clang
Adding {read, write}_partition() instead of check_bsize_coverage().
Cleaning up vp9_regular_quantize_b_4x4.
Merge "add tile test vectors"
vp9_decodframe: limit scope of private function params (2)
Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0bc3935,I3ebb172d
vp9: remove partition+entropy contexts from common
vp9: add above/left_context to MACROBLOCKD
vp9: add above/left_seg_context to MACROBLOCKD
Merge "Replacing is_inter_mode with is_inter_block."
Merge "vp9 decode: defer loop filter allocation"
Merge "vp9_thread_test: quiet some msvc int->bool warnings"
vp9 decode: defer loop filter allocation
vp9_thread_test: quiet some msvc int->bool warnings
Merge "Adding fht{4x4, 8x8, 16x16} functions."
vp9: add above/left_context to encoder
vp9: add above/left_seg_context to encoder
vp9: pass entropy context directly to set_skip_context
vp9: pass context directly to partition functions
vp9/decode: add alloc_tile_storage()
Adding fht{4x4, 8x8, 16x16} functions.
Merge "Adding get_frame_new_buffer() function to replace duplicated code."
Merge "Making input pointer constant for all fdct/fht functions."
Rewrite loop_filter_info_n struct
Updating gtest from 1.6.0 to 1.7.0.
Merge "Add 32x32 idct function for eob<=34 case"
Merge "Separate encode_block for pass 1 and 2"
Add 32x32 idct function for eob<=34 case
Merge "mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)"
Adding get_frame_new_buffer() function to replace duplicated code.
Merge "Adding get_frame_ref_buffer() function + cleanup."
Making input pointer constant for all fdct/fht functions.
mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)
Replacing is_inter_mode with is_inter_block.
Merge "vpxdec: Fix webm fps check."
Adding get_frame_ref_buffer() function + cleanup.
vpxdec: Fix webm fps check.
Merge "Disable two libvpx APIs for VP9"
Merge "Eliminating usage of allow_comp_inter_inter in the decoder."
Merge "Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4."
Merge changes I1868fb75,I9ff504c6
Merge "Cleaning up {above, left}_block_mode functions."
Merge "Improve scale_factors struct"
Disable two libvpx APIs for VP9
Merge "vp9/extend_for_intra: avoid crossing tile boundary"
vp9/extend_for_intra: avoid crossing tile boundary
Cleaning up {above, left}_block_mode functions.
Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.
Adding VP9_FRAME_MARKER constant.
Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.
Merge "Renaming vp9_short_fdct32x32 to vp9_fdct32x32."
Eliminating usage of allow_comp_inter_inter in the decoder.
Merge "Use inter mode flag in super_block_yrd"
Renaming vp9_short_fdct32x32 to vp9_fdct32x32.
Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."
Merge "Renaming vp9_short_fdct8x8 to vp9_fdct8x8."
Separate encode_block for pass 1 and 2
Use inter mode flag in super_block_yrd
Merge "Make decode modules independent of tile index"
Renaming vp9_short_fdct16x16 to vp9_fdct16x16.
Renaming vp9_short_fdct8x8 to vp9_fdct8x8.
Merge "Reordering probability tables for consistency."
Merge "Removing quantize_b_4x4 function pointer."
Remove right_available member from VP9_COMP
Make decode modules independent of tile index
Merge "Moving functions from vp9_decodemv.c to vp9_decodframe.c."
Moving functions from vp9_decodemv.c to vp9_decodframe.c.
Improve scale_factors struct
Removing quantize_b_4x4 function pointer.
Merge "vp9 dec/com: only update frame counts when necessary (2)"
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."
Merge changes I305fd55f,I13fe92b1
Merge "Revert "Merge "SVC improvements"""
Reordering probability tables for consistency.
Merge "Removing NUM_ prefix from constant names."
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."
Merge "Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV."
Revert "Merge "SVC improvements""
Merge "Prevent left_block_mode stepping into left tile"
Prevent left_block_mode stepping into left tile
vp9 dec/com: only update frame counts when necessary (2)
Merge "SVC improvements"
Using stride (# of elements) instead of pitch (bytes) in fdct4x4.
Merge "Inlining set_partition_seg_context function."