From 66ea76773c47f531572f16b515094e9a2a33e605 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 31 Jul 2008 22:10:17 +0000 Subject: Release 0.10.9 Original commit message from CVS: Release 0.10.9 --- NEWS | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3edef7e2..d9f611dc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,95 @@ -This is GStreamer Good Plug-ins 0.10.8, "One For The Money" +This is GStreamer Good Plug-ins 0.10.9, "Steam Train Rolling" + +Changes since 0.10.8: + + * Replaygain elements moved from Bad + * Interleave/Deinterleave elements moved from Bad + * Pulseaudio plugin http://pulseaudio.org is now integrated + * New simple Karaoke audio effect plugin + * Improvements in v4l2src + * Multi-channel FLAC file fixes + * AVI and Quicktime reverse playback support + * AVI and Matroska muxing improvements + * New element for rendering SMPTE transitions into alpha channels + * Many improvements in the Win32 directdraw elements + * Error out cleanly for encrypted streams + * RTP/UDP handling improvements + * RTSP digest authentatication implemented. + * New RTP Pay/Depay-loaders for Speex, G.729, DV & raw video/audio + * Error concealment for Speex + * Many other bug-fixes and enhancements + +Bugs fixed since 0.10.8: + + * 541787 : incorrect timestamp + * 413705 : [PLUGINS MOVE] gst-plugins-good contails GPL'ed libcdio p... + * 345393 : Missing documentation + * 400679 : [PLUGIN-MOVE] pulse-gst to -good + * 422917 : G729 payloader/depayloader + * 429322 : [matroska-demux] hangs if file starts at non-zero timestamp + * 465146 : Add more complete negotiation to gstrtpbasepayload + * 469917 : multiudpsink IPv6 and diffserv TOS/TC markup + * 499318 : [osxvideosink] warnings on build (ppc, 64bit, 10.4) + * 503288 : rtph264pay does not split multiple NAL units in incoming ... + * 511489 : avimux muxed audio and video out of sync + * 512345 : gstalpha: chroma-key should not set alpha to 0 if brightn... + * 515962 : [udp] add ipv6 support to multiudpsink and udpsrc, add mu... + * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid... + * 519301 : avimux fails when going from NULL to playing a second time + * 519460 : 8 bytes missing in AVI streamheader + * 520092 : v4l2src proposed patches + * 520885 : directdrawsink has some issues + * 527865 : [PATCH] [matroskademux] uses wrong colourspace for palett... + * 529454 : [udpsrc] generates false error on win32 due to ICMP dest-... + * 529692 : [goom] fails to build on Windows with mingw32 + * 529707 : [rtp] fails to build on Windows with mingw32 + * 530886 : Support more mpeg2 variants in .mov files + * 531532 : rtspsrc leaks filedescriptors when gst_rtspsrc_open fails + * 531672 : [qtdemux] does not handle files with edit lists correctly... + * 532295 : gconf setting default audio sink to video default visualizer + * 532393 : [dvdec] Shouldn't be GST_RANK_PRIMARY + * 532409 : RTP payload/depayloader for G.729 + * 532423 : RTP payload/depayloader for DV + * 533264 : Make v4l2 compile without X + * 533619 : udpsink dies when Linux fails (for no reason) sendto() wi... + * 535121 : [videomixer] proper seek/segment handling + * 535300 : [avidemux] missing support for reverse playback. + * 535935 : [qtdemux] Missing metadata + * 536228 : [PLUGIN-MOVE] Move interleave/deinterleave to gst-plugins... + * 536317 : [v4l2src] Doesn't compile with latest git kernel + * 536646 : v4l2src doesn't pick the optimal resolution + * 536831 : v4l2src == non-experimental + * 536903 : udpsrc now assumes one is using multicast + * 537021 : [cdio] does not extract album title from CD-TEXT + * 537031 : Enhancement to SunAudio mixer plugin + * 537361 : videomixer segment handler fail + * 537377 : Gstreamer avidemux fails on avi files with non-AV data st... + * 537622 : [matroskademux] Doesn't export covers (file attachments) + * 537675 : rtp vorbis/theora payloader static caps don't specify del... + * 537832 : rtsp is broken + * 539372 : udpsrc do not set port properly on anonymous binding + * 539548 : [udpsrc] Fails to bind with permission denied when trying... + * 540067 : souphttpsrc does not support http authentication + * 540300 : [souphttpsrc] souphttpsrc does not seek ahead in http stream + * 540940 : Quicktime demuxer does not handle dirac in QT files + * 541081 : [v4l2src] Doesn't compile with on old kernel + * 541384 : cross mingw32 gcc: making goom compile + * 541412 : cross mingw32 gcc: making libgstrtp plugin compile + * 541650 : udpsrc fails to parse URI with IPv6 address + * 541956 : v4l2src only requests interlaced video + * 542410 : qtdemux not recognizing pcm 8bit streams correctly + * 543054 : [osxvideosink] minor build issue + * 543255 : -Wno-attributes does not exist in every gcc version + * 543259 : warning in gstv4l2src.c due to an uninitialized variable + * 543300 : [qtdemux] [PATCH] wrong depth in RLE video caps and wrong... + * 544509 : [qtdemux] Regression in segment.stop + * 539482 : [avidemux] Doesn't parse vprp ODML header + * 544433 : Some -good plugins aren't buildable with MSVC + * 536994 : Improve v4l2src negotiation a bit more + * 329198 : GStreamer-CRITICAL: gst_pad_activate_pull: assertion `old... + * 532065 : Implement RTSP Digest authentication + * 533287 : Mapping of mime types to gst names in multipartdemux + * 538891 : G.726 pay/depayloader is missing Changes since 0.10.7: -- cgit