summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
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
2013-11-20Merge "vpxenc: add --aq-mode flag to control adaptive quantization"Guillaume Martres
2013-11-15vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan
2013-11-11vpxenc: clean up; move stats code out of vpxenc.cTom Finegan
2013-11-11Merge "vpx[dec|enc]: Clean up target OS based IO focused preproc abuse."Tom Finegan
2013-11-11vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.Tom Finegan
2013-11-08vpxenc: Remove support for IVF input.Tom Finegan
2013-11-06Move WebM writing support out of vpxenc.c.Tom Finegan
2013-10-16Prevent first pass from outputing invalid infoYaowu Xu
2013-10-07Moving libmkv library to third_party folder.Dmitry Kovalev
2013-09-24vpxenc: Stop writing the WebM FrameRate element.Tom Finegan