GStreamer multimedia framework
Go to file
Michael Smith ff9e22cac5 ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when decoding using ffdec_qtrle. Follows an ...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps):
Fix masks for RGBA32 caps. Fixes colours when decoding using
ffdec_qtrle. Follows an identical fix in the ffmpegcolorspace copy of
this code (revision 1.29).
2008-03-06 12:18:48 +00:00
common@e02bd43fe6 ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by tracking frame reordering on the output a... 2008-03-05 17:02:33 +00:00
docs Spaces => tab 2006-12-15 13:58:17 +00:00
ext ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when decoding using ffdec_qtrle. Follows an ... 2008-03-06 12:18:48 +00:00
gst-libs gst-libs/ext/Makefile.am: Remove trailing whitespace as warned by automake. 2008-01-09 12:00:33 +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: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We... 2008-01-10 12:43:35 +00:00
ChangeLog ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when decoding using ffdec_qtrle. Follows an ... 2008-03-06 12:18:48 +00:00
configure.ac autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We... 2008-01-10 12:43:35 +00:00
ffmpegrev Merging GST_FFMPEG_NO_MIRROR branch to trunk 2007-12-17 12:43:06 +00:00
gst-ffmpeg.doap Releasing 0.10.3 2007-12-04 21:03:26 +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: Include common/win32.mak for CRLF check of win32 project files (see #393626). 2007-12-18 09:31:39 +00:00
NEWS Releasing 0.10.3 2007-12-04 21:03:26 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE Releasing 0.10.3 2007-12-04 21:03:26 +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.