summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
2016-10-19vp8: Add control for gf boost for 1 pass cbr.Marco
2016-09-15apply clang-formatclang-format
2016-09-13webmenc: remove unused 'fps' parameterJohann
2016-08-24Add --alt-ref-aq=<int> optionYury Gitman
2016-07-19top-level: apply clang-formatclang-format
2016-07-18vp9: Allow usage of lookahead for real-time, 1 pass vbr.Marco
2016-06-17remove vp10James Zern
2016-05-10Add VP9 encoder API for level specification.hui su
2016-04-25TODO cleanup: s/EbmlGlobal/WebmOutputContext/Vignesh Venkatasubramanian
2016-03-22Prevent encoder crash caused by row tile dependenciesYunqing Wang
2016-02-25vp9: set kf_max_dist to a reasonable default (128)James Zern
2016-02-11vpxenc: quiet unused param warningJames Zern
2016-02-02Add high bit depth args to arg listhui su
2016-01-18Use input framerate as timebase if none was explicitly specified.Ronald S. Bultje
2016-01-13Adding an aq mode for 360 videosDebargha Mukherjee
2015-12-16vpxenc: don't warn about libwebm availability if writing IVF.Ronald S. Bultje
2015-10-29Specify feasible parameter values for lossless modehui su
2015-09-29vpxenc: Allow non i420 input for VP10.Tom Finegan
2015-08-21vpxenc: fix DECODER ifdefJames Zern
2015-08-17create vp10_arg_ctrl_maphui su
2015-08-17remove unused high-bit-depth args from arg listhui su
2015-08-14Remove vp10's build dependency on vp9Yaowu Xu
2015-08-12Add vpxenc help infoYaowu Xu
2015-08-12Fix high bit depth in vp10 codebaseJingning Han
2015-08-11Fork VP9 and VP10 codebaseJingning Han
2015-07-06Expose params min-gf-interval/max-gf-intervalDebargha Mukherjee
2015-06-05vpxenc: relocate vp8/vp9 only optionsJames Zern
2015-06-05vpxenc: Add support for pixel aspect ratio.Frank Galligan
2015-06-04Make vp9 the default codec for vpxencYaowu Xu
2015-05-11vpxenc: make some functions staticJames Zern
2015-05-11tools_common.h: fix usage_exit() prototypeJames Zern
2015-03-13Provide information on codec controlsYaowu Xu
2015-03-12Rename a vp9 only control with vp9e prefixYaowu Xu
2015-02-13Remove redundant testAdrian Grange
2015-02-10Add --color-space to vpxencYaowu Xu
2015-02-02Require webm when explicitly requestedJohann
2015-01-14Add encoder control for setting color spaceYaowu Xu
2014-12-17Corrected value range of --cpu-used for vp9Yaowu Xu
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-03Various updates to vp8.Marco
2014-10-27Add a new control of golden frame boost in CBR modeYaowu Xu
2014-10-24Add a new control of max bitrate for inter frameYaowu Xu
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-10-08Fixes naming bug from previous highbitdepth patchDeb Mukherjee
2014-10-08Refactoring of highbitdepth bitshift operationsDeb Mukherjee
2014-10-03Remove experimental-bitstream flag for profiles>0Deb Mukherjee
2014-10-01Adds support of 440 content.Deb Mukherjee
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-09-12Change the control function of VP9 denoiser.JackyChen
2014-09-04Fix a visual studio warningYaowu Xu