GStreamer multimedia framework
Go to file
Ronald S. Bultje 081a3b4844 ext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only available in the bitstream if th...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid):
WMV extradata (make #152798 work). J-frames are only available
in the bitstream if the J-frame bit has been set in the extradata.
If not (or if extradata is not provided), the movie won't play.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
(gst_ffmpegdec_connect), (gst_ffmpegdec_chain):
Only close ffmpeg if privdata was allocated (else it segfaults).
Autodetect encoding bugs and workaround it. Don't copy data if
decoding failed.
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
Use read_frame() instead of read_packet() which is obsolete.
2004-09-20 12:29:03 +00:00
common@ded6dc5186 ext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only available in the bitstream if th... 2004-09-20 12:29:03 +00:00
ext ext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only available in the bitstream if th... 2004-09-20 12:29:03 +00:00
gst-libs alright ! ready to test. 2004-03-11 18:21:34 +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 remove nonexisting configure options 2004-03-16 09:51:35 +00:00
ChangeLog ext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only available in the bitstream if th... 2004-09-20 12:29:03 +00:00
configure.ac don't needlessly do stuff 2004-07-21 09:20:55 +00:00
gst-ffmpeg.spec.in fix spec file 2004-05-01 16:50:38 +00:00
HACKING updates 2004-04-14 15:21:51 +00:00
Makefile.am use release.mak 2004-03-17 10:45:50 +00:00
NEWS releasing 2004-03-16 13:09:23 +00:00
README fixing up module 2004-02-13 13:04:54 +00:00
RELEASE release notes 2004-07-16 11:29:37 +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.