Merge "Skip inverse transform when eob is zero"
Merge "VP9_COMMON: remove unused temp_scale_frame"
Merge "Diamond search change to accelerate movement"
Skip inverse transform when eob is zero
Merge "Renaming of segment constants."
Renaming of segment constants.
Merge "clean up bw, bh"
Merge "Eliminated prev_mip memsets/memcpys in encoder"
Merge "Reworked the auto_mv_step_size speed feature"
Merge "Speedup loopfilter neon code."
Merge "VP9_COMMON: drop cur_tile_{row,col}_idx"
Speedup loopfilter neon code.
Merge "vp9: apply loopfilter inline if possible"
vp9: apply loopfilter inline if possible
libyuv: fix SSSE3 code in scale.c
Merge "filter_block_plane: remove MACROBLOCKD param"
VP9_COMMON: remove unused temp_scale_frame
Merge "Using update_ct and update_ct2 functions for probability update."
VP9_COMMON: drop cur_tile_{row,col}_idx
Merge "fix a build error"
Merge "configure: default configure log to config.log"
Merge "VP[89]_COMMON: remove golden/altref frame counts"
Merge "Skip buffer update in sub8x8 rd loop"
Merge "Optimize operation flow in sub8x8 rd loop"
Using update_ct and update_ct2 functions for probability update.
Merge "tests: silence a few type related warnings"
Merge "cosmetics: idct_test.cc: fix formatting"
Diamond search change to accelerate movement
Merge "Re-order mode search in rd."
Re-order mode search in rd.
Optimize operation flow in sub8x8 rd loop
Merge "fix left over overflow"
Merge "Removing pre probabilities from FRAME_CONTEXT."
Merge "Moving all loop filter related variables into new struct."
Merge "Consistent names for inter mode probabilities and encodings."
Merge "Removing frame_type field from MACROBLOCKD struct."
Merge "Removing unused static arrays from vp9_reatectrl.c."
Merge "Moving vp9_reader into decode_tiles function."
Skip buffer update in sub8x8 rd loop
added checks to prevent rate/distortion overflow
Removing pre probabilities from FRAME_CONTEXT.
Moving all loop filter related variables into new struct.
Merge "Fixing problem introduced in one of my previous commits."
Removing unused static arrays from vp9_reatectrl.c.
Merge "Moving Scale2Ration function from vp9_onyx.h to vp9_onyx_if.c."
Fixing problem introduced in one of my previous commits.
Reworked the auto_mv_step_size speed feature
filter_block_plane: remove MACROBLOCKD param
Merge "Make libvpx compile on OSX 10.9 (Mavericks)"
Make libvpx compile on OSX 10.9 (Mavericks)
Moving vp9_reader into decode_tiles function.
Merge "Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE)."
Removing frame_type field from MACROBLOCKD struct.
Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).
Removing redundant VP9_COMMON* from function signatures.
Consistent names for inter mode probabilities and encodings.
Merge "cosmetics: tile_independence_test: fix formatting"
Merge "Alignment of THR_MODES to vp9_mode_order[]"
Alignment of THR_MODES to vp9_mode_order[]
Block index variables in MACROBLOCKD reduced to chars.
Merge "Block index variables in MACROBLOCKD reduced to chars."
Merge "Add neon optimize vp9_short_idct8x8_add."
Merge "Removing kf_{y, uv}_mode_prob arrays from VP9Common."
Merge "Fix slightly quality drop caused at speed 1."
Merge "Removing unused int_mv32 union."
Fix slightly quality drop caused at speed 1.
Merge "Add best_rd breakout to keyframe partition selection also."
Merge "Merge scale_factors and scale_factors_uv."
Merge "Do in-place UV intra mode selection."
Merge "Change break statement in a 2d loop to a return statement."
Merge "Using VP9_REF_NO_SCALE instead of (1 << VP9_REF_SCALE_SHIFT)."
Add neon optimize vp9_short_idct8x8_add.
tests: silence a few type related warnings
cosmetics: tile_independence_test: fix formatting
cosmetics: idct_test.cc: fix formatting
Using VP9_REF_NO_SCALE instead of (1 << VP9_REF_SCALE_SHIFT).
Merge "Remove motion vectors from PARTITION_INFO."
Merge "Removing unused mv_bias and check_mv_bounds functions."
Merge "Removing unused members of VP9Decompressor: mbc, prob_skip_false."
configure: default configure log to config.log
Merge scale_factors and scale_factors_uv.
Do in-place UV intra mode selection.
Add best_rd breakout to keyframe partition selection also.
Change break statement in a 2d loop to a return statement.
Remove motion vectors from PARTITION_INFO.
VP[89]_COMMON: remove golden/altref frame counts
Moving Scale2Ration function from vp9_onyx.h to vp9_onyx_if.c.
Merge "Fix bug where we don't choose any mode in RD selection."
Fix bug where we don't choose any mode in RD selection.
Removing unused members of VP9Decompressor: mbc, prob_skip_false.
Removing unused mv_bias and check_mv_bounds functions.
Merge "libvpx: enable building for iOS devices (armv7)"
libvpx: enable building for iOS devices (armv7)
Merge "Fix horz loopfilter loops"
Merge "Fix bug which skips zeromv even if near/nearest is not 0,0."
Fix horz loopfilter loops