aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt2008-02-20 18:13:31 -0600
committerJan Schmidt2008-02-20 18:13:31 -0600
commita7360f27dfd84d8639ffba4ef1f9cb24fb23d503 (patch)
tree235547737695473e9e91e955c488a0b5f40ae6d8 /RELEASE
parent4978843dcdc44d9e9ec5328670630f9811572797 (diff)
downloadgst-plugins-bad0-10-a7360f27dfd84d8639ffba4ef1f9cb24fb23d503.tar.gz
gst-plugins-bad0-10-a7360f27dfd84d8639ffba4ef1f9cb24fb23d503.tar.xz
gst-plugins-bad0-10-a7360f27dfd84d8639ffba4ef1f9cb24fb23d503.zip
Release 0.10.6 - A Big Deep Breath
Original commit message from CVS: Release 0.10.6 - A Big Deep Breath
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE242
1 files changed, 154 insertions, 88 deletions
diff --git a/RELEASE b/RELEASE
index 0d404cb3a..9623c29bf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
1 1
2Release notes for GStreamer Bad Plug-ins 0.10.5 "Expedition to Lake Pahoe" 2Release notes for GStreamer Bad Plug-ins 0.10.6 "A Big Deep Breath"
3 3
4 4
5 5
@@ -60,79 +60,128 @@ contains a set of well-supported plug-ins, but might pose problems for
60 60
61Features of this release 61Features of this release
62 62
63 * New plugin - realdec for decoding Real streams using binary libs 63 * DVB support added
64 * New plugin - MythTV source 64 * dc1394 support
65 * New plugin - appsrc (for application data insertion) 65 * RTP-manager improvements
66 * New plugin - VMnc VMware capture decoder 66 * Support for native QT codecs on OS/X and DirectShow codecs on Windows, courtesy of Songbird and Fluendo
67 * New plugin - JACK audio output 67 * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
68 * New plugin - interleave/deinterleave 68 * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper
69 * New plugin - RTP manager 69 * Even more new elements: rawaudioparse, fbdevsink
70 * New plugin - Bayer to RGB converter 70 * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
71 * New plugin - ReplayGain support 71 * Elements graduated to good: multifilesrc/sink, spectrum, equalizer, bpwsinc, lpwsinc
72 * New plugin - DirectShow win32 input support 72 * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
73 * New plugin - videosignal/videoanalyse 73 * OpenGL support moved to new module: gst-plugins-gl
74 * LADSPA plugin improvements 74 * appsrc/appsink improvements
75 * IIR equaliser ported to 0.10 (iirequalizer) 75 * Fixes in neonhttpsrc
76 * libsndfile output ported to 0.10 76 * Fixes in amrwbparse
77 * mpegvideoparse ported to 0.10 and improved 77 * Deinterlacer improvements
78 * switch element ported to 0.10 78 * Fixes in dtsdec
79 * AMR-WB support fixes 79 * Fixes in the Real codec wrappers
80 * MIDI renderer plugin based on timidity
81 * Windows and OS/X output plugins moved to the Good module
82 * qtdemux, wavpack and videocrop plugins moved to the Good module
83 * Many other bug fixes and improvements
84 * Parallel installability with 0.8.x series
85 * Threadsafe design and API
86 80
87Bugs fixed in this release 81Bugs fixed in this release
88 82
89 * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el... 83 * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
90 * 333307 : AmrWB Plugin 84 * 508029 : [speexresample] pops/glitches in some cases
91 * 345633 : [nassink] port to 0.10 85 * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
92 * 354174 : [PATCH] add REAL support by using the proprietary drivers 86 * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
93 * 354451 : [mythtvsrc] Plugin for MythTV source 87 * 393461 : [Real] Location of .so varies on each distribution
94 * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea... 88 * 395424 : neonhttpsrc lacks support for proxy servers
95 * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good 89 * 397759 : Xingmux may not write a proper Xing/VBR header
96 * 375264 : [neonhttpsrc] add seek support 90 * 403992 : [new plugin] timidity based midi decoder
97 * 376591 : configure.ac looks for wrong symbols for FAAD support 91 * 409974 : Code for improved GStreamer resampler (based on speex res...
98 * 382184 : Port interleave and deinterleave to 0.10 for audio channe... 92 * 426657 : Add support for SDP multicast description files
99 * 388050 : [neonhttpsrc] code simplifications 93 * 433373 : [win32] autogenerated win32/common/config.h needed
100 * 392112 : [rfbsrc] doesn't build with MinGW 94 * 444499 : build of fresh CVS is failing in ext/sdl
101 * 393622 : Not building real plugin, only works on 32bit x86 platforms. 95 * 450175 : gcc-2.9x build fixes
102 * 395536 : [wavpackenc] Trivial cleanup 96 * 450605 : Missing files in po/POTFILES.in
103 * 395597 : Deinterleave fails to negotiate with alsasrc when using D... 97 * 452009 : ./configure breaks when cross-compiling FAAD2
104 * 400555 : dts-in-wav: only 2 channel recognised 98 * 452258 : [mpeg2enc] make work with mjpegtools 1.9
105 * 402470 : [osxvideosink] video sink for MacOSX 99 * 453636 : dvbsrc needs more flexible adapter selection
106 * 412077 : [speed] can't initially set speed > 1 100 * 454078 : [ivorbis] header files missing in release tarball
107 * 412710 : [replaygain] Add playback elements 101 * 454313 : missing xml files to build docs/plugins
108 * 413818 : [neonhttpsrc] errors out on redirects 102 * 456901 : PATCH: add several missing supported mime-types to the mo...
109 * 421110 : New x264enc plugin 103 * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
110 * 421598 : [wavpack] Add support for non-8*n depths and don't play a... 104 * 461068 : Seeking not properly implemented by the pitch plugin
111 * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong 105 * 461373 : HP-UX 11.11 build with native compiler
112 * 423741 : [amrwb] use external shared libamrwb 106 * 461377 : [festival] port to GStreamer-0.10
113 * 430594 : Unable to compile gst-plugins-bad CVS 107 * 461601 : Some files missing from POTFILES.in
114 * 430598 : [realvideodec] dll functions not available on MinGW 108 * 462737 : compilation breaks with g++-4.2 and gcc-4.2
115 * 430664 : name conflict for " rtpbin " element 109 * 464678 : Add connection-speed property to mmssrc element
116 * 437260 : CFLAGS are poinsoned by the OpenGL test 110 * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
117 * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ... 111 * 471554 : real media videos do not work
118 * 437539 : Compilation of DirectDraw and DirectSound plugins using m... 112 * 473562 : [rtpmanager] cvs build problem due to compiler warning
119 * 439405 : YUV not working in GL image sink. 113 * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
120 * 439910 : [switch] Warning in a debug function (Mingw) 114 * 476128 : Printf format fixes
121 * 439911 : [qtdemux] Warning in a debug function (MinGW) 115 * 476148 : Add mpeg4 video parser
122 * 439914 : [directdraw] Warnings when using MinGW 116 * 476159 : memleak patch to rtpmanager
123 * 440466 : [PLUGIN-MOVE] osxvideo 117 * 476370 : [faad] shouldn't set channel-positions for mono and stereo
124 * 440774 : [sdl] sdlvideosink has ill-formatted element details 118 * 477306 : amrwbenc has not property to select band mode
125 * 442689 : [neon] Property-related cleanups of neonhttpsrc 119 * 478566 : Add notification of active SSRCs to the RTP manager
126 * 445189 : PLUGIN-MOVE - Move Windows sinks to -good 120 * 481200 : gstneonhttpsrc discards GET parameters from URL
127 * 348973 : New plugins: MVE muxer/demuxer 121 * 481276 : [mpegtsparse] " not linked (-1) " error
128 * 391971 : Fix build with gcc-2.x 122 * 481279 : [mpegtsparse] partial corruption of the output stream
129 * 392313 : [directdrawsink] dist and add to gst-plugins-bad 123 * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
130 * 392638 : [directsoundsink] dist and add to gst-plugins-bad 124 * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
131 * 392856 : [qtdemux] plugin must link against zlib (error with MinGW) 125 * 485462 : alsaspdifsink uses wrong sample rate
132 * 403572 : Port equaliser element to 0.10 126 * 487496 : [dvdspu] fails to link on Mac OS
133 * 352605 : [PLUGIN-MOVE] move wavpack to -good 127 * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
134 * 426972 : Specific set of H.264 files cannot be played 128 * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
135 * 434101 : [gsm] doesn't link against libgstbase-0.10 129 * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
130 * 490682 : [interleave] can't create more than one request sink pad
131 * 492406 : Crasher in libgstdshow on Windows/MSVC
132 * 492798 : [rtpmanager] build issues on Windows/MSVC
133 * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
134 * 498430 : incomplete CVS commit
135 * 498667 : gstreamer segfaults in faac
136 * 498755 : FLV files incorrectly report framerate of 1000fps
137 * 499008 : mpeg2enc ignores the incoming stream aspect property
138 * 500099 : Fixes and improvements to souphttpsrc
139 * 500142 : switch element in switch plugin should be renamed
140 * 501579 : rtpmanager should emit a signal when it can associate a s...
141 * 502335 : [souphttpsrc] some enhancements
142 * 502879 : videoparse segmentation fault
143 * 503308 : Changing tempo using pitch plugin doesn't update length info
144 * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
145 * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
146 * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
147 * 508515 : [rtpbin] allow request_new_pad with name NULL
148 * 508587 : Improvement to rtpsession
149 * 508979 : Enhancement for xingmux
150 * 510708 : [souphttpsrc] support for libsoup-2.4
151 * 511001 : enhanced deinterlace plugin
152 * 511146 : rtpjitterbuffer should not return an error on no-caps
153 * 511530 : DTS library API change?
154 * 511683 : gstrtpbin fails to associate streams together for lipsync
155 * 511686 : make gstrtpjitterbuffer respect different clock rates for...
156 * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
157 * 512654 : [h264parse] does not build in cvs head (unused variable i...
158 * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
159 * 512826 : switch / selector event leak
160 * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
161 * 515564 : souphttpsrc unit test fails to build
162 * 515567 : [states] States unit test should exclude the dvb plugin
163 * 515588 : Warning building tremor plugin
164 * 515720 : [xvid] Memory leak caused by not unsetting GValue
165 * 515721 : [rfb] rfbsrc leaking the rfb decoder
166 * 515722 : [fbdev] Leaking the device property string
167 * 515815 : [mpegvideoparse] fix a few new memory leaks
168 * 515860 : plugins should not install headers - fix metadata
169 * 515919 : Fix a bunch of finalize leaks
170 * 515964 : [docs] Still contains docs for the GIO plugin although it...
171 * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
172 * 516061 : [h264parse] fix a few new memory leaks
173 * 516094 : Remove glimagesink from -bad
174 * 516114 : dvbbasebin leaks the location string when the uri handler...
175 * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
176 * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
177 * 516448 : criticals due to missing debug category init in mpegtsparse
178 * 516499 : critical caused by assuming optional property " descriptor...
179 * 517391 : [tta] Doesn't link with libm
180 * 517571 : small memory leak in gstrtpbin
181 * 517684 : [mythtvsrc] Small bug fixes
182 * 478159 : Could not decode realvideo buffer
183 * 497020 : Add fully async HTTP source based on libsoup.
184 * 501562 : [switch] bogus locking order
136 185
137Download 186Download
138 187
@@ -162,37 +211,54 @@ Applications
162 211
163Contributors to this release 212Contributors to this release
164 213
165 * 214 * Alessandro Decina
166 * Ali Sabil 215 * Alexander Shopov
167 * Andre Moreira Magalhaes 216 * Andrzej Mendel
168 * Andy Wingo 217 * Andy Wingo
169 * Chris Lord 218 * Armando Taffarel Neto
219 * Bastien Nocera
170 * Christian Schaller 220 * Christian Schaller
221 * Daniel Charles
171 * David Schleef 222 * David Schleef
172 * Edgard Lima 223 * Edgard Lima
173 * Edward Hervey 224 * Edward Hervey
174 * James "Doc" Livingston 225 * Gabriel Bouvigne
226 * Gautier Portet
227 * Hans de Goede
228 * Ian Munro
229 * Ilkka Tuohela
230 * Jakub Bogusz
175 * Jan Schmidt 231 * Jan Schmidt
176 * Jens Granseuer 232 * Jens Granseuer
177 * Josef Zlomek 233 * Johan Dahlin
234 * Jonathan Matthew
235 * Jorge González González
236 * Josep Torra Valles
178 * Julien Moutte 237 * Julien Moutte
179 * Lutz Mueller 238 * Laurent Glayal
239 * Michael Kötter
180 * Michael Smith 240 * Michael Smith
181 * Michal Benes 241 * Ole André Vadla Ravnås
182 * Mogens Jaeger 242 * Olivier Crete
183 * Nguyen Thai Ngoc Duy 243 * Peter Kjellerstedt
184 * Paul Davis 244 * Raphael Higino
245 * Renato Filho
185 * René Stadler 246 * René Stadler
186 * Rosfran Borges 247 * Richard Hult
248 * Sean D'Epagnier
187 * Sebastian Dröge 249 * Sebastian Dröge
188 * Sébastien Moutte 250 * Sebastien Moutte
189 * Stanislav Brabec
190 * Stefan Kost 251 * Stefan Kost
252 * Thijs Vermeir
253 * Thomas Green
191 * Thomas Vander Stichele 254 * Thomas Vander Stichele
192 * Tim-Philipp Müller 255 * Tim-Philipp Müller
193 * Vincent Torri 256 * Wai-Ming Ho
257 * Wenzheng Hu
194 * Wim Taymans 258 * Wim Taymans
259 * Wouter Cloetens
195 * Wouter Paesen 260 * Wouter Paesen
196 * Young-Ho Cha 261 * Youness Alaoui
197 * Zaheer Abbas Merali 262 * Zaheer Abbas Merali
198  263 * mutex at runbox dot com
264  \ No newline at end of file