diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:32:21 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:32:21 +0200 |
commit | 48e0e053bdb16976c6d18f4d2a982e8139538245 (patch) | |
tree | 98a9431b0421f9a526f4dc18b2389ea7ea86a183 | |
parent | 6eb569843548ba168d38b79bc7de6eeb1de8a4ee (diff) |
Release 1.6.01.6.0
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | NEWS | 64 | ||||
-rw-r--r-- | RELEASE | 25 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-libav.xml | 2 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
6 files changed, 106 insertions, 21 deletions
@@ -1,9 +1,23 @@ +=== release 1.6.0 === + +2015-09-25 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.6.0 + === release 1.5.91 === -2015-09-18 Sebastian Dröge <slomo@coaxion.net> +2015-09-18 20:10:32 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.5.91 + * docs/plugins/gst-libav-plugins.args: + * docs/plugins/gst-libav-plugins.hierarchy: + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.5.91 2015-08-28 09:38:53 +0100 Tim-Philipp Müller <tim@centricular.com> @@ -1,2 +1,64 @@ -This is GStreamer Libav Plugins 1.5.91 +This is GStreamer 1.6.0 + +The GStreamer team is proud to announce a new major feature release in the +stable 1.x API series of your favourite cross-platform multimedia framework! + +This release has been in the works for more than a year and is packed with new +features, bug fixes and other improvements. + +See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of +changes. + +Highlights + +- Stereoscopic 3D and multiview video support +- Trick mode API for key-frame only fast-forward/fast-reverse playback etc. +- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling + to account for negative DTS +- New GstVideoConverter API for more optimised and more correct conversion of + raw video frames between all supported formats, with rescaling +- v4l2src now supports renegotiation +- v4l2transform can now do scaling +- V4L2 Element now report Colorimetry properly +- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink + and multifilesink improvements +- Content Protection signalling API and Common Encryption (CENC) support for + DASH/MP4 +- Many adaptive streaming (DASH, HLS and MSS) improvements +- New PTP and NTP network client clocks and better remote clock tracking + stability +- High-quality text subtitle overlay at display resolutions with glimagesink + or gtkglsink +- RECORD support for the GStreamer RTSP Server +- Retransmissions (RTX) support in RTSP server and client +- RTSP seeking support in client and server has been fixed +- RTCP scheduling improvements and reduced size RTCP support +- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to + keep the output file in a valid state at all times +- Live mixing support in aggregator, audiomixer and compositor was improved a + lot +- compositor now supports rescaling and converting inputs streams on the fly +- New audiointerleave element with proper input synchronisation and live input + support +- Blackmagic Design DeckLink capture and playback card support was rewritten + from scratch; 2k/4k support; mode sensing +- KLV metadata support in RTP and MPEG-TS +- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and + depayloaders +- New DTLS plugin and SRTP/DTLS support +- OpenGL3 support, multiple contexts and context propagation, 3D video, + transfer/conversion separation, subtitle blending +- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation + CAOpenGLLayerSink video sink +- gst-libav switched to ffmpeg as libav-provider, gains support for + 3D/multiview video, trick modes, and the CAVS codec +- GstHarness API for unit tests +- gst-editing-services got a completely new ges-launch-1.0 interface, improved + mixing support and integration into gst-validate +- gnonlin has been deprecated in favor of nle (Non Linear Engine) in + gst-editing-services +- gst-validate has a new plugin system, an extensive default testsuite, + support for concurrent test runs and valgrind support +- cerbero build tool for SDK binary packages gains new 'bundle-source' command +- Various improvements to the Android, iOS, OS X and Windows platform support @@ -1,16 +1,18 @@ -Release notes for GStreamer libav Plugins 1.5.91 +Release notes for GStreamer libav Plugins 1.6.0 -The GStreamer team is pleased to announce the second release candidate for the -stable 1.6 release series. The 1.6 release series is adding new features on top of -the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release -series of the GStreamer multimedia framework. The final 1.6.0 release is planned -in the next few days unless any major bugs are found. +The GStreamer team is proud to announce a new major feature release in the +stable 1.x API series of your favourite cross-platform multimedia framework! -Binaries for Android, iOS, Mac OS X and Windows will be provided separately by -the GStreamer project. +This release has been in the works for more than a year and is packed with new +features, bug fixes and other improvements. + + +See +http://gstreamer.freedesktop.org/releases/1.6/ +for the full list of changes. @@ -37,11 +39,8 @@ contains a set of less supported plugins that haven't passed the -Bugs fixed in this release - - * 753869 : avviddec: Resolution changes result in outdated buffer pool configuration - * 754120 : avdec_hevc: Segfault in hevc decode with glimagesink and AVX2 CPU feature - * 754920 : Update to ffmpeg 2.8 +There were no bugs fixed in this release + ==== Download ==== diff --git a/configure.ac b/configure.ac index e75bd22..82c94b1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) 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.5.91, +AC_INIT(GStreamer libav, 1.6.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,11 +40,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 591, 0, 591) +AS_LIBTOOL(GST, 600, 0, 600) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.5.91 -GST_PBREQ=1.5.91 +GST_REQ=1.6.0 +GST_PBREQ=1.6.0 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index e1c1cde..aeb96b8 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -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.5.91</version> + <version>1.6.0</version> <license>LGPL</license> <source>gst-libav</source> <package>libav</package> diff --git a/gst-libav.doap b/gst-libav.doap index 9927fd2..1d94c3b 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.6.0</revision> + <branch>1.6</branch> + <name></name> + <created>2015-09-25</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.6.0.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.5.91</revision> <branch>1.5</branch> <name></name> |