Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 21 Apr 2003 21:54:27 +0000 (21:54 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 21 Apr 2003 21:54:27 +0000 (21:54 +0000)
commitab57fbcd544e5226cb57aef7d54370f58e8badf4
treec6f10a198cf57b4279b82ecb41069f66fd13ee9e
parent7ca8563737c8a87cdd54bb2aefe8321354c5362e
Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source)

Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )

Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
configure.ac
ext/Makefile.am
ext/divx/Makefile.am [new file with mode: 0644]
ext/divx/gstdivxenc.c [new file with mode: 0644]
ext/divx/gstdivxenc.h [new file with mode: 0644]
ext/xvid/Makefile.am [new file with mode: 0644]
ext/xvid/gstxvidenc.c [new file with mode: 0644]
ext/xvid/gstxvidenc.h [new file with mode: 0644]