delete x86/vp9_loopfilter_x86.h
vp9_loopfilter_intrin_sse2: make some funcs static
vp9_loopfilter_intrin_sse2: remove unused uv funcs
vp9_loopfilter: remove uv function typedef
filter_block_plane: reuse some constants
vp9_loopfilter.c: make some functions static
Using vp9_copy and vp9_zero instead of custom code.
Merge "Removing redundant call to set_mi_row_col."
Removing redundant call to set_mi_row_col.
Merge "Fix a build issue"
Merge "Adding struct tx_probs and struct tx_counts to cleanup the code."
Merge "Making functions read_{inter, intra}_segment_id more similar."
Merge "vp9_postproc: remove useless self-assign"
Adding struct tx_probs and struct tx_counts to cleanup the code.
Merge "Code cleanup in vp9_pred_common.c"
Making functions read_{inter, intra}_segment_id more similar.
vp9_postproc: remove useless self-assign
Code cleanup in vp9_pred_common.c
vp9: consistent 'log2' variable naming
Merge changes I33e76c42,I24aeac1e,If4192b40
vp9_dx_iface: s/vp8/vp9/ where possible
Merge "msvs-build: use msbuild for vs >= 2005"
Some minor cleanups for efficiency
Merge "Removing redundant code mostly from vp9_pred_common.{h, c}."
Merge "Speed 2 feature adjustment."
vp[89]_dx_iface: delete unused function
vp[89]_dx_iface: factorize vp8_mmap_*()
Merge "Cosmetic changes in 16x16 ADST/DCT unit test"
Merge "Remove unnecessary tx_type branch in encode_block"
Removing redundant code mostly from vp9_pred_common.{h, c}.
Remove unused function block_error().
Merge "vp9: fix peek_si for version==0"
Merge "small update to peek_si/get_si documentation"
Merge "Calling is_inter_mode() instead of custom code."
Merge "SSE2 4x4 invserse ADST/DCT transform"
Calling is_inter_mode() instead of custom code.
Speed 2 feature adjustment.
Merge "Making vp9_default_nmv_context static."
small update to peek_si/get_si documentation
vp9: fix peek_si for version==0
Moving segmentation related vars into separate struct.
Merge "Adding write_compressed_header function."
Merge "Removing unused TOKENEXTRA arg from pick_sb_modes function."
Cosmetic changes in 16x16 ADST/DCT unit test
Add neon optimize vp9_dc_only_idct_add.
Remove unnecessary tx_type branch in encode_block
Merge "Wide loopfilter 16 pix at a time"
SSE2 4x4 invserse ADST/DCT transform
Merge "Fix tx_type bug in intra4x4 rd loop"
Replace copy_memNxM functions with a generic copy/avg function.
Remove unused fwalsh/fdct x86 SIMD implementations.
Making vp9_default_nmv_context static.
Merge "Remove unused iwalsh4x4 MMX/SSE2 functions."
Merge "Remove unused 16x3/3x16 sad SSE2 functions."
Wide loopfilter 16 pix at a time
msvs-build: use msbuild for vs >= 2005
Removing unused TOKENEXTRA arg from pick_sb_modes function.
Fix tx_type bug in intra4x4 rd loop
Merge "Prunes out full-rd computation based on modeled rd"
Merge "Adding read_compressed_header function."
Adding write_compressed_header function.
configure with internal stats not working
Remove unused 16x3/3x16 sad SSE2 functions.
Remove unused iwalsh4x4 MMX/SSE2 functions.
Merge "SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction."
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction."
Merge "remove warnings when NDEBUG is set"
remove warnings when NDEBUG is set
Prunes out full-rd computation based on modeled rd
Merge "msvc: set a more useful debug format"
Merge "test_libvpx: disable pthreads in gtest for win targets"
SSE2 16x16 ADST/DCT hybrid transform
Merge "Adding encode_tiles function to vp9_bitstream.c."
Merge "Add a feature to reduce chrome intra mode search"
Merge "Add unit test for 16x16 forward ADST/DCT"
Merge "Bug fix: set frame_parallel_decoding_mode"
Merge "Fix intermediate height in convolve"
Adding read_compressed_header function.
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction."
Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction."
Merge "Remove memcpy() in handle_inter_mode() filter selection."
Merge "Removing vp9_maskingmv.c and corresponding assembly file."
Add unit test for 16x16 forward ADST/DCT
SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra prediction.
SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction.
Remove memcpy() in handle_inter_mode() filter selection.
Add a feature to reduce chrome intra mode search
mi_width_log2 & mi_height_log2
b_width_log2 and b_height_log2 lookups
removing case statements around prediction entropy coding
Merge "Revert "Remove memcpy() in handle_inter_mode() filter selection.""
Merge "remove unused VP8 com/dec asm offsets"
Merge "Remove all asm offset files from VP9"
Merge "Loop filter code cleanup."
Revert "Remove memcpy() in handle_inter_mode() filter selection."
msvc: set a more useful debug format