Release 0.10.17
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Bad Plug-insĀ 0.10.17, "Anny bobany"
2
3 Changes since 0.10.16:
4     
5       * Fix DVD playback
6       * New elements: DTMF tone source and detector
7       * ASS subtitle support improvements
8       * Fix compilation on OS/X Snow Leopard
9       * Support DVB 3.3 API
10       * Inputselector fixes
11
12 Bugs fixed since 0.10.16:
13      
14       * 602106 : Bad atom size calculation
15       * 574434 : [camerabin] Changing default video/audio source for Windows
16       * 584361 : gppmux Support for 3gr6
17       * 586929 : [midi] Doesn't handle push
18       * 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
19       * 598552 : faac: Clean up defaults
20       * 598763 : New plugin: aiffmux
21       * 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
22       * 599050 : [mpegvideoparse] Does not check width/height range
23       * 599469 : resindvd: problems pre-rolling in the absence of audio
24       * 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
25       * 600461 : [zbar] Over-eager detection of barcodes
26       * 600662 : [assrender] Doesn't synchronize subtitle buffers
27       * 600707 : autoconvert depends on function from core 0.10.26
28       * 600724 : celt: fails to build against celt-0.7
29       * 599903 : Scaletempo plugin stops early when playing slowly
30
31 Changes since 0.10.15:
32     
33       * Fix various bugs in the 0.10.15 release
34       * Fix a deadlock in starting DVD
35       * Fix compilation problems
36       * Allow libneon versions >= 29.x
37
38 Bugs fixed since 0.10.15:
39      
40       * 599272 : faac check fails, undefined symbol
41       * 599332 : [neonhttpsrc] fails to compile with libneon 0.29.0
42
43 Changes since 0.10.14:
44     
45       * Add barcode scanner plugin using the zbar library
46       * Improvements to camerabin
47       * Support audio-track format switching in DVD
48       * Improve parsing and display of PGS subpictures
49       * Add Cog plugin
50       * Add LV2 plugin support
51       * Improve VDPAU plugin. Add post-processing support
52       * Add videomeasure plugin
53       * Improve Siren codec
54       * Improved Directshow capture element
55       * Add EAC3 mapping in MPEG-TS playback
56       * Improve AAC encoding
57       * Improved MIDI file playback
58       * Improve H-264 parsing
59       * Add MPEG-PS muxer
60       * Add PNM encoder and decoder
61       * Add SVG decoder
62       * Update GLib dependency to GLib 2.16
63       * Various other bug fixes and improvements (see ChangeLog)
64
65 Bugs fixed since 0.10.14:
66      
67       * 303975 : Add tar support
68       * 519001 : [wildmidi] Doesn't handle seeking correctly
69       * 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
70       * 583901 : aacparse fails for remuxing
71       * 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
72       * 593348 : faac encoder produces first buffer with wrong duration
73       * 593625 : Broken Compilation, missing files with latest commits in git repository
74       * 593683 : Typo in variable name for libraries to link against
75       * 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
76       * 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
77       * 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
78       * 594278 : dshowvideosink: remove unused variable
79       * 594279 : dshowsrcwrapper: use tchar macro for string literals
80       * 594321 : Videomeasure plugin
81       * 594382 : assrender: Fix compilation with libass = 0.9.6
82       * 594489 : broken compilation for mpegdemux
83       * 594715 : libgstsignalprocessor install issues
84       * 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
85       * 595215 : PNM encoder doesn't support ASCII encoding
86       * 595409 : PNM decoder can't decode ASCII encoded files.
87       * 596285 : gstvideomeasure crashes at the end of some streams
88       * 596743 : qtmux: fix flags_as_uint to flags[]
89       * 598139 : faad element leaks itself.
90       * 598263 : refcount leak in resindvd
91       * 598274 : dtsdec leaks input buffers
92       * 598369 : Properly detect pre-releases
93       * 598733 : id3mux doesn't write image to APIC tag
94       * 582779 : [resindvd] Add support for other audio codecs than ac3
95       * 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
96
97 Changes since 0.10.13:
98
99       * Moved rtpmanager to -good
100       * Moved dirac elements from schroedinger to gst-plugins-bad
101         (new schroedinger release without the gstreamer elements
102          will follow shortly)
103       * amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
104         from amrwb to amrwbenc (the removed elements will re-appear in the
105         next -ugly release; no migration strategy provided in this case
106         because of the special status of the amrwb plugin)
107       * asfmux, rtpasfpay: add ASF muxer and windows media payloader
108       * basevideo: add experimental video base class library/API
109       * camerabin: lots of fixes and improvements
110       * capssetter: new element for debugging purposes
111       * directdraw: Implement GstNavigation interface
112       * directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
113       * frei0r: wrapper for frei0r video filter plugins
114       * gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
115       * Implement SEEKING query in more demuxers and decoders (notably
116         mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
117       * kate: add kate subtitle encoder, decoder and overlay
118       * mimic: lots of fixes for mimenc and mimdec; add "paused mode"
119       * mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
120       * mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
121       * qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
122       * shapewipe: support ARGB/RGBA for video input/output; fix for still images
123       * vdpau: add experimental vdpau plugin
124
125 Bugs fixed since 0.10.13:
126
127       * 587819 : [mpegtsparse] crash because of double free
128       * 344129 : [directsoundsrc] Plugin for Directsound source
129       * 377784 : xvidenc should output video/mpeg
130       * 540128 : Totem freeze with short HDV file
131       * 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
132       * 561241 : metadatademux pad activation deadlock
133       * 561752 : GstRtpBin implement Release pad functions
134       * 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
135       * 575818 : [ivorbisdec] extract vorbis tags
136       * 576800 : gstreamer SPC plugin requires non-portable x86 code
137       * 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
138       * 584252 : enhancements to OSSv4 plugin
139       * 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
140       * 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
141       * 586019 : [mxfdemux] stray semicolons after if statement
142       * 586097 : GStreamer DVB tuning too quick for some devices
143       * 586956 : Include < sys/time.h > only if it is present in the system
144       * 587023 : [freeze] disable plugin static lib
145       * 587595 : [dshowsrcwrapper] start refactoring
146       * 588638 : [katedec] add x-dvd-subpicture output
147       * 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
148       * 590030 : rtpsource: Incoming buffers do not always have caps
149       * 590208 : GstNavigation interface support for directdrawsink
150       * 590360 : [qtmux] requires endianness even if the samples are 8bit
151       * 590446 : [mpegdemux] MPEG TS with A52 not seekable
152       * 590797 : Memory leak in rtpsource.c
153       * 591440 : rtpdtmfsrc event cleanup
154       * 591538 : generic states test fails (vdpau, mimenc)
155       * 591610 : asfmux: messing up with sinkpads
156       * 591927 : REQUIREMENTS is out of date
157       * 592259 : mimenc: fourcc written incorrectly
158       * 593024 : regression in schroenc streamheader initialization
159       * 593063 : resindvd and rawparse do not use correct base LDFLAGS
160       * 593068 : Disarray in directsoundsrc/directdrawsink
161       * 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
162
163
164 Changes since 0.10.12:
165     
166       * New shapewipe video transition plugin
167       * qtmux improvements
168       * camerabin improvements
169       * HDV MPEG-TS private streams support
170       * Output interlacing information in mpegvideoparse
171       * MS-ADPCM decoder
172       * RTP fixes and enhancements
173       * DTS decoder improvements
174       * New ID3 tagging plugin that supports v1, v2.3 and v2.4
175       * Support for PGS (BluRay) subtitles
176       * Many other bug fixes and enhancements
177
178 Bugs fixed since 0.10.12:
179      
180       * 584945 : camerabin unit tests failing
181       * 511097 : Support self-signed certificates in neonhttpsrc
182       * 561752 : GstRtpBin implement Release pad functions
183       * 584164 : gstspu-pgs.c warnings for format string args and uninitia...
184       * 584165 : rtpbin sdes message broken
185       * 584360 : gppmux ftyp
186       * 585015 : debugutils can't find libgstinterfaces
187       * 585660 : segfault in scaletempo plugin
188       * 584114 : gppmux and h263
189       * 583188 : Problem with sdp: bind failed or video disappear after fe...
190       * 583627 : statistic file name needs to be standardized
191
192 Changes since 0.10.11:
193     
194       * Presets support in several elements
195       * Support ITV MPEG-TS streams
196       * New element: flvmux
197       * New element: osxvideosrc
198       * Fixes in RTP elements
199       * camerabin fixes
200       * Improved QT/mp4 muxing
201       * xdgmime based content type guessing
202       * deinterlace2 moved to the Good plugins (replacing deinterlace)
203       * Support for MXF muxing, and improved MXF demuxing
204       * Greatly improved DVD playback
205       * DirectDraw element moved back from Good plugins
206       * Many other bug fixes and improvements
207
208 Bugs fixed since 0.10.11:
209      
210       * 573852 : Update celt to 0.5.x
211       * 574401 : metadatamux fails^WIS failure
212       * 580091 : soundtouch plugin fails to load
213       * 153684 : [osxvideosrc] Mac users needs an osxvideosrc
214       * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
215       * 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
216       * 569673 : [Mpegtsparse] PAT changes not always signaled
217       * 569781 : [Mpegtsparse] drop of valid TS packets
218       * 573595 : plugins-bad mingw ports
219       * 573846 : Check for soundtouch-1.4 too
220       * 573847 : Use SDL static-libs for conftest and libs for gstsdl*
221       * 573848 : Use native CPU number detection in mpeg2enc
222       * 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
223       * 575388 : [aacparse] deadlocks in busy loop when seeking
224       * 575736 : mpeg2enc's bitrate parameter does not work properly
225       * 576408 : [playbin2] Deadlock when using resindvd as source
226       * 577690 : rtpdtmfmux: missing pad unref
227       * 577864 : [residvd] dvdnav version requirements should be higher
228       * 578112 : x264enc: I-frame request
229       * 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
230       * 578563 : win32 export files are not disted
231       * 580133 : Regression in baseparse since last release
232       * 580144 : emit notify::internal-ssrc when there is a ssrc collision
233       * 580786 : [flvmux] " uninitialized variable " compiler warning
234       * 580901 : Uninitialized variable may be used in fpsdisplaysink.c
235       * 581375 : rtpssrcdemux crashes on SR-less rtcp packets
236       * 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
237       * 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
238       * 582208 : [PATCH] fix for soundtouch-1.4
239       * 582483 : y4menc doesn't pass timestamps on
240       * 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
241       * 582702 : qtmux: crash in atom_moov_add_blob_tag
242       * 583337 : [mxfmux] Wrong layout for non-interlaced formats
243       * 580585 : rtpmux memleak
244       * 577843 : input-selector causes problems with DVD menus in playbin2
245       * 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
246       * 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
247       * 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
248       * 576712 : Output-selector keeps reference to latest buffer when cha...
249       * 581427 : [mpeg4videoparse] config buffer is leaked
250
251 Changes since 0.10.10:
252     
253       * Add ASS/SSA subtitle handling element assrender
254       * Leak fixes in the QuickTime decoder wrapper
255       * Better DirectShow output on Windows
256       * Extend QT muxing support to include AMR and H.263
257       * mms seeking support
258       * Extended MXF file format handling
259       * camerabin and photography API for digital camera interfacing
260       * Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
261         rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
262         mimdec, mimenc
263       * typefinder based on xdgmime
264
265 Bugs fixed since 0.10.10:
266      
267       * 573369 : [gstfaad] Memory corruption and segfault
268       * 568704 : Metadatamux: unable to configure byte order for EXIF
269       * 354908 : videoflipping interface for v4l2src
270       * 369912 : missing inclusion in rpm spec file
271       * 469930 : [mmssrc] seeking support PATCH
272       * 481075 : Full support for ASS/SSA subtitles
273       * 549645 : merge useful elements from gst-plugins-farsight into core
274       * 567003 : [ladspa] improve plugin scanning
275       * 567371 : [mpegtsparse] memory leak in mpegtspacketizer
276       * 567828 : rtpmanager and RTCP BYE packet
277       * 567965 : [flvdemux] add support for ECMA arrays in script tags
278       * 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
279       * 568483 : Problems linking gst-plugins-bad
280       * 568837 : RFE: allow building against the system modplug library
281       * 569323 : [qtmux] should support audio/AMR sink
282       * 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
283       * 571560 : gstdshowaudio decoder doesn't compile.
284       * 572315 : Compiling camerabin on Windows with Visual Studio
285       * 572900 : gstrtpsession should not forward recv side event to the s...
286       * 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
287       * 573391 : [videoanalyse] Wrong brightness calculation
288       * 575157 : xdgmime typefinder: make more conservative
289       * 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
290       * 564114 : [PATCH] fbdev: fix depth calculation
291       * 573850 : Use Glib's byte order in gstgsmdec
292       * 573851 : Use glib integer types in gstfaad
293       * 172043 : [mpegpsdemux] wrong video length on mpeg file
294
295 Changes since 0.10.9:
296
297       * Require gettext 0.17
298       * ACM mp3 decoder element for win32
299       * New MXF demuxer added
300       * JPEG-2000 encoder - jp2enc added
301       * RTP support
302       * Fixes for RTP support
303       * Add parsers for AAC and AMR
304       * Move libgstapp and elements to -base
305       * Add Quicktime muxer element qtmux
306       * Enhance RFB capture
307       * Improve MPEG-TS and MPEG-PS demuxing
308       * Don't install static libs for plugins
309       * Introduce audioringbuffer element
310       * Improve DVD playback of ResinDVD components
311       * Move old audioresample from -base as legacyaudioresample
312       * Improve speexresampler, and then move it to -base
313       * Improve FLV demuxing and parsing
314       * Various DVB input fixes
315       * Add support for frequency list descriptors for DVB
316       * Improve MPEG-TS muxer
317       * Various other bug-fixes
318
319 Bugs fixed since 0.10.9:
320
321       * 127574 : replaygain support
322       * 480543 : [spc] crashes when not given any input data
323       * 546319 : [resindvd] Stuck on first menu (language selection)
324       * 549222 : Totem using resindvd element as DVD navigation module doe...
325       * 550280 : Move qtmux to gst-plugins-bad
326       * 550454 : FLV demuxer screws up in Pitivi
327       * 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
328       * 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
329       * 555238 : Recent changes in x264 breaks compilation of x264 plugin.
330       * 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
331       * 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
332       * 557814 : [mpegdemux] frequency list descriptor support
333       * 558639 : cross-configuring interrupts due to a failing check for " ...
334       * 560841 : Provide access to packet loss
335       * 561992 : debug format warning during compilation of resindvdsrc.c ...
336       * 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
337       * 562319 : [rtpsession] memory corruption
338       * 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
339       * 563006 : mxf mpeg422 file stops playing
340       * 563147 : input-selector doesn't notify of active-pad changing when...
341       * 564232 : Dual Licensing qtmux
342       * 565439 : Make pcapparse compile with (mingw32) gcc
343       * 565509 : rtpsource on receiver side can't get clock-rate for h264,...
344       * 565614 : [mpegtsdemux] Fix memory leak
345       * 565910 : allow forcing the ssrc on a rtpsession
346       * 566356 : [dvbbasebin] Couple of memleaks
347       * 566613 : bayer2rgb calculates wrong color offset
348       * 566878 : [ladspa] Add dependencies for ladspa modules
349       * 566957 : Add time based seeking to ResinDVD
350       * 566958 : fix dirac support in qtmux/mp4mux
351       * 566959 : Fix duration query on mpegtsdemux
352       * 508029 : [speexresample] pops/glitches in some cases
353       * 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
354       * 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
355       * 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
356       * 565613 : [mpegtsdemux] Add scrambled field to service structure
357       * 567004 : ladspa plugin crashes on Solaris
358
359 Changes since 0.10.8:
360
361       * New CELT encoder and decoder
362       * New TwoLAME encoder
363       * New DCCP element
364       * New AIFF parser element
365       * New APEX sink element
366       * deinterlace2 element improvements
367       * New JACK audio src element
368       * New winscreencap, winks and pcapparse plugins
369       * x624enc fixes
370       * Support for ATSC tuning and channels.conf parsing
371       * RTP improvements
372       * New scaletempo element
373       * Add Fluendo MPEG-TS muxer
374       * Add Fluendo MPEG-TS and MPEG-PS demuxers
375       * New JPEG2000 element
376       * New FLAC parser element
377       * DVD playback improvements
378       * Improved DirectShow decoding support
379       * New Windows Audio Session audio src element
380       * New FLV muxer element
381       * Many other bug fixes and improvements
382
383 Bugs fixed since 0.10.8:
384
385       * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
386       * 550468 : [name conflict] New Fluendo mpeg demuxers
387       * 545197 : jackaudiosrc
388       * 555244 : Output-selector has unexpected event forwarding right aft...
389       * 402593 : deinterleave gives corrupt output
390       * 406673 : Need AIFF parser
391       * 535527 : [real] Real video/audio stream fails to play
392       * 537455 : ATSC: VSB / QAM Annex B support
393       * 538500 : AIFF file doesn't play
394       * 542390 : Implementation of DCCP Plugin for gstreamer
395       * 542510 : [apexsink] Apple AirPort Express Wireless Sink
396       * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
397       * 546312 : Make the metadata writable before modifying it in rtpmanager
398       * 549409 : gstrtpbin don't stop at the end of a stream
399       * 549774 : audio / video synchronization glitch during rtsp playback
400       * 550486 : [faac] Negotiation problem with mono audio for some sampl...
401       * 550657 : New element jasperdec
402       * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
403       * 552536 : fix incomplete change to gstdvbsrc.c
404       * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
405       * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
406       * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
407       * 555912 : [apexsink] Missing from ext/Makefile.am
408       * 555965 : Missing space after point mark
409       * 555968 : Missing space after point mark
410       * 555969 : Missing space after point mark
411       * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
412       * 556274 : [aiffparse] Uses debugging methods before debugging is in...
413       * 556338 : Failed to configure latency
414       * 556428 : [mpegpsdemux] Creates invalid newsegment events 
415       * 556430 : [inputselector] Assumes there's always an otherpad
416       * 556440 : [PATCH] crash on demuxing certain transport streams
417       * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
418       * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
419       * 556588 : [apexsink] should not have PRIMARY rank
420       * 557080 : [mpegpsdemux] Regression with reverse-playback
421       * 543480 : gstrtpbin fails to release lock while emitting signal
422       * 556520 : jitterbuffer seqnum gap detection is wrong
423       * 463941 : Plugin for screen capture on windows
424       * 519935 : New plugin for video capture on Windows
425       * 520899 : New plugin: pcapparse
426       * 520901 : New plugin: wasapi (Windows Audio Session API) 
427
428 Changes since 0.10.7:
429
430       * Support shared desktops in RFB input
431       * Make the Quicktime codec wrapper work on win32
432       * Experimental DVD navigation support
433       * Support AAC/H.264 in FLV files
434       * Fixes in the DirectShow codec wrapper
435       * Fix the Real codec wrapper plugin
436       * New deinterlace2 plugin incorporating TVtime deinterlacers
437       * Handle seeking, timestamps, duration in RAW video/audio parsers
438       * New DirectShow video sink for Win32
439       * FAAD reverse playback support
440       * OSS4 support improvements
441       * MythTV seeking support
442       * SPC decoder now supports seeking, tags and duration queries
443       * Replaygain elements moved to Good
444       * Deinterleave/interleave elements fixed and moved to Good
445       * MPEG-4 video stream parser fixes
446       * Improved MPEG-TS parsing for DVB support
447       * Improvements in App source/sink
448       * RTP manager enhancements
449
450 Bugs fixed since 0.10.7:
451
452       * 533736 : [mythtvsrc] Seeking doesn't work
453       * 544050 : ext/timidity/gsttimidity.c :  ISO C90 forbids mixed decla...
454       * 454151 : SPC plugin enhancements (patch)
455       * 506594 : [interleave] doesn't work with channels > 1
456       * 521392 : Proposed patches for bayer2rgb encoding
457       * 525613 : [wildmidi] [PATCH] initializes library multiple times
458       * 528618 : amrwb plugin do not build without warning with the 3ggp s...
459       * 529359 : BBC Real Audio stream is just noise
460       * 530611 : [gstsrtenc] declare variables at beginning of block
461       * 531840 : QuickTime wrapper doesn't work on Win32
462       * 531955 : gstrtpsession doesn't send RTCP bye on EOS
463       * 532723 : mpeg4videoparse should parse the codec data
464       * 533435 : wildmidi does not work
465       * 533559 : mpeg4videoparse should skip garbage
466       * 535043 : VCD plugin only plays first track
467       * 536042 : mpeg4videoparse broken on big endian architectures
468       * 536258 : interleave doesn't close properly
469       * 536856 : rtpmanager deadlocks when receiving new data while going ...
470       * 538560 : [mpegtsparse] static caps reference counter incremented i...
471       * 539292 : memory leak in mpegtsparse
472       * 539601 : [realvideodec] not-negotiated error if codec lib isn't found
473       * 541522 : cross mingw32 gcc: festival plugin compilation fix
474       * 541543 : fix HAVE_OSS4 detection code in configure.ac
475       * 543286 : deinterlace2 doesn't build outside gcc
476       * 543846 : [resindvd] Impossible to build from the first configure r...
477       * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
478       * 543860 : [modplug] Uses CFLAGS for CXXFLAGS
479       * 543861 : [resindvd] Some files not disted
480       * 544457 : -bad doesn't compile with MSVC
481       * 526905 : [musepack] Port to the new libmpcdec API
482       * 532011 : Deadlock in rtpsession
483       * 536309 : Seeking in pipeline with videoparse crashes
484
485 Changes since 0.10.6:
486     
487       * OSS v4 support
488       * libdc1394 2.0.0 support
489       * AAC support fixes
490       * RTP support improved
491       * New OFA element
492       * SRT subtitle encoder added
493       * Windows Inet support for http/ftp
494       * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
495       * Fixes in Bayer decoder, replaygain analysis, GSM decoder
496       * DVB/MPEG-TS support improved
497       * NSF decoder updated
498       * 'metadata' plugin enhancements
499       * Dirac encoder ported to libschroedinger
500       * mplex element ported to 0.10
501       * VCD/CDXA parser ported to 0.10
502       * Directshow wrapper improvements
503       * 'selector' plugin enhancements
504       * souphttpsrc moved to the -good module
505       * Various other fixes and enhancements
506
507 Bugs fixed since 0.10.6:
508      
509       * 498237 : nsfdec crash with SK8ORDIE.
510       * 529378 : faad leaks GstAudioChannelPosition
511       * 351309 : New Element: gst-puid
512       * 469979 : [faad] Could not map channel positions - setting caps on ...
513       * 494499 : replaygain analysis slowdown on low volume (denormals)
514       * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
515       * 514964 : [dc1394] port to new stable 2.0.x API
516       * 517937 : various C89 fixes
517       * 518227 : test/icles/metadata_editor.c does not compile on Windows
518       * 518722 : [souphttpsrc] append cookie headers to HTTP request
519       * 519905 : [mvedemux] fix audio discontinuity
520       * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
521       * 520626 : Implement collision and loop detection in rtpmanager
522       * 520892 : [dshowvideosrc] latency and shutdown improvements
523       * 520894 : rtpmanager rtcp thread shutdown deadlock
524       * 520897 : new element: wininetsrc
525       * 521749 : [souphttpsrc] unit test fails on mandriva cooker
526       * 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
527       * 522212 : wrong origin
528       * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
529       * 523854 : [souphttpsrc] Glitches and crackling when playing things ...
530       * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
531       * 525271 : [new plugin] srtenc
532       * 526337 : souphttpsrc ignores connections error
533       * 527622 : [flvdemux] crash in FLV demuxer
534       * 528000 : [timidity] Doesn't dist all files correctly
535       * 528011 : [dc1394] Shouldn't be included in the states test
536       * 528245 : rtpbin element leaks
537       * 528266 : [ofa] Unit test fails because of different fingerprints
538       * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
539       * 529283 : [ofa] Unit test leaks tag string
540       * 529285 : [rganalysis] Unit test leaks a GstTagList
541       * 517854 : DirectFB check fails
542       * 517895 : nas plugin no longer builds (configure.ac error)
543       * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj...
544       * 525100 : does not build with --disable-external
545       * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file
546
547 Changes since 0.10.5:
548     
549       * DVB support added
550       * dc1394 support
551       * RTP-manager improvements
552       * Support for native QT codecs on OS/X and DirectShow codecs on Windows,
553         courtesy of Songbird and Fluendo
554       * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
555       * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc,
556         speexresample, qtwrapper
557       * Even more new elements: rawaudioparse, fbdevsink
558       * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
559       * Elements graduated to good: multifilesrc/sink, spectrum, equalizer,
560         bpwsinc, lpwsinc
561       * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
562       * OpenGL support moved to new module: gst-plugins-gl
563       * appsrc/appsink improvements
564       * Fixes in neonhttpsrc
565       * Fixes in amrwbparse
566       * Deinterlacer improvements
567       * Fixes in dtsdec
568       * Fixes in the Real codec wrappers
569
570 Bugs fixed since 0.10.5:
571      
572       * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
573       * 508029 : [speexresample] pops/glitches in some cases
574       * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
575       * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
576       * 393461 : [Real] Location of .so varies on each distribution
577       * 395424 : neonhttpsrc lacks support for proxy servers
578       * 397759 : Xingmux may not write a proper Xing/VBR header
579       * 403992 : [new plugin] timidity based midi decoder
580       * 409974 : Code for improved GStreamer resampler (based on speex res...
581       * 426657 : Add support for SDP multicast description files
582       * 433373 : [win32] autogenerated win32/common/config.h needed
583       * 444499 : build of fresh CVS is failing in ext/sdl
584       * 450175 : gcc-2.9x build fixes
585       * 450605 : Missing files in po/POTFILES.in
586       * 452009 : ./configure breaks when cross-compiling FAAD2
587       * 452258 : [mpeg2enc] make work with mjpegtools 1.9
588       * 453636 : dvbsrc needs more flexible adapter selection
589       * 454078 : [ivorbis] header files missing in release tarball
590       * 454313 : missing xml files to build docs/plugins
591       * 456901 : PATCH: add several missing supported mime-types to the mo...
592       * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
593       * 461068 : Seeking not properly implemented by the pitch plugin
594       * 461373 : HP-UX 11.11 build with native compiler
595       * 461377 : [festival] port to GStreamer-0.10
596       * 461601 : Some files missing from POTFILES.in
597       * 462737 : compilation breaks with g++-4.2 and gcc-4.2
598       * 464678 : Add connection-speed property to mmssrc element
599       * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
600       * 471554 : real media videos do not work
601       * 473562 : [rtpmanager] cvs build problem due to compiler warning
602       * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
603       * 476128 : Printf format fixes
604       * 476148 : Add mpeg4 video parser
605       * 476159 : memleak patch to rtpmanager
606       * 476370 : [faad] shouldn't set channel-positions for mono and stereo
607       * 477306 : amrwbenc has not property to select band mode
608       * 478566 : Add notification of active SSRCs to the RTP manager
609       * 481200 : gstneonhttpsrc discards GET parameters from URL
610       * 481276 : [mpegtsparse] " not linked (-1) " error
611       * 481279 : [mpegtsparse] partial corruption of the output stream
612       * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
613       * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
614       * 485462 : alsaspdifsink uses wrong sample rate
615       * 487496 : [dvdspu] fails to link on Mac OS
616       * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
617       * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
618       * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
619       * 490682 : [interleave] can't create more than one request sink pad
620       * 492406 : Crasher in libgstdshow on Windows/MSVC
621       * 492798 : [rtpmanager] build issues on Windows/MSVC
622       * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
623       * 498430 : incomplete CVS commit
624       * 498667 : gstreamer segfaults in faac
625       * 498755 : FLV files incorrectly report framerate of 1000fps
626       * 499008 : mpeg2enc ignores the incoming stream aspect property
627       * 500099 : Fixes and improvements to souphttpsrc
628       * 500142 : switch element in switch plugin should be renamed
629       * 501579 : rtpmanager should emit a signal when it can associate a s...
630       * 502335 : [souphttpsrc] some enhancements
631       * 502879 : videoparse segmentation fault
632       * 503308 : Changing tempo using pitch plugin doesn't update length info
633       * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
634       * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
635       * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
636       * 508515 : [rtpbin] allow request_new_pad with name NULL
637       * 508587 : Improvement to rtpsession
638       * 508979 : Enhancement for xingmux
639       * 510708 : [souphttpsrc] support for libsoup-2.4
640       * 511001 : enhanced deinterlace plugin
641       * 511146 : rtpjitterbuffer should not return an error on no-caps
642       * 511530 : DTS library API change?
643       * 511683 : gstrtpbin fails to associate streams together for lipsync
644       * 511686 : make gstrtpjitterbuffer respect different clock rates for...
645       * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
646       * 512654 : [h264parse] does not build in cvs head (unused variable i...
647       * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
648       * 512826 : switch / selector event leak
649       * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
650       * 515564 : souphttpsrc unit test fails to build
651       * 515567 : [states] States unit test should exclude the dvb plugin
652       * 515588 : Warning building tremor plugin
653       * 515720 : [xvid] Memory leak caused by not unsetting GValue
654       * 515721 : [rfb] rfbsrc leaking the rfb decoder
655       * 515722 : [fbdev] Leaking the device property string
656       * 515815 : [mpegvideoparse] fix a few new memory leaks
657       * 515860 : plugins should not install headers - fix metadata
658       * 515919 : Fix a bunch of finalize leaks
659       * 515964 : [docs] Still contains docs for the GIO plugin although it...
660       * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
661       * 516061 : [h264parse] fix a few new memory leaks
662       * 516094 : Remove glimagesink from -bad
663       * 516114 : dvbbasebin leaks the location string when the uri handler...
664       * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
665       * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
666       * 516448 : criticals due to missing debug category init in mpegtsparse
667       * 516499 : critical caused by assuming optional property " descriptor...
668       * 517391 : [tta] Doesn't link with libm
669       * 517571 : small memory leak in gstrtpbin
670       * 517684 : [mythtvsrc] Small bug fixes
671       * 478159 : Could not decode realvideo buffer
672       * 497020 : Add fully async HTTP source based on libsoup.
673       * 501562 : [switch] bogus locking order
674
675 Changes since 0.10.4:
676
677       * New plugin - realdec for decoding Real streams using binary libs
678       * New plugin - MythTV source
679       * New plugin - appsrc (for application data insertion)
680       * New plugin - VMnc VMware capture decoder
681       * New plugin - JACK audio output
682       * New plugin - interleave/deinterleave
683       * New plugin - RTP manager
684       * New plugin - Bayer to RGB converter
685       * New plugin - ReplayGain support
686       * New plugin - DirectShow win32 input support
687       * New plugin - videosignal/videoanalyse
688       * LADSPA plugin improvements
689       * IIR equaliser ported to 0.10 (iirequalizer)
690       * libsndfile output ported to 0.10
691       * mpegvideoparse ported to 0.10 and improved
692       * switch element ported to 0.10
693       * VCD source element ported to 0.10
694       * AMR-WB support fixes 
695       * MIDI renderer plugin based on timidity
696       * Windows and OS/X output plugins moved to the Good module 
697       * qtdemux, wavpack and videocrop plugins moved to the Good module
698       * Many other bug fixes and improvements
699       * Parallel installability with 0.8.x series
700       * Threadsafe design and API
701
702 Bugs fixed since 0.10.4:
703
704       * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el...
705       * 333307 : AmrWB Plugin
706       * 345633 : [nassink] port to 0.10
707       * 354174 : [PATCH] add REAL support by using the proprietary drivers
708       * 354451 : [mythtvsrc] Plugin for MythTV source
709       * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea...
710       * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good
711       * 375264 : [neonhttpsrc] add seek support
712       * 376591 : configure.ac looks for wrong symbols for FAAD support
713       * 382184 : Port interleave and deinterleave to 0.10 for audio channe...
714       * 388050 : [neonhttpsrc] code simplifications
715       * 392112 : [rfbsrc] doesn't build with MinGW
716       * 393622 : Not building real plugin, only works on 32bit x86 platforms.
717       * 395536 : [wavpackenc] Trivial cleanup
718       * 395597 : Deinterleave fails to negotiate with alsasrc when using D...
719       * 400555 : dts-in-wav: only 2 channel recognised
720       * 402470 : [osxvideosink] video sink for MacOSX
721       * 412077 : [speed] can't initially set speed > 1
722       * 412710 : [replaygain] Add playback elements
723       * 413818 : [neonhttpsrc] errors out on redirects
724       * 421110 : New x264enc plugin
725       * 421598 : [wavpack] Add support for non-8*n depths and don't play a...
726       * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong
727       * 423741 : [amrwb] use external shared libamrwb
728       * 430594 : Unable to compile gst-plugins-bad CVS
729       * 430598 : [realvideodec] dll functions not available on MinGW
730       * 430664 : name conflict for " rtpbin " element
731       * 437260 : CFLAGS are poinsoned by the OpenGL test
732       * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ...
733       * 437539 : Compilation of DirectDraw and DirectSound plugins using m...
734       * 439405 : YUV not working in GL image sink.
735       * 439910 : [switch] Warning in a debug function (Mingw)
736       * 439911 : [qtdemux] Warning in a debug function (MinGW)
737       * 439914 : [directdraw] Warnings when using MinGW
738       * 440466 : [PLUGIN-MOVE] osxvideo
739       * 440774 : [sdl] sdlvideosink has ill-formatted element details
740       * 442689 : [neon] Property-related cleanups of neonhttpsrc
741       * 445189 : PLUGIN-MOVE - Move Windows sinks to -good
742       * 348973 : New plugins: MVE muxer/demuxer
743       * 391971 : Fix build with gcc-2.x
744       * 392313 : [directdrawsink] dist and add to gst-plugins-bad
745       * 392638 : [directsoundsink] dist and add to gst-plugins-bad
746       * 392856 : [qtdemux] plugin must link against zlib (error with MinGW)
747       * 403572 : Port equaliser element to 0.10
748       * 352605 : [PLUGIN-MOVE] move wavpack to -good
749       * 426972 : Specific set of H.264 files cannot be played
750       * 434101 : [gsm] doesn't link against libgstbase-0.10
751
752 Changes since 0.10.3:
753
754       * V4L2 source element moved to Good plugins
755       * Many improvements in Quicktime playback
756       * Xvid encoding and decoding improvements
757       * FAAD decoder fixes
758       * New element: alsaspdifsink for IEC958 output
759       * Spectrum FFT analysis element ported
760       * New element: h264parse. H.264 Parser
761       * Fixes in bz2 support
762       * New element: theoraexpdec. Libtheoraexp based Theora decoder
763       * New element: wavpackenc. Wavpack decoder
764       * Improvements in the libneon based http source
765       * gstfilter ported to 0.10
766       * mpeg2enc ported to 0.10
767       * New element: nsfdec. NSF decoder
768       * New element: spcdec. libopenspc based SPC decoder
769       * videocrop ported/re-written from 0.8
770       * cdaudio element ported to 0.10
771       * New element: rganalysis. ReplayGain analysis element
772       * New element: dvbsrc. DVB source element (disabled by default)
773       * deinterlace (Simple deinterlacer) ported from 0.8
774       * New element: nuvdemux. NUV video demuxer
775       * Fixes in the DirectDraw output elements
776       * New elements: multifilesrc, multifilesink
777       * y4mencode ported from 0.8
778       * rfbsrc, librfb based capture source ported from 0.8
779       * New element: jackaudiosink. JACK audio output element
780       * Many other fixes and improvements
781
782 Bugs fixed since 0.10.3:
783
784       * 379261 : crash in Movie Player: Trying to play a partial...
785       * 151192 : [PATCH] nsf decoder
786       * 124580 : [jacksink] plugin needs a maintainer/love/to be updated
787       * 330632 : [qtdemux] MP3 stream in MP4 container not playable
788       * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode
789       * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ...
790       * 340638 : New plugin: h264 parse element
791       * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ...
792       * 341461 : gst-plugins-bad missing -no-undefined again
793       * 341563 : [faad] fails to decode middle of file, should just skip o...
794       * 343031 : v4l2src caps negotion is faulty
795       * 343131 : [wavpack] add wavpack encoder
796       * 343184 : [mpeg2enc] ported to 0.10
797       * 343866 : cygwin fixes
798       * 344472 : [wavpackdec] should post audio codec tag and extract bitrate
799       * 344821 : [pitch] controllable properties
800       * 344944 : AAC Support crashes with some files
801       * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x
802       * 345336 : modplug plugin doesn't work on AMD64
803       * 345653 : [videocrop] port to 0.10, support all common formats
804       * 346853 : [PATCH] ported gstfilter elements to 0.10
805       * 347079 : [qtdemux] plugin doesn't decode Year
806       * 347443 : [wavpack] port parser/decoder to official API and random ...
807       * 347935 : [nsf] warning when building RPM
808       * 348220 : New libopenspc-based SPC playback plugin
809       * 348976 : [xviddec] crashes after invalid unit size warning
810       * 350399 : [qtdemux] extract multiple redirect locations and require...
811       * 350741 : [faac] Wrong bitrate set
812       * 351495 : [wavpackparse] add support for push-based mode
813       * 351557 : [wavpackparse] resync in push mode if sync was lost
814       * 357069 : [rganalysis] New element: ReplayGain analysis
815       * 357212 : [glimagesink] crashes if no DISPLAY
816       * 361260 : New element: nuvdemux
817       * 362626 : Fixes compiling with forte: warning clean up (part 5)
818       * 376106 : Port rfbsrc to gst 0.10
819       * 378613 : [qtdemux] non-working redirect ('alis' redirect reference...
820       * 382203 : ladspa element needs to be enabled
821       * 384294 : [modplug] returns position query results in attoseconds
822       * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
823       * 385788 : [SECURITY] buffer overflows in modplug
824       * 387076 : [wavpack] Wrong include
825       * 387122 : [qtdemux] regression: crash in parse_trak
826       * 387160 : [qtdemux] posts buffering message which can cause hangs
827       * 351659 : [wavpackparse] fix resync in push mode, implement it in p...
828       * 351663 : [wavpackenc] doesn't set correct caps on source pad
829       * 352476 : [wavpack] documentation, unit tests, memleak fix
830       * 366523 : [directdraw] fix playback and vs8 fixes
831       * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen...
832       * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I...
833       * 387137 : Regression: qtdemux paletted image handling
834       * 349916 : [gdp] raw audio saved in gdp, when depayloading  complain...
835       * 346723 : gstneonhttpsrc fails for URL
836       * 347439 : [qtdemux] seeks poorly in files with slideshows
837       * 349204 : [gdp] raw audio saved in gdp does not depayload correctly
838       * 351825 : [qtdemux] doesn't set proper caps for RGB video
839       * 367696 : [qtdemux] No support for QuickTime Animation (RLE).
840       * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10
841       * 380610 : [rganalysis] Incorrect event handling
842       * 383471 : cannot link 1 ch raw 24-bit PCM audio
843       * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port
844
845 There was no 0.10.2 release
846
847 Changes since 0.10.1:
848
849       * FAAD/AAC decoder improvements
850       * Better QuickTime support
851       * Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
852       * New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
853       * Musepack decoder improved
854       * libneon based http input now supports iradio mode
855       * More uniform plugin descriptions
856       * Many bug fixes
857
858 Bugs fixed since 0.10.1:
859
860       * 334700 : [qtdemux] Memory leaks
861       * 333307 : AmrWB Plugin
862       * 330317 : New xingmux element  for writing Xing headers
863       * 304795 : [ximagesrc] port to 0.9 [PATCH]
864       * 154906 : [qtdemux] A/V Synch problem + crackling sound
865       * 167129 : [qtdemux] eats last chunk
866       * 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
867       * 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
868       * 321351 : extracted AAC output is played too slow
869       * 324082 : [qtdemux] [faad] playback issues with quicktime videos
870       * 327075 : [qtdemux] add support for palettized SMC videos
871       * 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
872       * 331335 : New Element: libsoundtouch based pitch shifter
873       * 331909 : support for more fourccs in qtdemux
874       * 332066 : [qtdemux] doesn't extract Disc Number field from some files
875       * 332155 : Seeking problems in .mov files
876       * 332402 : quicktime file will not play
877       * 332598 : port modplug to 0.10
878       * 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
879       * 333283 : [xviddec] Fix build with gcc 2.95
880       * 333501 : [patch] taglib element
881       * 334123 : [taglibmux] fixes for TPOS and TCOP
882       * 334417 : autogen.sh bit rot
883       * 334748 : [faad] doesn't take sampling rate from demuxer
884       * 335585 : xvidenc does not mark key-frame/delta-units
885       * 336898 : Port musicbrainz/trm plugin to 0.10
886       * 337263 : plugins need better/unified descriptions
887       * 338233 : theora-exp api out of sync
888       * 339041 : qtdemux : Floating point exception
889       * 339074 : Thumbnail generation fails on the following file
890       * 337436 : Sound is very jerky on this .mov file
891       * 338935 : [qtdemux] floating point exception parsing trac header
892
893 Changes since 0.10.0:
894
895       * Parallel installability with 0.8.x series
896       * Threadsafe design and API
897       * Lots of fixes for the QT/MOV demuxer, including restoring 
898         the ability to play web streams, and more codecs supported
899       * AAC decoder fixes
900       * MMS source fixes
901       * DirectFB plugin updated
902       * New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
903       * New libneon based http source filter
904       * APE tag reader moved to gst-plugins-good module
905
906 Bugs fixed since 0.10.0:
907
908       * 303167 : Add bzip2 support
909       * 322973 : [wavpack] erroneous sampling rates range
910       * 326524 : Support for Indeo 3-encoded QuickTime files
911       * 327133 : [qtdemux] QuickTime with 8-bit audio
912       * 328854 : AAC+ stream not working with FAAD plugin
913       * 330089 : [bz2] Wrong mimetype and no typefinding
914       * 331302 : bz2 plugin source files lack copyright notices
915       * 331543 : crash on iTunes MPEG v4 AAC-LC files
916       * 331582 : [qtdemux] protect log statement against invalid memory access
917
918 Bugs fixed since 0.9.7:
919     
920       * 322962 : wavpack plugins don't get built
921
922 Changes since 0.9.6:
923
924       * wavpack ported
925       * libmms ported
926
927 Changes since 0.9.5:
928     
929       * Fractional framerates
930
931 Bugs fixed since 0.9.5:
932     
933       * 320532 : [faac] set output samplerate and number of channels
934       * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
935
936 Changes since 0.9.4:
937     
938       * Parallel installability with 0.8.x series
939       * Threadsafe design and API
940       * qtdemux supports custom genre tags
941       * tremor integer vorbis decoder ported
942       * directfb video sink ported (with examples and documentation!)
943
944 Bugs fixed since 0.9.4:
945     
946       * 321241 : faad compile fix
947
948 Bugs fixed since 0.9.3:
949
950       * 317438 : [speed] fix 0.9 port
951       * 318659 : [faac] problem with float capabilities
952       * 318660 : [faac] missing unrefs
953
954 Changes since 0.9.1:
955
956       * ported gsm, tta, sdlvideosink