Run sub-pixel motion search for NEWMV mode test
Merge "Add consective frame loss to error_resilience test."
Merge "Use sub-pixel accuracy prediction non-RD mode"
Merge "Using clamp() for active_{best, worst}_quality."
Merge "Use dedicated variables to store the best mode"
Merge "Removing redundant vp9_clear_system_state() call."
Merge "Removing vp9_optimize_b() function."
Add consective frame loss to error_resilience test.
Removing redundant vp9_clear_system_state() call.
Using clamp() for active_{best, worst}_quality.
Removing vp9_optimize_b() function.
Use sub-pixel accuracy prediction non-RD mode
Merge "VP8 for ARMv8 by using NEON intrinsics 02"
Merge "Shrink dct_value_cost[] to int16_t."
Use dedicated variables to store the best mode
Merge "Adds variance based fixed size partitioning"
Shrink dct_value_cost[] to int16_t.
Adds variance based fixed size partitioning
Merge "Using vp9_subtract_plane instead of vp9_subtract_{sb, sby, sbuv}."
Merge "Consistent names for reference_mode functions."
Merge "Changing vp9_full_search_sad{, x3, x8} signatures."
Merge "Cleaning up vp9_refining_search_sad() function."
Merge "Change dx_time data type in vpxdec.c"
Change dx_time data type in vpxdec.c
Merge "Trap request to display non-existant frame"
Merge "Disable adaptive pred filter for non-split mode"
Merge changes I7e96d619,I9a7631d5
normalize int64_t high value to INT64_MAX
resolve issue with arm code failing unit test
vpx_temporal_scalable_patterns: fix to encoding_bitrate computation.
Disable adaptive pred filter for non-split mode
Merge "Adds an intermediate speed level for rtc"
Adds an intermediate speed level for rtc
Trap request to display non-existant frame
added clamp of segment loop filter level
Merge "Added clamp of qindex to valid range"
VP8 for ARMv8 by using NEON intrinsics 02
fix vs9 build after obj_int_extract changes
Merge "Combining if-else branches from different conditions."
Merge "Cleaning up vp9_mvref_common.{h, c}."
Added clamp of qindex to valid range
Merge "Periodically update mode and mv costs"
Merge "move nestegg to third_party"
Merge "gen_msvs_vcxproj.sh: Set TargetName instead of OutputFile."
Merge "tests: enable datarate_test based on CONFIG_ENCODERS"
Changed a constant array to static const type
Merge "Remove an unused variable"
tests: enable datarate_test based on CONFIG_ENCODERS
Periodically update mode and mv costs
move vp9_spatial_scalable_encoder.c to examples/
Merge "Refactor selected partition size coding for rtc"
Merge "update nestegg"
Merge "vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID"
Merge "Stop gating non420 features with a configure flag."
Merge "Require an --experimental-bitstream flag at runtime for encoding profile 1."
Refactor selected partition size coding for rtc
Merge "vp9_rd_pick_inter_mode_sb() reorganization"
Stop gating non420 features with a configure flag.
Require an --experimental-bitstream flag at runtime for encoding profile 1.
vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID
obj_int_extract.bat: Pass obj_int_extract.exe path to obj_int_extract.bat.
Merge "Enable reduced set of intra modes in rtc coding"
Merge "Added three test vectors with droppable frames"
vp9_rd_pick_inter_mode_sb() reorganization
Enable reduced set of intra modes in rtc coding
Merge "Force alt reference frame off in rtc mode"
Added three test vectors with droppable frames
Merge "Test vectors for odd image width and height."
Merge "vp9_subpel_variance_impl_intrin_avx2.c: make some tables static"
Merge "vp9_subpixel_8t_intrin_ssse3.c: make some tables static"
Merge "vp9_subpixel_8t_intrin_avx2.c: make some tables static"
Force alt reference frame off in rtc mode
gen_msvs_vcxproj.sh: Set TargetName instead of OutputFile.
Test vectors for odd image width and height.
Merge "Rename vp8_cfg to vp9_cfg in vp9_cx_iface"
Merge "Use MI_BLOCK_SIZE in block coding loop"
Merge "Rework non-RD mode decision coding flow"
Merge "twopass_encoder.c: Silence MSVC data loss warnings."
Merge "vpx_temporal_scalable_patterns: set rc_target_bitrate correct."
Merge "Use fast HEX search in real time mode"
Merge "Only track mode_chosen_counts if CONFIG_INTERNAL_STATS."
vp9_encodeframe.c: Silence rdmult assignment warning with a cast.
Merge "vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call."
vp9_encodeframe.c: Silence totalrate assignment warning with a cast.
vpx_temporal_scalable_patterns: set rc_target_bitrate correct.
Condition alt-ref entropy context setting on svc.
Merge "vp9_rdopt.c: Use int64_t for dist_sum and rate_sum in model_rd_for_sb()."
Merge "video_source.h: Minor clean up."
Merge "vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings."
Merge "vp8cx_set_ref.c: Silence MSVC data loss warning."
Merge "Fixed compilation on mingw with secure APIs enabled by default."
Only track mode_chosen_counts if CONFIG_INTERNAL_STATS.
vp8cx_set_ref.c: Silence MSVC data loss warning.
vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings.
Consistent names for reference_mode functions.
twopass_encoder.c: Silence MSVC data loss warnings.