From afdbe664602f42208948296024e9484c522f01f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Jun 2015 23:40:51 +0200 Subject: [PATCH] Release 1.5.2 --- ChangeLog | 92 +++++++++++++++++++++++++++++++- NEWS | 2 +- RELEASE | 16 ++---- configure.ac | 8 +-- docs/plugins/gst-libav-plugins.hierarchy | 2 - docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++ 7 files changed, 109 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99341e5..39695ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,97 @@ +=== release 1.5.2 === + +2015-06-24 Sebastian Dröge + + * configure.ac: + releasing 1.5.2 + +2015-06-16 17:50:03 -0400 Nicolas Dufresne + + * common: + Automatic update of common submodule + From 6015d26 to f74b2df + +2015-06-04 19:11:02 -0400 Nicolas Dufresne + + * ext/libav/gstavcodecmap.c: + avcodec: Check against codec format list + There exist few formats (deprecated though) used by mjpeg decoder + and encoder that maps to the same GStreamer format. To properly + pick the right format, also lookup each Codec list before accepting + the format. This fixes error when trying to use mjpeg encoder. + Note that this may results in faded colors. In fact, these special + format are meant to specify that this is full range YUV. Colorimetry + in gst-libav is not yet implemented, hence is ignored in general. So + I think it's fine to first fix the issue before addressing the missing + feature. + https://bugzilla.gnome.org/show_bug.cgi?id=750398 + +2014-10-07 16:33:07 +1100 Jan Schmidt + + * ext/libav/gstavviddec.c: + viddec: Replicate any 3D/multiview info from input caps onto output + +2015-06-09 15:41:46 +0200 Stefan Sauer + + * Makefile.am: + cruft: add the obsolete tmpl dir to cruft-dirs + +2015-06-09 11:30:44 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From d9a3353 to 6015d26 + +2015-06-08 23:08:20 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From d37af32 to d9a3353 + +2015-06-07 23:06:58 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From 21ba2e5 to d37af32 + +2015-06-07 17:32:20 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From c408583 to 21ba2e5 + +2015-06-07 17:03:46 +0200 Stefan Sauer + + * docs/plugins/Makefile.am: + docs: remove variables that we define in the snippet from common + This is syncing our Makefile.am with upstream gtkdoc. + +2015-06-07 17:16:38 +0200 Stefan Sauer + + * autogen.sh: + * common: + Automatic update of common submodule + From c8fb372 to c408583 + +2015-06-07 16:44:49 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.5.1 === -2015-06-07 Sebastian Dröge +2015-06-07 11:10:59 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.5.1 + * docs/plugins/gst-libav-plugins.args: + * docs/plugins/gst-libav-plugins.hierarchy: + * docs/plugins/gst-libav-plugins.interfaces: + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.5.1 2015-06-05 11:57:37 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 4f07c62..d4157e7 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Libav Plugins 1.5.1 +This is GStreamer Libav Plugins 1.5.2 diff --git a/RELEASE b/RELEASE index 2d750d5..a64250f 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,8 @@ -Release notes for GStreamer libav Plugins 1.5.1 +Release notes for GStreamer libav Plugins 1.5.2 -The GStreamer team is pleased to announce the first release of the unstable +The GStreamer team is pleased to announce the second release of the unstable 1.5 release series. The 1.5 release series is adding new features on top of the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. The unstable 1.5 release series @@ -40,9 +40,7 @@ contains a set of less supported plugins that haven't passed the Bugs fixed in this release - * 676131 : avdec_aac should be ranked above faad - * 726020 : avdec_h265: freezes when max-threads != 1 - * 740822 : av: use GMutex instead of deprecated GStaticMutex + * 750398 : avenc_mjpeg fails to negotiate the source format ==== Download ==== @@ -79,17 +77,9 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Aleix Conchillo Flaqué - * Aurélien Zanelli * Edward Hervey - * IBM Thinklab * Jan Schmidt - * Luis de Bethencourt - * Mark Nauwelaerts * Nicolas Dufresne - * Olivier Crête * Sebastian Dröge * Stefan Sauer - * Thibault Saunier - * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index af8e6d2..180e0dd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.5.1.1, +AC_INIT(GStreamer libav, 1.5.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,11 +40,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 501, 0, 501) +AS_LIBTOOL(GST, 502, 0, 502) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.5.1.1 -GST_PBREQ=1.5.1.1 +GST_REQ=1.5.2 +GST_PBREQ=1.5.2 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/gst-libav-plugins.hierarchy b/docs/plugins/gst-libav-plugins.hierarchy index 58af3a6..44f2dc6 100644 --- a/docs/plugins/gst-libav-plugins.hierarchy +++ b/docs/plugins/gst-libav-plugins.hierarchy @@ -135,8 +135,6 @@ GObject avenc_roq_dpcm avenc_wmav1 avenc_wmav2 - GstBaseTransform - GstFFMpegScale GstBin GstPipeline GstFFMpegDeinterlace diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 65857fd..626e23c 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.5.1 + 1.5.2 GPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index bec2bf1..34d7c7d 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. + 1.5.2 + 1.5 + + 2015-06-24 + + + + + + 1.5.1 1.5 -- 2.7.4