summaryrefslogtreecommitdiff
path: root/vpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Add encoder control for setting color spaceYaowu Xu2015-01-141-1/+1
* Corrected value range of --cpu-used for vp9Yaowu Xu2014-12-171-3/+5
* Silence -Werror=unused-parameterJohann2014-12-161-0/+1
* Various updates to vp8.Marco2014-12-031-1/+5
* Add a new control of golden frame boost in CBR modeYaowu Xu2014-10-271-2/+5
* Add a new control of max bitrate for inter frameYaowu Xu2014-10-241-1/+4
* Resolves some lint errorsDeb Mukherjee2014-10-131-166/+164
* Fixes naming bug from previous highbitdepth patchDeb Mukherjee2014-10-081-1/+1
* Refactoring of highbitdepth bitshift operationsDeb Mukherjee2014-10-081-132/+3
* Remove experimental-bitstream flag for profiles>0Deb Mukherjee2014-10-031-11/+0
* Adds support of 440 content.Deb Mukherjee2014-10-011-1/+16
* High-bitdepth bugfixesDeb Mukherjee2014-10-011-22/+27
* Change the control function of VP9 denoiser.JackyChen2014-09-121-4/+6
* Fix a visual studio warningYaowu Xu2014-09-041-1/+1
* Adds config opt for highbitdepth + misc. vpxDeb Mukherjee2014-09-021-8/+450
* Merge "Renaming vpxenc option from frame_boost to frame-boost."Dmitry Kovalev2014-08-281-1/+1
|\
| * Renaming vpxenc option from frame_boost to frame-boost.Dmitry Kovalev2014-08-251-1/+1
* | Adding several vpxenc parameter ranges to help output.Dmitry Kovalev2014-08-281-4/+4
|/
* vpxenc.c : static warnings cleanoutJim Bankoski2014-08-211-6/+11
* vpxenc: fix compile with --disable-libyuvJames Zern2014-08-151-1/+4
* Add tune-content command line optionAlex Converse2014-08-061-2/+11
* Adds support for raw yuv files for 422/444Deb Mukherjee2014-07-161-5/+27
* Renames interface field in VpxInterfaceDeb Mukherjee2014-07-151-5/+5
* Rewrite functions related to first pass block statsPengchong Jin2014-07-141-1/+54
* Merge "Silent -wextra warnings"Yaowu Xu2014-07-141-3/+4
|\
| * Silent -wextra warningsYaowu Xu2014-07-111-3/+4
* | vpxenc: fix per-frame psnr/size output on a terminalJames Zern2014-07-091-1/+2
|/
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-051-0/+2
* Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev2014-07-021-2/+0
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-021-0/+2
* Updates libyuv to version 1005Deb Mukherjee2014-05-201-1/+9
* Exit with error when vpxenc cannot correctly scale the input.Alex Converse2014-05-161-0/+4
* Rewrite encoder input format handling.Alex Converse2014-05-161-8/+24
* vpxenc: add some missing CONFIG_WEBM_IO checksJames Zern2014-05-121-2/+17
* Revert "Force ARNR filtering to be centered on the ARF frame"Adrian Grange2014-04-291-2/+2
* Force ARNR filtering to be centered on the ARF frameAdrian Grange2014-04-221-2/+2
* examples: remove off_t overridesJames Zern2014-04-171-7/+7
* Merge "More user friendly vpxenc help strings."Dmitry Kovalev2014-04-151-2/+2
|\
| * More user friendly vpxenc help strings.Dmitry Kovalev2014-04-141-2/+2
* | Enable vpxenc to specify internal coded frame sizeAdrian Grange2014-04-141-4/+14
|/
* Changing webmenc to use libwebmVignesh Venkatasubramanian2014-04-041-60/+4
* Merge "Removed space in ETA printout"Yaowu Xu2014-04-041-1/+1
|\
| * Removed space in ETA printoutYaowu Xu2014-04-031-1/+1
* | Add codec control function for enabling frame_periodic_boost.Marco Paniconi2014-04-031-2/+7
|/
* Revert "Changing webmenc to use libwebm"Paul Wilkins2014-04-021-4/+60
* Changing webmenc to use libwebmVignesh Venkatasubramanian2014-03-281-60/+4
* Adding a configure flag to control WebM container supportVignesh Venkatasubramanian2014-03-141-5/+27
* Adding sse_to_psnr function to tools_common.{h, c}.Dmitry Kovalev2014-02-271-2/+2
* Stop gating non420 features with a configure flag.Alex Converse2014-02-211-2/+0
* Require an --experimental-bitstream flag at runtime for encoding profile 1.Alex Converse2014-02-211-3/+16