Release 0.10.32
[platform/upstream/gstreamer.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index ca98ec2..70d1baa 100644 (file)
--- a/RELEASE
+++ b/RELEASE
 
-GStreamer: Release notes for GStreamer Plugins 0.8.7 "Hyperspace"
+Release notes for GStreamer Base Plug-ins 0.10.32 "Your Life You Like It Well"
         
 
-The GStreamer team is happy to announce a new release
-in the 0.8.x stable series of the GStreamer Plugins.
 
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of the
+GStreamer Base Plug-ins.
 
-The 0.8.x series is a stable series aimed at end users.
-It is not API or ABI compatible with the stable 0.6.x series.
-It is, however, parallel installable with the 0.6.x series.
 
+The 0.10.x series is a stable series targeted at end users.
 
-This module contains plugins providing media encoding and decoding,
-conversion, effects, and other elements that provide actual media
-handling functionality to the core.  You need the GStreamer core module
-to make them work.  The versions do not need to match exactly, as long
-as all of them are in the 0.8.x series.
 
 
-The FFmpeg-based decoder element has been moved to its own module.  If you
-want support for a lot of popular video formats, you need to install this
-module along with the GStreamer Core and Plugins.  An FFmpeg-based colorspace
-element has been added to the Plugins however.
+This module contains a set of reference plugins, base classes for other
+plugins, and helper libraries.
+
+This module is kept up-to-date together with the core developments.  Element
+writers should look at the elements in this module as a reference for
+their development.
+
+This module contains elements for, among others:
+
+  device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
+  containers: ogg
+  codecs: vorbis, theora
+  text: textoverlay, subparse
+  sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
+  network: tcp
+  typefind functions
+  audio processing: audioconvert, adder, audiorate, audioresample, volume
+  visualisation: libvisual
+  video processing: ffmpegcolorspace
+  aggregate elements: uridecodebin, playbin2, decodebin2, decodebin, playbin, encodebin
+  libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video
+
+
+Other modules containing plug-ins are:
+
+
+gst-plugins-good
+contains a set of well-supported plug-ins under our preferred license
+gst-plugins-ugly
+contains a set of well-supported plug-ins, but might pose problems for
+    distributors
+gst-plugins-bad
+contains a set of less supported plug-ins that haven't passed the
+    rigorous quality testing we expect
+
+
 
   
+
 Features of this release
     
-      * Parallel installability with 0.6.x series
-      * Internationalization
-      * Translations: af az cs en_GB hu nb nl or sq sr sv uk
-      * multichannel audio support
-      * new element: apetag
-      * new element: ttadec, ttaparse
-      * new element: directfbvideosink
-      * vcd fixes
-      * playbin fixes
-      * dvdread fixes
-      * a52dec fixes
-      * sunaudiosrc fixes
-      * osssrc fixes
-      * avidemux fixes
-      * licensing updates
+      * GLib requirement is now >= 2.22, gobject-introspection >= 0.9.12
+      * New encodebin element
+      * New encoding profile and encoding targets API in pbutils
+      * audioresample: corrected buffer duration calculation to account for nonzero initial timestamp
+      * audioresample: provide as much valid output ts and offset as valid input
+      * audioresample: push half a history length, instead of a full history length, at end-of-stream so that output segment and input segment have same duration
+      * decodebin2: deprecate new-decoded-pad and removed-decoded-pad signals (use "pad-added" and "pad-removed" instead)
+      * multifdsink: add first and last buffer's timestamp to the stats; only keep last valid timestamp
+      * oggdemux: extract more tags (vorbis comment headers, Kate)
+      * oggdemux: ignore header pages when looking for keyframe; set headers on caps
+      * oggdemux: fix interpretation of Theora granule position and parsing of Theora size
+      * oggparse: Set DELTA_UNIT on buffers
+      * playbin2: delay stream-changed messages, fixing KATE subtitle recognition
+      * textoverlay: make text, xpos, ypos, color, and silent properties controllable
+      * typefinding: (E)AC-3 and ISO typefinder improvements; add yuv4mpeg typefinder
+      * typefinding: add "stream-format" to h264 caps, and framed=false to DTS caps
+      * typefinding: assume EBML files without doctype are matroska
+      * videorate: fix behaviour for frame rate cap changes
+      * vorbisdec: avoid using invalid timestamps; keep timestamps when no decoded output
+      * ximagesink, xvimagesink: add read-only window-width and window-height properties
+      * baseaudiopay: fix timestamps on buffer lists
+      * baseaudiosink: protect against ringbuffer disappearing while in a query
+      * basedepay: add support for buffer lists in the depayloader
+      * basertppay: use RTP base time when invalid timestamps
+      * rtpbuffer: relax arrangement for RTP bufferlists
+      * rtpdepayloader: add support for getting events
+      * rtppayload: copy applied rate to segment
+      * sdp: add method to check for multicast addresses
+      * sdp: only parse TTL for IP4 addresses
+      * video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
+      * video: return correct component width/height for A420
 
 Bugs fixed in this release
-    
-      * 147919 : [playbin] broken wav seeking
-      * 148559 : [monoscope] grinds to a halt
-      * 149102 : gstreamer license problems
-      * 149613 : [PATCH}Add proxy server support to the musicbrainz plugin
-      * 151624 : Multichannel support
-      * 152339 : [PATCH]  [build] gst-plugins cross compiling
-      * 154773 : [playbin] crashes trying to play short wave files (1 or 2...
-      * 154775 : [qtdemux] Quicktime movie causing some weird debug spew
-      * 154814 : Selection of totem crashing videos
-      * 154815 : [PATCH] ffmpegcolorspace leaks caps
-      * 155348 : Various MP3 files cannot be detected or played
-      * 155879 : [libriff] Bug in lib-riff
-      * 156798 :  " An error occured "  " Could not write to resource " this sa...
-      * 157233 : [PATCH] playbin leak fixes
-      * 158258 : Patch for polypsink to make it work with both threaded an...
-      * 158382 : [PATCH] [build] debian speex detection patch
-      * 158650 : [PATCH] [videocrop] video crop is completely buggered
-      * 158704 : Fix/finish (S)VCD support
-      * 159215 : [PATCH] Memory leaks in audioscale
-      * 159296 : Playing benow.mp3 file cause totem to hang on EOS with de...
-      * 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew
-      * 159301 : gstreamer.avi file plays, but have broken seeking in totem
-      * 159338 : alaw/mulaw decoders caps warning
-      * 159433 : [osssink] doesn't check for supported channels
-      * 159512 : Progress bar with m4a (aac) broken
-      * 159651 : [decodebin] totem crash
-      * 159759 : DVD LCPM asserts
-      * 159847 : [build] hardcoded path for musepack headers in configure
-      * 159864 : avidemux sends GST_EVENT_DISCONTINUOUS
-      * 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w...
-      * 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ...
-      * 160439 : Can't compile gst-plugins without GCONF
-      * 160514 : [avidemux] seek after EOF for truncated avi files (to non...
-      * 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise
-      * 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage...
-      * 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end
-      * 161039 : [PATCH] [deinterlace] rowstrides need fixing
-      * 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla...
-      * 161624 : [alsasink] crash at end of playing this file
-      * 161980 : Volume control applet does not set value correctly.
-      * 162819 : [audioscale] cleanup
-      * 162913 : [mms] missing NULL terminator to g_object_set() in uri ha...
-      * 162924 : [playbin] totem assertion failures when playing cd / pote...
+     
+      * 619778 : oggdemux: fails on zero-length pages with Patent_Absurdity_HD_3540kbit.ogv
+      * 586570 : Add GAP Flag support to audioresample
+      * 623413 : pbutils: Add/Fix some media descriptions
+      * 627476 : New profile library and encoding plugin
+      * 629349 : [oggdemux] extract stream tags for tagreadbin and transcoding
+      * 632667 : [ximagesink] added read-only properties window-width and window-height
+      * 634397 : [multifdsink] [PATCH] Add the timestamp of the first and last buffer to the stats
+      * 634522 : gst-visualize-m.m imports but doesn't use File::Basename
+      * 635231 : baseaudiosink: protect against ringbuffer disappearing while in a query
+      * 636198 : decodebin2: " removed-decoded-pad " signal never fired
+      * 636769 : [appsink] Flushing property is never reset
+      * 636827 : Usage of gst_caps_interset where gst_caps_can_intersect was intended?
+      * 637324 : oggdemux: unable to demux Ogg files with Skeleton in push mode
+      * 637377 : timeoverlay: add missing break
+      * 637519 : ogg: implement packet duration query for kate streams
+      * 637586 : playbin2 fails to recognize subtitle caps from katedec
+      * 637735 : [encoding-profile] automatic load/save support and registry
+      * 637758 : [exiftag] Generates buffers with uninitialized data during taglist- > exif buffer serialization
+      * 637822 : oggdemux: allocate buffers using gst_buffer_new_and_alloc
+      * 637927 : oggdemux: set headers on caps
+      * 638200 : [oggdemux] fails to playback video file
+      * 638276 : oggstream: when the last keyframe position is not known, do not use -1
+      * 638859 : textoverlay: make misc. properties controllable
+      * 638901 : [encodebin] proper element documentation
+      * 638903 : [encodebin] missing-plugin support
+      * 638961 : Small configure bashism 0.10.31.2
+      * 639039 : gobject-introspection: GstPbutils gir scanner fails to link with gold linker
+      * 639121 : oggdemux: outdated comment for gst_ogg_demux_submit_buffer()
+      * 639215 : examples: Allow building with newer GTK+
+      * 639730 : discoverer: Validate timeouts before processing them
+      * 639755 : discoverer: Clean up callbacks in dispose()
+      * 639778 : discoverer: Drop new stream tags once preroll is done
+      * 639790 : [gdp] Fix metadata g_warning
+      * 639747 : Please export GST_TYPE_APP_STREAM_TYPE
+      * 553244 : theoraparse doesn't work at all (throws criticals and asserts)
 
 API changed in this release
      
-
 - API additions:
     
-* A new cdparanoia property, device, has been added.
-* A new dvdnavsrc property, device, has been added.
-* A new dvdreadsrc property, device, has been added.
-* A new vcdsrc property, device, has been added.
-
-- API depreciations:
-    
-* A cdparanoia property, location, has been marked for deprecation.
-* A dvdnavsrc property, location, has been marked for deprecation.
-* A dvdreadsrc property, location, has been marked for deprecation.
-* A vcdsrc property, location, has been marked for deprecation.
+      * gst_app_stream_type_get_type()
+      * gst_discoverer_info_get_seekable()
+      * gst_encoding_audio_profile_get_type()
+      * gst_encoding_audio_profile_new()
+      * gst_encoding_container_profile_add_profile()
+      * gst_encoding_container_profile_contains_profile()
+      * gst_encoding_container_profile_get_profiles()
+      * gst_encoding_container_profile_get_type()
+      * gst_encoding_container_profile_new()
+      * gst_encoding_list_all_targets()
+      * gst_encoding_list_available_categories()
+      * gst_encoding_profile_find()
+      * gst_encoding_profile_get_description()
+      * gst_encoding_profile_get_format()
+      * gst_encoding_profile_get_input_caps()
+      * gst_encoding_profile_get_name()
+      * gst_encoding_profile_get_presence()
+      * gst_encoding_profile_get_preset()
+      * gst_encoding_profile_get_restriction()
+      * gst_encoding_profile_get_type()
+      * gst_encoding_profile_get_type_nick()
+      * gst_encoding_profile_is_equal()
+      * gst_encoding_profile_set_description()
+      * gst_encoding_profile_set_format()
+      * gst_encoding_profile_set_name()
+      * gst_encoding_profile_set_presence()
+      * gst_encoding_profile_set_preset()
+      * gst_encoding_profile_set_restriction()
+      * gst_encoding_target_add_profile()
+      * gst_encoding_target_get_category()
+      * gst_encoding_target_get_description()
+      * gst_encoding_target_get_name()
+      * gst_encoding_target_get_profile()
+      * gst_encoding_target_get_profiles()
+      * gst_encoding_target_get_type()
+      * gst_encoding_target_load()
+      * gst_encoding_target_load_from_file()
+      * gst_encoding_target_new()
+      * gst_encoding_target_save()
+      * gst_encoding_target_save_to_file()
+      * gst_encoding_video_profile_get_pass()
+      * gst_encoding_video_profile_get_type()
+      * gst_encoding_video_profile_get_variableframerate()
+      * gst_encoding_video_profile_new()
+      * gst_encoding_video_profile_set_pass()
+      * gst_encoding_video_profile_set_variableframerate()
+      * gst_base_rtp_depayload_push_list()
+      * gst_rtsp_url_decode_path_components()
+      * gst_sdp_address_is_multicast()
+      * gst_video_parse_caps_palette()
 
 Download
 
-You can find source releases of gst-plugins in the download directory:
-http://gstreamer.freedesktop.org/src/gst-plugins/
+You can find source releases of gst-plugins-base in the download directory:
+http://gstreamer.freedesktop.org/src/gst-plugins-base/
 
 GStreamer Homepage
 
@@ -122,42 +195,45 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
 
 Developers
 
-CVS is hosted on cvs.freedesktop.org.
-All code is in CVS and can be checked out from there.
+GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
 Interested developers of the core library, plug-ins, and applications should
 subscribe to the gstreamer-devel list. If there is sufficient interest we
 will create more lists as necessary.
 
         
 Applications
-
-The GConf settings have moved to a versioned location and can now be found
-under /system/gstreamer/0.8.  Applications should use the gconf library,
-as provided by gstreamer-gconf-0.8.pc, to access the default settings.
-
   
 Contributors to this release
     
-      * Archana Shah
-      * Arwed v. Merkatz
-      * Balamurali Viswanathan
-      * Benjamin Otte
-      * Christian Schaller
-      * Christophe Fergeau
+      * Alessandro Decina
+      * Andoni Morales Alastruey
+      * Andrea Sebastianutti
+      * Andy Wingo
+      * Arun Raghavan
+      * Bastien Nocera
+      * Benjamin Gaignard
+      * Byeong-ryeol Kim
       * David Schleef
       * Edward Hervey
-      * Iain Holmes
-      * James Bowes
-      * Julien Moutte
-      * Maciej Katafiasz
-      * Martin Soto
-      * Ronald Bultje
-      * Sebastien Cote
+      * Evan Broder
+      * Gavin Stark
+      * Havard Graff
+      * Koop Mast
+      * Lane Brooks
+      * Leo Singer
+      * Mark Nauwelaerts
+      * Michael Smith
+      * René Stadler
+      * Rob Clark
+      * Robert Swain
+      * Sebastian Dröge
+      * Sreerenj Balachandran
       * Stefan Kost
-      * Stephane Loeuillet
-      * Thomas Vander Stichele
+      * Thiago Santos
       * Tim-Philipp Müller
-      * Toni Willberg
+      * Vincent Penquerc'h
       * Wim Taymans
-      * Zaheer Abbas Merali
+      * Yang Xichuan
+      * Zeeshan Ali (Khattak)
+      * christian schaller
  
\ No newline at end of file