interlace: Make caps writable before modifying them
[platform/upstream/gstreamer.git] / NEWS
diff --git a/NEWS b/NEWS
index dcfcdab..a4e7232 100644 (file)
--- a/NEWS
+++ b/NEWS
-This is GStreamer Bad Plugins 1.0.2
-
-Changes since 1.0.1:
-
-      * Parallel installability with 0.10.x series
-      * audioparse: add mode where caps are taken from upstream and only timestamping is performed
-      * directsoundsrc: port to 1.0
-      * dtsdec: fix buffer parsing
-      * fieldanalysis: actually build (remove from the NONPORTED plugins list)
-      * hlsdemux: numerous thread-safety fixes, and an invalid memory access fix
-      * mpegdemux: handle and combine downstream flow returns better
-      * mpegdemux: make work properly with dvdreadsrc
-      * mpegtsdemux: PES header parsing fixes; fix potential crash
-      * mpegtsdemux: First push EOS, then destroy all programs
-      * mpegtsmux: fix buffer refcounting issue
-      * mpeg4videoparse: correctly parse the full first frame; properly mark config data presence
-      * mpegvideoparse: correctly parse the full first frame; signal interlacing properly in caps
-      * pitch: fix for start times > 0 (e.g. ogg streaming)
-      * rtmpsink: handle RTMP_Write() return value correctly, fix memory leak
-      * scaletempo: fix timestamp and latency query handling, and event leak
-      * subenc: port to 1.0
-
-Bugs fixed since 1.0.1:
-
-      * 623387 : mpegdemux: check base_time before calculating new_start 
-      * 673414 : directsoundsrc: Port to 1.0
-      * 681459 : rtmpsink: memory leak
-      * 685709 : mpeg4videoparse: AVI file with XVID video doesn't want to preroll: p_length.avi
-      * 685895 : mpegvideoparse: signal interlacing correctly in caps using new " interlace-mode " field
-      * 686009 : rtmpsink: handle RTMP_Write() return value correctly
-      * 686294 : tsdemux: Fix checking P-STD_buffer marker in PES header
-      * 686327 : mpegtsmux: fix refcount issue with input buffers
-      * 686358 : tsdemux: fix potential crash dereferencing NULL program pointer
-      * 686520 : wayland: update to wayland-protocol 0.99
-      * 686547 : rtpopuspay outputs unparseable caps
-      * 686595 : [mpg123] misc improvements and fixes
-      * 686774 : gst-plugins-bad/curl: add a comment describing function...
-      * 686829 : opusdec: invalid gst_buffer_unmap() call for NULL buffer
-
-Changes since 1.0.0:
-
-      * fieldanalysis and frei0r plugins ported to 1.0
-      * DVD playback fixes
-      * pitch: transform timestamps properly after a seek
-      * camerabin fixes
-
-Bugs fixed since 1.0.0:
-
-      * 667220 : dvdspu: add NV12 support
-      * 681562 : Issue setting " video-source " property on wrappercamerabinsrc
-      * 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc
-      * 681678 : frei0r: port to 1.0
-      * 684740 : chromaprint: resolve undefined symbols
-      * 684847 : curl: fix build on win32
-      * 685065 : Missing cast in curlbasesink
-      * 685159 : chromaprint: Missing unmap buffer in transform_ip
-
-New features in 1.0.0:
-
-      * Parallel installability with 0.10.x series
-      * See release notes for more details
+
+
+GSTREAMER 1.18 RELEASE NOTES
+
+
+THESE RELEASE NOTES ARE A PLACEHOLDER, PLEASE BEAR WITH US WHILE WE
+FINISH WRITING UP THE REAL THING.
+
+GStreamer 1.18.0 has not yet been released. It is scheduled for release
+in summer 2020 now.
+
+1.17.x is the unstable development series that is currently being
+developed in the git master branch and which will eventually result in
+1.18, and 1.17.1 is the current development release in that series.
+
+The schedule for the 1.18 development cycle is yet to be confirmed, but
+it is expected that feature freeze will be in June/July 2020, followed
+by several 1.17 pre-releases and then a new 1.18 stable release in
+July/August 2020.
+
+1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10,
+1.8, 1.6, 1.4, 1.2 and 1.0 release series.
+
+See https://gstreamer.freedesktop.org/releases/1.18/ for the latest
+version of this document.
+
+_Last updated: Thursday 18 June 2020, 16:00 UTC (log)_
+
+
+Introduction
+
+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!
+
+As always, this release is again packed with many new features, bug
+fixes and other improvements.
+
+
+Highlights
+
+-   FIXME
+
+
+Major new features and changes
+
+Noteworthy new API
+
+-   FIXME
+
+New Elements
+
+-   FIXME
+
+New element features and additions
+
+-   FIXME
+
+Plugin and library moves
+
+-   FIXME
+
+Plugin removals
+
+The following plugins have been removed from gst-plugins-bad:
+
+-   FIXME
+
+
+Miscellaneous API additions
+
+-   FIXME
+
+
+Miscellaneous performance and memory optimisations
+
+As always there have been many performance and memory usage improvements
+across all components and modules. Some of them have already been
+mentioned elsewhere so won’t be repeated here.
+
+The following list is only a small snapshot of some of the more
+interesting optimisations that haven’t been mentioned in other contexts
+yet:
+
+-   FIXME
+
+GstPlayer
+
+-   FIXME
+
+
+Miscellaneous changes
+
+-   FIXME
+
+OpenGL integration
+
+-   FIXME
+
+
+Tracing framework and debugging improvements
+
+-   FIXME
+
+
+Tools
+
+-   FIXME
+
+
+GStreamer RTSP server
+
+-   FIXME
+
+
+GStreamer VAAPI
+
+-   FIXME
+
+
+GStreamer OMX
+
+-   FIXME
+
+
+GStreamer Editing Services and NLE
+
+-   FIXME
+
+
+GStreamer validate
+
+-   FIXME
+
+
+GStreamer Python Bindings
+
+-   FIXME
+
+
+GStreamer C# Bindings
+
+-   FIXME
+
+
+GStreamer Rust Bindings
+
+-   FIXME
+
+
+GStreamer Rust Plugins
+
+-   FIXME
+
+
+Build and Dependencies
+
+-   The Autotools build system has finally been removed in favour of the
+    Meson build system. Developers who currently use gst-uninstalled
+    should move to gst-build.
+
+-   API and plugin documentation are no longer built with gtk_doc. The
+    gtk_doc documentation has been removed in favour of a new unified
+    documentation module built with hotdoc. The intention is to
+    distribute the generated documentation in form of tarballs alongside
+    releases.
+
+-   FIXME
+
+Cerbero
+
+Cerbero is a meta build system used to build GStreamer plus dependencies
+on platforms where dependencies are not readily available, such as
+Windows, Android, iOS and macOS.
+
+Cerbero has seen a number of improvements:
+
+-   FIXME
+
+
+Platform-specific changes and improvements
+
+Android
+
+-   FIXME
+
+macOS and iOS
+
+-   FIXME
+
+Windows
+
+-   toolchain upgrade
+
+-   FIXME
+
+
+Contributors
+
+-   FIXME
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing.
+
+
+Stable 1.18 branch
+
+After the 1.18.0 release there will be several 1.18.x bug-fix releases
+which will contain bug fixes which have been deemed suitable for a
+stable branch, but no new features or intrusive changes will be added to
+a bug-fix release usually. The 1.18.x bug-fix releases will be made from
+the git 1.18 branch, which will be a stable branch.
+
+1.18.0
+
+1.18.0 has not been released yet.
+
+
+Known Issues
+
+-   FIXME
+
+
+Schedule for 1.20
+
+Our next major feature release will be 1.20, and 1.19 will be the
+unstable development version leading up to the stable 1.20 release. The
+development of 1.19/1.20 will happen in the git master branch.
+
+The plan for the 1.20 development cycle is yet to be confirmed.
+
+1.20 will be backwards-compatible to the stable 1.18, 1.16, 1.14, 1.12,
+1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series.
+
+------------------------------------------------------------------------
+
+_These release notes have been prepared by Tim-Philipp Müller with_
+_contributions from … (FIXME)_
+
+_License: CC BY-SA 4.0_