Release 0.10.6 - A Big Deep Breath
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Bad Plug-insĀ 0.10.6, "A Big Deep Breath"
2
3 Changes since 0.10.5:
4     
5       * DVB support added
6       * dc1394 support
7       * RTP-manager improvements
8       * Support for native QT codecs on OS/X and DirectShow codecs on Windows,
9         courtesy of Songbird and Fluendo
10       * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
11       * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc,
12         speexresample, qtwrapper
13       * Even more new elements: rawaudioparse, fbdevsink
14       * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
15       * Elements graduated to good: multifilesrc/sink, spectrum, equalizer,
16         bpwsinc, lpwsinc
17       * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
18       * OpenGL support moved to new module: gst-plugins-gl
19       * appsrc/appsink improvements
20       * Fixes in neonhttpsrc
21       * Fixes in amrwbparse
22       * Deinterlacer improvements
23       * Fixes in dtsdec
24       * Fixes in the Real codec wrappers
25
26 Bugs fixed since 0.10.5:
27      
28       * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
29       * 508029 : [speexresample] pops/glitches in some cases
30       * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
31       * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
32       * 393461 : [Real] Location of .so varies on each distribution
33       * 395424 : neonhttpsrc lacks support for proxy servers
34       * 397759 : Xingmux may not write a proper Xing/VBR header
35       * 403992 : [new plugin] timidity based midi decoder
36       * 409974 : Code for improved GStreamer resampler (based on speex res...
37       * 426657 : Add support for SDP multicast description files
38       * 433373 : [win32] autogenerated win32/common/config.h needed
39       * 444499 : build of fresh CVS is failing in ext/sdl
40       * 450175 : gcc-2.9x build fixes
41       * 450605 : Missing files in po/POTFILES.in
42       * 452009 : ./configure breaks when cross-compiling FAAD2
43       * 452258 : [mpeg2enc] make work with mjpegtools 1.9
44       * 453636 : dvbsrc needs more flexible adapter selection
45       * 454078 : [ivorbis] header files missing in release tarball
46       * 454313 : missing xml files to build docs/plugins
47       * 456901 : PATCH: add several missing supported mime-types to the mo...
48       * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
49       * 461068 : Seeking not properly implemented by the pitch plugin
50       * 461373 : HP-UX 11.11 build with native compiler
51       * 461377 : [festival] port to GStreamer-0.10
52       * 461601 : Some files missing from POTFILES.in
53       * 462737 : compilation breaks with g++-4.2 and gcc-4.2
54       * 464678 : Add connection-speed property to mmssrc element
55       * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
56       * 471554 : real media videos do not work
57       * 473562 : [rtpmanager] cvs build problem due to compiler warning
58       * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
59       * 476128 : Printf format fixes
60       * 476148 : Add mpeg4 video parser
61       * 476159 : memleak patch to rtpmanager
62       * 476370 : [faad] shouldn't set channel-positions for mono and stereo
63       * 477306 : amrwbenc has not property to select band mode
64       * 478566 : Add notification of active SSRCs to the RTP manager
65       * 481200 : gstneonhttpsrc discards GET parameters from URL
66       * 481276 : [mpegtsparse] " not linked (-1) " error
67       * 481279 : [mpegtsparse] partial corruption of the output stream
68       * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
69       * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
70       * 485462 : alsaspdifsink uses wrong sample rate
71       * 487496 : [dvdspu] fails to link on Mac OS
72       * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
73       * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
74       * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
75       * 490682 : [interleave] can't create more than one request sink pad
76       * 492406 : Crasher in libgstdshow on Windows/MSVC
77       * 492798 : [rtpmanager] build issues on Windows/MSVC
78       * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
79       * 498430 : incomplete CVS commit
80       * 498667 : gstreamer segfaults in faac
81       * 498755 : FLV files incorrectly report framerate of 1000fps
82       * 499008 : mpeg2enc ignores the incoming stream aspect property
83       * 500099 : Fixes and improvements to souphttpsrc
84       * 500142 : switch element in switch plugin should be renamed
85       * 501579 : rtpmanager should emit a signal when it can associate a s...
86       * 502335 : [souphttpsrc] some enhancements
87       * 502879 : videoparse segmentation fault
88       * 503308 : Changing tempo using pitch plugin doesn't update length info
89       * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
90       * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
91       * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
92       * 508515 : [rtpbin] allow request_new_pad with name NULL
93       * 508587 : Improvement to rtpsession
94       * 508979 : Enhancement for xingmux
95       * 510708 : [souphttpsrc] support for libsoup-2.4
96       * 511001 : enhanced deinterlace plugin
97       * 511146 : rtpjitterbuffer should not return an error on no-caps
98       * 511530 : DTS library API change?
99       * 511683 : gstrtpbin fails to associate streams together for lipsync
100       * 511686 : make gstrtpjitterbuffer respect different clock rates for...
101       * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
102       * 512654 : [h264parse] does not build in cvs head (unused variable i...
103       * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
104       * 512826 : switch / selector event leak
105       * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
106       * 515564 : souphttpsrc unit test fails to build
107       * 515567 : [states] States unit test should exclude the dvb plugin
108       * 515588 : Warning building tremor plugin
109       * 515720 : [xvid] Memory leak caused by not unsetting GValue
110       * 515721 : [rfb] rfbsrc leaking the rfb decoder
111       * 515722 : [fbdev] Leaking the device property string
112       * 515815 : [mpegvideoparse] fix a few new memory leaks
113       * 515860 : plugins should not install headers - fix metadata
114       * 515919 : Fix a bunch of finalize leaks
115       * 515964 : [docs] Still contains docs for the GIO plugin although it...
116       * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
117       * 516061 : [h264parse] fix a few new memory leaks
118       * 516094 : Remove glimagesink from -bad
119       * 516114 : dvbbasebin leaks the location string when the uri handler...
120       * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
121       * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
122       * 516448 : criticals due to missing debug category init in mpegtsparse
123       * 516499 : critical caused by assuming optional property " descriptor...
124       * 517391 : [tta] Doesn't link with libm
125       * 517571 : small memory leak in gstrtpbin
126       * 517684 : [mythtvsrc] Small bug fixes
127       * 478159 : Could not decode realvideo buffer
128       * 497020 : Add fully async HTTP source based on libsoup.
129       * 501562 : [switch] bogus locking order
130
131 Changes since 0.10.4:
132
133       * New plugin - realdec for decoding Real streams using binary libs
134       * New plugin - MythTV source
135       * New plugin - appsrc (for application data insertion)
136       * New plugin - VMnc VMware capture decoder
137       * New plugin - JACK audio output
138       * New plugin - interleave/deinterleave
139       * New plugin - RTP manager
140       * New plugin - Bayer to RGB converter
141       * New plugin - ReplayGain support
142       * New plugin - DirectShow win32 input support
143       * New plugin - videosignal/videoanalyse
144       * LADSPA plugin improvements
145       * IIR equaliser ported to 0.10 (iirequalizer)
146       * libsndfile output ported to 0.10
147       * mpegvideoparse ported to 0.10 and improved
148       * switch element ported to 0.10
149       * VCD source element ported to 0.10
150       * AMR-WB support fixes 
151       * MIDI renderer plugin based on timidity
152       * Windows and OS/X output plugins moved to the Good module 
153       * qtdemux, wavpack and videocrop plugins moved to the Good module
154       * Many other bug fixes and improvements
155       * Parallel installability with 0.8.x series
156       * Threadsafe design and API
157
158 Bugs fixed since 0.10.4:
159
160       * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el...
161       * 333307 : AmrWB Plugin
162       * 345633 : [nassink] port to 0.10
163       * 354174 : [PATCH] add REAL support by using the proprietary drivers
164       * 354451 : [mythtvsrc] Plugin for MythTV source
165       * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea...
166       * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good
167       * 375264 : [neonhttpsrc] add seek support
168       * 376591 : configure.ac looks for wrong symbols for FAAD support
169       * 382184 : Port interleave and deinterleave to 0.10 for audio channe...
170       * 388050 : [neonhttpsrc] code simplifications
171       * 392112 : [rfbsrc] doesn't build with MinGW
172       * 393622 : Not building real plugin, only works on 32bit x86 platforms.
173       * 395536 : [wavpackenc] Trivial cleanup
174       * 395597 : Deinterleave fails to negotiate with alsasrc when using D...
175       * 400555 : dts-in-wav: only 2 channel recognised
176       * 402470 : [osxvideosink] video sink for MacOSX
177       * 412077 : [speed] can't initially set speed > 1
178       * 412710 : [replaygain] Add playback elements
179       * 413818 : [neonhttpsrc] errors out on redirects
180       * 421110 : New x264enc plugin
181       * 421598 : [wavpack] Add support for non-8*n depths and don't play a...
182       * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong
183       * 423741 : [amrwb] use external shared libamrwb
184       * 430594 : Unable to compile gst-plugins-bad CVS
185       * 430598 : [realvideodec] dll functions not available on MinGW
186       * 430664 : name conflict for " rtpbin " element
187       * 437260 : CFLAGS are poinsoned by the OpenGL test
188       * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ...
189       * 437539 : Compilation of DirectDraw and DirectSound plugins using m...
190       * 439405 : YUV not working in GL image sink.
191       * 439910 : [switch] Warning in a debug function (Mingw)
192       * 439911 : [qtdemux] Warning in a debug function (MinGW)
193       * 439914 : [directdraw] Warnings when using MinGW
194       * 440466 : [PLUGIN-MOVE] osxvideo
195       * 440774 : [sdl] sdlvideosink has ill-formatted element details
196       * 442689 : [neon] Property-related cleanups of neonhttpsrc
197       * 445189 : PLUGIN-MOVE - Move Windows sinks to -good
198       * 348973 : New plugins: MVE muxer/demuxer
199       * 391971 : Fix build with gcc-2.x
200       * 392313 : [directdrawsink] dist and add to gst-plugins-bad
201       * 392638 : [directsoundsink] dist and add to gst-plugins-bad
202       * 392856 : [qtdemux] plugin must link against zlib (error with MinGW)
203       * 403572 : Port equaliser element to 0.10
204       * 352605 : [PLUGIN-MOVE] move wavpack to -good
205       * 426972 : Specific set of H.264 files cannot be played
206       * 434101 : [gsm] doesn't link against libgstbase-0.10
207
208 Changes since 0.10.3:
209
210       * V4L2 source element moved to Good plugins
211       * Many improvements in Quicktime playback
212       * Xvid encoding and decoding improvements
213       * FAAD decoder fixes
214       * New element: alsaspdifsink for IEC958 output
215       * Spectrum FFT analysis element ported
216       * New element: h264parse. H.264 Parser
217       * Fixes in bz2 support
218       * New element: theoraexpdec. Libtheoraexp based Theora decoder
219       * New element: wavpackenc. Wavpack decoder
220       * Improvements in the libneon based http source
221       * gstfilter ported to 0.10
222       * mpeg2enc ported to 0.10
223       * New element: nsfdec. NSF decoder
224       * New element: spcdec. libopenspc based SPC decoder
225       * videocrop ported/re-written from 0.8
226       * cdaudio element ported to 0.10
227       * New element: rganalysis. ReplayGain analysis element
228       * New element: dvbsrc. DVB source element (disabled by default)
229       * deinterlace (Simple deinterlacer) ported from 0.8
230       * New element: nuvdemux. NUV video demuxer
231       * Fixes in the DirectDraw output elements
232       * New elements: multifilesrc, multifilesink
233       * y4mencode ported from 0.8
234       * rfbsrc, librfb based capture source ported from 0.8
235       * New element: jackaudiosink. JACK audio output element
236       * Many other fixes and improvements
237
238 Bugs fixed since 0.10.3:
239
240       * 379261 : crash in Movie Player: Trying to play a partial...
241       * 151192 : [PATCH] nsf decoder
242       * 124580 : [jacksink] plugin needs a maintainer/love/to be updated
243       * 330632 : [qtdemux] MP3 stream in MP4 container not playable
244       * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode
245       * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ...
246       * 340638 : New plugin: h264 parse element
247       * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ...
248       * 341461 : gst-plugins-bad missing -no-undefined again
249       * 341563 : [faad] fails to decode middle of file, should just skip o...
250       * 343031 : v4l2src caps negotion is faulty
251       * 343131 : [wavpack] add wavpack encoder
252       * 343184 : [mpeg2enc] ported to 0.10
253       * 343866 : cygwin fixes
254       * 344472 : [wavpackdec] should post audio codec tag and extract bitrate
255       * 344821 : [pitch] controllable properties
256       * 344944 : AAC Support crashes with some files
257       * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x
258       * 345336 : modplug plugin doesn't work on AMD64
259       * 345653 : [videocrop] port to 0.10, support all common formats
260       * 346853 : [PATCH] ported gstfilter elements to 0.10
261       * 347079 : [qtdemux] plugin doesn't decode Year
262       * 347443 : [wavpack] port parser/decoder to official API and random ...
263       * 347935 : [nsf] warning when building RPM
264       * 348220 : New libopenspc-based SPC playback plugin
265       * 348976 : [xviddec] crashes after invalid unit size warning
266       * 350399 : [qtdemux] extract multiple redirect locations and require...
267       * 350741 : [faac] Wrong bitrate set
268       * 351495 : [wavpackparse] add support for push-based mode
269       * 351557 : [wavpackparse] resync in push mode if sync was lost
270       * 357069 : [rganalysis] New element: ReplayGain analysis
271       * 357212 : [glimagesink] crashes if no DISPLAY
272       * 361260 : New element: nuvdemux
273       * 362626 : Fixes compiling with forte: warning clean up (part 5)
274       * 376106 : Port rfbsrc to gst 0.10
275       * 378613 : [qtdemux] non-working redirect ('alis' redirect reference...
276       * 382203 : ladspa element needs to be enabled
277       * 384294 : [modplug] returns position query results in attoseconds
278       * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
279       * 385788 : [SECURITY] buffer overflows in modplug
280       * 387076 : [wavpack] Wrong include
281       * 387122 : [qtdemux] regression: crash in parse_trak
282       * 387160 : [qtdemux] posts buffering message which can cause hangs
283       * 351659 : [wavpackparse] fix resync in push mode, implement it in p...
284       * 351663 : [wavpackenc] doesn't set correct caps on source pad
285       * 352476 : [wavpack] documentation, unit tests, memleak fix
286       * 366523 : [directdraw] fix playback and vs8 fixes
287       * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen...
288       * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I...
289       * 387137 : Regression: qtdemux paletted image handling
290       * 349916 : [gdp] raw audio saved in gdp, when depayloading  complain...
291       * 346723 : gstneonhttpsrc fails for URL
292       * 347439 : [qtdemux] seeks poorly in files with slideshows
293       * 349204 : [gdp] raw audio saved in gdp does not depayload correctly
294       * 351825 : [qtdemux] doesn't set proper caps for RGB video
295       * 367696 : [qtdemux] No support for QuickTime Animation (RLE).
296       * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10
297       * 380610 : [rganalysis] Incorrect event handling
298       * 383471 : cannot link 1 ch raw 24-bit PCM audio
299       * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port
300
301 There was no 0.10.2 release
302
303 Changes since 0.10.1:
304
305       * FAAD/AAC decoder improvements
306       * Better QuickTime support
307       * Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
308       * New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
309       * Musepack decoder improved
310       * libneon based http input now supports iradio mode
311       * More uniform plugin descriptions
312       * Many bug fixes
313
314 Bugs fixed since 0.10.1:
315
316       * 334700 : [qtdemux] Memory leaks
317       * 333307 : AmrWB Plugin
318       * 330317 : New xingmux element  for writing Xing headers
319       * 304795 : [ximagesrc] port to 0.9 [PATCH]
320       * 154906 : [qtdemux] A/V Synch problem + crackling sound
321       * 167129 : [qtdemux] eats last chunk
322       * 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
323       * 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
324       * 321351 : extracted AAC output is played too slow
325       * 324082 : [qtdemux] [faad] playback issues with quicktime videos
326       * 327075 : [qtdemux] add support for palettized SMC videos
327       * 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
328       * 331335 : New Element: libsoundtouch based pitch shifter
329       * 331909 : support for more fourccs in qtdemux
330       * 332066 : [qtdemux] doesn't extract Disc Number field from some files
331       * 332155 : Seeking problems in .mov files
332       * 332402 : quicktime file will not play
333       * 332598 : port modplug to 0.10
334       * 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
335       * 333283 : [xviddec] Fix build with gcc 2.95
336       * 333501 : [patch] taglib element
337       * 334123 : [taglibmux] fixes for TPOS and TCOP
338       * 334417 : autogen.sh bit rot
339       * 334748 : [faad] doesn't take sampling rate from demuxer
340       * 335585 : xvidenc does not mark key-frame/delta-units
341       * 336898 : Port musicbrainz/trm plugin to 0.10
342       * 337263 : plugins need better/unified descriptions
343       * 338233 : theora-exp api out of sync
344       * 339041 : qtdemux : Floating point exception
345       * 339074 : Thumbnail generation fails on the following file
346       * 337436 : Sound is very jerky on this .mov file
347       * 338935 : [qtdemux] floating point exception parsing trac header
348
349 Changes since 0.10.0:
350
351       * Parallel installability with 0.8.x series
352       * Threadsafe design and API
353       * Lots of fixes for the QT/MOV demuxer, including restoring 
354         the ability to play web streams, and more codecs supported
355       * AAC decoder fixes
356       * MMS source fixes
357       * DirectFB plugin updated
358       * New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
359       * New libneon based http source filter
360       * APE tag reader moved to gst-plugins-good module
361
362 Bugs fixed since 0.10.0:
363
364       * 303167 : Add bzip2 support
365       * 322973 : [wavpack] erroneous sampling rates range
366       * 326524 : Support for Indeo 3-encoded QuickTime files
367       * 327133 : [qtdemux] QuickTime with 8-bit audio
368       * 328854 : AAC+ stream not working with FAAD plugin
369       * 330089 : [bz2] Wrong mimetype and no typefinding
370       * 331302 : bz2 plugin source files lack copyright notices
371       * 331543 : crash on iTunes MPEG v4 AAC-LC files
372       * 331582 : [qtdemux] protect log statement against invalid memory access
373
374 Bugs fixed since 0.9.7:
375     
376       * 322962 : wavpack plugins don't get built
377
378 Changes since 0.9.6:
379
380       * wavpack ported
381       * libmms ported
382
383 Changes since 0.9.5:
384     
385       * Fractional framerates
386
387 Bugs fixed since 0.9.5:
388     
389       * 320532 : [faac] set output samplerate and number of channels
390       * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
391
392 Changes since 0.9.4:
393     
394       * Parallel installability with 0.8.x series
395       * Threadsafe design and API
396       * qtdemux supports custom genre tags
397       * tremor integer vorbis decoder ported
398       * directfb video sink ported (with examples and documentation!)
399
400 Bugs fixed since 0.9.4:
401     
402       * 321241 : faad compile fix
403
404 Bugs fixed since 0.9.3:
405
406       * 317438 : [speed] fix 0.9 port
407       * 318659 : [faac] problem with float capabilities
408       * 318660 : [faac] missing unrefs
409
410 Changes since 0.9.1:
411
412       * ported gsm, tta, sdlvideosink