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