summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
AgeCommit message (Expand)Author
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-03Merge "[svc] Temporal svc with two pass rate control"Minghai Shang
2014-09-02Merge "Adds config opt for highbitdepth + misc. vpx"Deb Mukherjee
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-09-02Merge "Removing 'frames' field from VP9_COMP."Dmitry Kovalev
2014-08-29Removing dummy_packing member from VP9_COMP.Dmitry Kovalev
2014-08-29Minor fix in vp9_encoder.hYunqing Wang
2014-08-28Merge "Removing unused arnr_type from VP9EncoderConfig and vp9_extracfg."Dmitry Kovalev
2014-08-28Merge "Updates vp9_pattern search to return integer sads"Deb Mukherjee
2014-08-28Updates vp9_pattern search to return integer sadsDeb Mukherjee
2014-08-26Merge "add a new interp filter search strategy."Yaowu Xu
2014-08-26add a new interp filter search strategy.Yaowu Xu
2014-08-25Removing unused arnr_type from VP9EncoderConfig and vp9_extracfg.Dmitry Kovalev
2014-08-25Removing 'frames' field from VP9_COMP.Dmitry Kovalev
2014-08-25Removing tx_stepdown_count from VP9_COMP.Dmitry Kovalev
2014-08-25Merge "Removing source field from VP9_COMP."Dmitry Kovalev
2014-08-25Merge "Removing is_best_mode() function."Dmitry Kovalev
2014-08-22Removing source field from VP9_COMP.Dmitry Kovalev
2014-08-22Merge "Move mv cost table to VP9_COMP"Jingning Han
2014-08-22Merge "Removing last_source field from VP9_COMP."Dmitry Kovalev
2014-08-22Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’.Dmitry Kovalev
2014-08-22Move mv cost table to VP9_COMPJingning Han
2014-08-21Removing last_source field from VP9_COMP.Dmitry Kovalev
2014-08-21Removing is_best_mode() function.Dmitry Kovalev
2014-08-20Merge "Removing gold_is_last, alt_is_last, gold_is_alt flags."Dmitry Kovalev
2014-08-20Merge "Converting MODE to be just BEST, GOOD, and REALTIME."Dmitry Kovalev
2014-08-19Converting MODE to be just BEST, GOOD, and REALTIME.Dmitry Kovalev
2014-08-19Moving frame_is_boosted() to vp9_speed_features.c.Dmitry Kovalev
2014-08-18Removing gold_is_last, alt_is_last, gold_is_alt flags.Dmitry Kovalev
2014-08-15Removing vp9_rescale().Dmitry Kovalev
2014-08-15Removing active_arnr_{strength, frames} from VP9_COMP.Dmitry Kovalev
2014-08-14Merge "Moving framerate from VP9EncoderConfig to VP9_COMP."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-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-05Add a codec control option to tune for screen content.Alex Converse
2014-07-29Use frame index directly in get_chessboard_indexJingning Han
2014-07-24s/CONFIG_DENOISING/CONFIG_VP9_TEMPORAL_DENOISINGTim Kopp
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-09Remove repetitive code in mcomp.cYunqing Wang
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-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