GStreamer multimedia framework
Go to file
Ronald S. Bultje a8e810391f Slightly change the way we set this up. Ugly, but now it works again. This baby is looking for a proper fix.
Original commit message from CVS:
* configure.ac:
* gst-libs/ext/ffmpeg/Makefile.am:
Slightly change the way we set this up. Ugly, but now it works
again. This baby is looking for a proper fix.
* gst-libs/ext/ffmpeg/Tag:
Apparently CVS and me disagree on the tag... Ohwell, CVS wins.
* gst-libs/ext/ffmpeg/patch/autotools.diff:
* gst-libs/ext/ffmpeg/patch/disableinstalllibs.diff:
Slight nag on a link between lavf/lavc in ffmpeg. Not really
important for us since the code is the same in the end, but this
is actually correct from a per-patch point-of-view...
2004-03-03 01:54:18 +00:00
common@874dab5c34 releasing 2004-02-26 18:21:44 +00:00
ext ext/ffmpeg/gstffmpegdec.c: Fix B-frame DivX5/XviD display by removing the truncated flag when not needed. 2004-03-02 02:30:04 +00:00
gst-libs ffmpeg updates 2004-02-13 13:22:27 +00:00
m4 ffmpeg updates 2004-02-13 13:22:27 +00:00
.gitignore ignoring generated spec file 2004-02-14 11:48:04 +00:00
.gitmodules removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:09:41 +00:00
AUTHORS sandbox to get ffmpeg to play nicely in all cases 2003-12-09 15:59:48 +00:00
autogen.sh sandbox to get ffmpeg to play nicely in all cases 2003-12-09 15:59:48 +00:00
ChangeLog Slightly change the way we set this up. Ugly, but now it works again. This baby is looking for a proper fix. 2004-03-03 01:54:18 +00:00
configure.ac Slightly change the way we set this up. Ugly, but now it works again. This baby is looking for a proper fix. 2004-03-03 01:54:18 +00:00
gst-ffmpeg.spec.in this works. 2004-02-28 15:22:18 +00:00
HACKING HACKING: Add some basic documentation on how our wrapping works. 2004-03-01 04:59:17 +00:00
Makefile.am releasing 2004-02-26 18:21:44 +00:00
NEWS sandbox to get ffmpeg to play nicely in all cases 2003-12-09 15:59:48 +00:00
README fixing up module 2004-02-13 13:04:54 +00:00
TODO HACKING: Add some basic documentation on how our wrapping works. 2004-03-01 04:59:17 +00:00

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code.

It is separated from the GStreamer Plugins module because it is too
hard to maintain inside the Plugins module.

This module requires GStreamer to be built.