configure.ac: releasing 0.10.2, "Season to Taste"
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Ugly Plug-ins 0.10.2, "Season to Taste".
2
3 Features since 0.10.1:
4
5       * Parallel installability with 0.8.x series
6       * Threadsafe design and API
7       * DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
8       * ASF demuxer ported
9       * Fixes for MPEG demuxing
10       * Fixes for the MAD MP3 decoder
11       * Fixes for the LAME MP3 encoder
12       * ID3 tag reading has moved to id3demux in gst-plugins-good
13       * Fixes for the Real Media demuxer
14       * Various other fixes
15
16 Bugs fixed since 0.10.1:
17
18       * 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
19       * 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
20       * 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
21       * 326711 : [mpegdemux] does not negotiate source pads
22       * 326734 : [mad] Add 24-bit output support
23       * 329575 : misc bugfixes for mad from 0.8
24       * 331035 : [asfdemux] port to 0.10
25       * 331301 : [mpeg2dec] strides issues when cropping
26       * 330844 : mpeg2dec crashes with " cropped " MPEG videos
27       * 331579 : Set asfdemux rank to secondary
28       * 313838 : totem hangs after playing an amazon sample
29
30 Features since 0.10.0:
31     
32       * fixes in dvddemux, mpegdemux, mad, iec958
33       * removed id3demux (new version in gst-plugins-good)
34
35 Bugs fixed since 0.10.0:
36     
37       * 322049 : [id3demux] should support pull range
38       * 322856 : [mpeg2dec] Use of wrong variables
39       * 322857 : [mpeg2dec] Seeking in byte format
40       * 325652 : many plugins don't pass unhandled queries upstream
41
42 API added since 0.10.0:
43     
44       * AC3IEC::raw-audio
45
46 Bugs fixed since 0.9.7:
47     
48       * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
49
50 Changes since 0.9.6:
51     
52       * mpegstream fixes
53
54 Bugs fixed since 0.9.6:
55     
56       * 319784 : mad claims to need more data
57       * 322745 : [mpegdemux] segfaults
58   
59 Changes since 0.9.5:
60     
61       * mpegstream ported
62       * fractional framerates
63
64 Bugs fixed since 0.9.5:
65     
66       * 319862 : Partial mpegstream/dvddemux port
67       * 321955 : gst-plugins-ugly fail to compile
68
69 Changes since 0.9.3:
70
71       * rmdemux fixes
72       * a52dec ported
73
74 Bugs fixed since 0.9.3:
75
76       * 318849 : [a52dec] ported to gstreamer 0.9
77
78 Changes since 0.9.1:
79
80       * lame, rmdemux, iec958 fixes