From e4f151a2ce3d0086382c07cfbcd1540dd018d46a Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 31 Jan 2000 03:02:52 +0000 Subject: [PATCH] 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 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. ;-) --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 0d17534368..3a7916a8b6 100644 --- a/configure.in +++ b/configure.in @@ -159,6 +159,7 @@ plugins/visualization/smoothwave/Makefile plugins/dvdsrc/Makefile plugins/vcdsrc/Makefile plugins/cobin/Makefile +plugins/rtjpeg/Makefile test/Makefile test/xml/Makefile test/bindings/Makefile