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