diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-10 09:32:11 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-10 11:39:46 +0100 |
commit | 519f35059938263fbeaf02f9f13acbbd633d46d6 (patch) | |
tree | 92b93e3729bccfd7362f6a3ae3ad68e87c6b6992 /RELEASE | |
parent | d08e695a83f33b51f4ed9939339900b2a8b0ef1a (diff) | |
download | gstreamer-plugins-base-519f35059938263fbeaf02f9f13acbbd633d46d6.tar.gz |
Release 0.10.33RELEASE-0.10.33
Highlights:
- support for 16-bit-per-component video formats
- playbin2 fixes and improvements for custom and non-raw sinks
- oggmux muxes based on running time now
- many other fixes and improvements
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 303 |
1 files changed, 175 insertions, 128 deletions
@@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.32 "Your Life You Like It Well" +Release notes for GStreamer Base Plug-ins 0.10.33 "Relaxing Distractions" @@ -9,6 +9,8 @@ GStreamer Base Plug-ins. The 0.10.x series is a stable series targeted at end users. +It is not API or ABI compatible with the stable 0.8.x series. +It is, however, parallel installable with the 0.8.x series. @@ -53,130 +55,161 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * 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 + * audioringbuffer: make sure to not start if the may_start flag is FALSE + * baseaudiosink: arrange for running clock when rendering eos + * baseaudiosink: don't allow aligning behind the read-segment + * baseaudiosink: start ringbuffer upon going to PLAYING and already EOS + * riff: Add support for video/x-camstudio + * rtcpbuffer: fix invalid read in validation of padding in rtcp packet + * rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk + * rtpbuffer: Off-by-one error when creating RTP header extensions with a two-byte header + * rtsptransport: ensure valid int result when parsing ranges + * tag: map the ID3v2 TENC frame to GST_TAG_ENCODED_BY + * tag: add GST_TAG_CAPTURING_EXPOSURE_COMPENSATION incl. EXIF/XMP mappings + * tag: add a new GstTagXmpWriter interface to select XMP schemas to be used + * tagdemux: also push cached events downstream when operating in pull mode + * video: add GST_VIDEO_BUFFER_PROGRESSIVE flag + * video: add ARGB64 and AYUV64 (16 bits per channel) formats + * video: add r210 (10 bits per channel) format + * video: add gst_video_format_get_component_depth() and _new_template_caps() + * video: fix creation of grayscale caps and height calculation for YUV9/YVU9 + * appsink: emit "new-buffer-list" signal for buffer lists if handled by app + * audiorate: add "skip-to-first" property + * decodebin2: don't use the same parser element multiple times in the same chain + * decodebin2: improve detection of raw caps in expose-all-streams=false mode + * discoverer: don't wait for subtitle streams to preroll; leak fixes + * discoverer: use nominal bitrate if bitrate tag is unavailable + * encodebin: add an audioconvert after the audio resampler + * encodebin: fix refcounting issues and leaks related to request pads + * encodebin: return a new reference of the pad for the "request-pad" signal + * encodebin: set all elements to NULL and remove them from the bin when removing a source group + * encodebin: tear down old profiles when setting new ones + * multifdsink: disconnect inactive clients in the select loop too + * oggmux: prefer headers from caps to determine stream type (for VP8) + * oggmux: fix issue with ogg page numbering and discont flag handling + * oggmux: ensure stream serial numbers are unique + * oggmux: use running time for muxing instead of timestamps + * oggparse: better detection of delta unit flag + * playbin2, uridecodebin: add "source-setup" signal + * playbin2: always prefer the custom set sink and also set it back to NULL in all cases + * playbin2: check if an already existing sink supports the non-raw format too + * playbin2: fix handling of non-raw custom sinks + * playbin2: if a sink claims to support ANY caps assume that it only supports the usual raw formats + * playbin2: only consider the audio/video sinks in autoplug_continue for the normal uridecodebin + * playbin2: use gst_pad_accept_caps() instead of intersecting with the getcaps caps + * playbin2: set sinks to READY before checking if it accept caps + * textoverlay: add support for ARGB and other RGB alpha variants, and xBGR and RGBx + * textoverlay: add support for vertical center alignment + * textoverlay: converted AYUV to use 'A OVER B' alpha compositing + * textoverlay: use a class wide mutex to work around pango reentrance issues + * theoraenc: don't reset the video quality when setting the bitrate + * theoraenc: allow adjustment of the speed level while running + * theoraenc: set speed-level property defaults from libtheora's defaults + * typefinding: MPEG-TS detection fixes + * typefinding: detect HTTP live streaming m3u8 playlists + * typefinding: detect windows icon files and DEGAS images (to avoid false positives) + * typefinding: detect raw h.263 + * typefinding: add depth and endianness fields to DTS caps + * uridecodebin: Add default handler for autoplug-select + * uridecodebin: add https:// to protocols for which to enable buffering + * uridecodebin: expose "autoplug-sort" signal + * uridecodebin: post proper error message if decodebin2/typefind elements are missing + * uridecodebin: Return NULL from the default autoplug-sort handler + * videorate: fix "skip-to-first" timestamp setup + * videoscale: add 16-bit-channel support (ARGB64, AYUV64), fix ARGB bilinear scaling + * videotestsrc: add 16-bit-per-channel support (ARGB64, AYUV64) + * vorbis: add support for using tremolo on android + * vorbistag: Add support for METADATA_BLOCK_PICTURE tags + * vorbistag: Write GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE as METADATA_BLOCK_PICTURE + * win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink + * xvimagesink: don't paint the window black when going to NULL Bugs fixed in this release + * 618516 : [typefinding] need raw H.263 typefinder * 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) + * 633837 : videoscale: invalid reads after conversion to orc linear scaling + * 412678 : random segfaults or memory corruptions with multiple textoverlays (pango not reentrant) + * 620364 : [typefinding] .ico file detected as AAC + * 625129 : typefinding: file incorrectly detected as audio/x-dts + * 626152 : [playbin2] add " source-setup " signal + * 627268 : [tag] add GST_TAG_ENCODED_BY and map id3v2 TENC frame + * 629196 : oggmux: re-tagging an Ogg Vorbis file may corrupt audio data + * 632291 : discoverer: sparse tracks cause prerolling to hang till timeout + * 632889 : [multifdsink] [PATCH] Disconnect inactive clients in the select loop too + * 635669 : [vorbistag] Support METADATA_BLOCK_PICTURE for Vorbis cover art + * 635784 : ringbuffer: make sure to not start if the may_start flag is FALSE + * 635800 : xvimagesink flashes black when going from READY_TO_NULL + * 636886 : baseaudiosink: no running clock when eos leads to hang in PLAYING + * 639136 : [oggparse]code is not safe when using libogg fuctions + * 639159 : [textoverloay] Add vertical center alignment option + * 639237 : textoverlay: patch to use " A OVER B " alpha compositing + * 639744 : [oggdemux] Removing dead code: + * 640189 : oggmux: cleanup + * 640211 : oggmux: ensure serialnos are unique + * 640607 : appsink never sends " new-buffer-list " signal + * 640709 : [typefindfunctions] h264 typefinder registered with MPEG_VIDEO_CAPS + * 640804 : checks: encodebin test fails if theora or vorbis plugins are not available + * 641706 : discoverer: Keep references on discoverer objects for callbacks + * 641860 : discoverer: Use nominal bitrate if bitrate tag is unavailable + * 641917 : [gdppay] Ensure buffer's medata is writeable before setting it + * 641927 : [encodebin] refcount issue with the " request-pad " signal + * 641952 : [videoscale] assertion on fixate_caps + * 642174 : Playbin2 cannot work with non-raw custom sinks + * 642232 : theoraenc sets Video quality to zero when explicitely setting the bitrate to 0 + * 642274 : [playbin2] arbitrary audio-sink is chosen even though explicitely having set a custom audio-sink bin + * 642381 : potential memleak in decodebin2 + * 642466 : playbin2: after replacing a video sink with the pipeline in NULL state I still get the old one + * 642720 : audiotestsrc: pipelines with multiple instances with wave=gaussian-noise, white-noise, or pink-noise are very slow + * 642942 : adder: offset_end field of outgoing buffers is set to GST_BUFFER_OFFSET_NONE + * 642949 : pbutils: encoding-target: chaining error object in loading target from file may cause crash if there is no error + * 643775 : [oggmux] use running time instead of timestamps + * 644416 : [encodebin] Cannot be reused + * 644745 : [oggmux] Fails to mux Speex content, doesn't preroll + * 644845 : [alsa] Comparison of unsigned int < 0 always false in gstalsamixer.c + * 644996 : libsABI check doesn't depend only on architecture + * 645167 : [xmp] Add a new XmpConfig interface + * 645437 : encoding-profile: Fix syntax in Example: Creating a profile + * 646570 : baseaudiosink: don't allow aligning behind the read-segment + * 646572 : baseaudiosrc: protect against ringbuffer disappearing while in a query + * 646573 : baseaudiosrc: Add src object lock around call to ringbuffer parse caps + * 646575 : rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk + * 646576 : rtcpbuffer: fix invalid read in validation of padding in rtcp packet + * 646923 : video: Remove unused variable + * 646924 : rtp: Remove unused variables + * 646925 : encoding-profile: Remove unused variables + * 646952 : Fix the strlol return type mismatch : + * 647399 : Bad typo in ID3 tags: psychadelic - > psychedelic + * 647721 : Remove excessive checking for video.c + * 647781 : [playbin2] missing shutdown steps and inconsistent error behaviour + * 647856 : [oggmux] Assumes that the first buffer can be used to detect the stream type + * 647857 : [xvimagesink/ximagesink] Handle NULL caps in buffer_alloc() + * 647942 : [pango] Use different Pango contexts for the different subclasses + * 647943 : [pango] Class global pango mutex not always used + * 648459 : tag: exif: register common tags from tag library + * 648466 : Ogg to LPCM transcoding fails + * 648548 : videoscale broken with orc 0.4.13 + * 642667 : [playbin2] autoplug-factories code does not do what it claims to do + * 642732 : [playbin2] sinks set to READY after activating groups causes bad autoplug-continue decisions + * 646744 : libgsttag: Minor issues building gst-plugins-base with MS compiler + * 647294 : gst-plugins-base doesn't compile with GCC 4.6 API changed in this release - API additions: - * 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() + * gst_tag_list_to_xmp_buffer_full() + * gst_tag_xmp_list_schemas() + * gst_tag_xmp_writer_add_all_schemas() + * gst_tag_xmp_writer_add_schema() + * gst_tag_xmp_writer_get_type() + * gst_tag_xmp_writer_has_schema() + * gst_tag_xmp_writer_remove_all_schemas() + * gst_tag_xmp_writer_remove_schema() + * gst_tag_xmp_writer_tag_list_to_xmp_buffer() + * GST_TAG_CAPTURING_EXPOSURE_COMPENSATION + * gst_video_format_get_component_depth() + * gst_video_format_new_template_caps() Download @@ -205,35 +238,49 @@ Applications Contributors to this release + * Akihiro Tsukada * Alessandro Decina * Andoni Morales Alastruey - * Andrea Sebastianutti - * Andy Wingo * Arun Raghavan * Bastien Nocera - * Benjamin Gaignard - * Byeong-ryeol Kim + * Benjamin Otte + * Blaise Gassend + * Cai Yuanqing + * Christian Fredrik Kalager Schaller * David Schleef * Edward Hervey - * Evan Broder - * Gavin Stark + * Felipe Contreras + * Fraxinas + * Haakon Sporsheim * Havard Graff - * Koop Mast + * Håvard Graff + * Josep Torra * Lane Brooks * Leo Singer + * Luis de Bethencourt + * Marc Plano-Lesay * Mark Nauwelaerts - * Michael Smith - * René Stadler - * Rob Clark + * Mart Raudsepp + * Ole André Vadla Ravnås + * Olivier Crête + * Parthasarathi Susarla + * Pascal Buhler + * Philippe Normand + * Ralph Giles * Robert Swain * Sebastian Dröge + * Sjoerd Simons * Sreerenj Balachandran * Stefan Kost + * Stian Johansen + * Teemu Katajisto * Thiago Santos + * Thibault Saunier * Tim-Philipp Müller + * Trond Andersen * Vincent Penquerc'h + * Víctor Manuel Jáquez Leal * Wim Taymans * Yang Xichuan - * Zeeshan Ali (Khattak) - * christian schaller + * tskd2@yahoo.co.jp
\ No newline at end of file |