summaryrefslogtreecommitdiff
path: root/ivfenc.c
Commit message (Expand)AuthorAgeFilesLines
* Let SimpleEncode be able to output bitstreamangiebird2020-02-051-11/+19
* top-level: apply clang-formatclang-format2016-07-191-4/+2
* Changing ivf_write_frame_header() function signature.Dmitry Kovalev2014-01-291-23/+20
* Cleaning up ivf-related code.Dmitry Kovalev2014-01-151-3/+0
* Removing pass number check from ivf_write_file_header().Dmitry Kovalev2014-01-131-3/+0
* vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-0/+62
* rename ivf{enc,dec} to vpx{enc,dec}John Koleszar2010-10-251-1521/+0
* ivfenc: webm output supportJohn Koleszar2010-10-251-6/+375
* Fixed the timebase parameter of ivfenc.Frank Galligan2010-10-251-26/+29
* Remove ivfenc usage message leading underscoresJohn Koleszar2010-10-111-6/+6
* Use WebM in copyright notice for consistencyJohn Koleszar2010-09-091-1/+1
* Fix two-pass framrate for Y4M input.Timothy B. Terriberry2010-08-271-0/+2
* ivfenc: correct fixed kf interval, --disable-kfJohn Koleszar2010-06-241-4/+5
* Avoid encoding garbage when ivfenc encounters an unsupported Y4M file.Tom Finegan2010-06-161-13/+20
* ivfenc: fix two-pass support of raw filesJohn Koleszar2010-06-141-1/+1
* ivfenc: support reading/writing from a pipeJohn Koleszar2010-06-111-164/+170
* Change preprocessor check to _WIN32Frank Galligan2010-06-111-1/+1
* LICENSE: update with latest textJohn Koleszar2010-06-041-4/+5
* Add support for reading YUV4MPEG2 files to ivfenc.Timothy B. Terriberry2010-06-021-39/+109
* Fix stats format and correct data size and bit rate outputYaowu Xu2010-05-271-2/+3
* vpx_image: add VPX_ prefix to PLANE_*John Koleszar2010-05-241-2/+2
* install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar2010-05-241-2/+2
* Put img_fmt in the vpx namespaceJames Zern2010-05-211-3/+3
* configure: remove HAVE_CONFIG_HJohn Koleszar2010-05-211-3/+5
* Initial WebM releasev0.9.0John Koleszar2010-05-181-0/+1059