wcap: Just make wcap-decode dump YUV4MPEG2
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 18 Jul 2012 15:39:05 +0000 (11:39 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 18 Jul 2012 19:52:13 +0000 (15:52 -0400)
commitc12efd0aa7514eb6f6d22698db3a20f42bdf368a
tree36812618263e938ddee2b4ed4ea533987569fa9b
parent94de680439b793093a6b3595155706a587160993
wcap: Just make wcap-decode dump YUV4MPEG2

Instead of having a custom fork of the vpxenc tool in weston, we can
just dump raw YUV data in the YUV4MPEG2 format and feed that into the
upstream vpxenc.  This also works with theora_encoder and probably many
other encoders.
19 files changed:
wcap/COPYING [deleted file]
wcap/EbmlIDs.h [deleted file]
wcap/EbmlWriter.c [deleted file]
wcap/EbmlWriter.h [deleted file]
wcap/Makefile.am
wcap/README
wcap/args.c [deleted file]
wcap/args.h [deleted file]
wcap/main.c [new file with mode: 0644]
wcap/mem_ops.h [deleted file]
wcap/mem_ops_aligned.h [deleted file]
wcap/tools_common.c [deleted file]
wcap/tools_common.h [deleted file]
wcap/vpx_config.h [deleted file]
wcap/vpx_timer.h [deleted file]
wcap/vpxenc.c [deleted file]
wcap/wcap-snapshot.c [deleted file]
wcap/y4minput.c [deleted file]
wcap/y4minput.h [deleted file]