summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2014-08-14Merge "Moving framerate from VP9EncoderConfig to VP9_COMP."Dmitry Kovalev
2014-08-12Minor Two pass rate control adjustments.Paul Wilkins
2014-08-08Removing unised OUTPUT_YUV_SRC define.Dmitry Kovalev
2014-08-08Merge "Moving pass from VP9_COMP to VP9EncoderConfig."Dmitry Kovalev
2014-08-08Moving framerate from VP9EncoderConfig to VP9_COMP.Dmitry Kovalev
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-08Common encode/decode function to get reference frameAdrian Grange
2014-08-08Remove coding_use_prev_mi member from VP9_COMMONAdrian Grange
2014-08-07Merge "Changes hdr for profiles > 1 for intraonly frames"Deb Mukherjee
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-05Create function vp9_preserve_existing_gfAdrian Grange
2014-08-04[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag f...Minghai Shang
2014-07-25Merge "[spatial svc]Fix reference issues"Minghai Shang
2014-07-24s/CONFIG_DENOISING/CONFIG_VP9_TEMPORAL_DENOISINGTim Kopp
2014-07-23[spatial svc]Fix reference issuesMinghai Shang
2014-07-23Merge "Moved call to vp9_clear_system_state() to a proper location"Yaowu Xu
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-21Moved call to vp9_clear_system_state() to a proper locationYaowu Xu
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