Release 1.11.1
[platform/upstream/gst-plugins-good.git] / RELEASE
1
2 Release notes for GStreamer Good Plugins 1.11.1
3
4 The GStreamer team is pleased to announce the first release of the unstable
5 1.11 release series. The 1.11 release series is adding new features on top of
6 the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
7 series of the GStreamer multimedia framework. The unstable 1.11 release series
8 will lead to the stable 1.12 release series in the next weeks. Any newly added
9 API can still change until that point.
10
11
12 Full release notes will be provided at some point during the 1.11 release
13 cycle, highlighting all the new features, bugfixes, performance optimizations
14 and other important changes.
15
16
17 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
18
19
20 "Such ingratitude.  After all the times I've saved your life."
21
22
23 A collection of plugins you'd want to have right next to you on the
24 battlefield.  Shooting sharp and making no mistakes, these plugins have it
25 all: good looks, good code, and good licensing.  Documented and dressed up
26 in tests.  If you're looking for a role model to base your own plugin on,
27 here it is.
28
29
30 If you find a plot hole or a badly lip-synced line of code in them,
31 let us know - it is a matter of honour for us to ensure Blondie doesn't look
32 like he's been walking 100 miles through the desert without water.
33
34
35 This module contains a set of plugins that we consider to have good quality
36   code, correct functionality, our preferred license (LGPL for the plugin
37   code, LGPL or LGPL-compatible for the supporting library).
38 We believe distributors can safely ship these plugins.
39 People writing elements should base their code on these elements.
40
41
42 Other modules containing plugins are:
43
44
45 gst-plugins-base
46 contains a basic set of well-supported plugins
47 gst-plugins-ugly
48 contains a set of well-supported plugins, but might pose problems for
49     distributors
50 gst-plugins-bad
51 contains a set of less supported plugins that haven't passed the
52     rigorous quality testing we expect, or are still missing documentation
53     and/or unit tests
54 gst-libav
55 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
56
57
58
59   
60
61 Bugs fixed in this release
62      
63       * 708221 : mp4dashmux: add the tfdt atom to the moof
64       * 746574 : matroskamux: add G722 audio support
65       * 748360 : rtspsrc: teardown usually never happens
66       * 749098 : matroskamux: drop streamheader buffers only if they really are headers
67       * 754696 : matroskamux: audio-only streams have all buffers flagged as delta units, causing problems with tcpserversink/multifdsink
68       * 757631 : progressreport format=bytes will not send msg
69       * 766991 : multifilesink: leaks memory when max-files property == 0
70       * 767771 : qtdemux/jpegdec: Interlaced content detected as progressive
71       * 768723 : rtprtx: test is sometimes failing
72       * 769041 : qtmux: Downscaling time value loses precision
73       * 769048 : qtmux: prores-related fixes
74       * 772181 : isomp4: Parse/store colorimetry, chroma-site and interlaced-mode/field-order
75       * 772740 : rtpbin: receiving RTP bundle support
76       * 773217 : qtmux: Allow configuring the maximum interleave size in bytes/time
77       * 773514 : rtph263pay: Use GST_TRACE for logging bitsream parsing
78       * 773712 : isomp4: Add support for FLAC
79       * 773785 : splitmuxsink: Use first buffer TS as mux start time
80       * 773828 : qtmux: Crash on EOS with GST_DEBUG enabled
81       * 774129 : 'gst_buffer_is_writable' assertion  in aacparse
82       * 774131 : flvmux: Add metadatacreator property
83       * 774403 : qtmux: Always write edit lists for the tracks to give a more accurate duration
84       * 774409 : tests/jitterbuffer: Major refactoring and cleanups
85       * 774566 : matroskaparse: error out on last buffer
86       * 774674 : qtdemux: Remove useless return variable
87       * 774747 : qtdemux: compiler warning with gcc 6.2
88       * 774789 : qtmux: Enable up to 16 unpositioned raw audio channels
89       * 774840 : qtmux: Fix various timestamp and duration related issues
90       * 774876 : meson: add libm to has_function checks
91       * 775287 : qtdemux: change off_t type to gint
92       * 775414 : qtdemux: Correctly read interlacing information
93       * 775702 : v4l2object: Don't set empty interlace-mode list
94       * 775752 : monoscope: Leaks allocation query
95       * 776030 : udpsrc: Add to join multiple multicast interfaces
96       * 776106 : v4l2object: Don't check size in a non-list value
97       * 776789 : avidemux: fix memory leak in usage of gst_pad_template_new() API
98       * 777095 : isomp4: Don't spam debug log with knonw/padding atoms
99       * 777157 : qtdemux: seqh buffer not freed after calling qtdemux_parse_svq3_stsd_data()
100
101 ==== Download ====
102
103 You can find source releases of gst-plugins-good in the download
104 directory: https://gstreamer.freedesktop.org/src/gst-plugins-good/
105
106 The git repository and details how to clone it can be found at
107 http://cgit.freedesktop.org/gstreamer/gst-plugins-good/
108
109 ==== Homepage ====
110
111 The project's website is https://gstreamer.freedesktop.org/
112
113 ==== Support and Bugs ====
114
115 We use GNOME's bugzilla for bug reports and feature requests:
116 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
117
118 Please submit patches via bugzilla as well.
119
120 For help and support, please subscribe to and send questions to the
121 gstreamer-devel mailing list (see below for details).
122
123 There is also a #gstreamer IRC channel on the Freenode IRC network.
124
125 ==== Developers ====
126
127 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
128 from there (see link above).
129
130 Interested developers of the core library, plugins, and applications should
131 subscribe to the gstreamer-devel list.
132
133         
134 Contributors to this release
135     
136       * Aleix Conchillo Flaque
137       * Alejandro G. Castro
138       * Andre McCurdy
139       * Arun Raghavan
140       * David Evans
141       * Edward Hervey
142       * Enrique Ocaña González
143       * Garima Gaur
144       * Havard Graff
145       * Heekyoung Seo
146       * Jagadish
147       * Jan Schmidt
148       * Mark Nauwelaerts
149       * Matt Staples
150       * Matthew Waters
151       * Nicola Murino
152       * Nirbheek Chauhan
153       * Petr Kulhavy
154       * Philipp Zabel
155       * Philippe Normand
156       * Reynaldo H. Verdejo Pinochet
157       * Scott D Phillips
158       * Sean DuBois
159       * Sebastian Dröge
160       * Seungha Yang
161       * Stian Selnes
162       * Thibault Saunier
163       * Tim-Philipp Müller
164       * Ursula Maplehurst
165       * Vincent Penquerc'h
166       * Vinod Kesti
167       * Vivia Nikolaidou
168       * Víctor Manuel Jáquez Leal
169       * William Manley
170       * Wonchul Lee
171       * christophecvr
172