GStreamer multimedia framework
Find a file
Mark Nauwelaerts ed36eb0fc5 ext/ffmpeg/: Add the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes it as such configurable as a property. ...
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet dot be> and
Thomas Vander Stichele  <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_flags_get_type):
* 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 the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes it as such
configurable as a property. Fixes #393187.
2007-04-12 11:06:46 +00:00
common@9097e252e4 ext/ffmpeg/gstffmpegdec.c: Draw edges for h264. Fixes #364139. 2007-04-12 10:56:42 +00:00
docs Spaces => tab 2006-12-15 13:58:17 +00:00
ext ext/ffmpeg/: Add the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes it as such configurable as a property. ... 2007-04-12 11:06:46 +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
tests Spaces => tab 2006-12-15 13:58:17 +00:00
win32 win32/MANIFEST: Add manifest for win32 files. 2007-01-07 13:53:25 +00:00
.gitignore .cvsignore: ignore more files 2006-06-12 13:19:22 +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: libtoolize on Darwin/MacOSX is called glibtoolize 2006-05-08 11:58:44 +00:00
ChangeLog ext/ffmpeg/: Add the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes it as such configurable as a property. ... 2007-04-12 11:06:46 +00:00
configure.ac configure.ac: Convert to new AG_GST style. 2007-03-01 01:10:22 +00:00
gst-ffmpeg.doap add doap file 2006-12-15 12:57:40 +00:00
gst-ffmpeg.spec.in add doap file 2006-12-15 12:57:40 +00:00
HACKING HACKING: Update the hacking info with information about how to prepare your quilt setup to hack on the ffmpeg checkout 2006-12-04 20:30:30 +00:00
Makefile.am Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release. 2007-01-07 13:56:29 +00:00
NEWS Release 0.10.2 2006-12-13 21:05:10 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE Release 0.10.2 2006-12-13 21:05:10 +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.