summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2015-11-06Revert "Add AVX vectorized vp9_diamond_search_sad"James Zern
2015-11-05Merge "Add AVX vectorized vp9_diamond_search_sad"Yunqing Wang
2015-11-05Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-11-02Move noise level estimate outside denoiser.Marco
2015-10-27VP9-SVC: Allow frame dropping due to overshoot for spatial layers.Marco
2015-10-23VP9: Estimate noise level for denoiser.Marco
2015-10-06Add first_spatial_layer_to_encode to SVC.Marco
2015-10-02Fix to denoiser with dynamic resize.Marco
2015-10-01Two-steps scaling in VP9 encoder dynamic resizing.jackychen
2015-09-29Merge "VP9: move loopfilter build masks to decode loop"Scott LaVarnway
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-09-28Merge "vp9/10: improve support for render_width/height."Ronald S. Bultje
2015-09-28Merge "Rename display_{size,width,height} to render_*."Ronald S. Bultje
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje
2015-09-26Merge "vp9/10 encoder: prevent NULL access on failure"James Zern
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-23vp9/10 encoder: prevent NULL access on failureJames Zern
2015-09-21Change size on first frame and change config cause crash.jackychen
2015-09-16Add support for color-range.Ronald S. Bultje
2015-09-15Merge changes from topic 'fix-vp9-bitstream-test'James Zern
2015-09-15Add cyclic refresh parameters to svc-layer context.Marco
2015-09-14For 1 pass: always use the normative filter in vp9_scale_if_required()Marco
2015-09-11Avoid scaling last_source, unless needed.Marco
2015-09-09vp9/10: set color_space on preview frameJames Zern
2015-09-03Fix to dynamic resize mode under change_config().Marco
2015-09-01Don't build calc_psnr for high bit depth.Johann
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-28vp9_encoder: make vp9_alloc_compressor_data privateJames Zern
2015-08-28Fix to golden update in cyclic_refresh.Marco
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-20Update to dynamic resize for 1 pass CBR: source scaling.Marco
2015-08-18Allow for re-encoding frame if high overshoot.Marco
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-13opsnr.stt: Add a missing tab after PSNRHVSAlex Converse
2015-08-11vp9_encoder: add missing vpx_clear_system_stateJames Zern
2015-08-11Merge "VPX: remove scaled calls from FUN_CONV_1D"Scott LaVarnway
2015-08-11blockiness: cleanup includes and add staticsAlex Converse
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
2015-08-05VPX: remove scaled calls from FUN_CONV_1DScott LaVarnway
2015-08-03Merge "Correct the allocation size for ssim_vars"Yaowu Xu
2015-08-03Correct the allocation size for ssim_varsYaowu Xu
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-23Dynamic resize for real-time: reference scaling.Marco
2015-07-20Fix uninitialized value warninghui su
2015-07-15Merge "Fix to resize logic for 1 pass mode."Marco
2015-07-15Fix to source scaling for dynamic_resize.Marco
2015-07-14Fix to resize logic for 1 pass mode.Marco
2015-07-14Merge "Add extra resize trigger for frames above maximum allowed size."paulwilkins