gstreamer/ext/ffmpeg
Ronald S. Bultje c74a433d1d ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now).
Original commit message from CVS:
* ext/ffmpeg/gstffmpeg.c: (plugin_init):
Enable muxers (only mp4 muxer for now).
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_formatid_get_codecids), (gst_ffmpeg_caps_to_codecid):
* ext/ffmpeg/gstffmpegcodecmap.h:
Fix a bunch of typos in codec-id lookup (false/true return value
mixup), add a codec-id list retrieval function (because ffmpeg
does not provide one). With that, we can make valid pad templates.
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_init),
(gst_ffmpegmux_connect), (gst_ffmpegmux_loop),
(gst_ffmpegmux_change_state), (gst_ffmpegmux_get_id_caps),
(gst_ffmpegmux_register):
Fix for whatever changed since I last tried this. Works for MP4
muxing.
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open),
(gst_ffmpegdata_peek), (gst_ffmpegdata_write),
(gst_ffmpegdata_seek), (gst_ffmpegdata_close):
Update obviously-untested write code...
2005-03-14 15:27:43 +00:00
..
gstffmpeg.c ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). 2005-03-14 15:27:43 +00:00
gstffmpeg.h ext/ffmpeg/: Add header. 2004-12-18 20:59:37 +00:00
gstffmpegcodecmap.c ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). 2005-03-14 15:27:43 +00:00
gstffmpegcodecmap.h ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). 2005-03-14 15:27:43 +00:00
gstffmpegcolorspace.c ext/ffmpeg/: Add debugging category everywhere (correctly this time). Don't parse mp3 data (the parser is a piece of ... 2004-12-18 20:53:55 +00:00
gstffmpegdec.c ext/ffmpeg/gstffmpegdec.c: Reduce the rank of the mpeg2 decoder back below mpeg2dec 2005-02-03 17:19:06 +00:00
gstffmpegdemux.c ext/ffmpeg/gstffmpegcodecmap.c: Add AMR mimetypes (since those are recognized in ffmpeg). 2005-01-28 10:45:37 +00:00
gstffmpegenc.c ext/ffmpeg/gstffmpegenc.c: Fix crash on randomly sized input (#169082). 2005-03-12 23:59:15 +00:00
gstffmpegmux.c ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). 2005-03-14 15:27:43 +00:00
gstffmpegprotocol.c ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). 2005-03-14 15:27:43 +00:00
Makefile.am ext/ffmpeg/: Add header. 2004-12-18 20:59:37 +00:00