GStreamer multimedia framework
Find a file
Tim-Philipp Müller e4ae049ab6 ext/ffmpeg/gstffmpegdemux.c: Give ffmpeg demuxers a rank of NONE for the time being, so that they are not auto-plugge...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
Give ffmpeg demuxers a rank of NONE for the time being, so that
they are not auto-plugged; they are not stable enough for that
yet (e.g. #337785). Don't register AAC demuxer, it's not really
useful and can't be used as faad replacement (#338928).
2006-05-02 13:53:57 +00:00
common@6b67aa6dd1 ext/ffmpeg/gstffmpegdemux.c: Give ffmpeg demuxers a rank of NONE for the time being, so that they are not auto-plugge... 2006-05-02 13:53:57 +00:00
docs ignore more 2006-04-01 09:58:38 +00:00
ext ext/ffmpeg/gstffmpegdemux.c: Give ffmpeg demuxers a rank of NONE for the time being, so that they are not auto-plugge... 2006-05-02 13:53:57 +00:00
gst-libs gst-libs/ext/Makefile.am: We need to use $(MAKE) here instead of 'make' (on some systems it's gmake that needs to be ... 2005-12-10 13:59:55 +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 releasing 2004-03-16 13:09:23 +00:00
autogen.sh Allow automake 1.9 2006-02-24 17:27:04 +00:00
ChangeLog ext/ffmpeg/gstffmpegdemux.c: Give ffmpeg demuxers a rank of NONE for the time being, so that they are not auto-plugge... 2006-05-02 13:53:57 +00:00
configure.ac configure.ac (GST_MAJORMINOR): Drop the required gstreamer version back down to the latest release, I don't think tho... 2006-04-21 16:29:01 +00:00
gst-ffmpeg.spec.in commit my latest changes 2006-01-31 14:30:50 +00:00
HACKING HACKING: Mention ffmpeg snapshot update 2006-02-18 23:12:14 +00:00
Makefile.am yet more distcheck fixing 2006-02-01 19:22:04 +00:00
NEWS releasing 0.10.1 2006-03-31 11:12:20 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE releasing 0.10.1 2006-03-31 11:12:20 +00:00
TODO TODO: Add some TODO items for 0.9 cycle. 2005-11-08 22:27:08 +00:00

gst-ffmpeg

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