oggmux: cleanup
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plug-ins 0.10.32 "Your Life You Like It Well"
3         
4
5
6 The GStreamer team is proud to announce a new release
7 in the 0.10.x stable series of the
8 GStreamer Base Plug-ins.
9
10
11 The 0.10.x series is a stable series targeted at end users.
12
13
14
15 This module contains a set of reference plugins, base classes for other
16 plugins, and helper libraries.
17
18 This module is kept up-to-date together with the core developments.  Element
19 writers should look at the elements in this module as a reference for
20 their development.
21
22 This module contains elements for, among others:
23
24   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
25   containers: ogg
26   codecs: vorbis, theora
27   text: textoverlay, subparse
28   sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
29   network: tcp
30   typefind functions
31   audio processing: audioconvert, adder, audiorate, audioresample, volume
32   visualisation: libvisual
33   video processing: ffmpegcolorspace
34   aggregate elements: uridecodebin, playbin2, decodebin2, decodebin, playbin, encodebin
35   libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video
36
37
38 Other modules containing plug-ins are:
39
40
41 gst-plugins-good
42 contains a set of well-supported plug-ins under our preferred license
43 gst-plugins-ugly
44 contains a set of well-supported plug-ins, but might pose problems for
45     distributors
46 gst-plugins-bad
47 contains a set of less supported plug-ins that haven't passed the
48     rigorous quality testing we expect
49
50
51
52   
53
54 Features of this release
55     
56       * GLib requirement is now >= 2.22, gobject-introspection >= 0.9.12
57       * New encodebin element
58       * New encoding profile and encoding targets API in pbutils
59       * audioresample: corrected buffer duration calculation to account for nonzero initial timestamp
60       * audioresample: provide as much valid output ts and offset as valid input
61       * audioresample: push half a history length, instead of a full history length, at end-of-stream so that output segment and input segment have same duration
62       * decodebin2: deprecate new-decoded-pad and removed-decoded-pad signals (use "pad-added" and "pad-removed" instead)
63       * multifdsink: add first and last buffer's timestamp to the stats; only keep last valid timestamp
64       * oggdemux: extract more tags (vorbis comment headers, Kate)
65       * oggdemux: ignore header pages when looking for keyframe; set headers on caps
66       * oggdemux: fix interpretation of Theora granule position and parsing of Theora size
67       * oggparse: Set DELTA_UNIT on buffers
68       * playbin2: delay stream-changed messages, fixing KATE subtitle recognition
69       * textoverlay: make text, xpos, ypos, color, and silent properties controllable
70       * typefinding: (E)AC-3 and ISO typefinder improvements; add yuv4mpeg typefinder
71       * typefinding: add "stream-format" to h264 caps, and framed=false to DTS caps
72       * typefinding: assume EBML files without doctype are matroska
73       * videorate: fix behaviour for frame rate cap changes
74       * vorbisdec: avoid using invalid timestamps; keep timestamps when no decoded output
75       * ximagesink, xvimagesink: add read-only window-width and window-height properties
76       * baseaudiopay: fix timestamps on buffer lists
77       * baseaudiosink: protect against ringbuffer disappearing while in a query
78       * basedepay: add support for buffer lists in the depayloader
79       * basertppay: use RTP base time when invalid timestamps
80       * rtpbuffer: relax arrangement for RTP bufferlists
81       * rtpdepayloader: add support for getting events
82       * rtppayload: copy applied rate to segment
83       * sdp: add method to check for multicast addresses
84       * sdp: only parse TTL for IP4 addresses
85       * video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
86       * video: return correct component width/height for A420
87
88 Bugs fixed in this release
89      
90       * 619778 : oggdemux: fails on zero-length pages with Patent_Absurdity_HD_3540kbit.ogv
91       * 586570 : Add GAP Flag support to audioresample
92       * 623413 : pbutils: Add/Fix some media descriptions
93       * 627476 : New profile library and encoding plugin
94       * 629349 : [oggdemux] extract stream tags for tagreadbin and transcoding
95       * 632667 : [ximagesink] added read-only properties window-width and window-height
96       * 634397 : [multifdsink] [PATCH] Add the timestamp of the first and last buffer to the stats
97       * 634522 : gst-visualize-m.m imports but doesn't use File::Basename
98       * 635231 : baseaudiosink: protect against ringbuffer disappearing while in a query
99       * 636198 : decodebin2: " removed-decoded-pad " signal never fired
100       * 636769 : [appsink] Flushing property is never reset
101       * 636827 : Usage of gst_caps_interset where gst_caps_can_intersect was intended?
102       * 637324 : oggdemux: unable to demux Ogg files with Skeleton in push mode
103       * 637377 : timeoverlay: add missing break
104       * 637519 : ogg: implement packet duration query for kate streams
105       * 637586 : playbin2 fails to recognize subtitle caps from katedec
106       * 637735 : [encoding-profile] automatic load/save support and registry
107       * 637758 : [exiftag] Generates buffers with uninitialized data during taglist- > exif buffer serialization
108       * 637822 : oggdemux: allocate buffers using gst_buffer_new_and_alloc
109       * 637927 : oggdemux: set headers on caps
110       * 638200 : [oggdemux] fails to playback video file
111       * 638276 : oggstream: when the last keyframe position is not known, do not use -1
112       * 638859 : textoverlay: make misc. properties controllable
113       * 638901 : [encodebin] proper element documentation
114       * 638903 : [encodebin] missing-plugin support
115       * 638961 : Small configure bashism 0.10.31.2
116       * 639039 : gobject-introspection: GstPbutils gir scanner fails to link with gold linker
117       * 639121 : oggdemux: outdated comment for gst_ogg_demux_submit_buffer()
118       * 639215 : examples: Allow building with newer GTK+
119       * 639730 : discoverer: Validate timeouts before processing them
120       * 639755 : discoverer: Clean up callbacks in dispose()
121       * 639778 : discoverer: Drop new stream tags once preroll is done
122       * 639790 : [gdp] Fix metadata g_warning
123       * 639747 : Please export GST_TYPE_APP_STREAM_TYPE
124       * 553244 : theoraparse doesn't work at all (throws criticals and asserts)
125
126 API changed in this release
127      
128 - API additions:
129     
130       * gst_app_stream_type_get_type()
131       * gst_discoverer_info_get_seekable()
132       * gst_encoding_audio_profile_get_type()
133       * gst_encoding_audio_profile_new()
134       * gst_encoding_container_profile_add_profile()
135       * gst_encoding_container_profile_contains_profile()
136       * gst_encoding_container_profile_get_profiles()
137       * gst_encoding_container_profile_get_type()
138       * gst_encoding_container_profile_new()
139       * gst_encoding_list_all_targets()
140       * gst_encoding_list_available_categories()
141       * gst_encoding_profile_find()
142       * gst_encoding_profile_get_description()
143       * gst_encoding_profile_get_format()
144       * gst_encoding_profile_get_input_caps()
145       * gst_encoding_profile_get_name()
146       * gst_encoding_profile_get_presence()
147       * gst_encoding_profile_get_preset()
148       * gst_encoding_profile_get_restriction()
149       * gst_encoding_profile_get_type()
150       * gst_encoding_profile_get_type_nick()
151       * gst_encoding_profile_is_equal()
152       * gst_encoding_profile_set_description()
153       * gst_encoding_profile_set_format()
154       * gst_encoding_profile_set_name()
155       * gst_encoding_profile_set_presence()
156       * gst_encoding_profile_set_preset()
157       * gst_encoding_profile_set_restriction()
158       * gst_encoding_target_add_profile()
159       * gst_encoding_target_get_category()
160       * gst_encoding_target_get_description()
161       * gst_encoding_target_get_name()
162       * gst_encoding_target_get_profile()
163       * gst_encoding_target_get_profiles()
164       * gst_encoding_target_get_type()
165       * gst_encoding_target_load()
166       * gst_encoding_target_load_from_file()
167       * gst_encoding_target_new()
168       * gst_encoding_target_save()
169       * gst_encoding_target_save_to_file()
170       * gst_encoding_video_profile_get_pass()
171       * gst_encoding_video_profile_get_type()
172       * gst_encoding_video_profile_get_variableframerate()
173       * gst_encoding_video_profile_new()
174       * gst_encoding_video_profile_set_pass()
175       * gst_encoding_video_profile_set_variableframerate()
176       * gst_base_rtp_depayload_push_list()
177       * gst_rtsp_url_decode_path_components()
178       * gst_sdp_address_is_multicast()
179       * gst_video_parse_caps_palette()
180
181 Download
182
183 You can find source releases of gst-plugins-base in the download directory:
184 http://gstreamer.freedesktop.org/src/gst-plugins-base/
185
186 GStreamer Homepage
187
188 More details can be found on the project's website:
189 http://gstreamer.freedesktop.org/
190
191 Support and Bugs
192
193 We use GNOME's bugzilla for bug reports and feature requests:
194 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
195
196 Developers
197
198 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
199 Interested developers of the core library, plug-ins, and applications should
200 subscribe to the gstreamer-devel list. If there is sufficient interest we
201 will create more lists as necessary.
202
203         
204 Applications
205   
206 Contributors to this release
207     
208       * Alessandro Decina
209       * Andoni Morales Alastruey
210       * Andrea Sebastianutti
211       * Andy Wingo
212       * Arun Raghavan
213       * Bastien Nocera
214       * Benjamin Gaignard
215       * Byeong-ryeol Kim
216       * David Schleef
217       * Edward Hervey
218       * Evan Broder
219       * Gavin Stark
220       * Havard Graff
221       * Koop Mast
222       * Lane Brooks
223       * Leo Singer
224       * Mark Nauwelaerts
225       * Michael Smith
226       * René Stadler
227       * Rob Clark
228       * Robert Swain
229       * Sebastian Dröge
230       * Sreerenj Balachandran
231       * Stefan Kost
232       * Thiago Santos
233       * Tim-Philipp Müller
234       * Vincent Penquerc'h
235       * Wim Taymans
236       * Yang Xichuan
237       * Zeeshan Ali (Khattak)
238       * christian schaller
239