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