Release 0.10.25
[platform/upstream/gst-plugins-good.git] / RELEASE
1
2 Release notes for GStreamer Good Plug-ins 0.10.25 "Woe to You Oh Earth and Sea"
3         
4
5
6 The GStreamer team is proud to announce a new release
7 in the 0.10.x stable series of the
8 GStreamer Good Plug-ins.
9
10
11 The 0.10.x series is a stable series targeted at end users.
12 It is not API or ABI compatible with the stable 0.8.x series.
13 It is, however, parallel installable with the 0.8.x series.
14
15
16
17 "Such ingratitude.  After all the times I've saved your life."
18
19
20 A collection of plug-ins you'd want to have right next to you on the
21 battlefield.  Shooting sharp and making no mistakes, these plug-ins have it
22 all: good looks, good code, and good licensing.  Documented and dressed up
23 in tests.  If you're looking for a role model to base your own plug-in on,
24 here it is.
25
26
27 If you find a plot hole or a badly lip-synced line of code in them,
28 let us know - it is a matter of honour for us to ensure Blondie doesn't look
29 like he's been walking 100 miles through the desert without water.
30
31
32 This module contains a set of plug-ins that we consider to have good quality
33   code, correct functionality, our preferred license (LGPL for the plug-in
34   code, LGPL or LGPL-compatible for the supporting library).
35 We believe distributors can safely ship these plug-ins.
36 People writing elements should base their code on these elements.
37
38
39 Other modules containing plug-ins are:
40
41
42 gst-plugins-base
43 contains a basic set of well-supported plug-ins
44 gst-plugins-ugly
45 contains a set of well-supported plug-ins, but might pose problems for
46     distributors
47 gst-plugins-bad
48 contains a set of less supported plug-ins that haven't passed the
49     rigorous quality testing we expect
50
51
52
53   
54
55 Features of this release
56     
57       * v4l2src: massive performance improvement in many cases
58       * streaming mode fixes for avi and matroska/webm
59       * seeking in matroska and webm files that don't have an index
60       * new cpureport element for debugging
61       * avidemux: improve VBR audio stream handling
62       * avidemux: streaming mode fixes: use proper offset for movi-based index, handle 0-size data chunks
63       * debugutils: new element cpureport, posts "cpu-report" element messages on bus
64       * flacdec, rtspsrc, rtph264pay, rtpmp4vdepay: memory leak fixes
65       * gconfvideosrc: use correct GConf key (ie. not the audiosrc key)
66       * gdkpixbuf: remove gdkpixbuf3 plugin again, gdk-pixbuf was split out of gtk+ and will stay at 2.x
67       * id3v2mux: write beats-per-minute tag using TBPM frame
68       * jpegdec: fix markers parsing regression
69       * matroskademux: do not error out on a block with unknown tracknumber
70       * matroskademux: fix streaming in case where the size in bytes is unknown
71       * matroskademux: handle bogus files storing ADTS AAC data
72       * matroskademux: support seeking in local files even if they don't have an index
73       * matroskamux: don't try to seek back and fix up headers if streamable=TRUE
74       * pulsesink: fix race when creating multiple pulsesinks at the same time
75       * qtdemux: also calculate PAR using track width and height for QT files
76       * qtdemux: fix the max/avg in btrt atom reading
77       * qtdemux: improve reverse playback
78       * qtdemux: parse 64-bit version of mvhd atom as well instead of erroring out
79       * qtdemux: prevent reading past avc1 atom when parsing
80       * rtpg729pay: avoid basertppayload perfect-rtptime mode
81       * rtph263pdepay: allow more clock-rates as input
82       * rtpL16depay: also parse encoding-params for the number of channels
83       * rtpL16depay: default to 1 channel if number of channels not specified
84       * rtpmp4gpay: implement perfect timestamps
85       * rtspsrc: add "port-range" property, useful for setups with firewall/ipsec
86       * rtspsrc: don't reuse udp sockets (avoids odd errors when data from previous streams is received)
87       * udpsrc: add "reuse" property to enable or disable port reuse (enabled by default, but disabled in rtspsrc)
88       * v4l2: sort formats in the right order so that non-emulated formats are prefered
89       * videobalance: fix wrong locking order that could lead to a deadlock
90       * videomixer: only reset QoS information and send a NEWSEGMENT event downstream for NEWSEGMENT events on the master pad
91
92 Bugs fixed in this release
93      
94       * 626463 : [matroskademux] " reading large block of size 14688496 not supported " 
95       * 593117 : [avidemux] Support AVF files
96       * 618535 : [avidemux] fails to stream eva_2010_2.22_promo1.avi
97       * 621520 : [id3v2mux] write beats-per-minute tag
98       * 622017 : [GstRtpMP4GDepay] Packet payload was too short.
99       * 622577 : rtspsrc has confusing error messages
100       * 623209 : bug in rtpL16depay
101       * 623357 : avidemux: push mode doesn't work for some http streaming avi files
102       * 623629 : Reverse Playback Issue in QtDemux
103       * 624173 : [qtdemux] qt file with dimension data in tkhd does not get pixel-aspect-ratio in caps
104       * 624331 : videobalance: deadlocks/freezes when changing " brightness " property
105       * 624455 : The matroska muxer seeks even when used with streamable=TRUE
106       * 624770 : rtspsrc: memory leak in gst_rtspsrc_handle_request
107       * 625002 : [examples] Don't use GdkDraw
108       * 625153 : rtspsrc: add property to set client port range
109       * 625302 : [qtdemux] Set the pixel-aspect-ratio field also for par=1/1
110       * 625371 : [matroskademux] critical warnings when playing live webm with progressive download enabled
111       * 625442 : pulsesink: crash -  pa_threaded_mainloop_stop is called from the pa thread
112       * 625452 : [videomixer] Pipeline from the docs doesn't work anymore
113       * 626467 : matroskademux: CRITICAL **: file matroska-demux.c: line 578 (gst_matroska_demux_get_length): should not be reached
114       * 626609 : [qtdemux] segfault when parsing avc1 atom
115       * 626619 : [imagefreeze] Incorrect seek behaviour
116       * 627689 : [deinterlace] Broken timestamps
117       * 617368 : [matroska] Implement push-mode seeking and non-cue seeking
118
119 Download
120
121 You can find source releases of gst-plugins-good in the download directory:
122 http://gstreamer.freedesktop.org/src/gst-plugins-good/
123
124 GStreamer Homepage
125
126 More details can be found on the project's website:
127 http://gstreamer.freedesktop.org/
128
129 Support and Bugs
130
131 We use GNOME's bugzilla for bug reports and feature requests:
132 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
133
134 Developers
135
136 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
137 Interested developers of the core library, plug-ins, and applications should
138 subscribe to the gstreamer-devel list. If there is sufficient interest we
139 will create more lists as necessary.
140
141         
142 Applications
143   
144 Contributors to this release
145     
146       * Alessandro Decina
147       * Andoni Morales Alastruey
148       * Arnaud Vrac
149       * David Schleef
150       * Jonathan Matthew
151       * Mark Nauwelaerts
152       * Philippe Normand
153       * Sebastian Dröge
154       * Sjoerd Simons
155       * Stefan Kost
156       * Thiago Santos
157       * Tim-Philipp Müller
158       * Wim Taymans
159       * Zaheer Abbas Merali
160