diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-07-12 16:01:27 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-07-12 16:01:27 +0100 |
commit | 266f76fc086b394980aec00705ed250012b22a24 (patch) | |
tree | 98c4ad4110c7b2d98d88061147fde86d517ff34a | |
parent | 504f77bcfee0652701482f22de0ca5f1b4fec128 (diff) |
Release 1.0.81.0.8
-rw-r--r-- | ChangeLog | 73 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE | 17 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
5 files changed, 93 insertions, 17 deletions
@@ -1,9 +1,78 @@ +=== release 1.0.8 === + +2013-07-12 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.8 + +2013-07-09 17:57:06 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * gst-libs/ext/libav: + libav: update from libav v0.8.6 to v0.8.8 + version 0.8.8: + - kmvc: Clip pixel position to valid range + - kmvc: use fixed sized arrays in the context + - indeo: use a typedef for the mc function pointer + - lavc: check for overflow in init_get_bits + - mjpegdec: properly report unsupported disabled features + - jpegls: return meaningful errors + - jpegls: factorize return paths + - jpegls: check the scan offset + - wavpack: validate samples size parsed in wavpack_decode_block + - ljpeg: use the correct number of components in yuv + - mjpeg: Validate sampling factors + - mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac + - wavpack: check packet size early + - wavpack: return meaningful errors + - apetag: use int64_t for filesize + - tiff: do not overread the source buffer + - Prepare for 0.8.8 Release + - smacker: fix an off by one in huff.length computation + - smacker: check the return value of smacker_decode_tree + - smacker: pad the extradata allocation + - smacker: check frame size validity + - vmdav: convert to bytestream2 + - 4xm: don't rely on get_buffer() initializing the frame. + - 4xm: check the return value of read_huffman_tables(). + - 4xm: use the correct logging context + - 4xm: reject frames not compatible with the declared version + - 4xm: check bitstream_size boundary before using it + - 4xm: do not overread the source buffer in decode_p_block + version 0.8.7: + - avfiltergraph: check for sws opts being non-NULL before using them + - bmv: check for len being valid in bmv_decode_frame() + - dfa: check for invalid access in decode_wdlt() + - indeo3: check motion vectors + - indeo3: fix data size check + - indeo3: switch parsing the header to bytestream2 + - lavf: make sure stream probe data gets freed. + - oggdec: fix faulty cleanup prototype + - oma: Validate sample rates + - qdm2: check that the FFT size is a power of 2 + - rv10: check that extradata is large enough + - xmv: check audio track parameters validity + - xmv: do not leak memory in the error paths in xmv_read_header() + - aac: check the maximum number of channels + - indeo3: fix off by one in MV validity check, Bug #503 + - id3v2: check for end of file while unescaping tags + - wav: Always seek to an even offset, Bug #500, LP: #1174737 + - proresdec: support mixed interlaced/non-interlaced content + +2013-05-20 11:08:43 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst-libs/ext/libav: + libav: Update to v0.8.7 + === release 1.0.7 === -2013-04-26 Sebastian Dröge <sebastian.droege@collabora.co.uk> +2013-04-26 13:30:38 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.7 + * gst-libav.doap: + Release 1.0.7 2013-04-23 14:12:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> @@ -1,4 +1,8 @@ -This is GStreamer Libav Plugins 1.0.7 +This is GStreamer Libav Plugins 1.0.8 + +Changes since 1.0.7: + + * gst-libav: internal libav snapshot version bumped to v0.8.8 Changes since 1.0.6: @@ -1,5 +1,5 @@ -Release notes for GStreamer libav Plugins 1.0.7 +Release notes for GStreamer libav Plugins 1.0.8 The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the @@ -38,16 +38,10 @@ contains a set of less supported plugins that haven't passed the Features of this release - * Update to libav 0.8.6 - * Now uses frame based threading if possible and disables slice - based threading until libav 9 is used. This provides potentially better - performance and fixes some display corruptions caused by bugs in the - slice based threading + * gst-libav: internal libav snapshot version bumped to v0.8.8 -Bugs fixed in this release - - * 697548 : avviddec: Setting same caps resets decoder - * 697617 : gst-libav renders incorrectly in multithread mode +There were no bugs fixed in this release + ==== Download ==== @@ -84,7 +78,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Andoni Morales Alastruey * Sebastian Dröge - * Siva Chandran P + * Tim-Philipp Müller
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 47aa90e..9d62800 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.0.7, +AC_INIT(GStreamer libav, 1.0.8, 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, 6, 0, 6) +AS_LIBTOOL(GST, 7, 0, 7) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/gst-libav.doap b/gst-libav.doap index 0b5894f..6362121 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.0.8</revision> + <branch>1.0</branch> + <name></name> + <created>2013-07-11</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.8.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.7</revision> <branch>1.0</branch> <name></name> |