1 This is GStreamer Bad Plug-insĀ 0.10.20, "For it is a Human Number"
5 * asfmux streaming fixes and improvements
6 * new video effects plugins: coloreffects, gaudieffects, geometrictransform
7 * new gsettings plugin with gsettings{audio,video}{src,sink} elements
10 * new shmsink and shmsrc elements for IPC using shared memory
11 * new videomaxrate element
12 * dshowvideosink improvements
13 * vdpau: H.264 and MPEG-4 decoder (not enabled for autoplugging yet though)
14 * vp8enc: support multipass encoding and keyframe-only mode
15 * neonhttpsrc: timeout properties and cookie support
16 * h264parse and mpegvideoparse: can periodically insert codec data into stream now
17 * build: require GLib >= 2.20, automake >= 1.10, autoconf >= 2.60, want orc
18 * asfmux: deprecate "is-live" property, replaced by new "streamable" property
19 * asfmux: don't set the 'seekable' flag in headers if we are streaming
20 * asfmux: put headers into "streamheader" field in output caps for streaming
21 * asfmux: write preroll info in the header at initialization
22 * bayer: support more formats in bayer2rgb, add rgb2bayer element
23 * camerabin: make viewfinder-sink property work with bins
24 * celt: add support for celt 0.8, remove support for celt < 0.5
25 * celtenc: add "prediction" and "start band" properties
26 * coloreffects: new element with heat, sepia, xray and cross-process effects
27 * dshowvideosink: many fixes and improvements
28 * fpsdisplaysink: add "fps-update-interval" and read-only "max-fps"/"min-fps" properties
29 * frei0r: check for plugins in /usr/{local/,}lib{32,64}/frei0r-1 too
30 * gaudieffects: new plugin with burn, chromium, dilate, dodge, exclusion, gaussianblur and solarize video effect elements
31 * geometrictransform: new plugin with circle, diffuse, kaleidoscope, marble, pinch, sphere, twirl, and waterripple, fisheye, mirror, square, tunnel, bulge, stretch video effect elements
32 * gsettings: new GSettings plugin with audio/video sources and sinks (to replace gconf plugin)
33 * h264parse: add "config-interval" property to insert SPS/PPS at periodic intervals
34 * h264parse: handle 3-byte bytestream sync codes; process incoming timestamps more correctly
35 * id3mux: add support for beats-per-minute tag
36 * invtelecine: support more video formats, more pulldown formats, add "verify-field-flags" property
37 * ivfparse: add simple IVF parser element (simple framing for VP8 video data)
38 * jpegformat: add exif writing to jifmux and exif parsing to jpegparse
39 * jpegparse: skip extra 0xff markers, optimize jpeg image parsing
40 * mimic: lots of fixes and clean-ups
41 * mpeg4videoparse: add "config-interval" property to re-insert config in stream
42 * mpegtsmux: start pmt at 0x020; take all the pmt in the streamheaders
43 * mpegtsparse: actually work when we have small buffers coming in
44 * mpegvideoparse: apply previous timestamp when there isn't any newer
45 * neonhttpsrc: add "connect-timeout", "read-timeout" and "cookies" properties
46 * qtmux: write audio/video stream bitrates into header, if available
47 * qtmux: write track-number etc. tags even if count is not available
48 * rtmpsrc: new RTMP source element based on librtmp
49 * rtpdtmfmux: add priority sink pads and drop buffers on non-priority sink pads when something is incoming on the priority sink
50 * rtpmux: add support for GstBufferLists; aggregate incoming segments; fix buffer leak
51 * shm: add new shm-based shmsink and shmsrc elements for IPC using shared memory
52 * vdpau: add H.264 decoder and MPEG-4 part 2 decoder; countless other fixes and improvements
53 * videomaxrate: new plugin/element to limit videorate conditionally based on threshold
54 * vp8dec: mark discont buffers, set decoder deadline from the QoS information
55 * vp8enc: allow a maximum keyframe distance of 0, i.e. all frames are keyframes
56 * vp8enc: fix handling of invisible/alt ref frames
57 * vp8enc: add support for enabling automatic insertion of alt-ref frames by the encoder
58 * vp8enc: implement multipass encoding
59 * wildmidi: Add support for wildmidi 0.2.3
61 Bugs fixed since 0.10.19:
63 * 625908 : [geometrictransform] Some more configuration options for effects
64 * 625076 : neonhttpsrc: add connect-timeout and read-timeout properties
65 * 620746 : basevideodecoder: remove spurious warning
66 * 566614 : bayer2rgb: Make first line configurable
67 * 570428 : autogen.sh fails
68 * 574290 : [dshowvideosink] make set_xwindow_id() in PLAYING state work
69 * 579926 : [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.
70 * 580967 : shared memory based sink and source
71 * 591622 : [vdpau] needs better error/failure handling
72 * 602551 : dshowvideosink window close doesn't cause gst-launch to exit
73 * 602936 : [ mp4mux] Lipsync issue when converting mkv to mp4 using h264/aac
74 * 613346 : [dshowvideosink] Add support for updating video caps
75 * 616265 : Add a GSettings plugin that provides the same services as the GConf plugin
76 * 618336 : [mpegvideoparse] mpegvideoparse makes some streams unplayable
77 * 618522 : [asfmux][patch] Improve support for streaming
78 * 618921 : [dshowvideosink] Replace CoIntialize with CoInitializeEx for bettrer integration with GStreamer threads
79 * 618936 : [dshowvideosink] close the created window in ::stop()
80 * 620324 : Format warning in ivfparse
81 * 620717 : [geometrytransform] Incomplete template caps
82 * 620825 : [geometrytransform] Make properties controllable and threadsafe
83 * 620978 : insert NAL7/8 always when encountering I frame
84 * 621205 : [mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
85 * 621348 : [vp8enc] Implement multipass encoding
86 * 621523 : [id3mux] write beats-per-minute tag
87 * 622369 : [rtmpsrc] crash if correct server but wrong video file name
88 * 622484 : [qtmux] missing track number tag when transcoding to aac
89 * 622690 : elements/jpegparse check fails
90 * 622692 : pipelines/metadata check fails
91 * 622725 : [mpgtsparse] Doesn't remove pids from pes_pids
92 * 623272 : [dshowvideosink] setting force-aspect-ratio has no effect after the sink's renderer has been configured
93 * 623365 : [qtmux and variant] Don't store codec tags
94 * 623550 : doesn't compile with celt 0.8
95 * 623678 : qtmux: Write AAC/H.264 bitrate if available
96 * 623710 : [frei0r] Load frei0r plugins in /usr/lib64/frei0r-1 too
97 * 623713 : [dshowaudiodec][patch] Fix compilation error
98 * 623722 : gstwildmidi element update to newer library version
99 * 623802 : camerabin: Bin based viewfinder sink support is broken
100 * 623854 : jpegparse reads a wrong EXIF section size
101 * 623881 : aiffmux.c divide by zero
102 * 623883 : [winks] gstksvideosrc.c error on MSVC using gst_element_class_set_details()
103 * 625003 : [examples] Don't use GdkDraw
104 * 625138 : [dshowvideosrc] Don't use a range in the caps if min==max
105 * 625174 : neonhttpsrc: adds cookies support
106 * 625496 : qtmux - misc fix on btrt box
107 * 625722 : [geometrictransform] Some new effect elements for cheese
108 * 625817 : coloreffects: new plugin for lookup table color mapping
109 * 625959 : geometrictransform: make CircleGeometricTransform " radius " property relative
110 * 626049 : [vdpau] crashes in states.check unit test
111 * 626603 : generic/states check fails with gsettings element installed
112 * 626670 : gaudieffects: Fails to link inline functions properly
113 * 626815 : vp8dec: infinite loop if EOS event before started
114 * 627413 : jifmux causes broken jpeg images at least with some rgb pixel format
115 * 627918 : Do not install gst-camera.ui
116 * 627991 : rtpmux will freeze whenever a flush is sent
117 * 624212 : mp4mux produces incorrect frame rates when h264 input uses bframes
118 * 619158 : IVF parser plugin
119 * 619484 : vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
120 * 621404 : [dvbsrc] Set stats-reporting-interval on construction
122 Changes since 0.10.18:
124 * audioparsers: add bitrate calculation
125 * camerabin: add API to query supported image capture resolution
126 * camerabin: add block-after-capture property for viewfinder blocking
127 * camerabin: add video-capture-width/height/framerate properties
128 * camerabin: add video-source-filter and viewfinder-filter properties
129 * capssetter: element was moved to gst-plugins-good
130 * cogcolorspace: implement color-matrix handling and chroma-site
131 * dc1394: add iso-speed property
132 * dshowvideosrc: add support for YUY2 input format
133 * festival: don't open an infinite number of connections to the server and close connections
134 * h264parse: fix writing NALU prefix for byte-stream output format
135 * h264parse: fix wrong timestamps in some cases after seeking
136 * imagefreeze: plugin was moved to gst-plugins-good
137 * invtelecine: add invtelecine element
138 * jackaudiosrc: implement multichannel support
139 * jpegformat: add xmp reading and writing support
140 * ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
141 * mmssrc: Check URI for validity and work around URI parsing bugs in libmms
142 * mmssrc: Use the escaped location for the RTSP redirect message
143 * mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
144 * mpegtsparse: parse TDT table in mpegts
145 * mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
146 * oss4: plugin was moved to gst-plugins-good
147 * qtmux: add support for the VP8 video codec and XMP tags
148 * segmentclip: add audio/video buffer segment clip elements
149 * vcdsrc: support the DVD URI scheme so a device can be specified via the URI
150 * vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)
152 Bugs fixed since 0.10.18:
154 * 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
155 * 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
156 * 603745 : [dc1394src] add " iso-speed " property
157 * 611302 : [imagefreeze] Add still frame stream generator
158 * 612208 : [soundtouch] [pitch] Removing annoying g_print
159 * 612331 : inputselector: linkage flags are incorrect
160 * 612454 : fix compile errors in latest gst-plugins-bad
161 * 612615 : [camerabin] video bin elements in wrong state when recording
162 * 612687 : [mpegvideoparse] Update caps when sequence header changes
163 * 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
164 * 613156 : cog can't be built against libpng 1.4.x
165 * 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
166 * 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
167 * 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
168 * 613758 : More build warnings on OS X
169 * 613795 : libmodplug's public header requires WORDS_BIGENDIAN
170 * 613920 : audioparsers: Add bitrate calculation to baseparse
171 * 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
172 * 614037 : flacparse: Fix buffer refcount issue
173 * 614259 : mpegtsdemux: can't detect DTS audio
174 * 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
175 * 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
176 * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
177 * 614591 : [h264parse] Not cleaning internal state properly for reuse
178 * 614958 : [camerabin] Replace actions with properties for setting parameters
179 * 614991 : baseparse: Don't emit bitrate tags too early
180 * 616078 : mpegvideoparse: Export profile and level in caps
181 * 616541 : jackaudiosrc/sink needs to set layout on caps
182 * 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
183 * 617146 : Lots of printf string format warnings on Windows
184 * 617331 : More warnings in -bad
185 * 617650 : [mmssrc] should check location
186 * 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
187 * 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
188 * 618409 : jackaudiosrc: improve process callback
189 * 618527 : festival plugin does not close connections to server
190 * 618710 : [resindvd] Needs to check for libdvdread too
191 * 618867 : Remove gst-plugins-bad/ext/polyp ?
192 * 619064 : h264parse: broken timestamps after seeking
193 * 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
194 * 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
195 * 619290 : [vp8] add mode property to switch between CBR/VBR
196 * 619317 : [vp8] Encoder thread support
197 * 619318 : [vp8] Decoder QoS (avoid memcpy)
198 * 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
199 * 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
200 * 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
201 * 619617 : [h264parse] leaks memory
202 * 619916 : [vp8enc] Doesn't skip non-frame packets correctly
203 * 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't
205 Changes since 0.10.17:
207 * aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
208 * ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
209 * adpcmenc: new adpcm encoder element
210 * aiffmux: new aiff muxer element
211 * amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
212 * apexsink: change volume property to a double to make work with playbin2
213 * asfmux: handle streams with different start times
214 * asfmux: improve compatibility with WMSP in WMP
215 * asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
216 * assrender: countless fixes and improvements
217 * audioparsers: rename baseparse GType name to avoid possible conflicts
218 * audioparsers: fix seek handling, newsegment sending, push mode data draining
219 * celt: make compile against earlier CELT versions
220 * configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
221 * dataurisrc: new source element for data:// URIs
222 * faac: lots of fixes (channel layout, output caps, bps estimation etc.)
223 * flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
224 * fpsdisplaysink: expose video sink using a property
225 * h264parse: Correctly rewrite all nal prefixes
226 * h264parse: fix caps parameters setting, framerate calculation
227 * h264parse: fix regression in output buffer timestamping
228 * h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
229 * h264parse: parse SPS some more (e.g. for width/height)
230 * ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
231 * jpegformat: new jifmux element
232 * jpegparse: new jpeg parser element (not autoplugged for now)
233 * mmssrc: post error message in addition to redirect when connect fails
234 * mpegtsdemux: Handle eac3 in PMT
235 * mpegtsmux: add pat-interval and pmt-interval properties
236 * mpegtsmux: Do not crash on misinterpreted h264
237 * mpegtsmux: Fix mistake on previous commit
238 * mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
239 * mpegtsmux: mark delta-unit on outgoing buffers
240 * qtmux: add moov recovery feature (to finalise recording after crash or so)
241 * qtmux: improves compatibility with some hardware players
242 * qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
243 * qtmux: misc. tag writing fixes: write all udta children atoms; crash less
244 * shapewipe: moved to -bad
245 * vdpau: lots of fixes and refactoring
247 Bugs fixed since 0.10.17:
249 * 606657 : mpegtsmux crashes with h264parse in byte-stream mode
250 * 607513 : input-selector segfaults in g_object_notify()
251 * 440476 : RhythmBox displays an incorrect track length for .aac files.
252 * 530513 : [h264parse] no width and height in output caps
253 * 563433 : implement h264parse AVC output
254 * 575878 : assrender searches entire current working directory when searching for fonts to use
255 * 583098 : Add jpegparse element
256 * 598350 : qtmux with AAC streams (from faac) generate invalid files
257 * 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
258 * 598916 : qtmux: support more of j2k
259 * 600409 : tremor/ivorbis: should pack result smarter
260 * 601108 : gst-camera requires glade
261 * 601417 : Problem compiling gst-plugins-bad 0.10.16
262 * 602161 : bad .17 VPATH build fix
263 * 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
264 * 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
265 * 602528 : lv2: vocoder plugin breaks gstreamer
266 * 603938 : assrender cannot load font attachments in Matroska container
267 * 603983 : gstdshowvideosink leaking DirectShow objects
268 * 603986 : gstdshowvideosink not releasing the filter media event interface
269 * 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
270 * 604101 : rtpmux: update the current_ssrc from the caps
271 * 604280 : fpsdisplaysink: allow access to internal video sink used
272 * 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
273 * 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
274 * 604925 : qtmux shouldn't accept adts aac
275 * 605720 : modplug: Add 32-bit depth caps
276 * 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
277 * 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
278 * 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
279 * 606636 : [mmssrc] no error message when connect to server fails
280 * 606665 : error: " __MSVCRT_VERSION__ " redefined
281 * 606677 : Port librdf (rdfsrc) to Windows
282 * 606726 : FAAC bitrate setting has no effect
283 * 606859 : Get mp4mux request pad during decodebin2's new-decoded-pad event fails.
284 * 607105 : faac doesn't negotiate channel positions correctly
285 * 607285 : cdxaparse leaks memory
286 * 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
287 * 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
288 * 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
289 * 608651 : dshowvideosink.cpp crash
290 * 608706 : assrender recursively scans directories for fonts
291 * 608751 : [assrender] Random crashes because libass is not threadsafe
292 * 608753 : assrender: use more compatible hinting method
293 * 608896 : mpegtsmux: PAT/PMT interval fixes
294 * 608998 : [jpegparse] unit test fails
295 * 609055 : [qtmux - mp4mux] crash when setting
296 * 609215 : [rsvg] fix compilation with MSVC
297 * 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
298 * 164870 : PNM [en,de]coder
299 * 383478 : Need ac3 parser to support seeking in unframed .ac3 files
300 * 606878 : [apexsink] crashes when changing volume in rhythmbox
301 * 580731 : qtmux needs mapping for ALAC
302 * 587922 : qtmux lacks mapping for Sorenson Video v3
303 * 601576 : qtmux feature: moov recovery
305 Changes since 0.10.16:
308 * New elements: DTMF tone source and detector
309 * ASS subtitle support improvements
310 * Fix compilation on OS/X Snow Leopard
311 * Support DVB 3.3 API
312 * Inputselector fixes
314 Bugs fixed since 0.10.16:
316 * 602106 : Bad atom size calculation
317 * 574434 : [camerabin] Changing default video/audio source for Windows
318 * 584361 : gppmux Support for 3gr6
319 * 586929 : [midi] Doesn't handle push
320 * 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
321 * 598552 : faac: Clean up defaults
322 * 598763 : New plugin: aiffmux
323 * 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
324 * 599050 : [mpegvideoparse] Does not check width/height range
325 * 599469 : resindvd: problems pre-rolling in the absence of audio
326 * 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
327 * 600461 : [zbar] Over-eager detection of barcodes
328 * 600662 : [assrender] Doesn't synchronize subtitle buffers
329 * 600707 : autoconvert depends on function from core 0.10.26
330 * 600724 : celt: fails to build against celt-0.7
331 * 599903 : Scaletempo plugin stops early when playing slowly
333 Changes since 0.10.15:
335 * Fix various bugs in the 0.10.15 release
336 * Fix a deadlock in starting DVD
337 * Fix compilation problems
338 * Allow libneon versions >= 29.x
340 Bugs fixed since 0.10.15:
342 * 599272 : faac check fails, undefined symbol
343 * 599332 : [neonhttpsrc] fails to compile with libneon 0.29.0
345 Changes since 0.10.14:
347 * Add barcode scanner plugin using the zbar library
348 * Improvements to camerabin
349 * Support audio-track format switching in DVD
350 * Improve parsing and display of PGS subpictures
352 * Add LV2 plugin support
353 * Improve VDPAU plugin. Add post-processing support
354 * Add videomeasure plugin
355 * Improve Siren codec
356 * Improved Directshow capture element
357 * Add EAC3 mapping in MPEG-TS playback
358 * Improve AAC encoding
359 * Improved MIDI file playback
360 * Improve H-264 parsing
362 * Add PNM encoder and decoder
364 * Update GLib dependency to GLib 2.16
365 * Various other bug fixes and improvements (see ChangeLog)
367 Bugs fixed since 0.10.14:
369 * 303975 : Add tar support
370 * 519001 : [wildmidi] Doesn't handle seeking correctly
371 * 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
372 * 583901 : aacparse fails for remuxing
373 * 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
374 * 593348 : faac encoder produces first buffer with wrong duration
375 * 593625 : Broken Compilation, missing files with latest commits in git repository
376 * 593683 : Typo in variable name for libraries to link against
377 * 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
378 * 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
379 * 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
380 * 594278 : dshowvideosink: remove unused variable
381 * 594279 : dshowsrcwrapper: use tchar macro for string literals
382 * 594321 : Videomeasure plugin
383 * 594382 : assrender: Fix compilation with libass = 0.9.6
384 * 594489 : broken compilation for mpegdemux
385 * 594715 : libgstsignalprocessor install issues
386 * 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
387 * 595215 : PNM encoder doesn't support ASCII encoding
388 * 595409 : PNM decoder can't decode ASCII encoded files.
389 * 596285 : gstvideomeasure crashes at the end of some streams
390 * 596743 : qtmux: fix flags_as_uint to flags[]
391 * 598139 : faad element leaks itself.
392 * 598263 : refcount leak in resindvd
393 * 598274 : dtsdec leaks input buffers
394 * 598369 : Properly detect pre-releases
395 * 598733 : id3mux doesn't write image to APIC tag
396 * 582779 : [resindvd] Add support for other audio codecs than ac3
397 * 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
399 Changes since 0.10.13:
401 * Moved rtpmanager to -good
402 * Moved dirac elements from schroedinger to gst-plugins-bad
403 (new schroedinger release without the gstreamer elements
405 * amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
406 from amrwb to amrwbenc (the removed elements will re-appear in the
407 next -ugly release; no migration strategy provided in this case
408 because of the special status of the amrwb plugin)
409 * asfmux, rtpasfpay: add ASF muxer and windows media payloader
410 * basevideo: add experimental video base class library/API
411 * camerabin: lots of fixes and improvements
412 * capssetter: new element for debugging purposes
413 * directdraw: Implement GstNavigation interface
414 * directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
415 * frei0r: wrapper for frei0r video filter plugins
416 * gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
417 * Implement SEEKING query in more demuxers and decoders (notably
418 mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
419 * kate: add kate subtitle encoder, decoder and overlay
420 * mimic: lots of fixes for mimenc and mimdec; add "paused mode"
421 * mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
422 * mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
423 * qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
424 * shapewipe: support ARGB/RGBA for video input/output; fix for still images
425 * vdpau: add experimental vdpau plugin
427 Bugs fixed since 0.10.13:
429 * 587819 : [mpegtsparse] crash because of double free
430 * 344129 : [directsoundsrc] Plugin for Directsound source
431 * 377784 : xvidenc should output video/mpeg
432 * 540128 : Totem freeze with short HDV file
433 * 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
434 * 561241 : metadatademux pad activation deadlock
435 * 561752 : GstRtpBin implement Release pad functions
436 * 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
437 * 575818 : [ivorbisdec] extract vorbis tags
438 * 576800 : gstreamer SPC plugin requires non-portable x86 code
439 * 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
440 * 584252 : enhancements to OSSv4 plugin
441 * 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
442 * 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
443 * 586019 : [mxfdemux] stray semicolons after if statement
444 * 586097 : GStreamer DVB tuning too quick for some devices
445 * 586956 : Include < sys/time.h > only if it is present in the system
446 * 587023 : [freeze] disable plugin static lib
447 * 587595 : [dshowsrcwrapper] start refactoring
448 * 588638 : [katedec] add x-dvd-subpicture output
449 * 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
450 * 590030 : rtpsource: Incoming buffers do not always have caps
451 * 590208 : GstNavigation interface support for directdrawsink
452 * 590360 : [qtmux] requires endianness even if the samples are 8bit
453 * 590446 : [mpegdemux] MPEG TS with A52 not seekable
454 * 590797 : Memory leak in rtpsource.c
455 * 591440 : rtpdtmfsrc event cleanup
456 * 591538 : generic states test fails (vdpau, mimenc)
457 * 591610 : asfmux: messing up with sinkpads
458 * 591927 : REQUIREMENTS is out of date
459 * 592259 : mimenc: fourcc written incorrectly
460 * 593024 : regression in schroenc streamheader initialization
461 * 593063 : resindvd and rawparse do not use correct base LDFLAGS
462 * 593068 : Disarray in directsoundsrc/directdrawsink
463 * 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
466 Changes since 0.10.12:
468 * New shapewipe video transition plugin
470 * camerabin improvements
471 * HDV MPEG-TS private streams support
472 * Output interlacing information in mpegvideoparse
474 * RTP fixes and enhancements
475 * DTS decoder improvements
476 * New ID3 tagging plugin that supports v1, v2.3 and v2.4
477 * Support for PGS (BluRay) subtitles
478 * Many other bug fixes and enhancements
480 Bugs fixed since 0.10.12:
482 * 584945 : camerabin unit tests failing
483 * 511097 : Support self-signed certificates in neonhttpsrc
484 * 561752 : GstRtpBin implement Release pad functions
485 * 584164 : gstspu-pgs.c warnings for format string args and uninitia...
486 * 584165 : rtpbin sdes message broken
487 * 584360 : gppmux ftyp
488 * 585015 : debugutils can't find libgstinterfaces
489 * 585660 : segfault in scaletempo plugin
490 * 584114 : gppmux and h263
491 * 583188 : Problem with sdp: bind failed or video disappear after fe...
492 * 583627 : statistic file name needs to be standardized
494 Changes since 0.10.11:
496 * Presets support in several elements
497 * Support ITV MPEG-TS streams
498 * New element: flvmux
499 * New element: osxvideosrc
500 * Fixes in RTP elements
502 * Improved QT/mp4 muxing
503 * xdgmime based content type guessing
504 * deinterlace2 moved to the Good plugins (replacing deinterlace)
505 * Support for MXF muxing, and improved MXF demuxing
506 * Greatly improved DVD playback
507 * DirectDraw element moved back from Good plugins
508 * Many other bug fixes and improvements
510 Bugs fixed since 0.10.11:
512 * 573852 : Update celt to 0.5.x
513 * 574401 : metadatamux fails^WIS failure
514 * 580091 : soundtouch plugin fails to load
515 * 153684 : [osxvideosrc] Mac users needs an osxvideosrc
516 * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
517 * 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
518 * 569673 : [Mpegtsparse] PAT changes not always signaled
519 * 569781 : [Mpegtsparse] drop of valid TS packets
520 * 573595 : plugins-bad mingw ports
521 * 573846 : Check for soundtouch-1.4 too
522 * 573847 : Use SDL static-libs for conftest and libs for gstsdl*
523 * 573848 : Use native CPU number detection in mpeg2enc
524 * 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
525 * 575388 : [aacparse] deadlocks in busy loop when seeking
526 * 575736 : mpeg2enc's bitrate parameter does not work properly
527 * 576408 : [playbin2] Deadlock when using resindvd as source
528 * 577690 : rtpdtmfmux: missing pad unref
529 * 577864 : [residvd] dvdnav version requirements should be higher
530 * 578112 : x264enc: I-frame request
531 * 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
532 * 578563 : win32 export files are not disted
533 * 580133 : Regression in baseparse since last release
534 * 580144 : emit notify::internal-ssrc when there is a ssrc collision
535 * 580786 : [flvmux] " uninitialized variable " compiler warning
536 * 580901 : Uninitialized variable may be used in fpsdisplaysink.c
537 * 581375 : rtpssrcdemux crashes on SR-less rtcp packets
538 * 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
539 * 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
540 * 582208 : [PATCH] fix for soundtouch-1.4
541 * 582483 : y4menc doesn't pass timestamps on
542 * 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
543 * 582702 : qtmux: crash in atom_moov_add_blob_tag
544 * 583337 : [mxfmux] Wrong layout for non-interlaced formats
545 * 580585 : rtpmux memleak
546 * 577843 : input-selector causes problems with DVD menus in playbin2
547 * 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
548 * 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
549 * 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
550 * 576712 : Output-selector keeps reference to latest buffer when cha...
551 * 581427 : [mpeg4videoparse] config buffer is leaked
553 Changes since 0.10.10:
555 * Add ASS/SSA subtitle handling element assrender
556 * Leak fixes in the QuickTime decoder wrapper
557 * Better DirectShow output on Windows
558 * Extend QT muxing support to include AMR and H.263
559 * mms seeking support
560 * Extended MXF file format handling
561 * camerabin and photography API for digital camera interfacing
562 * Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
563 rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
565 * typefinder based on xdgmime
567 Bugs fixed since 0.10.10:
569 * 573369 : [gstfaad] Memory corruption and segfault
570 * 568704 : Metadatamux: unable to configure byte order for EXIF
571 * 354908 : videoflipping interface for v4l2src
572 * 369912 : missing inclusion in rpm spec file
573 * 469930 : [mmssrc] seeking support PATCH
574 * 481075 : Full support for ASS/SSA subtitles
575 * 549645 : merge useful elements from gst-plugins-farsight into core
576 * 567003 : [ladspa] improve plugin scanning
577 * 567371 : [mpegtsparse] memory leak in mpegtspacketizer
578 * 567828 : rtpmanager and RTCP BYE packet
579 * 567965 : [flvdemux] add support for ECMA arrays in script tags
580 * 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
581 * 568483 : Problems linking gst-plugins-bad
582 * 568837 : RFE: allow building against the system modplug library
583 * 569323 : [qtmux] should support audio/AMR sink
584 * 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
585 * 571560 : gstdshowaudio decoder doesn't compile.
586 * 572315 : Compiling camerabin on Windows with Visual Studio
587 * 572900 : gstrtpsession should not forward recv side event to the s...
588 * 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
589 * 573391 : [videoanalyse] Wrong brightness calculation
590 * 575157 : xdgmime typefinder: make more conservative
591 * 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
592 * 564114 : [PATCH] fbdev: fix depth calculation
593 * 573850 : Use Glib's byte order in gstgsmdec
594 * 573851 : Use glib integer types in gstfaad
595 * 172043 : [mpegpsdemux] wrong video length on mpeg file
597 Changes since 0.10.9:
599 * Require gettext 0.17
600 * ACM mp3 decoder element for win32
601 * New MXF demuxer added
602 * JPEG-2000 encoder - jp2enc added
604 * Fixes for RTP support
605 * Add parsers for AAC and AMR
606 * Move libgstapp and elements to -base
607 * Add Quicktime muxer element qtmux
608 * Enhance RFB capture
609 * Improve MPEG-TS and MPEG-PS demuxing
610 * Don't install static libs for plugins
611 * Introduce audioringbuffer element
612 * Improve DVD playback of ResinDVD components
613 * Move old audioresample from -base as legacyaudioresample
614 * Improve speexresampler, and then move it to -base
615 * Improve FLV demuxing and parsing
616 * Various DVB input fixes
617 * Add support for frequency list descriptors for DVB
618 * Improve MPEG-TS muxer
619 * Various other bug-fixes
621 Bugs fixed since 0.10.9:
623 * 127574 : replaygain support
624 * 480543 : [spc] crashes when not given any input data
625 * 546319 : [resindvd] Stuck on first menu (language selection)
626 * 549222 : Totem using resindvd element as DVD navigation module doe...
627 * 550280 : Move qtmux to gst-plugins-bad
628 * 550454 : FLV demuxer screws up in Pitivi
629 * 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
630 * 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
631 * 555238 : Recent changes in x264 breaks compilation of x264 plugin.
632 * 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
633 * 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
634 * 557814 : [mpegdemux] frequency list descriptor support
635 * 558639 : cross-configuring interrupts due to a failing check for " ...
636 * 560841 : Provide access to packet loss
637 * 561992 : debug format warning during compilation of resindvdsrc.c ...
638 * 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
639 * 562319 : [rtpsession] memory corruption
640 * 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
641 * 563006 : mxf mpeg422 file stops playing
642 * 563147 : input-selector doesn't notify of active-pad changing when...
643 * 564232 : Dual Licensing qtmux
644 * 565439 : Make pcapparse compile with (mingw32) gcc
645 * 565509 : rtpsource on receiver side can't get clock-rate for h264,...
646 * 565614 : [mpegtsdemux] Fix memory leak
647 * 565910 : allow forcing the ssrc on a rtpsession
648 * 566356 : [dvbbasebin] Couple of memleaks
649 * 566613 : bayer2rgb calculates wrong color offset
650 * 566878 : [ladspa] Add dependencies for ladspa modules
651 * 566957 : Add time based seeking to ResinDVD
652 * 566958 : fix dirac support in qtmux/mp4mux
653 * 566959 : Fix duration query on mpegtsdemux
654 * 508029 : [speexresample] pops/glitches in some cases
655 * 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
656 * 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
657 * 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
658 * 565613 : [mpegtsdemux] Add scrambled field to service structure
659 * 567004 : ladspa plugin crashes on Solaris
661 Changes since 0.10.8:
663 * New CELT encoder and decoder
664 * New TwoLAME encoder
666 * New AIFF parser element
667 * New APEX sink element
668 * deinterlace2 element improvements
669 * New JACK audio src element
670 * New winscreencap, winks and pcapparse plugins
672 * Support for ATSC tuning and channels.conf parsing
674 * New scaletempo element
675 * Add Fluendo MPEG-TS muxer
676 * Add Fluendo MPEG-TS and MPEG-PS demuxers
677 * New JPEG2000 element
678 * New FLAC parser element
679 * DVD playback improvements
680 * Improved DirectShow decoding support
681 * New Windows Audio Session audio src element
682 * New FLV muxer element
683 * Many other bug fixes and improvements
685 Bugs fixed since 0.10.8:
687 * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
688 * 550468 : [name conflict] New Fluendo mpeg demuxers
689 * 545197 : jackaudiosrc
690 * 555244 : Output-selector has unexpected event forwarding right aft...
691 * 402593 : deinterleave gives corrupt output
692 * 406673 : Need AIFF parser
693 * 535527 : [real] Real video/audio stream fails to play
694 * 537455 : ATSC: VSB / QAM Annex B support
695 * 538500 : AIFF file doesn't play
696 * 542390 : Implementation of DCCP Plugin for gstreamer
697 * 542510 : [apexsink] Apple AirPort Express Wireless Sink
698 * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
699 * 546312 : Make the metadata writable before modifying it in rtpmanager
700 * 549409 : gstrtpbin don't stop at the end of a stream
701 * 549774 : audio / video synchronization glitch during rtsp playback
702 * 550486 : [faac] Negotiation problem with mono audio for some sampl...
703 * 550657 : New element jasperdec
704 * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
705 * 552536 : fix incomplete change to gstdvbsrc.c
706 * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
707 * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
708 * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
709 * 555912 : [apexsink] Missing from ext/Makefile.am
710 * 555965 : Missing space after point mark
711 * 555968 : Missing space after point mark
712 * 555969 : Missing space after point mark
713 * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
714 * 556274 : [aiffparse] Uses debugging methods before debugging is in...
715 * 556338 : Failed to configure latency
716 * 556428 : [mpegpsdemux] Creates invalid newsegment events
717 * 556430 : [inputselector] Assumes there's always an otherpad
718 * 556440 : [PATCH] crash on demuxing certain transport streams
719 * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
720 * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
721 * 556588 : [apexsink] should not have PRIMARY rank
722 * 557080 : [mpegpsdemux] Regression with reverse-playback
723 * 543480 : gstrtpbin fails to release lock while emitting signal
724 * 556520 : jitterbuffer seqnum gap detection is wrong
725 * 463941 : Plugin for screen capture on windows
726 * 519935 : New plugin for video capture on Windows
727 * 520899 : New plugin: pcapparse
728 * 520901 : New plugin: wasapi (Windows Audio Session API)
730 Changes since 0.10.7:
732 * Support shared desktops in RFB input
733 * Make the Quicktime codec wrapper work on win32
734 * Experimental DVD navigation support
735 * Support AAC/H.264 in FLV files
736 * Fixes in the DirectShow codec wrapper
737 * Fix the Real codec wrapper plugin
738 * New deinterlace2 plugin incorporating TVtime deinterlacers
739 * Handle seeking, timestamps, duration in RAW video/audio parsers
740 * New DirectShow video sink for Win32
741 * FAAD reverse playback support
742 * OSS4 support improvements
743 * MythTV seeking support
744 * SPC decoder now supports seeking, tags and duration queries
745 * Replaygain elements moved to Good
746 * Deinterleave/interleave elements fixed and moved to Good
747 * MPEG-4 video stream parser fixes
748 * Improved MPEG-TS parsing for DVB support
749 * Improvements in App source/sink
750 * RTP manager enhancements
752 Bugs fixed since 0.10.7:
754 * 533736 : [mythtvsrc] Seeking doesn't work
755 * 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla...
756 * 454151 : SPC plugin enhancements (patch)
757 * 506594 : [interleave] doesn't work with channels > 1
758 * 521392 : Proposed patches for bayer2rgb encoding
759 * 525613 : [wildmidi] [PATCH] initializes library multiple times
760 * 528618 : amrwb plugin do not build without warning with the 3ggp s...
761 * 529359 : BBC Real Audio stream is just noise
762 * 530611 : [gstsrtenc] declare variables at beginning of block
763 * 531840 : QuickTime wrapper doesn't work on Win32
764 * 531955 : gstrtpsession doesn't send RTCP bye on EOS
765 * 532723 : mpeg4videoparse should parse the codec data
766 * 533435 : wildmidi does not work
767 * 533559 : mpeg4videoparse should skip garbage
768 * 535043 : VCD plugin only plays first track
769 * 536042 : mpeg4videoparse broken on big endian architectures
770 * 536258 : interleave doesn't close properly
771 * 536856 : rtpmanager deadlocks when receiving new data while going ...
772 * 538560 : [mpegtsparse] static caps reference counter incremented i...
773 * 539292 : memory leak in mpegtsparse
774 * 539601 : [realvideodec] not-negotiated error if codec lib isn't found
775 * 541522 : cross mingw32 gcc: festival plugin compilation fix
776 * 541543 : fix HAVE_OSS4 detection code in configure.ac
777 * 543286 : deinterlace2 doesn't build outside gcc
778 * 543846 : [resindvd] Impossible to build from the first configure r...
779 * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
780 * 543860 : [modplug] Uses CFLAGS for CXXFLAGS
781 * 543861 : [resindvd] Some files not disted
782 * 544457 : -bad doesn't compile with MSVC
783 * 526905 : [musepack] Port to the new libmpcdec API
784 * 532011 : Deadlock in rtpsession
785 * 536309 : Seeking in pipeline with videoparse crashes
787 Changes since 0.10.6:
790 * libdc1394 2.0.0 support
792 * RTP support improved
794 * SRT subtitle encoder added
795 * Windows Inet support for http/ftp
796 * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
797 * Fixes in Bayer decoder, replaygain analysis, GSM decoder
798 * DVB/MPEG-TS support improved
799 * NSF decoder updated
800 * 'metadata' plugin enhancements
801 * Dirac encoder ported to libschroedinger
802 * mplex element ported to 0.10
803 * VCD/CDXA parser ported to 0.10
804 * Directshow wrapper improvements
805 * 'selector' plugin enhancements
806 * souphttpsrc moved to the -good module
807 * Various other fixes and enhancements
809 Bugs fixed since 0.10.6:
811 * 498237 : nsfdec crash with SK8ORDIE.
812 * 529378 : faad leaks GstAudioChannelPosition
813 * 351309 : New Element: gst-puid
814 * 469979 : [faad] Could not map channel positions - setting caps on ...
815 * 494499 : replaygain analysis slowdown on low volume (denormals)
816 * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
817 * 514964 : [dc1394] port to new stable 2.0.x API
818 * 517937 : various C89 fixes
819 * 518227 : test/icles/metadata_editor.c does not compile on Windows
820 * 518722 : [souphttpsrc] append cookie headers to HTTP request
821 * 519905 : [mvedemux] fix audio discontinuity
822 * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
823 * 520626 : Implement collision and loop detection in rtpmanager
824 * 520892 : [dshowvideosrc] latency and shutdown improvements
825 * 520894 : rtpmanager rtcp thread shutdown deadlock
826 * 520897 : new element: wininetsrc
827 * 521749 : [souphttpsrc] unit test fails on mandriva cooker
828 * 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
829 * 522212 : wrong origin
830 * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
831 * 523854 : [souphttpsrc] Glitches and crackling when playing things ...
832 * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
833 * 525271 : [new plugin] srtenc
834 * 526337 : souphttpsrc ignores connections error
835 * 527622 : [flvdemux] crash in FLV demuxer
836 * 528000 : [timidity] Doesn't dist all files correctly
837 * 528011 : [dc1394] Shouldn't be included in the states test
838 * 528245 : rtpbin element leaks
839 * 528266 : [ofa] Unit test fails because of different fingerprints
840 * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
841 * 529283 : [ofa] Unit test leaks tag string
842 * 529285 : [rganalysis] Unit test leaks a GstTagList
843 * 517854 : DirectFB check fails
844 * 517895 : nas plugin no longer builds (configure.ac error)
845 * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj...
846 * 525100 : does not build with --disable-external
847 * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file
849 Changes since 0.10.5:
853 * RTP-manager improvements
854 * Support for native QT codecs on OS/X and DirectShow codecs on Windows,
855 courtesy of Songbird and Fluendo
856 * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
857 * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc,
858 speexresample, qtwrapper
859 * Even more new elements: rawaudioparse, fbdevsink
860 * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
861 * Elements graduated to good: multifilesrc/sink, spectrum, equalizer,
863 * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
864 * OpenGL support moved to new module: gst-plugins-gl
865 * appsrc/appsink improvements
866 * Fixes in neonhttpsrc
867 * Fixes in amrwbparse
868 * Deinterlacer improvements
870 * Fixes in the Real codec wrappers
872 Bugs fixed since 0.10.5:
874 * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
875 * 508029 : [speexresample] pops/glitches in some cases
876 * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
877 * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
878 * 393461 : [Real] Location of .so varies on each distribution
879 * 395424 : neonhttpsrc lacks support for proxy servers
880 * 397759 : Xingmux may not write a proper Xing/VBR header
881 * 403992 : [new plugin] timidity based midi decoder
882 * 409974 : Code for improved GStreamer resampler (based on speex res...
883 * 426657 : Add support for SDP multicast description files
884 * 433373 : [win32] autogenerated win32/common/config.h needed
885 * 444499 : build of fresh CVS is failing in ext/sdl
886 * 450175 : gcc-2.9x build fixes
887 * 450605 : Missing files in po/POTFILES.in
888 * 452009 : ./configure breaks when cross-compiling FAAD2
889 * 452258 : [mpeg2enc] make work with mjpegtools 1.9
890 * 453636 : dvbsrc needs more flexible adapter selection
891 * 454078 : [ivorbis] header files missing in release tarball
892 * 454313 : missing xml files to build docs/plugins
893 * 456901 : PATCH: add several missing supported mime-types to the mo...
894 * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
895 * 461068 : Seeking not properly implemented by the pitch plugin
896 * 461373 : HP-UX 11.11 build with native compiler
897 * 461377 : [festival] port to GStreamer-0.10
898 * 461601 : Some files missing from POTFILES.in
899 * 462737 : compilation breaks with g++-4.2 and gcc-4.2
900 * 464678 : Add connection-speed property to mmssrc element
901 * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
902 * 471554 : real media videos do not work
903 * 473562 : [rtpmanager] cvs build problem due to compiler warning
904 * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
905 * 476128 : Printf format fixes
906 * 476148 : Add mpeg4 video parser
907 * 476159 : memleak patch to rtpmanager
908 * 476370 : [faad] shouldn't set channel-positions for mono and stereo
909 * 477306 : amrwbenc has not property to select band mode
910 * 478566 : Add notification of active SSRCs to the RTP manager
911 * 481200 : gstneonhttpsrc discards GET parameters from URL
912 * 481276 : [mpegtsparse] " not linked (-1) " error
913 * 481279 : [mpegtsparse] partial corruption of the output stream
914 * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
915 * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
916 * 485462 : alsaspdifsink uses wrong sample rate
917 * 487496 : [dvdspu] fails to link on Mac OS
918 * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
919 * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
920 * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
921 * 490682 : [interleave] can't create more than one request sink pad
922 * 492406 : Crasher in libgstdshow on Windows/MSVC
923 * 492798 : [rtpmanager] build issues on Windows/MSVC
924 * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
925 * 498430 : incomplete CVS commit
926 * 498667 : gstreamer segfaults in faac
927 * 498755 : FLV files incorrectly report framerate of 1000fps
928 * 499008 : mpeg2enc ignores the incoming stream aspect property
929 * 500099 : Fixes and improvements to souphttpsrc
930 * 500142 : switch element in switch plugin should be renamed
931 * 501579 : rtpmanager should emit a signal when it can associate a s...
932 * 502335 : [souphttpsrc] some enhancements
933 * 502879 : videoparse segmentation fault
934 * 503308 : Changing tempo using pitch plugin doesn't update length info
935 * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
936 * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
937 * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
938 * 508515 : [rtpbin] allow request_new_pad with name NULL
939 * 508587 : Improvement to rtpsession
940 * 508979 : Enhancement for xingmux
941 * 510708 : [souphttpsrc] support for libsoup-2.4
942 * 511001 : enhanced deinterlace plugin
943 * 511146 : rtpjitterbuffer should not return an error on no-caps
944 * 511530 : DTS library API change?
945 * 511683 : gstrtpbin fails to associate streams together for lipsync
946 * 511686 : make gstrtpjitterbuffer respect different clock rates for...
947 * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
948 * 512654 : [h264parse] does not build in cvs head (unused variable i...
949 * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
950 * 512826 : switch / selector event leak
951 * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
952 * 515564 : souphttpsrc unit test fails to build
953 * 515567 : [states] States unit test should exclude the dvb plugin
954 * 515588 : Warning building tremor plugin
955 * 515720 : [xvid] Memory leak caused by not unsetting GValue
956 * 515721 : [rfb] rfbsrc leaking the rfb decoder
957 * 515722 : [fbdev] Leaking the device property string
958 * 515815 : [mpegvideoparse] fix a few new memory leaks
959 * 515860 : plugins should not install headers - fix metadata
960 * 515919 : Fix a bunch of finalize leaks
961 * 515964 : [docs] Still contains docs for the GIO plugin although it...
962 * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
963 * 516061 : [h264parse] fix a few new memory leaks
964 * 516094 : Remove glimagesink from -bad
965 * 516114 : dvbbasebin leaks the location string when the uri handler...
966 * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
967 * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
968 * 516448 : criticals due to missing debug category init in mpegtsparse
969 * 516499 : critical caused by assuming optional property " descriptor...
970 * 517391 : [tta] Doesn't link with libm
971 * 517571 : small memory leak in gstrtpbin
972 * 517684 : [mythtvsrc] Small bug fixes
973 * 478159 : Could not decode realvideo buffer
974 * 497020 : Add fully async HTTP source based on libsoup.
975 * 501562 : [switch] bogus locking order
977 Changes since 0.10.4:
979 * New plugin - realdec for decoding Real streams using binary libs
980 * New plugin - MythTV source
981 * New plugin - appsrc (for application data insertion)
982 * New plugin - VMnc VMware capture decoder
983 * New plugin - JACK audio output
984 * New plugin - interleave/deinterleave
985 * New plugin - RTP manager
986 * New plugin - Bayer to RGB converter
987 * New plugin - ReplayGain support
988 * New plugin - DirectShow win32 input support
989 * New plugin - videosignal/videoanalyse
990 * LADSPA plugin improvements
991 * IIR equaliser ported to 0.10 (iirequalizer)
992 * libsndfile output ported to 0.10
993 * mpegvideoparse ported to 0.10 and improved
994 * switch element ported to 0.10
995 * VCD source element ported to 0.10
996 * AMR-WB support fixes
997 * MIDI renderer plugin based on timidity
998 * Windows and OS/X output plugins moved to the Good module
999 * qtdemux, wavpack and videocrop plugins moved to the Good module
1000 * Many other bug fixes and improvements
1001 * Parallel installability with 0.8.x series
1002 * Threadsafe design and API
1004 Bugs fixed since 0.10.4:
1006 * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el...
1007 * 333307 : AmrWB Plugin
1008 * 345633 : [nassink] port to 0.10
1009 * 354174 : [PATCH] add REAL support by using the proprietary drivers
1010 * 354451 : [mythtvsrc] Plugin for MythTV source
1011 * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea...
1012 * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good
1013 * 375264 : [neonhttpsrc] add seek support
1014 * 376591 : configure.ac looks for wrong symbols for FAAD support
1015 * 382184 : Port interleave and deinterleave to 0.10 for audio channe...
1016 * 388050 : [neonhttpsrc] code simplifications
1017 * 392112 : [rfbsrc] doesn't build with MinGW
1018 * 393622 : Not building real plugin, only works on 32bit x86 platforms.
1019 * 395536 : [wavpackenc] Trivial cleanup
1020 * 395597 : Deinterleave fails to negotiate with alsasrc when using D...
1021 * 400555 : dts-in-wav: only 2 channel recognised
1022 * 402470 : [osxvideosink] video sink for MacOSX
1023 * 412077 : [speed] can't initially set speed > 1
1024 * 412710 : [replaygain] Add playback elements
1025 * 413818 : [neonhttpsrc] errors out on redirects
1026 * 421110 : New x264enc plugin
1027 * 421598 : [wavpack] Add support for non-8*n depths and don't play a...
1028 * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong
1029 * 423741 : [amrwb] use external shared libamrwb
1030 * 430594 : Unable to compile gst-plugins-bad CVS
1031 * 430598 : [realvideodec] dll functions not available on MinGW
1032 * 430664 : name conflict for " rtpbin " element
1033 * 437260 : CFLAGS are poinsoned by the OpenGL test
1034 * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ...
1035 * 437539 : Compilation of DirectDraw and DirectSound plugins using m...
1036 * 439405 : YUV not working in GL image sink.
1037 * 439910 : [switch] Warning in a debug function (Mingw)
1038 * 439911 : [qtdemux] Warning in a debug function (MinGW)
1039 * 439914 : [directdraw] Warnings when using MinGW
1040 * 440466 : [PLUGIN-MOVE] osxvideo
1041 * 440774 : [sdl] sdlvideosink has ill-formatted element details
1042 * 442689 : [neon] Property-related cleanups of neonhttpsrc
1043 * 445189 : PLUGIN-MOVE - Move Windows sinks to -good
1044 * 348973 : New plugins: MVE muxer/demuxer
1045 * 391971 : Fix build with gcc-2.x
1046 * 392313 : [directdrawsink] dist and add to gst-plugins-bad
1047 * 392638 : [directsoundsink] dist and add to gst-plugins-bad
1048 * 392856 : [qtdemux] plugin must link against zlib (error with MinGW)
1049 * 403572 : Port equaliser element to 0.10
1050 * 352605 : [PLUGIN-MOVE] move wavpack to -good
1051 * 426972 : Specific set of H.264 files cannot be played
1052 * 434101 : [gsm] doesn't link against libgstbase-0.10
1054 Changes since 0.10.3:
1056 * V4L2 source element moved to Good plugins
1057 * Many improvements in Quicktime playback
1058 * Xvid encoding and decoding improvements
1059 * FAAD decoder fixes
1060 * New element: alsaspdifsink for IEC958 output
1061 * Spectrum FFT analysis element ported
1062 * New element: h264parse. H.264 Parser
1063 * Fixes in bz2 support
1064 * New element: theoraexpdec. Libtheoraexp based Theora decoder
1065 * New element: wavpackenc. Wavpack decoder
1066 * Improvements in the libneon based http source
1067 * gstfilter ported to 0.10
1068 * mpeg2enc ported to 0.10
1069 * New element: nsfdec. NSF decoder
1070 * New element: spcdec. libopenspc based SPC decoder
1071 * videocrop ported/re-written from 0.8
1072 * cdaudio element ported to 0.10
1073 * New element: rganalysis. ReplayGain analysis element
1074 * New element: dvbsrc. DVB source element (disabled by default)
1075 * deinterlace (Simple deinterlacer) ported from 0.8
1076 * New element: nuvdemux. NUV video demuxer
1077 * Fixes in the DirectDraw output elements
1078 * New elements: multifilesrc, multifilesink
1079 * y4mencode ported from 0.8
1080 * rfbsrc, librfb based capture source ported from 0.8
1081 * New element: jackaudiosink. JACK audio output element
1082 * Many other fixes and improvements
1084 Bugs fixed since 0.10.3:
1086 * 379261 : crash in Movie Player: Trying to play a partial...
1087 * 151192 : [PATCH] nsf decoder
1088 * 124580 : [jacksink] plugin needs a maintainer/love/to be updated
1089 * 330632 : [qtdemux] MP3 stream in MP4 container not playable
1090 * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode
1091 * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ...
1092 * 340638 : New plugin: h264 parse element
1093 * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ...
1094 * 341461 : gst-plugins-bad missing -no-undefined again
1095 * 341563 : [faad] fails to decode middle of file, should just skip o...
1096 * 343031 : v4l2src caps negotion is faulty
1097 * 343131 : [wavpack] add wavpack encoder
1098 * 343184 : [mpeg2enc] ported to 0.10
1099 * 343866 : cygwin fixes
1100 * 344472 : [wavpackdec] should post audio codec tag and extract bitrate
1101 * 344821 : [pitch] controllable properties
1102 * 344944 : AAC Support crashes with some files
1103 * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x
1104 * 345336 : modplug plugin doesn't work on AMD64
1105 * 345653 : [videocrop] port to 0.10, support all common formats
1106 * 346853 : [PATCH] ported gstfilter elements to 0.10
1107 * 347079 : [qtdemux] plugin doesn't decode Year
1108 * 347443 : [wavpack] port parser/decoder to official API and random ...
1109 * 347935 : [nsf] warning when building RPM
1110 * 348220 : New libopenspc-based SPC playback plugin
1111 * 348976 : [xviddec] crashes after invalid unit size warning
1112 * 350399 : [qtdemux] extract multiple redirect locations and require...
1113 * 350741 : [faac] Wrong bitrate set
1114 * 351495 : [wavpackparse] add support for push-based mode
1115 * 351557 : [wavpackparse] resync in push mode if sync was lost
1116 * 357069 : [rganalysis] New element: ReplayGain analysis
1117 * 357212 : [glimagesink] crashes if no DISPLAY
1118 * 361260 : New element: nuvdemux
1119 * 362626 : Fixes compiling with forte: warning clean up (part 5)
1120 * 376106 : Port rfbsrc to gst 0.10
1121 * 378613 : [qtdemux] non-working redirect ('alis' redirect reference...
1122 * 382203 : ladspa element needs to be enabled
1123 * 384294 : [modplug] returns position query results in attoseconds
1124 * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
1125 * 385788 : [SECURITY] buffer overflows in modplug
1126 * 387076 : [wavpack] Wrong include
1127 * 387122 : [qtdemux] regression: crash in parse_trak
1128 * 387160 : [qtdemux] posts buffering message which can cause hangs
1129 * 351659 : [wavpackparse] fix resync in push mode, implement it in p...
1130 * 351663 : [wavpackenc] doesn't set correct caps on source pad
1131 * 352476 : [wavpack] documentation, unit tests, memleak fix
1132 * 366523 : [directdraw] fix playback and vs8 fixes
1133 * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen...
1134 * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I...
1135 * 387137 : Regression: qtdemux paletted image handling
1136 * 349916 : [gdp] raw audio saved in gdp, when depayloading complain...
1137 * 346723 : gstneonhttpsrc fails for URL
1138 * 347439 : [qtdemux] seeks poorly in files with slideshows
1139 * 349204 : [gdp] raw audio saved in gdp does not depayload correctly
1140 * 351825 : [qtdemux] doesn't set proper caps for RGB video
1141 * 367696 : [qtdemux] No support for QuickTime Animation (RLE).
1142 * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10
1143 * 380610 : [rganalysis] Incorrect event handling
1144 * 383471 : cannot link 1 ch raw 24-bit PCM audio
1145 * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port
1147 There was no 0.10.2 release
1149 Changes since 0.10.1:
1151 * FAAD/AAC decoder improvements
1152 * Better QuickTime support
1153 * Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
1154 * New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
1155 * Musepack decoder improved
1156 * libneon based http input now supports iradio mode
1157 * More uniform plugin descriptions
1160 Bugs fixed since 0.10.1:
1162 * 334700 : [qtdemux] Memory leaks
1163 * 333307 : AmrWB Plugin
1164 * 330317 : New xingmux element for writing Xing headers
1165 * 304795 : [ximagesrc] port to 0.9 [PATCH]
1166 * 154906 : [qtdemux] A/V Synch problem + crackling sound
1167 * 167129 : [qtdemux] eats last chunk
1168 * 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
1169 * 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
1170 * 321351 : extracted AAC output is played too slow
1171 * 324082 : [qtdemux] [faad] playback issues with quicktime videos
1172 * 327075 : [qtdemux] add support for palettized SMC videos
1173 * 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
1174 * 331335 : New Element: libsoundtouch based pitch shifter
1175 * 331909 : support for more fourccs in qtdemux
1176 * 332066 : [qtdemux] doesn't extract Disc Number field from some files
1177 * 332155 : Seeking problems in .mov files
1178 * 332402 : quicktime file will not play
1179 * 332598 : port modplug to 0.10
1180 * 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
1181 * 333283 : [xviddec] Fix build with gcc 2.95
1182 * 333501 : [patch] taglib element
1183 * 334123 : [taglibmux] fixes for TPOS and TCOP
1184 * 334417 : autogen.sh bit rot
1185 * 334748 : [faad] doesn't take sampling rate from demuxer
1186 * 335585 : xvidenc does not mark key-frame/delta-units
1187 * 336898 : Port musicbrainz/trm plugin to 0.10
1188 * 337263 : plugins need better/unified descriptions
1189 * 338233 : theora-exp api out of sync
1190 * 339041 : qtdemux : Floating point exception
1191 * 339074 : Thumbnail generation fails on the following file
1192 * 337436 : Sound is very jerky on this .mov file
1193 * 338935 : [qtdemux] floating point exception parsing trac header
1195 Changes since 0.10.0:
1197 * Parallel installability with 0.8.x series
1198 * Threadsafe design and API
1199 * Lots of fixes for the QT/MOV demuxer, including restoring
1200 the ability to play web streams, and more codecs supported
1203 * DirectFB plugin updated
1204 * New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
1205 * New libneon based http source filter
1206 * APE tag reader moved to gst-plugins-good module
1208 Bugs fixed since 0.10.0:
1210 * 303167 : Add bzip2 support
1211 * 322973 : [wavpack] erroneous sampling rates range
1212 * 326524 : Support for Indeo 3-encoded QuickTime files
1213 * 327133 : [qtdemux] QuickTime with 8-bit audio
1214 * 328854 : AAC+ stream not working with FAAD plugin
1215 * 330089 : [bz2] Wrong mimetype and no typefinding
1216 * 331302 : bz2 plugin source files lack copyright notices
1217 * 331543 : crash on iTunes MPEG v4 AAC-LC files
1218 * 331582 : [qtdemux] protect log statement against invalid memory access
1220 Bugs fixed since 0.9.7:
1222 * 322962 : wavpack plugins don't get built
1224 Changes since 0.9.6:
1229 Changes since 0.9.5:
1231 * Fractional framerates
1233 Bugs fixed since 0.9.5:
1235 * 320532 : [faac] set output samplerate and number of channels
1236 * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
1238 Changes since 0.9.4:
1240 * Parallel installability with 0.8.x series
1241 * Threadsafe design and API
1242 * qtdemux supports custom genre tags
1243 * tremor integer vorbis decoder ported
1244 * directfb video sink ported (with examples and documentation!)
1246 Bugs fixed since 0.9.4:
1248 * 321241 : faad compile fix
1250 Bugs fixed since 0.9.3:
1252 * 317438 : [speed] fix 0.9 port
1253 * 318659 : [faac] problem with float capabilities
1254 * 318660 : [faac] missing unrefs
1256 Changes since 0.9.1:
1258 * ported gsm, tta, sdlvideosink