Release 1.5.2

This commit is contained in:
Sebastian Dröge 2015-06-24 23:40:51 +02:00
parent c44f1a956f
commit afdbe66460
7 changed files with 110 additions and 24 deletions

View file

@ -1,9 +1,97 @@
=== release 1.5.1 ===
=== release 1.5.2 ===
2015-06-07 Sebastian Dröge <slomo@coaxion.net>
2015-06-24 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.5.1
releasing 1.5.2
2015-06-16 17:50:03 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* common:
Automatic update of common submodule
From 6015d26 to f74b2df
2015-06-04 19:11:02 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* 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 <jan@centricular.com>
* ext/libav/gstavviddec.c:
viddec: Replicate any 3D/multiview info from input caps onto output
2015-06-09 15:41:46 +0200 Stefan Sauer <ensonic@users.sf.net>
* Makefile.am:
cruft: add the obsolete tmpl dir to cruft-dirs
2015-06-09 11:30:44 +0200 Edward Hervey <bilboed@bilboed.com>
* common:
Automatic update of common submodule
From d9a3353 to 6015d26
2015-06-08 23:08:20 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From d37af32 to d9a3353
2015-06-07 23:06:58 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From 21ba2e5 to d37af32
2015-06-07 17:32:20 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From c408583 to 21ba2e5
2015-06-07 17:03:46 +0200 Stefan Sauer <ensonic@users.sf.net>
* 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 <ensonic@users.sf.net>
* autogen.sh:
* common:
Automatic update of common submodule
From c8fb372 to c408583
2015-06-07 16:44:49 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.5.1 ===
2015-06-07 11:10:59 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* 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 <sebastian@centricular.com>

2
NEWS
View file

@ -1,2 +1,2 @@
This is GStreamer Libav Plugins 1.5.1
This is GStreamer Libav Plugins 1.5.2

16
RELEASE
View file

@ -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
 

View file

@ -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])

View file

@ -135,8 +135,6 @@ GObject
avenc_roq_dpcm
avenc_wmav1
avenc_wmav2
GstBaseTransform
GstFFMpegScale
GstBin
GstPipeline
GstFFMpegDeinterlace

View file

@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
<version>1.5.1</version>
<version>1.5.2</version>
<license>GPL</license>
<source>gst-libav</source>
<package>libav</package>

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.5.2</revision>
<branch>1.5</branch>
<name></name>
<created>2015-06-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.5.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.5.1</revision>