Merge "vpxdec.sh: Fix some style nits."
vpxdec.sh: Fix some style nits.
Merge "Removes fileno check to prevent valgrind error"
Merge "examples.sh: Run all example tests."
Merge "Cleaning up vp9_encoder.c."
Merge "vp8cx_set_ref: Flush encoder."
Merge "Removing active_arnr_{strength, frames} from VP9_COMP."
examples.sh: Run all example tests.
Merge "get_ref_frame: fix test for valid buffer."
vp8cx_set_ref: Flush encoder.
Cleaning up vp9_encoder.c.
Removing active_arnr_{strength, frames} from VP9_COMP.
Removes fileno check to prevent valgrind error
Merge "Add an adaptive denoising mode."
Merge "vp8: Modify to use closest reference in zero_mv bias."
Merge "vpxenc.sh: use --test-decode=fatal for vp9"
vpxenc.sh: use --test-decode=fatal for vp9
Merge "vp9_copy_reference_dec: check ref frame index before use"
Merge "Remove redundant vp9_init_plane_quantizers call"
Merge "32 Align Load bug In the sub_pixel_avg_variance the parameter sec was also aligned load and changed to unaligned."
Merge "Moving framerate from VP9EncoderConfig to VP9_COMP."
Add an adaptive denoising mode.
vp8: Modify to use closest reference in zero_mv bias.
Merge "Mask out H_PRED and V_PRED for 32x32 blocks"
Merge "Set max_intra_bsize to 32x32"
vp9_copy_reference_dec: check ref frame index before use
Merge "Fix bug 837: realloc mode info buffers on resize"
Remove redundant vp9_init_plane_quantizers call
32 Align Load bug
get_ref_frame: fix test for valid buffer.
Mask out H_PRED and V_PRED for 32x32 blocks
Merge "Replace current_video_frame with better alternatives"
Fix bug 837: realloc mode info buffers on resize
Merge "vpx_codec_internal.h : clean out unused function warning"
Merge "Simplify select_tx_mode()"
Merge "cq_test: allow test cases to be run out of order"
vpx_codec_internal.h : clean out unused function warning
Replace current_video_frame with better alternatives
Allow full coeff probability model and cost update
Skip mode search based on reference frame consistency
Merge "Enable motion field based mode seach skip"
Enable motion field based mode seach skip
Merge "vpx_internal_error -> fix -Wunused-function issues"
cq_test: allow test cases to be run out of order
Merge "Initialization to prevent asan failure on google3"
Initialization to prevent asan failure on google3
Merge "intra blocks disallowed inadvertently"
Merge "Update PATENTS to reflect s/VP8/WebM/g"
vpx_internal_error -> fix -Wunused-function issues
Merge "Minor Two pass rate control adjustments."
Merge "decode_api_test: fix type conversion warning"
Merge "libyuv: update to r1041"
decode_api_test: fix type conversion warning
Merge "get_ref_frame: check ref_frame_map value"
Merge "VP8D_GET_FRAME_CORRUPTED: check frame pointer"
Merge "vpx_codec_decode: check data size"
Merge "inline vpx functions in headers to avoid unused function warning"
Merge "fixes several -Wunused-function warnings"
Merge "Fix a run-time integer overflow"
Merge "Rework y4mwrite test to pass google3 tests"
get_ref_frame: check ref_frame_map value
VP8D_GET_FRAME_CORRUPTED: check frame pointer
inline vpx functions in headers to avoid unused function warning
fixes several -Wunused-function warnings
Fix a run-time integer overflow
Minor Two pass rate control adjustments.
intra blocks disallowed inadvertently
Rework y4mwrite test to pass google3 tests
Fix pickmode for intra DC blocks
Merge "remove unused fields from BOOL_CODER / vp9_writer"
Merge "remove remaining references to XMA"
remove remaining references to XMA
Merge "vp9_write_bit_buffer: fix function name typo"
Merge "Enable fast forward txfm and quant for rate-distortion search"
Merge "Implementing right flushing for simple_encoder."
Merge "Add tune-content command line option"
Update PATENTS to reflect s/VP8/WebM/g
Implementing right flushing for simple_encoder.
[spatial svc]Remove CONFIG_SPATIAL_SVC for ss_enable_auto_alt_ref in vpx_codec_enc_cfg to fix heap-overflow issue in asan config
vpx_codec_decode: check data size
Merge "Removing unised OUTPUT_YUV_SRC define."
Merge "Integrate fast txfm and quant path into skip_recode system"
Merge "Extend skip_txfm flag into array to cover YUV planes"
Merge "Adds spatial-svc macros to code to allow disabling"
Merge "test/vpxenc.sh: Convert vpxenc() to a simple wrapper."
Merge "vp8: Code cleanup for control of denoiser mode."
Removing unised OUTPUT_YUV_SRC define.
Enable fast forward txfm and quant for rate-distortion search
vp8: Code cleanup for control of denoiser mode.
Adds spatial-svc macros to code to allow disabling
Merge "Moving pass from VP9_COMP to VP9EncoderConfig."
Merge "Common encode/decode function to get reference frame"
Moving framerate from VP9EncoderConfig to VP9_COMP.
test/vpxenc.sh: Convert vpxenc() to a simple wrapper.
Merge "Removing legacy XMA features from libvpx."
Moving pass from VP9_COMP to VP9EncoderConfig.
Merge "Cleaning up vp9_encodeframe.c."