Skip to content
Snippets Groups Projects
Commit b68ddba0 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller
Browse files

Release 0.10.19

parent e9959ce6
Loading
This diff is collapsed.
This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
This is GStreamer Ugly Plug-ins 0.10.19 "Stronger"
Changes since 0.10.18:
* a52dec: don't claim to support upstream renegotiation
* dvddemux: tweak subtitle stream setup based on dvd language codes event
* dvdreadsrc: fix off by one in cell calculation for the last chapter
* dvdreadsrc: fix sector search for packed titles; fix sector seeking
* dvdreadsrc: map subtitle language tag to stream indicated in PGC data
* dvdreadsrc: take into account first sector of the current title
* lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input)
* lame, lamemp3enc: post CODEC and BITRATE tags
* mad: remove id3tag dependency used by in practice unreachable legacy code
* mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files
* mpeg2dec: post QoS messages when dropping a frame due to QoS
* rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding
* twolame: improve output framing and timestamping
* x264enc: allow renegotiation but prefer current caps
* x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate
Bugs fixed since 0.10.18:
* 644233 : Set the H.264 level from the caps for encoding
* 391543 : lame should add a tag with the chosen bitrate
* 429476 : [mpeg2dec] can't play auge.mpg
* 653473 : x264enc: " subme " property value can go up to 10
* 655223 : [x264enc] properly handle stream-format from caps
* 658297 : rmdemux: tags get lost when transcoding
* 659252 : dvdreadsrc: various fixes for titles not starting on a new file
* 660562 : mpeg2dec: post QoS messages when dropping a frame due to QoS
* 662964 : asfdemux memleak
* 664175 : x264enc ! avimux results in not-negotiated flow error
* 665101 : Wrong format string in gst_dvd_read_src_do_seek
Changes since 0.10.17:
......
Release notes for GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
Release notes for GStreamer Ugly Plug-ins 0.10.19 "Stronger"
The GStreamer team is proud to announce a new release
......@@ -55,34 +55,35 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* amrwbdec: avoid stalling on invalid frame
* asfpacket: don't rely on data from duration extension
* dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
* dvdsubdec: Output only a single buffer per subpicture and set the correct duration
* lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
* mad: build the mad plugin even if libid3tag is not available
* mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
* mpeg2dec: don't deadlock when setting an index
* mpegstream: increase allowable gap between streams
* x264enc: allow changing the bitrate and quantitizers dynamically
* x264enc: don't register flags with a value of 0
* x264enc: implement getcaps function to proxy downstream caps restrictions upstream
* x264enc: make tag event writable before modifying tag list in place
* x264enc: set max bitrate in quality mode
* a52dec: don't claim to support upstream renegotiation
* dvddemux: tweak subtitle stream setup based on dvd language codes event
* dvdreadsrc: fix off by one in cell calculation for the last chapter
* dvdreadsrc: fix sector search for packed titles; fix sector seeking
* dvdreadsrc: map subtitle language tag to stream indicated in PGC data
* dvdreadsrc: take into account first sector of the current title
* lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input)
* lame, lamemp3enc: post CODEC and BITRATE tags
* mad: remove id3tag dependency used by in practice unreachable legacy code
* mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files
* mpeg2dec: post QoS messages when dropping a frame due to QoS
* rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding
* twolame: improve output framing and timestamping
* x264enc: allow renegotiation but prefer current caps
* x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate
Bugs fixed in this release
* 539708 : [mpegstream] Increase allowable gap between streams
* 607698 : asfdemux: fix parsing of packets with padding
* 619136 : [dvdsubdec] spits out buffers at video framerate
* 621663 : x264enc: support changing bitrate property on the fly
* 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
* 639715 : amrparse: seek error with EOS
* 640272 : x264enc: make tag event writable before modifying tag list in place
* 641151 : lame: doesn't negotiate sample rate properly
* 642360 : x264enc: Don't register flags which have 0 as a value
* 644704 : [dvdsubedc] no SPU clipping implemented
* 647709 : mpeg2dec: errors out on not-linked flow return
* 644233 : Set the H.264 level from the caps for encoding
* 391543 : lame should add a tag with the chosen bitrate
* 429476 : [mpeg2dec] can't play auge.mpg
* 653473 : x264enc: " subme " property value can go up to 10
* 655223 : [x264enc] properly handle stream-format from caps
* 658297 : rmdemux: tags get lost when transcoding
* 659252 : dvdreadsrc: various fixes for titles not starting on a new file
* 660562 : mpeg2dec: post QoS messages when dropping a frame due to QoS
* 662964 : asfdemux memleak
* 664175 : x264enc ! avimux results in not-negotiated flow error
* 665101 : Wrong format string in gst_dvd_read_src_do_seek
Download
......@@ -111,17 +112,17 @@ Applications
Contributors to this release
* Brendan Le Foll
* Brian Gitonga Marete
* David Schleef
* Edward Hervey
* Luis de Bethencourt
* Julien Isorce
* Mark Nauwelaerts
* Miguel Angel Cabrera Moya
* Olivier Crête
* Sebastian Dröge
* Sjoerd Simons
* Stefan Kost
* Thibault Saunier
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
* Yang Xichuan
* Руслан Ижбулатов
\ No newline at end of file
......@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Ugly Plug-ins, 0.10.18.3,
AC_INIT(GStreamer Ugly Plug-ins, 0.10.19,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
......@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.35.2
GSTPB_REQ=0.10.35.2
GST_REQ=0.10.36
GSTPB_REQ=0.10.36
dnl *** autotools stuff ****
......
......@@ -33,6 +33,18 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.10.19</revision>
<branch>0.10</branch>
<name>Stronger</name>
<created>2012-02-20</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.gz" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.18</revision>
......
......@@ -46,13 +46,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease"
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-05T11:36Z"
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-20"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
......@@ -233,7 +233,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.3"
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.19"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
......@@ -242,7 +242,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.18.3"
#define PACKAGE_VERSION "0.10.19"
/* directory where plugins are located */
#ifdef _DEBUG
......@@ -270,7 +270,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.18.3"
#define VERSION "0.10.19"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment