qtdemux: fix aac channel override based on codec data for 7.1 case
[platform/upstream/gst-plugins-good.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index 0de6b90..66cbd60 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Good Plug-ins 0.10.18 "Short Circuit"
+Release notes for GStreamer Good Plug-ins 0.10.25 "Woe to You Oh Earth and Sea"
         
 
 
@@ -54,82 +54,67 @@ contains a set of less supported plug-ins that haven't passed the
 
 Features of this release
     
-      * 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
+      * v4l2src: massive performance improvement in many cases
+      * streaming mode fixes for avi and matroska/webm
+      * seeking in matroska and webm files that don't have an index
+      * new cpureport element for debugging
+      * avidemux: improve VBR audio stream handling
+      * avidemux: streaming mode fixes: use proper offset for movi-based index, handle 0-size data chunks
+      * debugutils: new element cpureport, posts "cpu-report" element messages on bus
+      * flacdec, rtspsrc, rtph264pay, rtpmp4vdepay: memory leak fixes
+      * gconfvideosrc: use correct GConf key (ie. not the audiosrc key)
+      * gdkpixbuf: remove gdkpixbuf3 plugin again, gdk-pixbuf was split out of gtk+ and will stay at 2.x
+      * id3v2mux: write beats-per-minute tag using TBPM frame
+      * jpegdec: fix markers parsing regression
+      * matroskademux: do not error out on a block with unknown tracknumber
+      * matroskademux: fix streaming in case where the size in bytes is unknown
+      * matroskademux: handle bogus files storing ADTS AAC data
+      * matroskademux: support seeking in local files even if they don't have an index
+      * matroskamux: don't try to seek back and fix up headers if streamable=TRUE
+      * pulsesink: fix race when creating multiple pulsesinks at the same time
+      * qtdemux: also calculate PAR using track width and height for QT files
+      * qtdemux: fix the max/avg in btrt atom reading
+      * qtdemux: improve reverse playback
+      * qtdemux: parse 64-bit version of mvhd atom as well instead of erroring out
+      * qtdemux: prevent reading past avc1 atom when parsing
+      * rtpg729pay: avoid basertppayload perfect-rtptime mode
+      * rtph263pdepay: allow more clock-rates as input
+      * rtpL16depay: also parse encoding-params for the number of channels
+      * rtpL16depay: default to 1 channel if number of channels not specified
+      * rtpmp4gpay: implement perfect timestamps
+      * rtspsrc: add "port-range" property, useful for setups with firewall/ipsec
+      * rtspsrc: don't reuse udp sockets (avoids odd errors when data from previous streams is received)
+      * udpsrc: add "reuse" property to enable or disable port reuse (enabled by default, but disabled in rtspsrc)
+      * v4l2: sort formats in the right order so that non-emulated formats are prefered
+      * videobalance: fix wrong locking order that could lead to a deadlock
+      * videomixer: only reset QoS information and send a NEWSEGMENT event downstream for NEWSEGMENT events on the master pad
 
 Bugs fixed in this release
      
-      * 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
-      * 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
+      * 626463 : [matroskademux] " reading large block of size 14688496 not supported " 
+      * 593117 : [avidemux] Support AVF files
+      * 618535 : [avidemux] fails to stream eva_2010_2.22_promo1.avi
+      * 621520 : [id3v2mux] write beats-per-minute tag
+      * 622017 : [GstRtpMP4GDepay] Packet payload was too short.
+      * 622577 : rtspsrc has confusing error messages
+      * 623209 : bug in rtpL16depay
+      * 623357 : avidemux: push mode doesn't work for some http streaming avi files
+      * 623629 : Reverse Playback Issue in QtDemux
+      * 624173 : [qtdemux] qt file with dimension data in tkhd does not get pixel-aspect-ratio in caps
+      * 624331 : videobalance: deadlocks/freezes when changing " brightness " property
+      * 624455 : The matroska muxer seeks even when used with streamable=TRUE
+      * 624770 : rtspsrc: memory leak in gst_rtspsrc_handle_request
+      * 625002 : [examples] Don't use GdkDraw
+      * 625153 : rtspsrc: add property to set client port range
+      * 625302 : [qtdemux] Set the pixel-aspect-ratio field also for par=1/1
+      * 625371 : [matroskademux] critical warnings when playing live webm with progressive download enabled
+      * 625442 : pulsesink: crash -  pa_threaded_mainloop_stop is called from the pa thread
+      * 625452 : [videomixer] Pipeline from the docs doesn't work anymore
+      * 626467 : matroskademux: CRITICAL **: file matroska-demux.c: line 578 (gst_matroska_demux_get_length): should not be reached
+      * 626609 : [qtdemux] segfault when parsing avc1 atom
+      * 626619 : [imagefreeze] Incorrect seek behaviour
+      * 627689 : [deinterlace] Broken timestamps
+      * 617368 : [matroska] Implement push-mode seeking and non-cue seeking
 
 Download
 
@@ -159,31 +144,17 @@ Applications
 Contributors to this release
     
       * Alessandro Decina
-      * Arnout Vandecappelle
-      * Arun Raghavan
-      * Aurelien Grimaud
-      * Bastien Nocera
-      * Branko Čibej
-      * David Hoyt
-      * Edward Hervey
-      * Havard Graff
-      * Jan Schmidt
-      * Jan Urbański
-      * Jonathan Conder
-      * Kipp Cannon
-      * Marco Ballesio
+      * Andoni Morales Alastruey
+      * Arnaud Vrac
+      * David Schleef
+      * Jonathan Matthew
       * Mark Nauwelaerts
-      * Michael Smith
-      * Olivier Crête
-      * Pascal Buhler
-      * Peter van Hardenberg
-      * Robert Swain
-      * Robert Weidlich
-      * Roland Krikava
+      * Philippe Normand
       * Sebastian Dröge
+      * Sjoerd Simons
       * Stefan Kost
       * Thiago Santos
-      * Tiago Katcipis
       * Tim-Philipp Müller
       * Wim Taymans
+      * Zaheer Abbas Merali
  
\ No newline at end of file