GStreamer multimedia framework
Go to file
Mark Nauwelaerts f86e548d47 ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper pixfmt.
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_pixfmt):
Recognize video/x-raw-gray and map to proper pixfmt.
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_setcaps),
(gst_ffmpegenc_chain_video):
Fail negotiation if pixfmt cannot be determined from input caps.
Prevent segfault accessing non-existant coded_frame, provide some
warning debug output instead.
2008-07-28 11:50:56 +00:00
common@e79879859b ffmpegrev: Updating to today's ffmpeg upstream revision, mostly to fix a security issue. 2008-07-23 13:33:32 +00:00
docs Release 0.10.4 2008-05-21 23:08:12 +00:00
ext ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper pixfmt. 2008-07-28 11:50:56 +00:00
gst-libs gst-libs/ext/Makefile.am: More fixes for make dist 2008-05-12 13:02:41 +00:00
m4 ffmpeg updates 2004-02-13 13:22:27 +00:00
tests tests/check/generic/libavcodec-locking.c: Print message name and not just number. 2007-10-03 14:51:49 +00:00
win32 win32/vs6/: Convert line endings to CRLF and mark files as binary. 2007-06-15 09:32:47 +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: Check for Subversion presence. 2008-04-21 12:17:33 +00:00
ChangeLog ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper pixfmt. 2008-07-28 11:50:56 +00:00
configure.ac Use av_picture_copy() instead of libswscale to copy pictures. This removes the swscale dependency and is faster. Fixe... 2008-05-26 07:39:19 +00:00
ffmpegrev ffmpegrev: Updating to today's ffmpeg upstream revision, mostly to fix a security issue. 2008-07-23 13:33:32 +00:00
gst-ffmpeg.doap Release 0.10.4 2008-05-21 23:08:12 +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: Dist autogen.sh. Fixes bug #534371. 2008-05-26 07:45:35 +00:00
NEWS Release 0.10.4 2008-05-21 23:08:12 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE Release 0.10.4 2008-05-21 23:08:12 +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.