gstreamer/RELEASE

113 lines
3.7 KiB
Text
Raw Normal View History

2011-07-20 10:14:45 +00:00
Release notes for GStreamer FFmpeg Plug-ins 0.10.12 "A year in hell"
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the
GStreamer FFmpeg Plug-ins.
The 0.10.x series is a stable series targeted at end users.
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
Features of this release
2011-07-20 10:14:45 +00:00
* Bump to LibAV 0.7
* Timestamp tracking fixes
* New codecs
* Multi-threaded decoding
2009-06-29 21:42:00 +00:00
Bugs fixed in this release
2011-07-20 10:14:45 +00:00
* 595590 : Conditional jump or move depends on uninitialised value in ff_h264_find_frame_end
* 611500 : [regression] Wrong outgoing timestamps
* 613901 : No support for PIX_FMT_YUVA420P, prevents vp6a decoding
* 629648 : ffenc_dvdsub wrongly categorized as audio encoder
* 631075 : RTP based decoding degrades over time
* 632691 : [ffenc_ac3] does not support changing the number of channels on the fly
* 632877 : [ffdec_h264] always outputs same timestamp
* 639681 : [ffdec_wmv3] regression: video very unsmooth with various mms streams
* 639993 : h.263+ support is broken
* 642015 : [ffvideoscale] add support for UYVY
* 642507 : [mingw/cygwin build] ensure building of plugin dll
* 646838 : ffdec_h264 fail to decode some stream
* 648816 : [compile] with-ffmpeg-extra-configure passes incorrect cflags
* 649297 : regression: ffdemux_ape fails with gst_ffmpegdata_open: assertion `GST_PAD_IS_SRC (pad)' failed
* 649372 : ffdec: make the time threshold to skip to next keyframe configurable
* 650596 : ffenc_aac needs AAC profile support in caps
* 650695 : Patch adds LATM/LOAS support to codecmap and make distinction between ADTS and LATM/LOAS
* 651447 : [ffdec_aac] Add mpegversion 2 to caps
* 651625 : [ffdec] Check for AV_NOPTS_VALUE in PTS
* 651714 : [ffdec] Fix calculating frame duration from last timestamp and frame count
* 652812 : Don't create dummy extradata for AAC LATM
* 653648 : [ffmpegdec] allocates and leaks avpacket helper structs
* 653649 : [ffmpegdec] complains in basic encoding / decoding pipeline
* 653717 : [ffmpegdec] wrong audio template src caps
Download
You can find source releases of gst-ffmpeg in the download directory:
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
2009-03-21 01:02:05 +00:00
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned 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.
Applications
Contributors to this release
* David Schleef
2009-06-29 21:42:00 +00:00
* Edward Hervey
2011-07-20 10:14:45 +00:00
* Jan Schmidt
* Julien Isorce
* Luis de Bethencourt
* Marc Plano-Lesay
2010-03-06 13:06:06 +00:00
* Mark Nauwelaerts
2011-07-20 10:14:45 +00:00
* Miguel Angel Cabrera Moya
* Punya Prakash
* Rafael Diniz
* Raimo Järvi
2009-06-29 21:42:00 +00:00
* Sebastian Dröge
* Stefan Kost
2011-07-20 10:14:45 +00:00
* Thadeu Lima de Souza Cascardo
2009-10-05 13:34:22 +00:00
* Tim-Philipp Müller
2011-07-20 10:14:45 +00:00
* Vincent Penquerc'h
* Wim Taymans