Add support for reading YUV4MPEG2 files to ivfenc.
authorTimothy B. Terriberry <tterribe@xiph.org>
Wed, 26 May 2010 22:27:51 +0000 (18:27 -0400)
committerTimothy B. Terriberry <tterribe@xiph.org>
Thu, 3 Jun 2010 00:35:04 +0000 (20:35 -0400)
commit44d89495534b2975bb863a8ff534e5ff65c4c360
tree387f5c25a39696a7e3018ade3f1d0c498f905ae6
parentcbf12db90108ff2ef078319e0b95bc8012f96e7e
Add support for reading YUV4MPEG2 files to ivfenc.

A large collection of example files may be found at
 http://media.xiph.org/video/derf/
This also fixes a bug in ivfenc for uncompressed IVF input, which previously
 appeared not to skip past the file header the second time it opened the file.
I don't actually have an IVF file with which to test this fix, however.

Change-Id: Id69a1e11a3fa16c4a4fa8944e880bcea090cd52b
AUTHORS
examples.mk
ivfenc.c
y4minput.c [new file with mode: 0644]
y4minput.h [new file with mode: 0644]