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