GStreamer multimedia framework
Find a file
Ronald S. Bultje 23e0f2c1f6 ext/ffmpeg/gstffmpegcodecmap.c: Add ALAC, shorten and some more in new FFMPEG snapshot of 21/4, somewhere this aftern...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid),
(gst_ffmpeg_get_codecid_longname):
Add ALAC, shorten and some more in new FFMPEG snapshot of
21/4, somewhere this afternoon.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
Add warnings to decoder registration to easier add new ones
during snapshot updates.
2005-04-21 19:01:36 +00:00
common@131c263212 ext/ffmpeg/gstffmpegenc.c: Fix crash on randomly sized input (#169082). 2005-03-12 23:59:15 +00:00
ext ext/ffmpeg/gstffmpegcodecmap.c: Add ALAC, shorten and some more in new FFMPEG snapshot of 21/4, somewhere this aftern... 2005-04-21 19:01:36 +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 autogen.sh: execute ffmpeg's autogen.sh directly 2004-12-19 04:31:36 +00:00
ChangeLog ext/ffmpeg/gstffmpegcodecmap.c: Add ALAC, shorten and some more in new FFMPEG snapshot of 21/4, somewhere this aftern... 2005-04-21 19:01:36 +00:00
configure.ac configure.ac: Dev. 2005-03-11 10:51:11 +00:00
gst-ffmpeg.spec.in gst-ffmpeg.spec.in: Remove unused 'versioning' variable. 2004-10-11 08:25:20 +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 Release 0.8.4 "Mellow on my fingers". 2005-03-11 10:49:57 +00:00
README fixing up module 2004-02-13 13:04:54 +00:00
RELEASE Release 0.8.4 "Mellow on my fingers". 2005-03-11 10:49:57 +00:00
TODO TODO: Update since some tasks are done. 2005-01-19 17:25:29 +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.