vpxenc: add --aq-mode flag to control adaptive quantization
Merge "Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}."
Merge "Optimizing set_contexts() function."
Merge "Use 1D array to store super block filter levels"
Merge "mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)"
mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)
mips dsp-ase r2 vp9 decoder loopfilter module optimizations (rebase)
Moving q_index from MACROBLOCKD to MACROBLOCK.
Merge "Enable dual buffer rd search and encoding scheme"
Merge "Add test vector for row/col tile decoding"
Merge "Calculating transform block offsets (x and y) only once."
Merge "Using max_tx_size instead of bsize when possible."
Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."
Merge "Adding const to tree pointer inside vp9_extra_bit struct."
Merge "Added optimized vp9_idct32x32_34_add_dspr2"
Adding const to tree pointer inside vp9_extra_bit struct.
Android.mk file for vpx unittests
Calculating transform block offsets (x and y) only once.
Use 1D array to store super block filter levels
Add test vector for row/col tile decoding
Merge "Removes conditional statements from band getting"
Merge "Rewrite filter_selectively_horiz for parallel loopfiltering"
Merge "Improve loopfilter function"
Removes conditional statements from band getting
Merge "Removing redundant assignment."
Enable dual buffer rd search and encoding scheme
Merge "Allocate dual buffer sets for encoding"
Removing redundant assignment.
Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}.
Rewrite filter_selectively_horiz for parallel loopfiltering
Merge "vpxenc: clean up; move stats code out of vpxenc.c"
Merge "Cleaning up joint_motion_search function."
vpxenc: clean up; move stats code out of vpxenc.c
Allocate dual buffer sets for encoding
Merge "Decouple macroblockd_plane buffer usage"
Cleaning up joint_motion_search function.
Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK.
Merge "Fixed memory leak with svc_test.cc"
Decouple macroblockd_plane buffer usage
Fixed memory leak with svc_test.cc
Merge "Replacing (raster_block >> tx_size) with (block >> (tx_size << 1))."
Merge "vpx[dec|enc]: Clean up target OS based IO focused preproc abuse."
vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.
Merge "Localizing NEARESTMV special cases in the code."
Merge "Cleaning up vp9_quantize_b_c() function."
Merge "Cleaning up read_mv_probs() function."
Merge "Adding read_reference_mode() function."
Merge "vpxenc: Remove support for IVF input."
Merge "[BITSTREAM]Fix row tile mode_info pointer setup"
[BITSTREAM]Fix row tile mode_info pointer setup
Merge "Correct a couple of typos"
vpxenc: Remove support for IVF input.
Optimizing set_contexts() function.
Merge "Improve vp9_idct4x4_1_add_sse2"
Improve loopfilter function
Merge "Disable zeroblock forcing for lossless coding mode"
Merge "Unifying tile decoding for both direct and inverse tile order."
Disable zeroblock forcing for lossless coding mode
Merge "Remove TEXTREL from 32bit encoder"
Merge "Removed unused rate parameter."
Replacing (raster_block >> tx_size) with (block >> (tx_size << 1)).
Merge "Add back vp9_short_idct32x32_1_add_neon which is deleted in cleanup I63df79a13cf62aa2c9360a7a26933c100f9ebda3."
Remove TEXTREL from 32bit encoder
Merge "Fix the variable naming in encode_block"
Removed unused rate parameter.
Merge "Miscelleneous changes in detokenize for speed"
Merge "disable avx/avx2 for old versions of MSVC"
Fix the variable naming in encode_block
Unifying tile decoding for both direct and inverse tile order.
Merge "Move SVC per-frame loop from sample app into libvpx proper"
Merge "Using pd->dqcoeff instead of pd->qcoeff in the decoder."
Using pd->dqcoeff instead of pd->qcoeff in the decoder.
Move SVC per-frame loop from sample app into libvpx proper
Merge "Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup."
Merge "Allow test data path to be set by preprocessor symbol"
Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.
Merge "Removes stack allocation of token_cache"
Allow test data path to be set by preprocessor symbol
Merge "Missing _ means no sse3 for vp9_h_predictor_32x32."
Missing _ means no sse3 for vp9_h_predictor_32x32.
disable avx/avx2 for old versions of MSVC
Removes stack allocation of token_cache
webmenc: Clean up the truly egregious style issues.
Merge "Move WebM writing support out of vpxenc.c."
Merge "optimize decode_bool operation"
Move WebM writing support out of vpxenc.c.
Cleaning up vp9_quantize_b_c() function.
Using max_tx_size instead of bsize when possible.
Add back vp9_short_idct32x32_1_add_neon which is deleted in
Adding read_reference_mode() function.
Cleaning up read_mv_probs() function.
Merge "Removing old code."
Localizing NEARESTMV special cases in the code.
Merge "Fixes to buffer update for temporal layers."
Merge "Unified approach for backward probability update."
Miscelleneous changes in detokenize for speed