From f19ab77fd818e020070c49d312c4a6e9eac3bc97 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 21 Dec 2006 15:40:55 +0000 Subject: configure.ac: releasing 0.10.5, "The Path of Thorns" Original commit message from CVS: === release 0.10.5 === 2006-12-21 Jan Schmidt * configure.ac: releasing 0.10.5, "The Path of Thorns" --- NEWS | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ee384574..d0f0de15 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,87 @@ -This is GStreamer Good Plug-ins 0.10.4, "Dear Leader" +This is GStreamer Good Plug-ins 0.10.5, "The Path of Thorns" +Changes since 0.10.4: + + * Parallel installability with 0.8.x series + * Threadsafe design and API + * RTP/RTSP improvements + * Fixes in OSS support + * Addition of the audiopanorama element + * Improvements in AVI playback + * Annodex playback fixes + * Support FLAC in OGG and Matroska + * Fixes in the Speex decoder + * V4L2 source moved from Bad Plugins + * SMPTE element ported to 0.10 + * GStreamer Data Protocol (GDP) Payloader and Depayloader elements added + * Many other bug-fixes + +Bugs fixed since 0.10.4: + + * 336465 : [patch] Streaming support for avidemuxer + * 349207 : [PLUGIN-ADD] audiopanorama + * 341278 : [autoaudiosink] should fallback to fakesink + * 342950 : Implement device profiles in autoaudiosink/autoaudiosrc + * 348233 : dv1394src crashes with libavc1394 0.5.3 - cause known + * 349015 : [sunaudio] open source with O_NONBLOCK + * 349894 : RTSP Multicast + * 351347 : --disable-schemas-install now works too well + * 351794 : [id3demux] try harder to extract wrongly marked strings + * 352577 : [avidemux] regression in CVS with Elephant's Dream + * 355210 : Sample pipeline from the documentation doesn't work properly + * 356142 : GST Sun Audio Mixer doesn't set only Output Track as Mast... + * 356147 : [avimux] duration in header not correct for big avi ( > 2 ... + * 357592 : Avoid compiler warnings with uClibc and -Werror + * 361637 : h263 variant missing from RTP (de)payloaders' caps + * 361639 : MPA payloader's payload number is incorrect + * 362603 : Fixes compiling with forte: warning clean up (part 4) + * 362673 : Playback with 4Front OSS driver not working due to blocki... + * 366492 : add windows vs8 project files + * 369621 : [avidemux] Out-of-sync playback with VBR MP3 audio + * 372021 : flxdec has wrong classification + * 374213 : Seeking with LADSPA plug-ins fails + * 374479 : [PATCH] videomixer memleak fix and enhancement + * 374737 : [matroskademux] doesn't recognise opaque " A_AAC " codec ID + * 376594 : id3demux crashes when reading compressed ID3 frames + * 379433 : [PATCH] avidemux audio pad reports wrong position upon query + * 379792 : Remove memcpy in multipartmux and fix RFC compliance + * 379918 : Doesn't compile with newer libcaca versions (0.99.beta4+) + * 380199 : [matroskademux] Wrong framerate conversion + * 380825 : make avimux accept video/mpeg in versions 1, 2 and 4 + * 381857 : [id3v2mux] crashes trying to write empty frames + * 382179 : Videomixer shouldn't reset position to 0 when the caps ar... + * 382277 : multipartmux modifies buffer timestamp + * 382982 : [apedemux] Fails to read track gain or other doubles + * 383001 : [PATCH] if using multicast in udpsrc, bind to the multica... + * 383043 : Videomixer can crash when adding/removing pads while pla... + * 383596 : mixer doesnot work if set AUDIODEV on solaris + * 384587 : libcaca check breaks cross-compile + * 385031 : [id3demux] autoplug loop if first buffer has nonzero offs... + * 385623 : [quarktv] crash when plugged dynamically into a pipeline + * 343348 : [matroska] add support for vobsub subtitles + * 345449 : [icydemux] Internet radio hangs when connecting to radio.... + * 348762 : [ID3v2] comment frame extraction/writing doesn't retain d... + * 351116 : 'make check' tries to run annodex unit tests even if anno... + * 352110 : [flacdec] no support for ogg flac + * 366155 : [matroskademux] Several problems in encoding handling code + * 374658 : [matroskamux] add tag writing support and implement relea... + * 378184 : g-s-p crash due to incorrect free from do_toggle_element + * 360673 : [PATCH] Stuttering with SunAudio Sink + * 349068 : multipart demuxer improvements + * 350006 : [LADSPA] after changing state from PLAYING to READY/NULL,... + * 350340 : CMML test cases and small fixes + * 350785 : [ossmixer] provides no way to set mixer device + * 353908 : Error seeking at the beginning of a CMML file + * 356596 : [wavparse] Does not support GSM encoded audio + * 358156 : in udpsrc.c gst_udpsrc_create function read command could... + * 361252 : Memory leak in udpsrc + * 364958 : [avidemux] broken timestamping in streaming mode + * 367221 : [PATCH] videomixer does not mix for some framerate combin... + * 368162 : iLBc rtp payloaders and depayloaders not compiled + * 377792 : rtspsrc tries to stream application/x-wms-rtx + * 383323 : smpte doesn't handle sink1 and sink2 correctly + * 383726 : [audiopanorama] only transforms half of the samples in fl... + * 349901 : [LADSPA] gst_element_class_add_pad_template: assertion `g... + * 375476 : v4l2src cannot close /dev/video0 Changes since 0.10.3: -- cgit