vp9/10: set color_space on preview frame
vp10: add extern "C" to headers
vp9: add extern "C" to headers
Merge "Fix ioc warnings related to sub8x8 reference frame"
Merge "Revert "Fix building with iOS 9 beta SDK""
Fix ioc warnings related to sub8x8 reference frame
Merge "SVC sample encoder: Change some settings/update."
Change the qp threshold of VP9 dynamic resizing.
SVC sample encoder: Change some settings/update.
Revert "Fix building with iOS 9 beta SDK"
Enable sub8x8 inter mode with scaled ref frame in RD optimization
Merge "Fix the sub8x8 block inter prediction with scaled reference frame"
Merge "Remove some trailing whitespaces"
Move cyclic_refresh struct into .h file.
Fix the sub8x8 block inter prediction with scaled reference frame
Remove some trailing whitespaces
Merge "Make update_map/temporal_update fields implicit for keyframes."
Merge "VPX: subpixel_8t_ssse3 asm using x86inc"
Merge "Fix to dynamic resize mode under change_config()."
Make update_map/temporal_update fields implicit for keyframes.
VPX: subpixel_8t_ssse3 asm using x86inc
Fix to dynamic resize mode under change_config().
Unify coding order of MC filters between blocks and frame header.
test/*.h: use inline rather than INLINE
Merge "Revert "add range_check for fdct in vp10""
Revert "add range_check for fdct in vp10"
Merge "add range_check for fdct in vp10"
Merge changes If253fb95,I1c8a792c,I49f9b10f,I15472738,I1e7f3c32
test: limit the valid image size on OS/2
configure: add -Zhigh-mem to LDFLAGS on OS/2
configure: disable PIC on OS/2
Makefile: add $(STACKREALIGN) to CFLAGS for vp9_reconintra.c
x86inc.asm: fix NASM compilation
add range_check for fdct in vp10
Merge changes I2e0cc72a,I63a7da78,I4aee2600,I71113505,I3dce6c70, ...
Match improved vp9/10 style in libs.mk
Merge "Disable temporal/spatial svc test in VP10"
Only build multithreaded functions on mt builds.
Don't build calc_psnr for high bit depth.
Remove unused functions from test files
Only build append_negative_gtest_filter when it is used.
Add INLINE decoration to static test functions
Disable temporal/spatial svc test in VP10
Merge "Expand the idct4_c() function in idct8_c()"
Include vpx_dsp_common.h when using VPXMIN/MAX
Merge "Fix an indent"
Merge "Check CONFIG_VP<N> instead of encoder and decoder"
vp10: fix high bitdepth build
Merge changes from topic 'vp9-enc-static-fns'
Merge "vp10 cleanup: remove svc code"
Merge "vp8: modifcatiion to skin map computation."
Merge "encode_test_driver: test for failure prior to encode"
vp9_mcomp: make search functions private
vp9_mbgraph: use vp9_full_pixel_search(HEX)
vp9_temporal_filter: use vp9_full_pixel_search(HEX)
vp9_firstpass: make vp9_init_subsampling private
vp9_encoder: make vp9_alloc_compressor_data private
Check CONFIG_VP<N> instead of encoder and decoder
vp10 cleanup: remove svc code
Expand the idct4_c() function in idct8_c()
Fix to golden update in cyclic_refresh.
Merge "configure: append --extra-cflags to final set"
Merge changes I53b5bdc5,Ib81168a7,Ie0113945
Merge "Clean up unused function warnings in vp8 common"
Merge "Add sse2 versions of halfpix variance"
encode_test_driver: test for failure prior to encode
vp8: use VPX(MIN|MAX) from vpx_dsp_common.h
Add sse2 versions of halfpix variance
Merge changes I56fad85c,I7401a70a
Merge "vp9_spatial_svc_encoder: Enable aq-mode for real-time mode."
Merge "Remove vp10_default_scan_orders[] that is unused"
configure: append --extra-cflags to final set
vpx_dsp_common: add VPX prefix to MIN/MAX
vp9_spatial_svc_encoder: Enable aq-mode for real-time mode.
vp10 cleanup: remove nonrd and real-time code
Merge "vp9_spatial_svc_encoder: Add encoding time log."
Merge "Clean up unused function warnings in vp8 decoder"
Remove vp8_priv_sz
Clean up unused function warnings in vp8 decoder
vp9_spatial_svc_encoder: Add encoding time log.
Remove vp10_default_scan_orders[] that is unused
Only build ssse3 filter functions on 64 bit
Clean up unused function warnings in vp8 encoder
Clean up unused function warnings in vp8 onyx_if.c
Clean up unused function warnings in vp8 common
vp8e_encode: check validate_config return
vp9_update_layer_...config: delete dead assignment
Merge "Limit new motion vector size"
Merge "Add transform size rate for intra skip mode in rdopt"
Merge "Prevent an ASAN failure for svc tests"
Add transform size rate for intra skip mode in rdopt
Merge "Refactoring on transform types"
vp8: modifcatiion to skin map computation.