summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2014-07-22VP9 denoiser bugfix in debugging code.Tim Kopp
2014-07-22[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVCMinghai Shang
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-17Merge "Fixed a bug of setting wrong first pass mb stats pointer"Pengchong Jin
2014-07-17Fixed a bug of setting wrong first pass mb stats pointerPengchong Jin
2014-07-17Modified frame buffer handlingAdrian Grange
2014-07-17Merge "Changes to rd balance and multi-arf bug fix."Paul Wilkins
2014-07-16make default_interp_filter choice a speed featureYaowu Xu
2014-07-16Changes to rd balance and multi-arf bug fix.Paul Wilkins
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-11Merge "Remove an unused parameter in vp9_init_search_range()"Yaowu Xu
2014-07-11Merge "Re-factor and simplify arnr filter."Adrian Grange
2014-07-11Remove an unused parameter in vp9_init_search_range()Yaowu Xu
2014-07-11Re-factor and simplify arnr filter.Paul Wilkins
2014-07-08Vp9 denoiser MC bugfixTim Kopp
2014-07-07Merge "Use the VP9 version of extend_borders"Johann
2014-07-03Merge "Multi-arf: Add code to turn it on and off."Paul Wilkins
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-07-02Merge "VP9 denoising enabled by noise_sensitivity param"Tim Kopp
2014-07-02VP9 denoising enabled by noise_sensitivity paramTim Kopp
2014-07-02Multi-arf: Add code to turn it on and off.Paul Wilkins
2014-07-01Store/read 16x16 block statistics obtained from the first passPengchong Jin
2014-06-30Decide the partitioning threshold from the variance histogramYunqing Wang
2014-06-27Implemented motion compensation for VP9 denoiserTim Kopp
2014-06-27fix: Only do spatial SVC when there are > 1 layersTim Kopp
2014-06-26Merge "Skip the partition search for the frame with no motion"Pengchong Jin
2014-06-26Skip the partition search for the frame with no motionPengchong Jin
2014-06-26Merge "Fix quality regression for multi arf off case."Paul Wilkins
2014-06-26Fix quality regression for multi arf off case.Paul Wilkins
2014-06-26Merge "Dual arf: Name changes."Paul Wilkins
2014-06-25Merge "[spatial svc]Implement lag in frames for spatial svc"Minghai Shang
2014-06-25Dual arf: Name changes.Paul Wilkins
2014-06-25Merge "Dual ARF changes: Buffer index selection."Paul Wilkins
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang
2014-06-24Use the VP9 version of extend_bordersJohann
2014-06-24Fix test on maximum downscaling limitsAdrian Grange
2014-06-24Dual ARF changes: Buffer index selection.Paul Wilkins
2014-06-24Further dual arf changes: multi_arf_allowed.Paul Wilkins
2014-06-24Fix some bugs in multi-arfPaul Wilkins
2014-06-24Clean out old CONFIG_MULTIPLE_ARF code.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-23Merge "Switch active map implementation to segment based."Alex Converse
2014-06-23Allocate buffers based on correct chroma formatAdrian Grange
2014-06-23Merge "Remove unused vp9_init_quant_tables function"Jingning Han
2014-06-20Switch active map implementation to segment based.Alex Converse
2014-06-19Added CFLAG for outputting vp9 denoised signalTim Kopp
2014-06-18Changed buf_2ds in vp9 denoiser to YV12 buffersTim Kopp
2014-06-18Remove unused vp9_init_quant_tables functionJingning Han
2014-06-13Replacing RC_MODE with vpx_rc_mode.Dmitry Kovalev