Release 1.1.4

This commit is contained in:
Sebastian Dröge 2013-08-28 13:11:19 +02:00
parent c062a86b18
commit 230ec3b623
5 changed files with 100 additions and 17 deletions

View file

@ -1,9 +1,83 @@
=== release 1.1.3 ===
=== release 1.1.4 ===
2013-07-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2013-08-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
releasing 1.1.3
releasing 1.1.4
2013-08-28 12:09:33 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
configure.ac: Fix typo
2013-08-23 09:58:30 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
configure: Disable build of dxva2 and vdpau support explicitely
It is enabled although we pass --disable-hwaccels apparently and
makes the build fail on Windows because libav looks for the d3d headers
in the wrong places. We can't make use of these features via libav.
https://bugzilla.gnome.org/show_bug.cgi?id=706601
2013-08-22 14:56:11 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
configure: Fix bz2 configure check for Windows
Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2.
https://bugzilla.gnome.org/show_bug.cgi?id=465924
2013-08-22 14:23:12 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* ext/libav/gstavcodecmap.c:
* ext/libav/gstavdemux.c:
avdemux: Add support for video/x-pva
https://bugzilla.gnome.org/show_bug.cgi?id=158719
2013-08-21 13:40:03 +0100 Tim-Philipp Müller <tim@centricular.net>
* ext/libav/gstavvidenc.c:
avvidenc: propagate flow return values upstream in finish()
2013-08-20 15:58:35 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/elements/avdemux_ape.c:
tests: Enable avdemux_ape test again, it works now
https://bugzilla.gnome.org/show_bug.cgi?id=684684
2013-08-15 15:51:52 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* ext/libav/gstavviddec.c:
* ext/libav/gstavvidenc.c:
libav: Use new flush vfunc of video codec base classes and remove reset implementations
2013-08-13 12:49:26 +0200 Hans de Goede <hdegoede@redhat.com>
* ext/libav/gstavmux.c:
avmux: Don't fail on commas in the libav muxer type names
https://bugzilla.gnome.org/show_bug.cgi?id=697512
2013-08-02 14:18:25 +0200 Lubosz Sarnecki <lubosz@gmail.com>
* configure.ac:
build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings with automake 1.14
https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-07-29 14:48:40 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
Back to development
=== release 1.1.3 ===
2013-07-29 13:59:50 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-libav.doap:
Release 1.1.3
2013-07-29 12:19:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>

2
NEWS
View file

@ -1,2 +1,2 @@
This is GStreamer Libav Plugins 1.1.3
This is GStreamer Libav Plugins 1.1.4

17
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer libav Plugins 1.1.3
Release notes for GStreamer libav Plugins 1.1.4
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@ -36,13 +36,12 @@ contains a set of less supported plugins that haven't passed the
Features of this release
Bugs fixed in this release
* 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame ()
* 694299 : crash in put_pixels16_sse2() with SVQ1 video
* 158719 : [PVA] Support for PVA container format demuxing
* 697512 : avmux: Fails to register muxers with commas in the libav muxer name
* 705333 : h264parse : broken bytestream/nal = > avc/au conversion
* 706601 : Windows compilation fails since libav v9.5
==== Download ====
@ -79,8 +78,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Arnaud Vrac
* Edward Hervey
* Olivier Crête
* Hans de Goede
* Lubosz Sarnecki
* Sebastian Dröge
* Tim-Philipp Müller
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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.1.3.1,
AC_INIT(GStreamer libav, 1.1.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@ -42,11 +42,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 103, 0, 103)
AS_LIBTOOL(GST, 104, 0, 104)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.3.1
GST_PBREQ=1.1.3.1
GST_REQ=1.1.4
GST_PBREQ=1.1.4
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.1.4</revision>
<branch>1.1</branch>
<name></name>
<created>2013-08-28</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.1.4.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.1.3</revision>