From 8a8bb37f8d6ad839a2a080677c8f2e0c71a3bc5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 25 Sep 2015 23:32:52 +0200 Subject: [PATCH] Release 1.6.0 --- ChangeLog | 15 ++++++++++-- NEWS | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++- RELEASE | 27 +++++++++++----------- configure.ac | 12 +++++----- gst-rtsp-server.doap | 10 ++++++++ 5 files changed, 105 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c60279..62ce38f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ +=== release 1.6.0 === + +2015-09-25 Sebastian Dröge + + * configure.ac: + releasing 1.6.0 + === release 1.5.91 === -2015-09-18 Sebastian Dröge +2015-09-18 20:12:06 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.5.91 + * gst-rtsp-server.doap: + Release 1.5.91 2015-09-17 20:07:34 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index b850a06..e04f318 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,64 @@ -This is GStreamer RTSP Server 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 diff --git a/RELEASE b/RELEASE index 83f8a3b..0230fd5 100644 --- a/RELEASE +++ b/RELEASE @@ -1,24 +1,24 @@ -Release notes for GStreamer RTSP Server Library 1.5.91 +Release notes for GStreamer RTSP Server Library 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. -Bugs fixed in this release - - * 749095 : rtsp-stream: add API to set UDP buffer size - * 754753 : rtsp-media: don't mutate original string when parsing keymgmt +There were no bugs fixed in this release + ==== Download ==== @@ -53,10 +53,9 @@ Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. -Applications - Contributors to this release * Jan Schmidt + * Sebastian Dröge * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 752bccc..50b6128 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,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 RTSP Server Library], [1.5.91], +AC_INIT([GStreamer RTSP Server Library], [1.6.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], [gst-rtsp-server]) AG_GST_INIT @@ -53,13 +53,13 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 591, 0, 591) +AS_LIBTOOL(GST, 600, 0, 600) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.5.91 -GSTPB_REQ=1.5.91 -GSTPG_REQ=1.5.91 -GSTPD_REQ=1.5.91 +GST_REQ=1.6.0 +GSTPB_REQ=1.6.0 +GSTPG_REQ=1.6.0 +GSTPD_REQ=1.6.0 dnl *** autotools stuff **** diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index f17e957..88dae1f 100644 --- a/gst-rtsp-server.doap +++ b/gst-rtsp-server.doap @@ -32,6 +32,16 @@ RTSP server library based on GStreamer + 1.6.0 + 1.6 + + 2015-09-25 + + + + + + 1.5.91 1.5 -- 2.7.4