From 401094fe0fab78332365b60451144a0b06adb488 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 29 Jul 2013 13:59:50 +0200 Subject: Release 1.1.3 --- ChangeLog | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 13 ++++++------- configure.ac | 8 ++++---- gst-libav.doap | 10 ++++++++++ 5 files changed, 78 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c2d524..7463c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,64 @@ +=== release 1.1.3 === + +2013-07-29 Sebastian Dröge + + * configure.ac: + releasing 1.1.3 + +2013-07-29 12:19:22 +0200 Sebastian Dröge + + * ext/libav/gstavdemux.c: + avdemux: Implement SEGMENT query + +2013-07-24 12:22:04 +0200 Edward Hervey + + * ext/libav/gstavcodecmap.c: + avcodecmap: Demote WARNING to DEBUG + We cover all the needed formats already. The warning was just getting + in the way. + +2013-02-20 20:50:15 -0500 Olivier Crête + + * ext/libav/gstavviddec.c: + avviddec: Initialise opaque from the start + https://bugzilla.gnome.org/show_bug.cgi?id=693581 + +2013-07-23 09:59:43 +0200 Sebastian Dröge + + * ext/libav/gstavdemux.c: + avdemux: Add support for group-id in the stream-start event + +2013-07-19 09:45:24 +0200 Sebastian Dröge + + * configure.ac: + configure: Remove workaround from last decade and make SIMD optimizations work on OSX + https://bugzilla.gnome.org/show_bug.cgi?id=704442 + +2013-07-18 16:11:16 +0200 Arnaud Vrac + + * ext/libav/gstavviddec.c: + avviddec: increase bottom padding for output frames + libav can write slightly after the plane end in some SIMD optimized + functions. The extra padding value needs to be at least 16+stride_align + for each plane, so just increase the bottom padding value for the output + frame. + https://bugzilla.gnome.org/show_bug.cgi?id=694299 + +2013-07-11 16:57:28 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.1.2 === -2013-07-11 Sebastian Dröge +2013-07-11 16:52:48 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.1.2 + * gst-libav.doap: + Release 1.1.2 2013-07-09 16:19:11 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index 511ab5d..92654ad 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Libav Plugins 1.1.2 +This is GStreamer Libav Plugins 1.1.3 diff --git a/RELEASE b/RELEASE index 45a8dd5..db59cbf 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer libav Plugins 1.1.2 +Release notes for GStreamer libav Plugins 1.1.3 The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the @@ -41,9 +41,8 @@ Features of this release Bugs fixed in this release - * 684808 : avdec_rv40: bad timestamping with rtsp clip, stop-and-go video - * 702003 : [libav] renegotiation might cause corrupted video - * 702319 : build: fixes non source directory build. + * 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame () + * 694299 : crash in put_pixels16_sse2() with SVQ1 video ==== Download ==== @@ -80,8 +79,8 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Arnaud Vrac + * Edward Hervey + * Olivier Crête * Sebastian Dröge - * Thiago Santos - * Tim-Philipp Müller - * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 11faf6f..02eaefe 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2.1, +AC_INIT(GStreamer libav, 1.1.3, 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, 102, 0, 102) +AS_LIBTOOL(GST, 103, 0, 103) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.2.1 -GST_PBREQ=1.1.2.1 +GST_REQ=1.1.3 +GST_PBREQ=1.1.3 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/gst-libav.doap b/gst-libav.doap index e268a36..16e98b1 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.1.3 + 1.1 + + 2013-07-29 + + + + 1.1.2 -- cgit v1.2.3