summaryrefslogtreecommitdiff
path: root/vpxenc.c
AgeCommit message (Expand)Author
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
2013-09-19Merge "fix vp8-only build"Yaowu Xu
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-17fix vp8-only buildJames Zern
2013-09-06Support a constant quality mode in VP9Deb Mukherjee
2013-08-21Make "good" quality 2-pass vpxenc encoding defaultDeb Mukherjee
2013-08-14vpxenc: open output file after setting pass #James Zern
2013-06-25vpxenc: send usage to stderrJohn Koleszar
2013-06-17Removed hardcoded global->limitScott LaVarnway
2013-06-13Add vp9 test vectors unit testJohn Koleszar
2013-06-11Fix mismatch check outputJohn Koleszar
2013-05-09vpxenc: fix mismatch check for non-4:2:0John Koleszar
2013-05-06Y4M input support for 4:2:2, 4:4:4, 4:4:4:4John Koleszar
2013-04-08Clamp inferred motion vectors onlyJingning Han
2013-03-27Convert g_frame_parallel_decoding to control interfaceJohn Koleszar
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-26Implicit weighted prediction experimentDeb Mukherjee
2013-03-22Fixing fourcc for VP8 and VP9.Dmitry Kovalev
2013-03-13Add VP9_GET_REFERENCE controlJohn Koleszar
2013-03-11vpxenc: improve progress indicators with --skipJohn Koleszar