summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
2014-08-21vpxenc.c : static warnings cleanoutJim Bankoski
2014-08-15vpxenc: fix compile with --disable-libyuvJames Zern
2014-08-06Add tune-content command line optionAlex Converse
2014-07-16Adds support for raw yuv files for 422/444Deb Mukherjee
2014-07-15Renames interface field in VpxInterfaceDeb Mukherjee
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14Merge "Silent -wextra warnings"Yaowu Xu
2014-07-11Silent -wextra warningsYaowu Xu
2014-07-09vpxenc: fix per-frame psnr/size output on a terminalJames Zern
2014-07-05Adds support for reading and writing 10/12-bit y4mDeb Mukherjee
2014-07-02Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev
2014-07-02Adds support for reading and writing 10/12-bit y4mDeb Mukherjee
2014-05-20Updates libyuv to version 1005Deb Mukherjee
2014-05-16Exit with error when vpxenc cannot correctly scale the input.Alex Converse
2014-05-16Rewrite encoder input format handling.Alex Converse
2014-05-12vpxenc: add some missing CONFIG_WEBM_IO checksJames Zern
2014-04-29Revert "Force ARNR filtering to be centered on the ARF frame"Adrian Grange
2014-04-22Force ARNR filtering to be centered on the ARF frameAdrian Grange
2014-04-17examples: remove off_t overridesJames Zern
2014-04-15Merge "More user friendly vpxenc help strings."Dmitry Kovalev
2014-04-14More user friendly vpxenc help strings.Dmitry Kovalev
2014-04-14Enable vpxenc to specify internal coded frame sizeAdrian Grange
2014-04-04Changing webmenc to use libwebmVignesh Venkatasubramanian
2014-04-04Merge "Removed space in ETA printout"Yaowu Xu
2014-04-03Removed space in ETA printoutYaowu Xu
2014-04-03Add codec control function for enabling frame_periodic_boost.Marco Paniconi
2014-04-02Revert "Changing webmenc to use libwebm"Paul Wilkins
2014-03-28Changing webmenc to use libwebmVignesh Venkatasubramanian
2014-03-14Adding a configure flag to control WebM container supportVignesh Venkatasubramanian
2014-02-27Adding sse_to_psnr function to tools_common.{h, c}.Dmitry Kovalev
2014-02-21Stop gating non420 features with a configure flag.Alex Converse
2014-02-21Require an --experimental-bitstream flag at runtime for encoding profile 1.Alex Converse
2014-02-13In realtime mode enforce one pass with 0 lagDeb Mukherjee
2014-02-11Adding API to get vpx encoder/decoder interface.Dmitry Kovalev
2014-02-11vpxenc: Silence MSVC warnings.Tom Finegan
2014-02-03Merge changes Ic362b088,I1c65c2aaJames Zern
2014-01-31remove duplicate const from vpx_codec_iface_t useJames Zern
2014-01-31vpxenc: find_mismatch/compare_img: normalize typesJames Zern
2014-01-31vpxenc: cosmeticsJames Zern
2014-01-29Changing ivf_write_frame_header() function signature.Dmitry Kovalev
2014-01-29vpxenc: Relocate rate/quantizer histogram code.Dmitry Kovalev
2014-01-22Fix the vpxenc mismatch problem due to seperatehkuang
2014-01-15Merge "vpxenc: remove some warnings w/--disable-(vp8|vp9)"James Zern
2014-01-14vpxenc: remove some warnings w/--disable-(vp8|vp9)James Zern
2014-01-13Removing pass number check from ivf_write_file_header().Dmitry Kovalev
2014-01-06Fix encoding Raw yv12 and i420 from a pipe.Alex Converse
2013-11-25vpxenc: Move config check code into its own source files.Tom Finegan
2013-11-25In frame Q adjustment experiment.Paul Wilkins
2013-11-21vpxenc: Add vpxenc.h and move/rename the global_config structTom Finegan
2013-11-20vpxenc: Warn users about incorrect quantizer settings.Tom Finegan