mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Release 1.1.4
This commit is contained in:
parent
c062a86b18
commit
230ec3b623
5 changed files with 100 additions and 17 deletions
80
ChangeLog
80
ChangeLog
|
@ -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:
|
* 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>
|
2013-07-29 12:19:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
||||||
This is GStreamer Libav Plugins 1.1.3
|
This is GStreamer Libav Plugins 1.1.4
|
||||||
|
|
||||||
|
|
17
RELEASE
17
RELEASE
|
@ -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
|
The GStreamer team is proud to announce a new bug-fix release
|
||||||
in the 1.x stable series of the
|
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
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame ()
|
* 158719 : [PVA] Support for PVA container format demuxing
|
||||||
* 694299 : crash in put_pixels16_sse2() with SVQ1 video
|
* 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 ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -79,8 +78,8 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Arnaud Vrac
|
* Hans de Goede
|
||||||
* Edward Hervey
|
* Lubosz Sarnecki
|
||||||
* Olivier Crête
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Tim-Philipp Müller
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
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,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-libav)
|
gst-libav)
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ GST_API_VERSION=1.0
|
||||||
AC_SUBST(GST_API_VERSION)
|
AC_SUBST(GST_API_VERSION)
|
||||||
|
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 103, 0, 103)
|
AS_LIBTOOL(GST, 104, 0, 104)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.1.3.1
|
GST_REQ=1.1.4
|
||||||
GST_PBREQ=1.1.3.1
|
GST_PBREQ=1.1.4
|
||||||
|
|
||||||
ORC_REQ=0.4.16
|
ORC_REQ=0.4.16
|
||||||
ORC_CHECK([$ORC_REQ])
|
ORC_CHECK([$ORC_REQ])
|
||||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</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>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.1.3</revision>
|
<revision>1.1.3</revision>
|
||||||
|
|
Loading…
Reference in a new issue