summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-20 22:34:18 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-20 23:17:10 +0100
commitd48d6986ce09228ef504cf0471fe3eacf83f29f7 (patch)
treeb311ae0253584486225f74f0f98c30dd5a2fad20 /RELEASE
parent1c0c597ab9bcbeeaf0b38573c82bba13ac273bfc (diff)
Release 0.10.15
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE225
1 files changed, 108 insertions, 117 deletions
diff --git a/RELEASE b/RELEASE
index 937a21ef..b72370eb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Good Plug-ins 0.10.14 "Disaffected Affectation"
+Release notes for GStreamer Good Plug-ins 0.10.15 "I've been up all night"
@@ -54,102 +54,83 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * Add autodetect source elements
- * Improvements in RTP payload/depayload and RTSP
- * Support float input in wav, and require depth == width
- * Support inverted RGB video in avi
- * Compilation fixes and smarter format selection in V4L2 support
- * Use libv4l when available
- * Don't install static plugin libraries any more
- * Matroska muxing: Add Dirac, fix AAC
- * Improve qtdemux segment handling
- * Add presets to equalizer
- * OS/X video and audio output improvements
- * Rework Pulseaudio audio output
- * Support basic and digest auth in souphttpsrc
- * Use libsoup-gnome instead of libsoup when available
- * DV demuxer fixes
- * New IIR and FIR base classes and echo filter in audiofx plugin
- * Improved spectrum analysis plugin
- * 8 bit greyscale support in v4l2src and videocrop
- * New aspectratiocrop element
- * Many other bug fixes and improvements
+ * Some fixes for seeking in wav and FLAC files
+ * Faster seeking in Matroska and AVI files
+ * RTSP and RTP improvements
+ * directdrawsink moved to Bad
+ * y4menc and flvmux/flvdemux moved from Bad
+ * deinterlace2 moved from Bad, replacing deinterlace
+ * Many bug fixes and improvements
+ * Pulseaudio sink completely overhauled
Bugs fixed in this release
- * 561502 : Not-negociated error in udpsrc
- * 522183 : add preset suport to gstequalizer
- * 523813 : [autodetect] add autovideosrc and autoaudiosrc
- * 557709 : goom should have license headers in all source files
- * 560155 : segfault when trying to set tag to NULL with avimux
- * 527951 : [new element] aspectratiocrop
- * 529379 : RTSP seeks when pipeline is in STATE_PAUSED
- * 532409 : RTP payload/depayloader for G.729
- * 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
- * 537540 : [pulse] Causes a deadlock when the pulseserver dies
- * 537543 : [pulse] sink/src should have " volume " property (was GstMi...
- * 545033 : [v4l2src] Add support for camera specific formats
- * 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
- * 556019 : Add the ability to make souphttpsrc act as a live source
- * 556484 : Implement getcaps in rtpL16pay
- * 556641 : rtpL16depay doesn't support multichannel audio
- * 556802 : Misspelled messages
- * 556955 : [videocrop] fails to renegotiate
- * 556986 : pulsesink deadlocks when raising an error
- * 557260 : [equalizer] Calculates coefficients for every buffer
- * 557293 : Argument type mismatch on Windows
- * 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
- * 557710 : Memory leak related to matroskamux's request pads
- * 558427 : rtpmpapay/depay are too wide
- * 558638 : Compiler error on v4l2
- * 558711 : gst-plugins-good-0.10.11 compile fails
- * 559288 : [qtdemux] deadly embrace!
- * 559545 : rtspsrc could not receive data from RTSP server because o...
- * 559547 : Seek bugs when playing rtsp video in m.youtube.com
- * 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
- * 560756 : New Plugin: JPEG RTP Payloader
- * 561625 : Rtspsrc set segment's last_stop incorrectly
- * 561775 : souphttpsrc patch to support basic and digest authentication
- * 561802 : DLNA specific HTTP header missing
- * 561990 : qtdemux build fails on mingw due to missing definition of...
- * 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
- * 562572 : multiudpsink handles errors in _render() too aggressively
- * 563414 : Fix for SunAudioMixer plugin
- * 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
- * 563509 : [rtp_data_test] Complains about negotiation errors with m...
- * 563510 : [videocrop] 1x1 unit test fails
- * 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
- * 564948 : Fix and clean up osxaudio
- * 565850 : mov files can contain xvid, fmp4 and ac3 tracks
- * 566616 : v4l2src: b/w support
- * 566843 : [pulse] Terminating an audio stream hangs the application
- * 567577 : [audiofx] Add generic IIR/FIR audio filter elements
- * 567642 : spectrum element has undocumented arbitrary limitation on...
- * 567746 : fix for 547227 created a ref loop
- * 567794 : [PATCH] Rework pulse plugin
- * 567800 : Mp4 created by Avidemux don't play.
- * 567853 : osxaudiosrc does not build on 10.4
- * 567874 : [audiofx] Echo/Reverb filter
- * 567955 : [spectrum] Need compensation for rounding errors
- * 567992 : [videocrop] wrong mouse navigation commands while cropping
- * 568395 : [audiofx] Rename audioreverb to audioecho
- * 568780 : elements/videocrop check fails
- * 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
- * 569820 : In some cases v4l2src element does not return correct norm
- * 570343 : equalizer bands != specified parameters
- * 570435 : Read Title element of Matroska files
- * 571038 : [osxvideosink] build fail
- * 571150 : aspectratiocrop : Memory leak
+ * 572551 : mpeg4videoparse fails to extract codec_data from this net...
+ * 577318 : rtspsrc appears to be leaking memory
+ * 576286 : [videomixer] Should accept/output non-alpha streams
+ * 581333 : rtspsrc: request_pt_map in gstrtspsrc.c fails to return c...
+ * 478092 : gstid3v2mux.cc:deprecated conversion from string constant...
+ * 486915 : [videomixer] segmentation fault on gst-inspect
+ * 509311 : [rtph263pay] rtph263pay does not follow rfc2190
+ * 516031 : flac within ogg container can't be played on Jokosher
+ * 537537 : [pulse] Latency issues
+ * 537609 : RTSP - rtspsrc module support for Scale header
+ * 552650 : [rtspsrc] (partially) fails SETUP with MS RTSP servers
+ * 562168 : Good plugins' configury overloads --disable-debug
+ * 563574 : v4l2src should capture in non-blocking mode
+ * 567140 : G726 Packetizer issue for 24kbps & 40 kbps datarate
+ * 567857 : [udpsrc] loop on gst_poll_wait when POLLERR because of icmp
+ * 570781 : [alawdec] spews ERROR debug messages on shutdown/seek/not...
* 571153 : [pulsemixer] compiler warnings (on ARM)
- * 571204 : [pulsesink] PA assertion failure triggers abort
- * 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
- * 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
- * 420658 : gconfaudiosink is not behaving normally
- * 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
- * 561580 : GStreamer does not play a specific WAV file
- * 563056 : " rtpjpegdepay ! jpegdec " doesnt works
- * 565441 : Smoke encoder doesn't set caps correctly
- * 567952 : videocrop: add b/w support
+ * 571321 : gconfvideo{src,sink} don't disconnect gconf notifications
+ * 572256 : gst/avi/gstavidemux.c: Alignment trap in gst_avi_demux_pa...
+ * 572358 : law encoders _getcaps ignore rate/channel if not both are...
+ * 572413 : [jpegenc] crashes if no input format has been set
+ * 573173 : Added Quicktime HTTP tunneling to the RTSP src element
+ * 573342 : Unconditioned EAFNOSUPPORT in gstudpnetutils.c
+ * 573343 : Type mismatches in gstdirectdrawsink.c
+ * 573721 : [PLUGIN-MOVE] move directdrawsink back to -bad
+ * 573737 : [PLUGIN-MOVE] Move FLV to -good
+ * 574270 : [rtspsrc] Range request is wrong (should say: npt=now-)
+ * 574275 : flacdec ! appsink with a seek seems to drop the first buffer
+ * 577468 : [id3demux] Frames not extracted if tag is unsynchronised
+ * 577609 : [id3v2mux] write RVA2 frames for peak/gain volume data
+ * 577671 : [rtspsrc] deadlock on shutdown (locking order problem?)
+ * 578052 : gstavidemux: support seeking and duration query in defaul...
+ * 578135 : [qtdemux] missing 3gpp Asset metadata handling
+ * 578310 : [matroskamux] - Should suppport speex
+ * 579070 : [sunaudio] fix compiler warnings
+ * 579422 : flacdec can block allocating before it sent a new-segment
+ * 579808 : [jpegdec] Doesn't support additional 0xff before end marker
+ * 580746 : [qtdemux] 3GPP classification entity byte order reversed
+ * 580783 : [PLUGIN-MOVE] Move y4menc to -good
+ * 580851 : rtspsrc: various; sanity of ranges, setting of base_time ...
+ * 580880 : gstrtpjpegpay is not functioning properly; rtp jpeg paylo...
+ * 581329 : rtspsrc: NAT dummy packets not being sent
+ * 581568 : ability for replaygain plugin to post level messages
+ * 581806 : [souphttpsrc] Should allow overriding the referer
+ * 581884 : [PLUGIN-MOVE] Move deinterlace2 to gst-plugins-good
+ * 582252 : rganalysis test broken by recent commit
+ * 582281 : [rtp] Forgets to link to $(LIBM)
+ * 582387 : [avidemux] Seeking regression
+ * 582420 : flacdec unit test broken on PPC
+ * 582661 : [deinterlace] Fix latency query to return unbound max lat...
+ * 582715 : gcc warnings about unitialized
+ * 582753 : flacdec check fails
+ * 582794 : rganalysis unit test fails with git core
+ * 568278 : [qtdemux] add support for vob subtitle streams
+ * 569611 : GStreamer videobox element draws thin green lines on edge...
+ * 571294 : [matroskamux] Should ignore framerate of 0/1
+ * 574169 : avidemux/theoradec don't work well together
+ * 575234 : Network interface selection for multicasting with the udp...
+ * 576729 : [rtspsrc] perform EOS handling earlier
+ * 578257 : Image problems using rtpjpeg(de)pay
+ * 579069 : rtp h263pay build fixes
+ * 580554 : PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
+ * 581432 : [multipartdemux] source pads are leaked
+ * 581444 : [multipartdemux] free memory read of buffer timestamp
+ * 582218 : Uninitialized variable may be used in gstavidemux.c
+ * 575937 : udp/gstudpnetutils.c: ip_mreqn unavailable on Solaris (an...
Download
@@ -178,45 +159,55 @@ Applications
Contributors to this release
- * Alexandre Rostovtsev
+ * Alessandro Decina
* Andy Wingo
- * Bastien Nocera
- * Bjorn Ostby
- * Brian Cameron
- * Brijesh Singh
+ * Arnout Vandecappelle
+ * Aurelien Grimaud
+ * Benjamin Otte
+ * Chris Winter
* Christian Schaller
- * Cygwin Ports maintainer
+ * David Adam
+ * David I. Lehn
* David Schleef
+ * Edgar E. Iglesias
* Edward Hervey
- * Eric Zhang
- * Fabricio Godoy
+ * Felipe Contreras
+ * Gabriel Bouvigne
+ * Hans de Goede
+ * James Andrewartha
* Jan Schmidt
+ * Jan Smout
+ * Jan Urbanski
+ * Janin Kolenc
+ * Johan Dahlin
* Jonathan Matthew
+ * Josep Torra
* Julien Moutte
- * Justin Karnegas
- * Lennart Poettering
- * Luotao Fu
+ * Laszlo Pandy
+ * Leif Johnson
+ * Levente Farkas
+ * Marc-Andre Lureau
+ * Marco Ballesio
* Mark Nauwelaerts
+ * Martin Eikermann
* Michael Smith
- * Nick Haddad
* Olivier Crete
- * Pepijn Van Eeckhoudt
+ * Olivier Crête
+ * Patrick Radizi
* Peter Kjellerstedt
- * Robin Stocker
- * Ron McOuat
- * Sascha Hauer
+ * René Stadler
+ * Ronald S. Bultje
* Sebastian Dröge
* Sjoerd Simons
* Stefan Kost
- * Tal Shalif
- * Thiago Sousa Santos
- * Thijs Vermeir
+ * Steve Lhomme
+ * Stéphane Loeuillet
* Thomas Vander Stichele
* Tim-Philipp Müller
+ * Tristan Matthews
+ * Wai-Ming Ho
* Wim Taymans
- * Yotam
- * Zeeshan Ali
- * j^
- * lrn1986 at gmail dot com
- * 이문형
+ * Wrobell
+ * Youness Alaoui
+ * Zaheer Merali
  \ No newline at end of file