GStreamer multimedia framework
Find a file
Tim-Philipp Müller 85a322a461 ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer and the decoder provide a pixel ...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
(gst_ffmpegdec_setcaps), (gst_ffmpegdec_add_pixel_aspect_ratio),
(gst_ffmpegdec_negotiate):
Improve pixel aspect ratio handling when both the demuxer and the
decoder provide a pixel aspect ratio: if one of the two ratios is
1:1, use the other one; if both are non-1:1, use the one provided
by the decoder (fixes matroska starwars test files); also add some
locking here and there.
2005-11-28 11:25:56 +00:00
common@c04ad83a0c clean up aclocal flags (from cygwin ports maintainer) 2005-11-27 17:00:08 +00:00
ext ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer and the decoder provide a pixel ... 2005-11-28 11:25:56 +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/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer and the decoder provide a pixel ... 2005-11-28 11:25:56 +00:00
configure.ac clean up aclocal flags (from cygwin ports maintainer) 2005-11-27 17:00:08 +00:00
gst-ffmpeg.spec.in remove gst-register from spec file 2005-11-05 10:05:06 +00:00
HACKING Remove mentions of ffmpegcolorspace now that it's in gst-plugins-base 2005-11-22 23:12:51 +00:00
Makefile.am clean up aclocal flags (from cygwin ports maintainer) 2005-11-27 17:00:08 +00:00
NEWS releasing 0.9.6 2005-11-23 19:58:15 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE releasing 0.9.6 2005-11-23 19:58:15 +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.