1 This is GStreamer Ugly Plug-insĀ 0.10.18 "Extra Life"
5 * amrwbdec: avoid stalling on invalid frame
6 * asfpacket: don't rely on data from duration extension
7 * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
8 * dvdsubdec: Output only a single buffer per subpicture and set the correct duration
9 * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
10 * mad: build the mad plugin even if libid3tag is not available
11 * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
12 * mpeg2dec: don't deadlock when setting an index
13 * mpegstream: increase allowable gap between streams
14 * x264enc: allow changing the bitrate and quantitizers dynamically
15 * x264enc: don't register flags with a value of 0
16 * x264enc: implement getcaps function to proxy downstream caps restrictions upstream
17 * x264enc: make tag event writable before modifying tag list in place
18 * x264enc: set max bitrate in quality mode
20 Bugs fixed since 0.10.17:
22 * 539708 : [mpegstream] Increase allowable gap between streams
23 * 607698 : asfdemux: fix parsing of packets with padding
24 * 619136 : [dvdsubdec] spits out buffers at video framerate
25 * 621663 : x264enc: support changing bitrate property on the fly
26 * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
27 * 639715 : amrparse: seek error with EOS
28 * 640272 : x264enc: make tag event writable before modifying tag list in place
29 * 641151 : lame: doesn't negotiate sample rate properly
30 * 642360 : x264enc: Don't register flags which have 0 as a value
31 * 644704 : [dvdsubedc] no SPU clipping implemented
32 * 647709 : mpeg2dec: errors out on not-linked flow return
34 Changes since 0.10.16:
36 * asfdemux: Handle new type of DRM'd asf files
37 * dvdreadsrc: fix handling of multi-angle streams
38 * dvdreadsrc: improve error messages on read errors
39 * mad: if gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one
40 * mad: support reverse playback
41 * mpeg2dec: convert the position to stream time before answering to a position query
42 * mpeg2dec: fix position query by trusting upstream
43 * mpeg2dec: refactor cropping code to use libgstvideo functions
44 * mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers
45 * mpegparse: re-fix flow return handling
46 * rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
47 * x264enc: add a note to the docs about encoder latency and queues
48 * x264enc: also accept YV12 input
49 * x264enc: Handle codec/encoder tags
50 * x264enc: Work around a rate control issue in libx264
51 * x264: use pkg-config to locate libx264
52 * x264: vbv-buf-capacity should have a minimum of 0
53 * xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream
55 Bugs fixed since 0.10.16:
57 * 539254 : [dvdreadsrc] DVDs with multiple angles switch angles during read
58 * 571146 : mpeg2dec: possibly uses wrong strides for 4:2:2 and 4:4:4 YUV with unusual display width or height
59 * 599515 : Fix dvb for DVB API 3.3
60 * 621465 : [x264enc] Video codec information copied incorrectly to output
61 * 632549 : [mpeg2dec] answers to position queries are wrong for DVDs
62 * 632861 : [x264enc] really bad quality with tune=zerolatency
63 * 634840 : x264: use pkg-config to locate dependencies for plugin
64 * 635291 : x264enc: " vbv-buf-capacity " property should have minimum value of 0
65 * 635461 : Crash in mad decoder when changing number of audio output channels in Totem while media is running
66 * 636107 : x264enc: docs should indicate specifics of using with queues
67 * 637093 : rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
68 * 637932 : realmedia: do not use the pad buffer allocation functions in demuxers
69 * 639226 : [asfdemux] Doesn't handle new PlayReady DRM files
71 Changes since 0.10.15:
73 * refactor x264enc to use current x264 API correctly, add new properties and new defaults
74 * liboil is no longer required, but orc is now required
75 * build: require orc >= 0.4.5, GLib >= 2.20, automake >= 1.10, autoconf >= 2.60; liboil is no longer required
76 * asfdemux: fix playback of files or streams that are shorter than the advertised preroll value
77 * asfdemux: fix sending eos event for chained asfs in pull mode (exotic)
78 * asfdemux: fix playback of files or streams that advertise miniscule preroll values
79 * lamemp3enc: implement latency query
80 * rmdemux: fix playback of sipro audio streams
81 * x264enc: refactor code in preparation for presets/tunings
82 * x264enc: add "profile" property (and default to MAIN profile)
83 * x264enc: improve defaults: medium speed/quality preset; auto mode for threads
84 * x264enc: add "speed-preset", "tune" and "psy-tune" properties
85 * x264enc: add "option-string" property to specify advanced parameters
86 * x264enc: set time base if needed, fixes visual artifacts
87 * x264enc: add "sliced-threads", "sync-lookahead", "intra-refresh", "mb-tree", and "rc-lookahead" properties
88 * x264enc: fix compilation against ancient x264 versions (X264_BUILD <= 75)
89 * x264enc: speed up first pass of multi-pass encoding (has no impact on quality)
90 * x264enc: fix flushing of delayed frames with new default settings
92 Bugs fixed since 0.10.15:
94 * 599718 : [asf] support chained asfs
95 * 600412 : [asfdemux] Wrong handling of downstream GstFlowReturn
96 * 607798 : x264enc needs updating to support new features and use x264 correctly
97 * 618896 : lamemp3enc doesn't implement latency query
98 * 620007 : Gibberish sound when playing a certain RealMedia file of Sipro/ACELP.net audio codec
99 * 620344 : Update gst-plugins-ugly docs on website
100 * 622407 : [asfdemux] doesn't detect some streams if preroll value is very small
101 * 624786 : x264enc time base is wrong
102 * 625557 : x264enc doesn't flush delayed frames properly
103 * 626577 : [x264enc] regression: doesn't work with older versions of x264
104 * 627946 : mp3parse misuses GST_FLOW_IS_FATAL, doesn't forward GST_FLOW_UNEXPECTED upstream
106 Changes since 0.10.14:
108 * amrnbenc: give element a rank (SECONDARY) so it's autoplugged
109 * rmdemux: descramble sipro audio before pushing out
110 * x264enc: fix up codec_data / avcC header construction some more
111 * x264enc: Put pixel-aspect-ratio from input into the src pad caps
113 Bugs fixed since 0.10.14:
115 * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps
116 * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type
117 * 615410 : x264 orders NALs differently than x264enc expects
118 * 617078 : Wrong include paths in amr elements
119 * 619776 : [x264enc] is unable to do Baseline with recent x264
120 * 618098 : [rmdemux] Add descrambling for Sipro codec
122 Changes since 0.10.13:
124 * amrwbdec: give decoder a rank so decodebin/playbin will use it
125 * asfdemux: fix flow aggregation
126 * asfdemux: try harder to put sane timestamps and durations on buffers
127 * asfdemux: accept fragments in a continued packet where the subsequent fragments declare a size of 0
128 * asfdemux: improve seek behaviour for audio-only files without an index
129 * asfdemux: careful to avoid crash on bogus data; avoid strlen() on NULL pointers
130 * asfdemux: add support for chained asfs (push mode)
131 * asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and prefer over WM/Track
132 * asfdemux: post bitrate tags
133 * mp3parse: seeking fixes: fix non-flushing seek, conserve stop time for non-accurate seek
134 * rtspreal: memory leak fixes; make config header construction valgrind clean
135 * rmdemux: fix AC-3 in RealAudio playback; post bitrate tags
136 * x264enc: fix up avcC header construction and playback by flash players
137 * x264enc: Make upstream GstForceKeyUnit thread-safe
138 * x264enc: make use of Access Unit delimiters configurable
139 * x264enc: adapt to slightly modified x264 API
140 * xingmux: fix unaligned memory access, makes things work better on ARM/SPARC
142 Bugs fixes since 0.10.13:
144 * 606662 : h264: add stream-format to output caps
145 * 563276 : Internal GStreamer error: negotiation problem - after opening avi file
146 * 586464 : [xingmux] Unit test failures on sparc and arm/eabi
147 * 598761 : [mpegaudioparse] Reduce processing time by 2
148 * 599095 : x264enc: Adapt to slightly modified x264 API
149 * 599297 : [asfdemux] Doesn't populate video bitrate field
150 * 599299 : [rmdemux] Doesn't populate video bitrate field
151 * 599333 : Segfault with asfdemuxer
152 * 599676 : RealAudio file with AC-3 audio no longer plays
153 * 600037 : [asfdemux] ASF MPEG4 Part 2 file captured from Linksys WVC200 Camera corrupted/fails
154 * 601419 : x264enc crashes
155 * 602280 : [asfdemux] fix segmentation fault when utf8 tag name is null
156 * 602556 : x264enc and ffenc upstream GstForceKeyUnit handling are not thread-safe
157 * 603695 : Innaccurate seeking in MP3 files results in cut off playback
158 * 608564 : [ffdec_cook] memory leak
159 * 610432 : [asfdemux] handle negative payload timestamps
160 * 611473 : [regression] outgoing buffers with a duration of zero
161 * 608533 : [real] memory leak in real audio stream via rtsp
162 * 610089 : Flash players are unable to show x264 encoded streams
164 Changes since 0.10.12:
166 * Improve A52 decoder
167 * Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs
168 * ASF playback improvements
169 * Improve mp3 parser and seeking
171 Bugs fixed since 0.10.12:
173 * 519721 : [asfdemux] wma tags are not copied when converting to another format
174 * 584890 : AMR plugins based on Opencore codecs
175 * 585956 : [mp3parse] indexing improvements
176 * 590432 : It's only possible to build the mad plugin when building id3tag as well
177 * 591348 : AMR plugins should check for opencore-amr .pc files
178 * 592787 : a52dec: Allow liba52 to use djbfft based IMDCT transform
179 * 596517 : x264 element no longer compiles against changed upstream API
180 * 598272 : a52dec leaks input buffers
181 * 598370 : Properly detect pre-releases
183 Changes since 0.10.11:
185 * Real and WMS RTSP improvements
186 * Other cleanups and bug fixes
187 * Improve ASF file handling
188 * Large MPEG video file support
189 * Interlacing support for MPEG video
190 * New 'lamemp3dec' mp3 encoder element
191 * x264enc moved from -bad
192 * Remove id3mux in favour of the new id3tag element in -bad
194 Bugs fixed since 0.10.11:
196 * 401173 : [asfdemux] Stream doesn't play, stuck on first frame
197 * 494528 : Simplifications of the LAME plugin
198 * 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
199 * 576305 : twolame plugin does not detet proper version
200 * 579058 : [asfdemux] proper handling of RTSP input
201 * 580803 : [PLUGIN-MOVE] Move x264enc to -ugly
202 * 580869 : dvdsubdec ARGB support
203 * 581341 : [lamemp3enc] doesn't build with LAME 3.97: implicit decla...
204 * 581756 : [id3mux] replace with something more reliable
205 * 582056 : [asfdemux] forcing an EOS on the pipeline doesn't work wi...
206 * 582375 : mpeg2dec not building in gst-plugins-ugly
207 * 583112 : [asfdemux] extract coverart (WM/Picture tag)
208 * 573720 : [mp3parse] Memory leak when playing shoutcast streams
209 * 581464 : xing data is being ignored
210 * 578524 : synaesthesia MSVC compatibility
212 Changes since 0.10.10:
214 * Migrate twolame element from -bad
215 * mp3parse improvements
216 * Support scaling in the synaesthsia visualisation
217 * Improve realmedia streaming, supporting RDT and pnm://
218 * Improved ASF demuxing, including streaming-mode seeking
219 * Support for 4:4:4 MPEG-2 video
221 Bugs fixed since 0.10.10:
223 * 571146 : [mpeg2dec] Probably uses wrong strides for 4:2:2 and 4:4:...
224 * 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
225 * 454228 : [mpegdemux] problem with mark shuttleworth clip
226 * 522699 : pnm:/something.ra streams can't be loaded in Totem from a...
227 * 527112 : [real] Can't play several real audio streams
228 * 556714 : Real Audio streams not working properly
229 * 560348 : plus7.arte.tv plays slooooowly
230 * 562065 : mpeg2dec does not handle STATE_SEQUENCE_MODIFIED from > =l...
231 * 562086 : mpeg2 stream crashes something in gstreamer
232 * 564885 : [mpegstream] memory leak
233 * 568836 : [asfdemux] add seeking support when operating in push mode
234 * 569317 : [PLUGIN-MOVE] Move twolame plugin from -bad to -ugly
235 * 575068 : [mp3parse] deadlock with accurate seeking
236 * 335067 : Need RTP ASF depayloader
237 * 571358 : [real] file playing stops immediately
239 Changes since 0.10.9:
241 * asfdemux and rmdemux fixes
243 * AMR-NB parser improvements
244 * Fix a52dec channel output negotiation
245 * Compilation fixes for mad, mpeg2dec
247 Bugs fixed since 0.10.9:
249 * 546859 : Asfdemux doesn't properly error out on not-linked
250 * 536274 : handle flush seeking in amrnbparse
251 * 554142 : mad plugin with disable index seeking issue
252 * 554150 : mpeg2dec plugin with disable index seeking issue
253 * 556184 : [PATCH] mpeg2dec: prefer container's pixel aspect ratio o...
254 * 556277 : mp3parse generate discontinuities.
255 * 558277 : generic states test fails
256 * 559569 : GStreamer mp3 consistent and regular stuttering
257 * 559682 : negotiation problem
258 * 561161 : [sidplay] Uses GST_CFLAGS for C++
259 * 424070 : [amrnbdec] add IF2 handling
260 * 536226 : fix query duration
261 * 558896 : DVD playing on Vista using dvddemux element seg-faults on...
263 Changes since 0.10.8:
265 * Improvements in a52 and mp3 decoding
266 * Bug fixes in Xing header muxer
267 * MPEG demuxer improvements and dvdreadsrc bug-fixes
268 * Fix build with LAME 3.97 and above
269 * Fix LAME parameter settings to allow setting the bitrate properly
271 Bugs fixed since 0.10.8:
273 * 476149 : Fix and add needed features to dvdnavsrc
274 * 490372 : Variable bit rates are limited to 160 kbps in higher qual...
275 * 498004 : preset is ignored by lame plugin
276 * 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti...
277 * 542646 : gstreamer endless loop by zzuf sample
278 * 544039 : [lame] Doesn't build with 3.97
279 * 545370 : playing some mp3s segfaults
280 * 546859 : Asfdemux doesn't properly error out on not-linked
281 * 548194 : a52dec doesn't set up segment for raw files correctly.
282 * 537235 : [mp3parse] some mp3 files do not play with gstreamer
284 Changes since 0.10.7:
287 * MP3 parsing and Xing header output bug-fixes
288 * Real streaming and demuxing improvements
290 Bugs fixed since 0.10.7:
292 * 527572 : Crash in volume_process_int32
293 * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
294 * 428021 : [mad, mp3parse] better duration estimates for VBR
295 * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
296 * 518676 : xingmux doesn't work anymore
297 * 518933 : mp3 tags are not copied when converting to another format
298 * 521459 : RTSP extension for Real Audio doesn't extract Author, Co...
299 * 524346 : Framerate not being displayed correctly on running gst-di...
300 * 529488 : [sidplay] Missing sentinel in function call
301 * 532807 : [rmdemux] Doesn't properly aggregate flow returns
302 * 533581 : [mad] inconsistent use of rate and channels
303 * 533832 : [rmdemux] reset variables on flush
305 Changes since 0.10.6:
307 * Many bug fixes and improvements
308 * Accurate seeking support in mp3
309 * xingmux moved from -bad
310 * RealMedia and WMS RTSP support
311 * LAME mp3 encoder fixes
312 * Support non-square pixels in ASF
315 * dvdreadsrc seeking fix
316 * Initial MPEG-2 reverse playback support
317 * New element: dvdsubdec
319 Bugs fixed since 0.10.6:
321 * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
322 * 337681 : Seeking problem with MP3s in banshee and rhythmbox
323 * 414988 : Stream encoded by lame has gap after decoding
324 * 427309 : [rmdemux] trouble playing RV10 video
325 * 439390 : [lame] fix up so we can control sample rate conversion
326 * 450879 : Missing files in po/POTFILES.in
327 * 452025 : ./configure breaks when cross-compiling LAME
328 * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
329 * 466442 : amrnbenc has not properties to add header and select band...
330 * 495885 : [mpegdemux] unknown stream id 0xbe
331 * 500467 : [rmdemux] totem crashed with SIGSEGV
332 * 500808 : gstmpeg2dec compile problem in MSVC 6.0
333 * 507821 : Skip over broken seektable in Xing headers
334 * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
335 * 514297 : mpeg2dec with corrupted packets causes fps denominator so...
336 * 515575 : [lame] unit test shows memory leak
337 * 515708 : [dvdsubparse] Leaks a pad template
338 * 515725 : [xingmux] Fails on big endian systems
339 * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
340 * 516811 : [mp3parse] immediate EOS when playing back AVIs
341 * 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
342 * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
343 * 508595 : [lame] wrong output caps in mono encoding mode
344 * 140136 : [mpeg] plays choppy in gst-player/totem
345 * 448782 : add finalize() to amrnbdec element
346 * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
347 * 504671 : [rtspsrc] spews warnings on setup and shutdown
349 Changes since 0.10.5:
351 * fixes in handling of MPEG streams, Real streams and MP3
353 * Other bug-fixes and improvements
355 Bugs fixed since 0.10.5:
357 * 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v...
358 * 332157 : [asfdemux] This WMV file is played very strangely
359 * 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv
360 * 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files
361 * 353116 : [asfdemux] hangs playing some mms stations
362 * 365288 : [asfdemux] seeking not very smooth
363 * 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors
364 * 385292 : [rmdemux] stream index leaked on shutdown
365 * 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c)
366 * 385651 : [asfdemux] Jerky playback of " I love sky "
367 * 393890 : [win32] autogenerated win32/common/config.h needed
368 * 397219 : [rmdemux] captured realaudio stream with non-zero start p...
369 * 403188 : [asfdemux] bug parsing certain stream header object
370 * 421594 : [real] doesn't compile if zlib includes are missing
371 * 425374 : [asfdemux] seek in WMV rarely works
372 * 428698 : [rmdemux] crashes on files with many logical streams
373 * 429960 : [mpegdemux] playbin hangs with small external vobsub subt...
374 * 431707 : [amrnbparse] make pipeline hang
375 * 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur...
376 * 438610 : [dvddemux] fails after flushing seek
377 * 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi...
378 * 442706 : [dvdsubdec] crashes when flushing/on seek
379 * 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations
380 * 386218 : [asfdemux] Division by zero when seeking live streams
382 Changes since 0.10.4:
384 * Improved asf playback
385 * Fixes to MPEG demuxer
386 * Improved Real playback
387 * Fix crasher bugs in the MPEG video decoder
388 * DVD-read-src improvements
391 Bugs fixed since 0.10.4:
393 * 361584 : [mpeg2dec] framerate=0/0 on caps leads to crash
394 * 162417 : [mpeg] movie skips
395 * 340433 : [dvdread] fails to play certain DVDs with playbin and Totem
396 * 348002 : AC3 5.1 foreground movie sound cannot be heard in Totem/g...
397 * 350761 : [a52dec] Select output format based on peer element caps
398 * 350778 : [mpegdemux] Send update newsegments
399 * 356004 : [mpeg2dec] memory corruption
400 * 361140 : [lame] lame bitrate=196 errors out in setup
401 * 362639 : Fixes compiling with forte: warning clean up (part 6)
402 * 369627 : [mpeg2dec] unit test addition and memleak fix
403 * 374760 : [PATCH] last buffer sent by lame may not have (valid) tim...
404 * 374914 : this mp4 video doesn't play correctly (codec problem)
405 * 384447 : totem crashes while trying to play dvd on ppc
406 * 385192 : mpegparse accesses random memory
407 * 334322 : [mpegdemux] playbin freezes with VobSub subtitles
408 * 384989 : misparsing of Real Media mux leads to buffer overrun
409 * 384996 : Tailored or broken Real Media mux file crashes RM demuxer
410 * 327350 : [mpeg2dec] altivec crashes on misaligned buffers
411 * 350723 : [mad] Wrong output buffer timestamping
413 Bugs fixed since 0.10.3:
415 * 329184 : [lame] remove tag writing support
416 * 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ...
417 * 349035 : [asfdemux] should error out on encrypted WMV stream
418 * 341677 : massive memory leak with mpeg2 video in AVI
419 * 321609 : [mpegstream] flush packetizer cache on discontinuities
420 * 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer
421 * 335288 : Totem Crashes on Certain .mpg Files
422 * 336550 : [asfdemux] only first video frames are displayed with som...
423 * 336824 : [mad] returns incorrect duration to queries in BYTES format
424 * 337834 : [dvddemux] seeking in DVDs doesn't work
425 * 339287 : [lame] segfault if EOS before setcaps
426 * 340594 : [mad] does not publish supported query formats
427 * 340710 : [lame] typo in event handler
428 * 341254 : [asfdemux] gst_tag_list_get_string_index assertion
429 * 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
430 * 342594 : [mad] should send new-segment before pad_alloc_buffer
431 * 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream
432 * 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he...
433 * 347029 : Minor mistake in comment
434 * 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter'
435 * 348786 : lame put lots of 0's at start of mp3
436 * 350044 : [dvdsubdec] outputs buffers with negative durations
437 * 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning
438 * 343627 : Add QoS to mpeg2dec
439 * 344667 : [siddec] sounds very broken
440 * 350554 : [patch] assertation failed trying to play .ac3 files
442 Features since 0.10.2:
445 * fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux,
446 mpegparse, amrnb, mad, lame, a52dec
448 Bugs fixed since 0.10.2:
450 * 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
451 * 317310 : Cant play swedish radio station " P3 "
452 * 320022 : [asfdemux] borks on a particular mms asf stream
453 * 323023 : [rmdemux] stops immediately if there are unlinked source ...
454 * 326598 : [mpegstream] does not handle timestamp overflow correctly
455 * 327356 : gst-plugins-ugly fails to build with GCC 4.1
456 * 328957 : [mpegstream] fix build with gcc 2.95
457 * 331588 : [rmdemux] realmedia files with AC3 don't work
458 * 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
459 * 331842 : should check for mad and id3tag headers, not libs
460 * 332796 : [asfdemux] cannot play an ASF stream
461 * 333345 : [lame] fix some memory leaks
462 * 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
463 * 334550 : Some ac3 files fail to play
464 * 336097 : [asfdemux] live ASF streams do not work
465 * 336387 : [mpegdemux] reffing null caps
468 Features since 0.10.1:
470 * DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
472 * Fixes for MPEG demuxing
473 * Fixes for the MAD MP3 decoder
474 * Fixes for the LAME MP3 encoder
475 * ID3 tag reading has moved to id3demux in gst-plugins-good
476 * Fixes for the Real Media demuxer
477 * Various other fixes
479 Bugs fixed since 0.10.1:
481 * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
482 * 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
483 * 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
484 * 326711 : [mpegdemux] does not negotiate source pads
485 * 326734 : [mad] Add 24-bit output support
486 * 329575 : misc bugfixes for mad from 0.8
487 * 331035 : [asfdemux] port to 0.10
488 * 331301 : [mpeg2dec] strides issues when cropping
489 * 330844 : mpeg2dec crashes with " cropped " MPEG videos
490 * 331579 : Set asfdemux rank to secondary
491 * 313838 : totem hangs after playing an amazon sample
493 Features since 0.10.0:
495 * fixes in dvddemux, mpegdemux, mad, iec958
496 * removed id3demux (new version in gst-plugins-good)
498 Bugs fixed since 0.10.0:
500 * 322049 : [id3demux] should support pull range
501 * 322856 : [mpeg2dec] Use of wrong variables
502 * 322857 : [mpeg2dec] Seeking in byte format
503 * 325652 : many plugins don't pass unhandled queries upstream
505 API added since 0.10.0:
509 Bugs fixed since 0.9.7:
511 * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
517 Bugs fixed since 0.9.6:
519 * 319784 : mad claims to need more data
520 * 322745 : [mpegdemux] segfaults
525 * fractional framerates
527 Bugs fixed since 0.9.5:
529 * 319862 : Partial mpegstream/dvddemux port
530 * 321955 : gst-plugins-ugly fail to compile
537 Bugs fixed since 0.9.3:
539 * 318849 : [a52dec] ported to gstreamer 0.9
543 * lame, rmdemux, iec958 fixes