configure.ac: releasing 0.10.9, "I walk the line"
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Base Plug-ins 0.10.9, "I walk the line"
2
3 Changes since 0.10.8:
4
5       * Parallel installability with 0.8.x series
6       * Threadsafe design and API
7       * Subtitle fixes
8       * Support for images in tags
9       * Playback improvements
10       * Gnomevfssrc now supports burn:// uris
11       * Videoscale now supports more RGBA formats
12       * Multifdsink improvements
13       * Testsuite can now generate coverage information
14
15 Bugs fixed since 0.10.8:
16
17       * 347296 : Problems with clocks on alsasrc hangs the application
18       * 347295 : [vorbisdec] Pushes before being initialized
19       * 329798 : [playbin] doesn't always give correct error message for m...
20       * 342085 : [alsasink] doesn't set buffer-time correctly
21       * 342789 : [audioresample] doesn't clear state when stopped, causing...
22       * 343303 : [subparse] workaround for bad entities in sami parser
23       * 343385 : [gnomevfs] add support for burn:// URIs
24       * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
25       * 343699 : oggmux leaks
26       * 344503 : [subparse] parse font face property in sami parser.
27       * 345131 : [PATCH] videoscale support for 32-bit RGB-formats
28       * 345206 : [textoverlay] crash with non-UTF8 input
29       * 345225 : [theoradec] Clipping for exact seeking
30       * 345641 : [API] [libgsttag] add enums for image tag type
31       * 345879 : [riff] won't play a .wmv file with WMVA video stream
32       * 346581 : [typefinding] recognise text/html
33       * 347221 : [audioconvert] channel remapping does not work right
34       * 347304 : Massive leaks with xvimagesink
35       * 346527 : alsasrc get_range does not respect requested size
36
37 Changes since 0.10.7:
38     
39       * alsasink probing fixes
40       * xvimagesink error reporting fixes
41       * subtitle fixes
42       * adder fixes
43       * vorbis multichannel fixes
44       * multifdsink streamheader fixes
45
46 Bugs fixed since 0.10.7:
47     
48       * 169936 : [subparse] support for SAMI subtitles
49       * 315312 : Gstreamer Xv uses RGB instead of YUV.
50       * 334002 : video4linux shouldn't depend on X in configure script
51       * 336881 : [libvisual] additional support for libvisual-0.4
52       * 337544 : [xvimagesink] Internal Error when image is too large
53       * 339520 : [subparse] add " encoding " property
54       * 340909 : [alsasink] can't enable spdif output
55       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
56       * 341562 : audioconvert doesn't list formats in order of preference
57       * 341696 : audioconvert crashes if converting from a format with no ...
58       * 341719 : bisection algorithm in ogg doesn't bisect in some cases
59       * 341732 : [alsasink] doesn't query supported sample rates
60       * 341873 : [alsasink] minor memory leak, uses unprotected static var...
61       * 342143 : [subparse] sami parser needs to escape characters
62       * 342181 : [alsa] add property probe interface to alsasink and alsasrc
63       * 342268 : [playbin] add 'subtitle-encoding' property
64       * 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef...
65       * 342566 : Building without GTK+ fails
66       * 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p...
67       * 339935 : [adder] dead-locks when adding sink pads in PAUSED state
68
69 Changes since 0.10.6:
70
71       * typefind improvements
72       * bug-fixes in textoverlay, audioconvert, videotestsrc, 
73         multifdsink and audio source/sink base classes
74       * Ice-cast metadata support has moved from gnomevfssrc to the 
75         icydemux element in gst-plugins-good
76       * audioresample now supports floating point samples
77       * Adder element fixes.
78       * Fixes for network playback and audio resampling in playbin
79
80 Bugs fixed since 0.10.6:
81     
82       * 340060 : [adder] handle newsegment events properly
83       * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ...
84       * 339405 : [textoverlay] can't display '\n' character
85       * 338657 : [patch] adder should send events from src-pad to all sink...
86       * 338919 : [patch] alsasink should also query witdh capabilities fro...
87       * 301759 : [audioresample] float audio support (for OSX audio sinks)
88       * 331901 : [videotestsrc] framerate=0/1 gives assertion error
89       * 333657 : Replacing icy demuxing in gnomevfssrc
90       * 336339 : [audioresample] should support width != 16
91       * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0
92       * 338778 : [patch] Bad audio with ASX files
93       * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio
94       * 339574 : [patch] Race condition in multifdsink can lead to spuriou...
95       * 339786 : [typefinding] wavpack typefinding doesn't always work
96       * 340369 : [volume element] " volume " property range insufficient
97       * 340379 : [playbin] doesn't insert audioresample, causes problems w...
98       * 340392 : Problem with internal-decodebin
99       * 341160 : [multifdsink] client_status enum has an uninitialized nick
100       * 341182 : Accessing playbin's streaminfo property from high languag...
101       * 341432 : [playbin] automatically get icecast metadata requiring ic...
102       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
103       * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag
104
105 API added since 0.10.6:
106     
107       * client-fd-removed signal added to multifdsink
108       * stream-info-value-array property added to playbin
109       * gst_video_calculate_display_ratio() in libgstvideo
110
111 Changes since 0.10.5:
112
113       * QoS in sinks and transform elements
114       * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
115       * added theoraparse element
116
117 Bugs fixed since 0.10.5:
118     
119       * 313136 : [playbin] hang while playing truncated ogg file
120       * 172848 : [subparse] subtitles with special chars are displayed as ...
121       * 305279 : [riff] uncompressed AVIs with 24bpp don't work
122       * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
123       * 323852 : Disable tests/icles on platforms that do not have X
124       * 325653 : build errors compiling audioresample on win32(vs7)
125       * 327357 : gst-plugins-base fails to compile with GCC 4.1
126       * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
127       * 334822 : [ffmpegcolorspace] YVU9 support
128       * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
129       * 335365 : inefficient use of GList in gst-plugins-base
130       * 336190 : [gnomevfssink] should accept non-URI filenames as " location " 
131       * 336194 : [gnomevfssrc] some minor memory leaks
132       * 336477 : plugins need better/univied descriptions
133       * 336617 : Unable to recognise MPEG TS stream
134       * 337548 : Memory leaks in basertpdepayload
135       * 337945 : [oggdemux] segment stop position ignored
136       * 338419 : Regression in the handling of files with multiple audio/s...
137       * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
138       * 339013 : [videorate] Goes into an infinite loop
139       * 339047 : [riff] handle H264 fourcc in addition to h264
140       * 339212 : ISO file typefinding regression
141       * 330748 : deadlock in base audio sink on playing- > paused state change
142
143 Bugs fixed since 0.10.4:
144     
145       * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
146       * 334226 : typefindfunctions plugin crashes on PPC on registration
147
148 Changes since 0.10.3:
149     
150       * (Experimental) QoS support
151       * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
152       * documentation updates
153       * better support for subtitles (seeking)
154
155 Bugs fixed since 0.10.3:
156     
157       * 310202 : [subtitles] < i >  < /i > tags and others should be supported i...
158       * 312439 : XVideo output doesn't work on remote displays (probably r...
159       * 321271 : audio output is truncated at EOS
160       * 321650 : Can't decode this ogm file
161       * 325732 : [oggdemux] problem when seeking to time less than 4s with...
162       * 325972 : [typefinding] doesn't recognise this mp3
163       * 326720 : [alsasink] doesn't support more than 2 channels anymore
164       * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
165       * 330789 : gstbaseaudiosink causes noise on seeking
166       * 330888 : Fix build with gcc 2.95 (again)
167       * 331295 : gnomevfssink doesn't respect umask when creating files
168       * 331526 : 3GP type detection is too simple
169       * 331678 : Decodebin is not reusable within a single pipeline (as in...
170       * 331690 : playbin won't play my last.fm stream
171       * 331763 : [alsamixer] unmute sets the volume to 100%
172       * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
173       * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
174       * 332778 : [ogmparse] " Already an existing pad " WARNING
175       * 332964 : random crashes in mp3_type_find
176       * 333254 : theora encoder does not set IN_CAPS flag properly
177       * 333352 : [gnomevfssink] reports disk full as generic error
178       * 333488 : Allow for palette < 256 colours in AVI files
179       * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
180       * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
181       * 333663 : [patch] unref the result of gst_pad_get_parent
182       * 333900 : [typefind] cannot play a particular mp3 file
183       * 334112 : variable not initialized
184       * 334129 : Disable frame dropping for now
185       * 317038 : use default channel layout if none is specified in multic...
186       * 319340 : [cdparanoia] uncorrected-error signal never fired
187
188 API added since 0.10.3:
189     
190       * GstTextOverlay::halignment
191       * GstTextOverlay::valignment
192
193 Changes since 0.10.2:
194
195       * typefind improvements
196       * Ogg decoding and encoding fixes
197       * Improved audio and video sink classes
198       * Bug and leak fixes
199       * Improved video scaling
200       * On-the-fly visualisation switching
201       * Subtitle support
202
203 Bugs fixed since 0.10.2:
204
205       * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
206       * 324000 : [playbin] post error or message on unknown input
207       * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
208       * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
209       * 324626 : ffmpegcolorspace support for fourcc " UYVY "
210       * 326447 : check that all elements in -base pass queries they can't ...
211       * 328263 : Fix build with gcc 2.95
212       * 328279 : [decodebin] timeout issue when pre-rolling
213       * 329326 : Fix oggmux removing pads from collect pads
214
215 Changes since 0.10.1:
216     
217       * ported gnomevfssink, cdparanoia
218       * New library and base class: GstCddaBaseSrc
219       * ported mixerutils.h
220       * added 'sine-tab' waveform to audiotestsrc
221       * added float audio to audiorate
222
223 Bugs fixed since 0.10.1:
224     
225       * 324216 : [cdparanoia] missing patches from 0.8
226       * 324696 : [videotestsrc] does not start counting the time from zero...
227       * 324900 : Problem compiling gst-plugins-base with Forte
228       * 325984 : [playbin] cannot handle sources that produce raw audio/video
229       * 325990 : patch videotestsrc for using glib types
230       * 326601 : GstRingBuffer crashes with alaw/mulaw caps
231       * 327114 : [theoradec] should post tags on the bus
232       * 327216 : vorbisdec segfaults on certain queries
233
234 API added since 0.10.1:
235      
236       * added libgstcddabase
237       * added mixerutils.h
238         
239 Changes since 0.10.0:
240     
241       * Parallel installability with 0.8.x series
242       * Threadsafe design and API
243       * removed gst-launch-ext
244       * Ported: ogmparse
245       * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
246
247 Bugs fixed since 0.10.0:
248     
249       * 322347 : GstBaseRtpDepayload timestamps are wring
250       * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
251       * 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
252
253 API added since 0.10.0:
254     
255       * GstAlsaMixer::device
256       * GstAlsaMixer::device-name
257
258 Bugs fixed since 0.9.7:
259     
260       * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags
261       * 323017 : While(1) loop with sleep(0) in basertpdepayload.c
262   
263 Changes since 0.9.6:
264     
265       * Parallel installability with 0.8.x series
266       * Threadsafe design and API
267       * ximagesink and xvimagesink updates and interactive test
268       * added pango
269       * rename net to netbuffer library
270       * rtp element renaming
271       * stream selector fixes
272
273 Bugs fixed since 0.9.6:
274     
275       * 319618 : [decodebin] some ogg videos don't play
276       * 320644 : RTP packetizer does't set the packet timestamps correctly
277       * 322388 : xvimagesink force-aspect-ratio=True always displays squar...
278       * 322704 : oggdemux typefind list leak
279
280 Changes since 0.9.5:
281     
282       * Parallel installability with 0.8.x series
283       * Threadsafe design and API
284       * lots of leak fixes
285       * flicker-free and rewritten X sinks
286       * fractional framerates
287       * removed sinesrc, replaced by audiotestsrc
288
289 Bugs fixed since 0.9.5:
290     
291       * 316442 : playbin should use autoaudiosink/autovideosink by default
292       * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
293       * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
294       * 321164 : gstringbuffer stops working under load
295       * 321426 : ximage plugin should be renamed to ximagesink
296       * 321446 : sinesrc should be dropped in favour of audiotestsrc
297       * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
298       * 321816 : [API] xoverlay API to post prepare-xwindow-id message
299       * 321894 : vorbisenc doesn't compile
300       * 322117 : Rename libgsttagedit to libgsttag
301
302 Changes since 0.9.4:
303     
304       * video caps now use a good range for framerate and w/h
305       * oggdemux/oggmux improvements
306       * playbin improvements
307
308 Bugs fixed since 0.9.4:
309     
310       * 319110 : [PATCH] oggdemux chain finding is slow
311       * 320058 : playbin of a jpeg over http does not work
312       * 320923 : [volume] doesn't build on Solaris
313       * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
314
315 Changes since 0.9.3:
316
317       * New element: audiotestsrc
318       * typefind improvements
319       * buffer-frames removed
320
321 Changes since 0.9.2:
322
323       * RTP base classes
324
325 Bugs fixed since 0.9.2:
326
327       * 313251 : ximagesink unused functions
328       * 315159 : audioconvert lost 24 bit conversions in the rewrite
329