2004-03-16 13:09:23 +00:00
|
|
|
|
|
2008-11-27 23:37:42 +00:00
|
|
|
|
Release notes for GStreamer FFmpeg Plug-ins 0.10.6 "A little itching in our bones"
|
2004-03-16 13:09:23 +00:00
|
|
|
|
|
|
|
|
|
|
2005-12-05 18:00:41 +00:00
|
|
|
|
The GStreamer team is proud to announce a new release
|
|
|
|
|
in the 0.10.x stable series of the
|
2005-10-03 17:51:15 +00:00
|
|
|
|
GStreamer FFmpeg Plug-ins.
|
|
|
|
|
|
|
|
|
|
|
2005-12-05 18:00:41 +00:00
|
|
|
|
The 0.10.x series is a stable series targeted at end users.
|
2005-10-03 17:51:15 +00:00
|
|
|
|
It is not API or ABI compatible with the stable 0.8.x series.
|
|
|
|
|
It is, however, parallel installable with the 0.8.x series.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This module contains plug-ins using libraries from the FFmpeg project.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other modules containing plug-ins are:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gst-plugins-base
|
|
|
|
|
contains a basic set of well-supported plug-ins
|
|
|
|
|
gst-plugins-ugly
|
|
|
|
|
contains a set of well-supported plug-ins, but might pose problems for
|
|
|
|
|
distributors
|
|
|
|
|
gst-plugins-bad
|
|
|
|
|
contains a set of less supported plug-ins that haven't passed the
|
|
|
|
|
rigorous quality testing we expect
|
2004-03-16 13:09:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-13 21:05:10 +00:00
|
|
|
|
|
2004-03-16 13:09:23 +00:00
|
|
|
|
Features of this release
|
|
|
|
|
|
2008-11-27 23:37:42 +00:00
|
|
|
|
* Update ffmpeg and libswscale snapshot
|
|
|
|
|
* Prefer aspect ratios prescribed by the container over the codec
|
|
|
|
|
* Improve ffmpeg encoders wrapping
|
|
|
|
|
* Rewrite ffvideoscale to use libswscale
|
|
|
|
|
* Improve H.264 wrapping
|
2004-03-16 13:09:23 +00:00
|
|
|
|
|
2004-07-16 11:29:37 +00:00
|
|
|
|
Bugs fixed in this release
|
2006-12-13 21:05:10 +00:00
|
|
|
|
|
2008-11-27 23:37:42 +00:00
|
|
|
|
* 350738 : [ffvideoscale] GStreamer-Critical when pixel-aspects-rati...
|
|
|
|
|
* 504056 : [ffvideoscale] Switch to using libswscale
|
|
|
|
|
* 542216 : cross compilation and mingw32 support
|
|
|
|
|
* 548304 : missing check for bz2 library and header
|
|
|
|
|
* 551046 : gst-ffmpeg configure complains about libz2, should be libbz2
|
|
|
|
|
* 556336 : [PATCH] gstffmpegdec.c: prefer demuxer's pixel aspect rat...
|
|
|
|
|
* 556405 : gst-ffmpeg fails to build against 20081014 ffmpeg snapshot
|
|
|
|
|
* 560137 : Two build fixes for using system ffmpeg
|
|
|
|
|
* 560305 : x264enc & ffmux_* doesnt link
|
2004-07-16 11:29:37 +00:00
|
|
|
|
|
2004-03-16 13:09:23 +00:00
|
|
|
|
Download
|
|
|
|
|
|
2004-07-16 11:29:37 +00:00
|
|
|
|
You can find source releases of gst-ffmpeg in the download directory:
|
2004-03-16 13:09:23 +00:00
|
|
|
|
http://gstreamer.freedesktop.org/src/gst-ffmpeg/
|
|
|
|
|
|
|
|
|
|
GStreamer Homepage
|
|
|
|
|
|
|
|
|
|
More details can be found on the project's website:
|
|
|
|
|
http://gstreamer.freedesktop.org/
|
|
|
|
|
|
|
|
|
|
Support and Bugs
|
|
|
|
|
|
|
|
|
|
We use GNOME's bugzilla for bug reports and feature requests:
|
|
|
|
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
|
|
|
|
|
|
|
|
|
Developers
|
|
|
|
|
|
|
|
|
|
CVS is hosted on cvs.freedesktop.org.
|
|
|
|
|
All code is in CVS and can be checked out from there.
|
|
|
|
|
Interested developers of the core library, plug-ins, and applications should
|
|
|
|
|
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
|
|
|
|
will create more lists as necessary.
|
|
|
|
|
|
|
|
|
|
|
2005-10-03 17:51:15 +00:00
|
|
|
|
Applications
|
|
|
|
|
|
2004-03-16 13:09:23 +00:00
|
|
|
|
Contributors to this release
|
|
|
|
|
|
2008-11-27 23:37:42 +00:00
|
|
|
|
* Alexis Ballier
|
|
|
|
|
* Damien Lespiau
|
2006-03-31 11:12:20 +00:00
|
|
|
|
* Edward Hervey
|
|
|
|
|
* Jan Schmidt
|
2008-09-03 14:52:45 +00:00
|
|
|
|
* Mark Nauwelaerts
|
2008-11-27 23:37:42 +00:00
|
|
|
|
* Robin Stocker
|
2007-12-04 21:03:26 +00:00
|
|
|
|
* Sebastian Dröge
|
2008-11-27 23:37:42 +00:00
|
|
|
|
* Stefan Kost
|
2006-03-31 11:12:20 +00:00
|
|
|
|
* Wim Taymans
|
2005-06-10 23:55:38 +00:00
|
|
|
|
|