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