RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display ...

Original commit message from CVS:
RTjpeg plugin with several elements.  It's currently a skeleton, doing no
work at all.  Need to have a video display element, some kind of
simulation source (read from .ppm, a la what I do at work to solve the
exact same problem), raw video types, metadata structs, etc.

The RTjpeg.[ch] code is taken from a just-downloaded copy from Justin's
site, with some fixes (#include <asm/types.h> to get __u64,etc).  Once the
aforementioned infrastructure is in place, the elements can actually be
set up to do the encode/decode, and we'll have our first functioning video
codec in place. ;-)
This commit is contained in:
Erik Walthinsen 2000-01-31 03:02:52 +00:00
parent 0f55b5399b
commit e4f151a2ce

View file

@ -159,6 +159,7 @@ plugins/visualization/smoothwave/Makefile
plugins/dvdsrc/Makefile plugins/dvdsrc/Makefile
plugins/vcdsrc/Makefile plugins/vcdsrc/Makefile
plugins/cobin/Makefile plugins/cobin/Makefile
plugins/rtjpeg/Makefile
test/Makefile test/Makefile
test/xml/Makefile test/xml/Makefile
test/bindings/Makefile test/bindings/Makefile