Skip to content
Snippets Groups Projects
Commit a0026f8b authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.4.3

parent b01d9775
No related branches found
Tags gst-libav-1.4.3
No related merge requests found
=== release 1.4.3 ===
2014-09-24 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.4.3
2014-09-22 14:00:07 -0700 Aleix Conchillo Flaqué <aconchillo@gmail.com>
* ext/libav/gstavauddec.c:
avauddec: drain samples until libav doesn't have more data
We use have_data (that comes from libav), instead of only trying 10
times, to know if there are more samples available. The old code was
machine dependent as different amount of samples could be decoded by
different type of (more powerful) machines, and 10 times was not always
sufficient.
https://bugzilla.gnome.org/show_bug.cgi?id=737144
=== release 1.4.2 ===
2014-09-19 Sebastian Dröge <slomo@coaxion.net>
2014-09-19 15:13:20 +0300 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.4.2
* docs/plugins/inspect/plugin-libav.xml:
* gst-libav.doap:
Release 1.4.2
2014-09-11 19:37:33 -0400 IBM Thinklab <oblong@wall-center.(none)>
......
This is GStreamer Libav Plugins 1.4.2
This is GStreamer Libav Plugins 1.4.3
Release notes for GStreamer libav Plugins 1.4.2
Release notes for GStreamer libav Plugins 1.4.3
The GStreamer team is pleased to announce a bugfix release of the stable
1.4 release series. The 1.4 release series is adding new features on top
......@@ -49,8 +49,7 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 734661 : avviddec: After draining frames, flush the libav decoder
* 736515 : avviddec: keep draining buffers from libav until libav says so
* 737144 : avauddec: keep draining buffers from libav until libav says so
==== Download ====
......@@ -88,6 +87,4 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Aleix Conchillo Flaqué
* Jan Schmidt
* Sebastian Dröge
\ No newline at end of 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.4.2,
AC_INIT(GStreamer libav, 1.4.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
......@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 402, 0, 402)
AS_LIBTOOL(GST, 403, 0, 403)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.4.0
......
......@@ -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.4.2</version>
<version>1.4.3</version>
<license>GPL</license>
<source>gst-libav</source>
<package>libav</package>
......
......@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.4.3</revision>
<branch>1.4</branch>
<name></name>
<created>2014-09-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.4.3.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.4.2</revision>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment