From 5144f65805357bdaa842d60c3c6b03273934ebe9 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 21 Oct 2009 17:16:00 +0100 Subject: [PATCH] Release 0.10.13 --- ChangeLog | 66 +++++++++++++++++++ NEWS | 21 +++++- RELEASE | 52 ++++++--------- common | 2 +- configure.ac | 2 +- .../gst-plugins-ugly-plugins.hierarchy | 1 + .../gst-plugins-ugly-plugins.prerequisites | 1 + docs/plugins/inspect/plugin-a52dec.xml | 2 +- docs/plugins/inspect/plugin-asf.xml | 2 +- docs/plugins/inspect/plugin-cdio.xml | 2 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 +- docs/plugins/inspect/plugin-dvdread.xml | 2 +- docs/plugins/inspect/plugin-dvdsub.xml | 2 +- docs/plugins/inspect/plugin-iec958.xml | 2 +- docs/plugins/inspect/plugin-lame.xml | 2 +- docs/plugins/inspect/plugin-mad.xml | 2 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 2 +- .../plugins/inspect/plugin-mpegaudioparse.xml | 2 +- docs/plugins/inspect/plugin-mpegstream.xml | 2 +- docs/plugins/inspect/plugin-realmedia.xml | 2 +- docs/plugins/inspect/plugin-siddec.xml | 2 +- docs/plugins/inspect/plugin-twolame.xml | 2 +- docs/plugins/inspect/plugin-x264.xml | 2 +- gst-plugins-ugly.doap | 11 ++++ win32/common/config.h | 8 +-- 25 files changed, 141 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index e32adf147a..b2935969a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +=== release 0.10.13 === + +2009-10-21 Jan Schmidt + + * configure.ac: + releasing 0.10.13, "Appointed Point" + +2009-10-16 10:16:55 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From 85d1530 to 0702fe1 + +2009-10-15 23:56:55 +0100 Jan Schmidt + + * ChangeLog: + * configure.ac: + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/ms.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * win32/common/config.h: + 0.10.12.3 pre-release + +2009-10-14 10:41:48 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From a3e3ce4 to 85d1530 + +2009-10-13 13:05:32 +0100 Jan Schmidt + + * ext/a52dec/gsta52dec.c: + a52dec: Fix reference leak on all input buffers in 'dvd mode' + https://bugzilla.gnome.org/show_bug.cgi?id=598272 + 2009-10-12 13:54:27 +0100 Jan Schmidt * ChangeLog: diff --git a/NEWS b/NEWS index a3d690b9a4..aaae555c43 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,23 @@ -This is GStreamer Ugly Plug-ins 0.10.12 "Moving Along The Highway" +This is GStreamer Ugly Plug-ins 0.10.13 "Appointed Point" + +Changes since 0.10.12: + + * Improve A52 decoder + * Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs + * ASF playback improvements + * Improve mp3 parser and seeking + +Bugs fixed since 0.10.12: + + * 519721 : [asfdemux] wma tags are not copied when converting to another format + * 584890 : AMR plugins based on Opencore codecs + * 585956 : [mp3parse] indexing improvements + * 590432 : It's only possible to build the mad plugin when building id3tag as well + * 591348 : AMR plugins should check for opencore-amr .pc files + * 592787 : a52dec: Allow liba52 to use djbfft based IMDCT transform + * 596517 : x264 element no longer compiles against changed upstream API + * 598272 : a52dec leaks input buffers + * 598370 : Properly detect pre-releases Changes since 0.10.11: diff --git a/RELEASE b/RELEASE index 092874ccc9..310943739d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.12 "Moving Along The Highway" +Release notes for GStreamer Ugly Plug-ins 0.10.13 "Appointed Point" The GStreamer team is proud to announce a new release @@ -55,32 +55,22 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Real and WMS RTSP improvements - * Other cleanups and bug fixes - * Improve ASF file handling - * Large MPEG video file support - * Interlacing support for MPEG video - * New 'lamemp3dec' mp3 encoder element - * x264enc moved from -bad - * Remove id3mux in favour of the new id3tag element in -bad + * Improve A52 decoder + * Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs + * ASF playback improvements + * Improve mp3 parser and seeking Bugs fixed in this release - * 401173 : [asfdemux] Stream doesn't play, stuck on first frame - * 494528 : Simplifications of the LAME plugin - * 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY - * 576305 : twolame plugin does not detet proper version - * 579058 : [asfdemux] proper handling of RTSP input - * 580803 : [PLUGIN-MOVE] Move x264enc to -ugly - * 580869 : dvdsubdec ARGB support - * 581341 : [lamemp3enc] doesn't build with LAME 3.97: implicit decla... - * 581756 : [id3mux] replace with something more reliable - * 582056 : [asfdemux] forcing an EOS on the pipeline doesn't work wi... - * 582375 : mpeg2dec not building in gst-plugins-ugly - * 583112 : [asfdemux] extract coverart (WM/Picture tag) - * 573720 : [mp3parse] Memory leak when playing shoutcast streams - * 581464 : xing data is being ignored - * 578524 : synaesthesia MSVC compatibility + * 519721 : [asfdemux] wma tags are not copied when converting to another format + * 584890 : AMR plugins based on Opencore codecs + * 585956 : [mp3parse] indexing improvements + * 590432 : It's only possible to build the mad plugin when building id3tag as well + * 591348 : AMR plugins should check for opencore-amr .pc files + * 592787 : a52dec: Allow liba52 to use djbfft based IMDCT transform + * 596517 : x264 element no longer compiles against changed upstream API + * 598272 : a52dec leaks input buffers + * 598370 : Properly detect pre-releases Download @@ -109,23 +99,21 @@ Applications Contributors to this release - * Alessandro Decina * Christian Schaller - * David Hoyt * David Schleef * Edward Hervey - * Felipe Contreras + * Iago Toral * Jan Schmidt - * Janin Kolenc - * Josef Zlomek * Josep Torra - * Kapil Agrawal - * Marc-Andre Lureau * Mark Nauwelaerts + * Mart Raudsepp + * Marvin Schmidt * Michael Smith - * Michal Benes + * Olivier Crête + * René Stadler * Sebastian Dröge * Stefan Kost + * Thiago Santos * Tim-Philipp Müller * Wim Taymans   \ No newline at end of file diff --git a/common b/common index 0702fe19e9..a3e3ce481d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0702fe19e974bc4461b5cfeb5db0e80de00a84d3 +Subproject commit a3e3ce481deb7b8bce629142c8f6f4cde7424b5c diff --git a/configure.ac b/configure.ac index d63f599eab..e36469179c 100644 --- a/configure.ac +++ b/configure.ac @@ -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.12.3, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.13, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index cc585fb27e..c9b5943554 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -44,6 +44,7 @@ GObject GstSynaesthesia GstBus GstTask + GstTaskPool GstClock GstPlugin GstRegistry diff --git a/docs/plugins/gst-plugins-ugly-plugins.prerequisites b/docs/plugins/gst-plugins-ugly-plugins.prerequisites index f526a9f602..2bf0edd3ed 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.prerequisites +++ b/docs/plugins/gst-plugins-ugly-plugins.prerequisites @@ -1 +1,2 @@ GstChildProxy GstObject +GstTagSetter GstElement diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index cfd87ae8cb..f338935bda 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index cfdd9429fe..c63e53b00d 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 01b4b6a451..885390f549 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,7 +3,7 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 3e1febc6d4..37a9af7085 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 21191c1637..9405ea4e2a 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 4604e4888c..67e69bc08f 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 5da48782c1..b1d5bf92a2 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,7 +3,7 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 67b0ec9ef8..82c23bf8eb 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index c9444fcda4..10e57817de 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 13de8a2239..233ae245fb 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 7f68b80d4c..5c495b27c6 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,7 +3,7 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index a2d7b2d53a..93773d8f0a 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,7 +3,7 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 3864a66cb2..8292eb281e 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index a81c465633..d0dea965cb 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 25e0308b67..c8aba2e957 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,7 +3,7 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.10.12 + 0.10.13 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 04e3378830..54720c032c 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.12 + 0.10.13 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 429333df2f..48a207617e 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -34,6 +34,17 @@ might be widely known to present patent problems. + + + 0.10.13 + 0.10 + Appointed Point + 2009-10-21 + + + + + 0.10.12 diff --git a/win32/common/config.h b/win32/common/config.h index e457dd4df8..80c602684c 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -21,7 +21,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git/prerelease" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -196,13 +196,13 @@ #undef PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.12.3" +#undef PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.13" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME "gst-plugins-ugly" /* Define to the version of this package. */ -#undef PACKAGE_VERSION "0.10.12.3" +#undef PACKAGE_VERSION "0.10.13" /* directory where plugins are located */ #undef PLUGINDIR @@ -226,7 +226,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.12.3" +#define VERSION "0.10.13" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */