summaryrefslogtreecommitdiff
path: root/vpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In realtime mode enforce one pass with 0 lagDeb Mukherjee2014-02-131-43/+54
* Adding API to get vpx encoder/decoder interface.Dmitry Kovalev2014-02-111-47/+20
* vpxenc: Silence MSVC warnings.Tom Finegan2014-02-111-5/+8
* Merge changes Ic362b088,I1c65c2aaJames Zern2014-02-031-35/+43
|\
| * vpxenc: find_mismatch/compare_img: normalize typesJames Zern2014-01-311-10/+14
| * vpxenc: cosmeticsJames Zern2014-01-311-25/+29
* | remove duplicate const from vpx_codec_iface_t useJames Zern2014-01-311-2/+2
|/
* Changing ivf_write_frame_header() function signature.Dmitry Kovalev2014-01-291-1/+1
* vpxenc: Relocate rate/quantizer histogram code.Dmitry Kovalev2014-01-291-275/+8
* Fix the vpxenc mismatch problem due to seperatehkuang2014-01-221-2/+2
* Merge "vpxenc: remove some warnings w/--disable-(vp8|vp9)"James Zern2014-01-151-14/+13
|\
| * vpxenc: remove some warnings w/--disable-(vp8|vp9)James Zern2014-01-141-14/+13
* | Removing pass number check from ivf_write_file_header().Dmitry Kovalev2014-01-131-5/+14
|/
* Fix encoding Raw yv12 and i420 from a pipe.Alex Converse2014-01-061-4/+9
* vpxenc: Move config check code into its own source files.Tom Finegan2013-11-251-31/+13
* In frame Q adjustment experiment.Paul Wilkins2013-11-251-1/+1
* vpxenc: Add vpxenc.h and move/rename the global_config structTom Finegan2013-11-211-51/+24
* vpxenc: Warn users about incorrect quantizer settings.Tom Finegan2013-11-201-20/+56
* Merge "vpxenc: add --aq-mode flag to control adaptive quantization"Guillaume Martres2013-11-201-2/+5
|\
| * vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres2013-11-151-2/+5