releasing 0.10.3
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Ugly Plug-ins 0.10.3, "Late Plane".
2
3 Features since 0.10.2:
4
5       * dvdsubdec ported
6       * fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux,
7         mpegparse, amrnb, mad, lame, a52dec
8
9 Bugs fixed since 0.10.2:
10     
11       * 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
12       * 317310 : Cant play swedish radio station " P3 " 
13       * 320022 : [asfdemux] borks on a particular mms asf stream
14       * 323023 : [rmdemux] stops immediately if there are unlinked source ...
15       * 326598 : [mpegstream] does not handle timestamp overflow correctly
16       * 327356 : gst-plugins-ugly fails to build with GCC 4.1
17       * 328957 : [mpegstream] fix build with gcc 2.95
18       * 331588 : [rmdemux] realmedia files with AC3 don't work
19       * 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
20       * 331842 : should check for mad and id3tag headers, not libs
21       * 332796 : [asfdemux] cannot play an ASF stream
22       * 333345 : [lame] fix some memory leaks
23       * 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
24       * 334550 : Some ac3 files fail to play
25       * 336097 : [asfdemux] live ASF streams do not work
26       * 336387 : [mpegdemux] reffing null caps
27
28
29 Features since 0.10.1:
30
31       * DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
32       * ASF demuxer ported
33       * Fixes for MPEG demuxing
34       * Fixes for the MAD MP3 decoder
35       * Fixes for the LAME MP3 encoder
36       * ID3 tag reading has moved to id3demux in gst-plugins-good
37       * Fixes for the Real Media demuxer
38       * Various other fixes
39
40 Bugs fixed since 0.10.1:
41
42       * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
43       * 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
44       * 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
45       * 326711 : [mpegdemux] does not negotiate source pads
46       * 326734 : [mad] Add 24-bit output support
47       * 329575 : misc bugfixes for mad from 0.8
48       * 331035 : [asfdemux] port to 0.10
49       * 331301 : [mpeg2dec] strides issues when cropping
50       * 330844 : mpeg2dec crashes with " cropped " MPEG videos
51       * 331579 : Set asfdemux rank to secondary
52       * 313838 : totem hangs after playing an amazon sample
53
54 Features since 0.10.0:
55     
56       * fixes in dvddemux, mpegdemux, mad, iec958
57       * removed id3demux (new version in gst-plugins-good)
58
59 Bugs fixed since 0.10.0:
60     
61       * 322049 : [id3demux] should support pull range
62       * 322856 : [mpeg2dec] Use of wrong variables
63       * 322857 : [mpeg2dec] Seeking in byte format
64       * 325652 : many plugins don't pass unhandled queries upstream
65
66 API added since 0.10.0:
67     
68       * AC3IEC::raw-audio
69
70 Bugs fixed since 0.9.7:
71     
72       * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
73
74 Changes since 0.9.6:
75     
76       * mpegstream fixes
77
78 Bugs fixed since 0.9.6:
79     
80       * 319784 : mad claims to need more data
81       * 322745 : [mpegdemux] segfaults
82   
83 Changes since 0.9.5:
84     
85       * mpegstream ported
86       * fractional framerates
87
88 Bugs fixed since 0.9.5:
89     
90       * 319862 : Partial mpegstream/dvddemux port
91       * 321955 : gst-plugins-ugly fail to compile
92
93 Changes since 0.9.3:
94
95       * rmdemux fixes
96       * a52dec ported
97
98 Bugs fixed since 0.9.3:
99
100       * 318849 : [a52dec] ported to gstreamer 0.9
101
102 Changes since 0.9.1:
103
104       * lame, rmdemux, iec958 fixes