diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-02-08 12:58:28 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-08 12:58:28 +0100 |
commit | 2be13f4fc7acb33c84698b306a91a516939946d8 (patch) | |
tree | 51985a1075cc39c5e7b187b09de40d7ba571d3e6 | |
parent | 7b6d39e218f208f631a79046f226fb508acc4c7d (diff) |
Release 1.2.31.2.3
-rw-r--r-- | ChangeLog | 87 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 16 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
5 files changed, 107 insertions, 12 deletions
@@ -1,9 +1,92 @@ +=== release 1.2.3 === + +2014-02-08 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.2.3 + +2014-02-04 18:17:32 +0200 Dmitry Melnichenko <dmitry.m@samsung.com> + + * ext/libav/gstavmux.c: + avmux: Fix invalid address passing to av_opt_set_int() + https://bugzilla.gnome.org/show_bug.cgi?id=723615 + +2014-01-21 22:58:42 +1100 Tim 'mithro' Ansell <mithro@mithis.com> + + * ext/libav/gstavmux.c: + avmux: Force DV audio input format to 48kHz, 2 channels + libavformat only supports muxing 16bit, 48kHz stereo into DV containers. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=722672 + +2014-02-04 16:12:59 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst-libs/ext/libav: + libav: Update to v9.11 bugfix release + +2014-01-15 09:02:33 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * ext/libav/gstavauddec.c: + * ext/libav/gstavaudenc.c: + * ext/libav/gstavcfg.c: + * ext/libav/gstavdeinterlace.c: + * ext/libav/gstavviddec.c: + * ext/libav/gstavvidenc.c: + gst-libav: fix context leaks + A AVCodecContext needs cleaning up before being freed. + Go through all of the allocations/setups to ensure none of them + can leak a context or its contents. + +2014-01-11 19:19:24 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/libav/gstavviddec.c: + Revert "avviddec: release buffers when not direct rendering" + This reverts commit fcf09aff3272a12b1f91168a856637f146ced113. + This broke the build. In theory the problem might occur with + libav 9 too, but it seems in practice it doesn't, unless you + link against ffmpeg 2.x, but then you're on your own anyway. + https://bugzilla.gnome.org/show_bug.cgi?id=721077 + +2014-01-10 17:18:53 +0100 Wim Taymans <wtaymans@redhat.com> + + * ext/libav/gstavviddec.c: + avviddec: release buffers when not direct rendering + New libav will not call the release_buffer callback anymore when + avcodec_default_get_buffer() is called from get_buffer. Releasing of the + memory in a picture should now be done by registering a callback to the + avbuffer objects in the picture. There is some compatibility code to + wrap the memory we provide in get_buffer in avbuffer with a callback to + release_buffer but that is not done when avcodec_default_get_buffer() + is called. + Work around this by adding a dummy avbuffer object to the picture that + will release the frame. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721077 + +2014-01-03 15:58:26 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/libav/gstavcodecmap.c: + avcodecmap: fix regression with wmv3 video in WMVA format + The VC-1 decoder should handle that. Before avdec_wmv3 handled + it, but then we added format=WMV3 to its sink pad template + caps, at which point nothing handled WMVA any longer. + https://bugzilla.gnome.org/show_bug.cgi?id=697665 + +2013-12-27 12:06:28 +0100 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + configure.ac: Remove warning when building against a system version of libav + Nowadays libav has proper releases and API/ABI guarantees. + We're not living in last decade. + === release 1.2.2 === -2013-12-26 Sebastian Dröge <slomo@coaxion.net> +2013-12-26 17:55:41 +0100 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.2.2 + * gst-libav.doap: + Release 1.2.2 2013-12-07 11:35:09 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> @@ -1,2 +1,2 @@ -This is GStreamer Libav Plugins 1.2.2 +This is GStreamer Libav Plugins 1.2.3 @@ -1,5 +1,5 @@ -Release notes for GStreamer libav Plugins 1.2.2 +Release notes for GStreamer libav Plugins 1.2.3 The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the @@ -38,10 +38,9 @@ contains a set of less supported plugins that haven't passed the Bugs fixed in this release - * 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 + * 696495 : gst-libav: context leak + * 722672 : avmux_dv reports invalid audio caps + * 723615 : SIGSEGV when setting preload option in gst_ffmpegmux_setcaps ==== Download ==== @@ -78,7 +77,10 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Greg Rutz - * Mark Nauwelaerts + * Dmitry Melnichenko + * Sebastian Dröge + * Tim 'mithro' Ansell * Tim-Philipp Müller + * Vincent Penquerc'h + * Wim Taymans
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 90fdcd7..03057e6 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.2.2, +AC_INIT(GStreamer libav, 1.2.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, 202, 0, 202) +AS_LIBTOOL(GST, 203, 0, 203) dnl *** required versions of GStreamer stuff *** GST_REQ=1.2.0 diff --git a/gst-libav.doap b/gst-libav.doap index 02f040d..ff06dc2 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.2.3</revision> + <branch>1.2</branch> + <name></name> + <created>2014-02-08</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.2.3.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.2.2</revision> <branch>1.2</branch> <name></name> |