summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-10 23:18:22 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-10 23:18:22 +0000
commit34c128b66ddc9a2b650b303475d1ca5c929bd351 (patch)
tree5acf2682ea119c87001553910849fb8e6731cd6f /RELEASE
parentb40407217d0dc2bc4f219e565e902c8780cdc39f (diff)
downloadgstreamer-plugins-good-34c128b66ddc9a2b650b303475d1ca5c929bd351.tar.gz
Release 0.10.18RELEASE-0.10.18
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE178
1 files changed, 86 insertions, 92 deletions
diff --git a/RELEASE b/RELEASE
index 3c31f2ede..0de6b902a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Good Plug-ins 0.10.17 "They used to sparkle"
+Release notes for GStreamer Good Plug-ins 0.10.18 "Short Circuit"
@@ -54,79 +54,82 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * RTP improvements
- * Support automatic cropping in videobox
- * Add TTL multicast UDP property
- * AVI demux push mode fixes and performance improvements
- * Support large and unusual chunks sizes in wav
- * Quicktime demuxer improvements
- * JPEG decode fixes and speedups
- * Support interlaced Y4M file output
- * DV demuxer improvements
- * Pulseaudio fixes and improvements
- * Support Pulseaudio PLAY/PAUSE requests
- * speexdec improvements
- * FLV demuxer improvements
- * Fix audio noise in the Equalizer plugin, and other improvements
- * Fix compilation on OS/X Snow Leopard
- * AVI muxer fixes
- * Support MPEG V4L2 devices and improve timestamping
- * Better jpeg2k support
- * Many other bug fixes and improvements
+ * v4l2src: implement GstURIHandler interface
+ * matroskamux: make index size configurable
+ * matroskademux: support push based mode
+ * matroskademux: improve stream synchronization
+ * flacdec: fix possible hanging in pull mode seeking
+ * flacdec: use a single decoder field for both push and pull mode
+ * flacenc: optionally add a seek table
+ * rtp: add BroadcomVoice payloader and depayloader
+ * rtp: add G.723 payloader and depayloader
+ * rtph264pay: add option to insert PPS/SPS in streams
+ * rtph264depay: optionally merge NALUs into Access Units
+ * rtspsrc: add user-id and user-pw properties; fix major memory leak
+ * avimux: many fixes, also better compatibility with Windows Media Player
+ * avidemux: per-stream index parsing (= much faster startup)
+ * qtdemux: progressive download support / seeking in push mode
+ * qtdemux: per sample parsing (= much faster start up)
+ * wavenc: Post warning if file hasn't been finalised properly
+ * videomixer: MMX optimisations and other improvements; implement basic QoS
+ * matroska, qtdemux, id3demux: fix language code writing and extraction
Bugs fixed in this release
- * 597848 : " Media Player Classic " won't play certain files produced by avimux.
- * 588245 : TTL is never applied with udpsink/udpmultisink
- * 368681 : avimux + vbr lame always out of sync
- * 458629 : [avidemux] high memory usage for many index entries
- * 561825 : Problem with RTCP thread using freed objects
- * 581334 : [qtdemux] Add support for embedded subtitles
- * 582238 : [videobox] Add support for autocrop to caps
- * 590362 : [v4l2src] x264enc ! qtmux fails because of missing frame duration
- * 591713 : [y4menc] interlaced support
+ * 609405 : [qtdemux] Issues when seeking with file with lots of tracks and edit lists
+ * 503582 : [avidemux] Extract date tag (contained in the IDIT chunk)
+ * 351595 : [flacenc] write seek tables
+ * 505823 : [matroskademux] language tags have wrong iso code
+ * 515073 : [goom] Update to goom2k4
+ * 539858 : not enough NEWSEGMENT events from matroskademux
+ * 554839 : [rtpbin] Automaticaly remove pads
+ * 582575 : [rtph263depay] dropping only part of key frames on lost fragmets
+ * 583367 : gstrtpL16pay ignores max-ptime property
+ * 583985 : [matroskamux] make index size configurable
+ * 587323 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
* 593354 : rtpjitterbuffer sometimes outputs packets with timestamps in the past
- * 593391 : [rtpsession] : rtp_session_on_timeout : Invalid read of size 4
- * 593688 : effectv can no longer be compiled with gcc 3
- * 593757 : [qtdemux] Lack of support for QualComm PureVoice
- * 593764 : [v4l2src] format ordering: put emulated formats behind native formats
- * 593955 : rtpjitterbuffer: clock_rate can change between its check and its use
- * 594039 : missing unref in rtpsource / leak
- * 594133 : [rtspsrc] leaks authentication info
- * 594247 : missing math.h include in rtpjpegdepay
- * 594248 : Use locked-state on internal rtp-bin to avoid shutdown-state-race
- * 594251 : Avoid throwing out reordered packets with the same timestamp
- * 594253 : jitterbuf: Only post a warning of clock-rate changed if it is changed from something initialized
- * 594254 : propagate the pt-type-changed signal
- * 594283 : rtpbin: make free_session() remove dangling stream references
- * 594298 : Check if libsoup has SSL support before running HTTPS test in souphttpsrc testsuite
- * 594490 : gstrtpbin always uses pt to demux
- * 594520 : multipartmux: mark data buffer as delta-unit
- * 594599 : videobox: converts AYUV to I420 incorrectly
- * 594663 : Patch for multifilesink
- * 594691 : rtph263pay: leak
- * 595029 : pulse elements fail to connect to pulse 0.9.9
- * 595220 : gstreamer crashes on pulseaudio latency change
- * 595231 : [pulsesink] Lowers volume after every new track
- * 595888 : qtdemux plugin should not return value from void function
- * 595897 : Problem linking videomixer
- * 595942 : [qtdemux] issue with corrupted 3gp file
- * 596319 : [qtdemux] fails to parse pixel aspect ratio data
- * 597091 : [flvdemux] not outputting no-more-pads causes playbin2 to fail badly on streamed single-stream flv
- * 597214 : [avidemux] Fix printf formats to avoid warnings in avidemux
- * 597348 : [qtdemux] Cast variables passed to printf to avoid warnings about incorrect formats
- * 597351 : [jpegdec] segfaults on a specific picture
- * 597397 : equalizer is non deterministic
- * 597463 : [pulsesrc] has no lower bound for fragment size
- * 597601 : [pulsesink] needs to take control of minreq value
- * 597730 : osssrc rank should be secondary, just like osssink
- * 597847 : Windows Media Player won't play large files produced by avimux
- * 597867 : Plugins good do not build on Ubuntu Hardy (kernel 2.6.24)
- * 598377 : rtpmanager: only forward the lost event to the last seen payloadnumber
- * 598517 : [jpegdec] Regression supporting 4:2:2 jpeg videos
- * 598810 : wavenc: Fix buffer offset by moving length incrementation
- * 598933 : [pulse] Fix the StreamVolume interface not being advertised
- * 601381 : v4l2: Make sure to initialize variables before using them
+ * 595265 : SDES handling in RTPSource
+ * 597497 : can't play a redirecting .mov file via playbin
+ * 597823 : Add rtpg723pay plugin
+ * 599300 : [qtdemux] Doesn't populate video bitrate field
+ * 601143 : v4l2src: add GstURIHandler interface
+ * 601242 : [flvmux] ECMA array with file index lacks final 0x09 byte
+ * 601728 : [rtspsrc] Add username/password properties
+ * 602231 : Deadlock between rtpjitterbuffer and gstrtpbin
+ * 602508 : qtdemux: Parse stbl atom per sample instead of all at once
+ * 602887 : shout2send element won't change from PLAYING state to NULL
+ * 602940 : jitterbuffer is racy determining basetime
+ * 603376 : rtpsession : g_type_create_instance performance issue : avoid buffer ref
+ * 603471 : [flacdec] not timestamping output buffers
+ * 603547 : shout2send plugin sends data too fast
+ * 603779 : [ladspa] Remove ladspa plugin code
+ * 604352 : [rganalysis] miscomputes timestamps
+ * 604611 : [qtdemux] Provides invalid ALAC codec data
+ * 604679 : videomixer MMX code doesn't build on fedora12
+ * 604814 : videomixer make error
+ * 604872 : [udpsink] Add missing 'gssize len' parameter to g_convert()
+ * 604913 : rtph264pay/NALU/rtph264depay
+ * 605222 : Mobile Youtube RTSP streams time out at EOS
+ * 605269 : [shout2][patch] Setting public flag
+ * 605447 : Unable to play Real Audio stream for radioBERLIN.
+ * 605882 : rtpg723pay is incorrect
+ * 606198 : rtph264pay is causing alignment trap on ARM arch
+ * 606438 : multiudpsink: warningfixes for windows
+ * 606692 : Incorrect Center Frequency For Band3
+ * 606807 : audioamplify: allow negative amplifications
+ * 607353 : rtph264pay & base: Don't crash if the other side specifies the profile-level-id
+ * 607440 : [wavenc] should post warning if the file isn't finished properly on pipeline shutting down
+ * 607718 : [qtdemux] Infinite loop doing negative rate playback for single audio stream
+ * 607949 : [avidemux] regression in stop position for mp3 streams
+ * 608209 : [videomixer] blend_mmx.h:173: Error: can't encode register '%ah' in an instruction requiring REX prefix
+ * 608255 : [speex] speexenc crash and leaks in rtpspeexpay and speexdec
+ * 608268 : [flvmux] index timestamps should be in seconds, not milliseconds
+ * 608629 : [pngdec] png_set_gray_1_2_4_to_8() removed in libpng > = 1.4.0
+ * 608671 : [mkv] issues when seeking
+ * 608990 : [qtdemux] Segment start timestamps can be broken
+ * 609107 : [qtdemux] Unknown atoms should also be skipped when looking for moov
+ * 598610 : [matroskademux] Support push mode operation
+ * 594381 : audiofirfilter: Implement FFT convolution
Download
@@ -156,40 +159,31 @@ Applications
Contributors to this release
* Alessandro Decina
- * Andy Wingo
* Arnout Vandecappelle
+ * Arun Raghavan
+ * Aurelien Grimaud
* Bastien Nocera
- * Brian Cameron
- * Christian F.K. Schaller
- * David Henningsson
- * David Schleef
+ * Branko Čibej
+ * David Hoyt
* Edward Hervey
- * Gabriel Millaire
* Havard Graff
- * Håvard Graff
* Jan Schmidt
- * Jarkko Palviainen
- * Josep Torra
- * Laurent Glayal
- * Lennart Poettering
- * Marc Leeman
- * Marc-André Lureau
+ * Jan Urbański
+ * Jonathan Conder
+ * Kipp Cannon
+ * Marco Ballesio
* Mark Nauwelaerts
- * Marvin Schmidt
* Michael Smith
* Olivier Crête
- * Pau Garcia i Quiles
- * Peter Kjellerstedt
- * Priit Laes
- * René Stadler
+ * Pascal Buhler
+ * Peter van Hardenberg
* Robert Swain
+ * Robert Weidlich
+ * Roland Krikava
* Sebastian Dröge
- * Sjoerd Simons
* Stefan Kost
- * Stephen Jungels
- * Stig Sandnes
* Thiago Santos
+ * Tiago Katcipis
* Tim-Philipp Müller
* Wim Taymans
- * Zaheer Merali
  \ No newline at end of file