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

Release 1.2.2

parent 7d1285d2
No related branches found
No related tags found
No related merge requests found
=== release 1.2.2 ===
2013-12-26 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.2.2
2013-12-07 11:35:09 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavviddec.c:
avviddec: improve buffer handling and semantics
... so as to focus on providing *a* buffer rather than one (too) tied
to a frame, in particular allowing multiple allocations related to a frame.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=697806
2013-11-26 20:57:37 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavviddec.c:
avviddec: discard unused input frames
... to avoid these piling up in list of pending frames.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693772
2013-11-26 20:55:43 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavviddec.c:
avviddec: really release frame at proper time
... by also removing it from the pending list of frames,
where it may still be in if it has never been submitted to _finish.
This could happen if is a decode-only frame, or in skipped decoding
situation, ...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693772
2013-12-07 12:10:13 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavvidenc.c:
avvidenc: plug input_state leak
2013-12-02 20:21:34 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavviddec.c:
avviddec: only use upstream framerate if really specified
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=704161
2013-10-26 09:34:30 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/libav/gstavaudenc.c:
avaudenc: post better error message if experimental codecs don't work
https://bugzilla.gnome.org/show_bug.cgi?id=691617
2013-10-26 09:09:28 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/libav/gstavcodecmap.c:
codecmap: use TRUE for boolean fields in caps
2013-10-14 14:50:57 -0600 Greg Rutz <greg@gsr-tek.com>
* ext/libav/gstavaudenc.c:
* ext/libav/gstavaudenc.h:
* ext/libav/gstavcodecmap.c:
* ext/libav/gstavcodecmap.h:
* ext/libav/gstavvidenc.c:
* ext/libav/gstavvidenc.h:
avenc: Add compliance property
Add a new property to GstFFMpegVidEnc and GstFFMpegAudEnc to supply
the "strict compliance" value to AVCodecContext
https://bugzilla.gnome.org/show_bug.cgi?id=691617
=== release 1.2.1 ===
2013-11-09 Sebastian Dröge <slomo@coaxion.net>
2013-11-09 16:02:14 +0100 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.2.1
* gst-libav.doap:
Release 1.2.1
2013-11-04 23:20:17 +0000 Tim-Philipp Müller <tim@centricular.com>
......
This is GStreamer Libav Plugins 1.2.1
This is GStreamer Libav Plugins 1.2.2
Release notes for GStreamer libav Plugins 1.2.1
Release notes for GStreamer libav Plugins 1.2.2
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
......@@ -38,8 +38,10 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 708732 : avvidenc: Don't fail configuring codec if framerate is unknown
* 708769 : avdec_mp2float: negotiation error
* 691617 : avenc_aac: errors out with " encoder not initialized "
* 693772 : avdec: decoder frame list getting long
* 697806 : avdec_h264 Fails during error recovery after packet loss leading to stream corruption
* 704161 : avviddec: should use upstream fps only if valid
==== Download ====
......@@ -76,7 +78,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Matthieu Bouron
* Sebastian Dröge
* Greg Rutz
* Mark Nauwelaerts
* Tim-Philipp Müller
\ 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.2.1,
AC_INIT(GStreamer libav, 1.2.2,
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, 201, 0, 201)
AS_LIBTOOL(GST, 202, 0, 202)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.0
GST_PBREQ=1.2.0
GST_PBREQ=1.2.2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
......
......@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.2.2</revision>
<branch>1.2</branch>
<name></name>
<created>2013-12-26</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.2.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.2.1</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