Refactor REFS_PER_FRAME definition
Rename inv_txfm_sse2.asm to inv_wht_sse2.asm
Set VP9 as vpxenc default encoder
Merge "Change vp9_ prefix function names in vpx_scale to vpx_"
Merge "change vp10 to use a different sync code than vp9"
Merge "write correct codecID for vp10 webm file"
Merge "Remove vp10's build dependency on vp9"
Merge changes I2fe52bfb,I5e5084eb
Merge "VPX: removed step checks from neon convolve code"
Change vp9_ prefix function names in vpx_scale to vpx_
change vp10 to use a different sync code than vp9
write correct codecID for vp10 webm file
Remove vp10's build dependency on vp9
vpx_highbd_ssim_parms_8x8: make parameter types consistent
Merge "Copy VP9 second-level sub-pixel search change to VP10"
Merge "VP9Common -> VP10Common"
Merge "VP9Decoder -> VP10Decoder"
Merge "VP9_COMP -> VP10_COMP"
Copy VP9 second-level sub-pixel search change to VP10
VPX: removed filter == 128 checks from mips convolve code
opsnr.stt: Add a missing tab after PSNRHVS
Merge "VP9_COMMON -> VP10->COMMON"
Merge "Correct guard macros in header files"
Remove common_data.c file from vp10 folder
Merge "Add vpxenc help info"
VPX: removed step checks from mips convolve code
Correct guard macros in header files
Merge "vp10_encoder: add missing vpx_clear_system_state"
Merge "vp9_encoder: add missing vpx_clear_system_state"
Merge "VPX: remove step == 16 and filter[3] != 128 checks"
Merge "Call set_ref_ptrs only for inter blocks"
Merge "Use sizeof(variable) instead of sizeof(type)"
VPX: removed step checks from neon convolve code
vp10_encoder: add missing vpx_clear_system_state
Call set_ref_ptrs only for inter blocks
Use sizeof(variable) instead of sizeof(type)
Sync vp10 with vpx_ports/system_state.h
Replace vp10_ssim functions with vpx_ssim versions
Remove vp9_ prefix from vp10 files
Merge "Fix high bit depth in vp10 codebase"
Merge "Android.mk: add missing vp10_rtcd.h dep"
Merge "Change vp10 interface prefix from vp9_ to vp10_"
Merge "fix build w/only mmx+sse enabled"
Fix high bit depth in vp10 codebase
Merge "Fork VP9 and VP10 codebase"
Merge "tools_common: fix build w/encoders/decoders disabled"
Merge "VPX: remove scaled calls from FUN_CONV_1D"
Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
Android.mk: add missing vp10_rtcd.h dep
vp9_encoder: add missing vpx_clear_system_state
Change vp10 interface prefix from vp9_ to vp10_
fix build w/only mmx+sse enabled
Adjust speed setting for temporal layers in 1 pass non-rd mode.
Merge "VPX: Add rtcd support for scaling."
blockiness: cleanup includes and add statics
Merge "Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h"
Merge "Adjustments for VP9 temporal layers, for 1 pass CBR"
Merge changes from topic 'x86inc'
Merge "Update x86inc.asm from x264"
Merge "Add unittest for SVC 1pass CBR mode with 4 threads."
Merge "fastssim: Add some missing consts"
Merge "clang/win: Make libvpx build with -Wunused-function."
Merge "Add a codereview.setting file so that `git cl upload` works."
Merge "Make build_inter_predictors static function"
tools_common: fix build w/encoders/decoders disabled
Merge changes I2aa2a545,I63932eda,Ie3694ecd
Make build_inter_predictors static function
Merge "Add static syntax to total_adj_strong_thresh"
Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h
VPX: remove step == 16 and filter[3] != 128 checks
Adjustments for VP9 temporal layers, for 1 pass CBR
Add unittest for SVC 1pass CBR mode with 4 threads.
fastssim: Add some missing consts
vpx_ports/msvc.h: include math.h for ceil/floor
vpx_ports/x86.h: fix visual studio build warning
Add a codereview.setting file so that `git cl upload` works.
clang/win: Make libvpx build with -Wunused-function.
Merge "Add static syntax to copy_mem64x64"
Merge "fastssim: Add stdlib.h for malloc/free"
Merge "Replace VP8 SSIM with VP9 derived vpx_dsp SSIM."
Merge "Fix a setting in cyclic refresh."
Move the msvc round() replacement to msvc.h
Make the round() replacement match C99 and POSIX.
Merge "Fixed a comment on the compound ref frames."
Add static syntax to total_adj_strong_thresh
Use .text instead of .rodata on macho
Copy PIC handling code from x86_abi_support
Set 'private_extern' visibility for macho targets
Avoid 'amdnop' when building with nasm
Merge "Move VP9 SSIM metrics to vpx_dsp."
Expand PIC default to macho64 and respect CONFIG_PIC from libvpx