Merge "Cleaning up vp9_get_mvpred_var()."
Merge "Adding const to FIRSTPASS_STATS pointers."
Merge "Cleaning up pack_inter_mode_mvs() function."
Merge "Skip mode check when mv has been tested"
Merge "Clearn up model_rd in non-RD coding mode"
Cleaning up pack_inter_mode_mvs() function.
Merge "Removing unused active_section global variable."
Merge "Disable the neon version vpx_yv12_copy_y. For some dimensions, neon code ends up in a dead loop inside. This will fix the unit test failure in svc_test on ARM."
Skip mode check when mv has been tested
Removing unused active_section global variable.
Merge "[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. 2. Add read/write for RC stats file The two pass RC for svc does not work yet. This is just the first step. We need further development to make it working. Change-Id: I8ef0e177dff0b5ed3c97a916beea5123717cc6f2"
Disable the neon version vpx_yv12_copy_y.
Clearn up model_rd in non-RD coding mode
Merge "Use modeled rate distortion costs for non-RD mode"
Use modeled rate distortion costs for non-RD mode
vp8cx_set_ref: fix variable assignment
Merge "Avoid unknown warning warnings and fix -Werror on macosx."
Merge "configure.sh: quote local variables"
Adding const to FIRSTPASS_STATS pointers.
Merge "cpu_speed_test - now test one pass and more speeds"
Cleaning up vp9_get_mvpred_var().
Merge "Add speeed 5 to datarate test."
configure.sh: quote local variables
Avoid unknown warning warnings and fix -Werror on macosx.
cpu_speed_test - now test one pass and more speeds
Merge changes I627eb724,I55d5865b
Add speeed 5 to datarate test.
Merge "Cleaning up labels2mode() function."
Merge "Removing unused mv_ref_stats[] array."
Merge "Fixes static analysis issues"
Merge "Removing vp9_onyx.h and moving its content to the encoder."
Cleaning up labels2mode() function.
Merge "vp9_systemdependent: reorder includes avoid proto mismatch"
Merge "configure: Use "cat -n" instead of "pr -n -t""
Merge "move resize_util.c to examples/"
Merge "vp9_subpixel_8t_intrin_avx2: fix build w/clang 3.4+"
Fixes static analysis issues
vp9_subpixel_8t_intrin_avx2: fix build w/clang 3.4+
Merge "Add neon register state check for unit test."
Removing vp9_onyx.h and moving its content to the encoder.
Merge "Combining mode_mv[] and second_mode_mv[]."
Merge "Cleaning up mode cost manipulations."
Merge "Adding vp9_cost.{h, c} files."
vp9_systemdependent: reorder includes avoid proto mismatch
Merge "Inlining and removing vp9_set_mbmode_and_mvs()."
Merge "Replacing int_mv with MV in full_pixel_motion_search()."
Merge "Removing vp9_onyxd_int.h file."
Merge "Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB."
Add neon register state check for unit test.
configure: add a test for configured source dir
Makefile: add distclean target
Merge "configure: Check for make"
Adjust some speed features for --rt (-5)
Merge "Fix set_mode_info settings"
Merge "Remove repeated tx_mode_select calls"
Merge "Move set_speed_feature out of frame encoding"
Merge "vp9_picklpf.c: remove unused functions and params"
configure: Use "cat -n" instead of "pr -n -t"
Merge "improved speed of 4x4 sse2 fdct."
Inlining and removing vp9_set_mbmode_and_mvs().
vp9_picklpf.c: remove unused functions and params
Merge "Merging force-keyframe example into simple_encoder."
Merge "Cleaning up vp9_refining_search_sadx4()."
Cleaning up mode cost manipulations.
Merging force-keyframe example into simple_encoder.
Merge "Converting vp8cx_set_ref example to use new API."
Adding vp9_cost.{h, c} files.
Merge "Prune RT mode decisions for BLOCK_32x32 and up"
Combining mode_mv[] and second_mode_mv[].
Merge "Cleaning up vp9_mvref_common.c."
Merge "Removing VP9_PTR."
Cleaning up vp9_refining_search_sadx4().
Removing vp9_onyxd_int.h file.
Converting vp8cx_set_ref example to use new API.
Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB.
Fix set_mode_info settings
Remove repeated tx_mode_select calls
Merge changes Idfb71188,Ibe1e72db
Merge "msvs: filter out include-only asm files"
Merge changes Ibc5352e6,I28d0ec5c,I5c4fc3bb,Ie574a3a7
msvs: filter out include-only asm files
Move set_speed_feature out of frame encoding
Merge "vp8_decrypt_test.c: Silence MSVC data loss warning."
Prune RT mode decisions for BLOCK_32x32 and up
Avoid gf/altref boost in pick_q under svc cbr mode.
nestegg: ne_buffer_read: quiet uint64->size_t warning
nestegg: quiet read related uint64->size_t warnings
nestegg: ne_parse: normalize size_t usage
nestegg: ne_read_(string|binary|block): normalize size_t usage
vp8_decrypt_test.c: Silence MSVC data loss warning.
move resize_util.c to examples/
Merge "Cleaning up vp9_init_dsmotion_compensation()."
Refactoring motion search libs
build: convert rtcd.sh to perl
Replacing int_mv with MV in full_pixel_motion_search().
improved speed of 4x4 sse2 fdct.
Merge "Adding get_tx_type() instead of get_tx_type_{8x8, 16x16}."