Changelog for
gstreamer-0_10-plugins-base-32bit-0.10.30-1001.40.x86_64.rpm :
Sat Jan 22 13:00:00 2011 tittiatcokeAATTgmail.com
- update to 0.10.32 \"Your Life You Like It Well\"
* 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
Mon Aug 2 14:00:00 2010 toniAATTlinks2linux.de
- update to 0.10.30 \"Difficult Birth\"
* Use Orc (Optimized Inner Loops Runtime Compiler) for SIMD and other optimisations, and remove liboil dependency. The main goal for this release was to make the transition from liboil to liborc. Performance improvements should not be expected and will be the focus of future versions. liborc is an optional dependency for the time being, to make it possible to test and develop the very latest GStreamer versions on systems that don\'t have orc yet. However, without orc slow unoptimised backup code will be used for many performance critical code paths. Distributors are urged to package and ship the latest version of liborc and compile GStreamer modules with --enable-orc. Please do not distribute GStreamer packages that are not orc enabled. More information on the orc integration can be found in the docs/design/ directory.
* basertpaudiopayload: Set duration on buffers; add extra frame for non-complete frame lengths
* riff: add mappings for On2 VP8 and VP6F (On2 VP6 Flash variant)
* video: Add support for RGB/BGR with 15 and 16 bits, and Y800 and Y16
* xmp/exif tags: add mappings for new tags (device, geo location, image orientation)
* adder, audioconvert, audioresample, volume: convert from liboil to orc
* adder: rework timestamping; only accept seek-types SEEK_NONE and SEEK_SET
* decodebin2: add \"expose-all-streams\" property to not expose/decode all streams
* decodebin2: use accumulator for autoplug-sort
* ffmpegcolorspace: add YUY2/YVYU to all RGB formats conversions
* ffmpegcolorspace: fix conversion of packed 4:2:2 YUV to RGB and 8 bit grayscale
* ffmpegcolorspace: fix Y16 from/to GRAY8 conversion
* ffmpegcolorspace: fix Y42B from/to YUY2/YVYU/UYVY conversion for odd widths
* ffmpegcolorspace: Map \"Y8 \" and \"GREY\" to \"Y800\" and add it to the template caps
* ffmpegcolorspace: negotiation speed-ups
* oggdemux: implement seeking and duration estimates when operating in push mode (http etc.)
* oggdemux: parse Skeleton index packets for better seeking in push mode
* oggdemux: fix granulepos->key granule calculation for Dirac video
* oggdemux: fix EOS flow aggregation: only EOS when all streams are EOS
* oggmux: Start a new page for every CMML buffer
* ogg: Implement Ogg VP8 mapping
* playbin2: add \"av-offset\" property to adjust audio/video sync
* playbin2: add flag for enabling/disabling automatic deinterlacing
* playbin2: fix race when querying duration right after preroll, by forwarding duration query duration during group switch if no cached duration exists
* playbin2: if a text sink is provided, let subtitle parsing be done by decodebin2 if required
* playbin2: set the subtitle encoding on the decodebins again
* playsink: also expose \"convert-frame\" action signal and \"frame\" property in playsink
* playsink: reconfigure the video chain correctly when switching from a subtitle to a non-subtitle file
* playsink: Don\'t fail if subtitles are used but only audio is available and no visualizations
* typefinding: add WebM typefinder (was in -good before)
* typefinding: add IVF and dts typefinders, improve AC-3 and jpeg typefinding
* typefinding: detect ISO 14496-14 files as video/quicktime not audio/x-m4a
* uridecodebin: add all qtdemux types to downloadable types
* uridecodebin: add the \'expose-all-streams\' property from decodebin2
* uridecodebin: Allow video/webm for progressive downloading
* videorate, videotestsrc: fixate color-matrix, chroma-site and interlaced fields if necessary
* videoscale: Try to keep DAR when scaling
* videoscale: Add support for Y444, Y42B and Y41B and more gray formats
* videoscale: Fix resampling of ARGB scanlines
* videoscale: Try harder to keep the DAR if possible
* videoscale: Use passthrough mode if width and height are not changed
Thu Apr 29 14:00:00 2010 toniAATTlinks2linux.de
- update to 0.10.29 \"Freaks\"
* video: add support for color-matrix and chroma-site fields in video caps and selected elements
* video: Add support for 8-bit and 16-bit grayscale formats
* typefinding: add AAC profile, level, channels and rate to ADTS caps
* tags: add basic xmp metadata support
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is prefered now, gnomevfs has been deprecated
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
* playsink: Don\'t fail if there are subtitles and audio but no video
* oggdemux: map old FLAC mapping correctly
* alsa: handle disappearing of sound device whilst in use more gracefully
* playbin: Only unref the volume element on dispose and when a new audio sink is set
* build: build plugin, example and libs directories in parallel if make -jN is used
* uridecodebin/playbin2: we can handle avi in download mode too
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges, allow for more ipv6 addresses
* audiopayload: add property to control packet duration
Tue Mar 9 13:00:00 2010 toniAATTlinks2linux.de
- update to 0.10.28 \"Those Norwegians\"
* Ogg/Dirac fixes
* build: really dist qtgv-xoverlay.h header file needed by overlay examples this time
* rtspconnection: fix handling of x-server-ip-address
* alsasrc fixes
Mon Mar 8 13:00:00 2010 toniAATTlinks2linux.de
- update to 0.10.27 \"No Mistakes Allowed\"
* playbin2,decodebin2: lots of fixes for missing plugin installation
* playbin2, playsink, subtitleoverlay: Set subtitle encoding properly
* videorate: Improve upstream negotiation
* oggdemux: use the chain begin_time instead of our counter
* oggdemux: mark skeleton streams correctly
* oggdemux: theora PAR of 0:N, N:0 or 0:0 is allowed and maps to 1:1
* typefinding: detect stm module format
* ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back
* theoradec: Fix chroma copying for 4:2:2
* tcpclientsrc,tcpserversrc: Fix handling of closed sockets
* examples,build: dist header file for the Qt graphics view example
* playsink: Reset the sink\'s state to NULL before unreffing it unless it\'s the same instance again
* rtspconnection: make sure not to dereference NULL username or password
* appsrc: Update segment duration and post a duration message if the duration changes
* vorbisdec: also support ivorbis tremor decoder
* rtsp: fail gracefully on bad Content-Length headers
* rtsp: ignore \
and \\r as the first line
Tue Feb 23 13:00:00 2010 toniAATTlinks2linux.de
- added --enable-introspection for openSuSE >= 1120
Thu Feb 11 13:00:00 2010 toniAATTlinks2linux.de
- update to 0.10.26 \"You will know when you get there\"
* playbin2: make about-to-finish signal work for raw sources
* playbin2: fix handling of the native audio/video flags
* playbin2: add flag to enable decodebin buffering
* playbin2: make subtitle error handling more robust and ignore late errors
* playbin2: improve subtitle passthrough in uridecodebin
* playbin2: new subtitleoverlay element for generic subtitle overlaying
* playbin2: proxy notify::volume and notify::mute from the volume/mute elements (or audio sink)
* playbin2: don\'t stop completely on initialization errors from subtitle elements;
instead disable the subtitles and play the other parts of the stream
* decodebin2: rewrite autoplugging and how groups of pads are exposed
* uridecodebin: add use-buffering property that will perform buffering on parsed or demuxed media.
* GstXOverlay: flesh out docs and add example for use with Gtk+ >= 2.18
* libgsttag: add utility functions for ISO-639 language codes and tags
* oggdemux: use internal granulepos<->timestamp mapper and make oggdemux more like
a \'normal\' demuxer that outputs timestamps
* oggdemux: seeking improvements
* subparse: add qttext support
* ffmpegcolorspace: prefer transforming alpha formats to alpha formats and the other way around
* libgstvideo: add functions to create/parse still frame events.
* theoraenc: make the default quality property 48.
* videotestsrc: add pattern with out-of-gamut colors
* theora: port to \'new\' theora 1.0 API; make misc. existing properties have no effect
* typefinding: misc. performance improvements and fixes
* baseaudiosink: make drift tolerance configurable
Sat Nov 14 13:00:00 2009 toniAATTlinks2linux.de
- moved libgstapp
*.so to own package
Sat Oct 24 14:00:00 2009 toniAATTlinks2linux.de
- update to 0.10.25 \"Standard disclaimers apply\"
* Add per-stream volume controls
* Theora 1.0 and Y444 and Y42B format support
* Improve audio capture timing
* GObject introspection support
* Improve audio output startup
* RTSP improvements
* Use pango-cairo instead of pangoft2
* Allow cdda://(device#)?track URI scheme in cddabasesrc
* Support interlaced content in videoscale and ffmpegcolorspacee
* Many other bug fixes and improvements
Fri Oct 2 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.10.24
Mon May 11 14:00:00 2009 toniAATTlinks2linux.de
- update to 0.10.23
* New navigation API to support DVD playback
* playbin2 improvements
* RTSP extensions to allow extra headers and options
* Replace audioresampler with speexresample based code
* Support interlacing flags in the gstvideo library
* Support new RIFF formats
* Improve typefinding
* Support more frame formats in videoscale
Fri Jan 23 13:00:00 2009 toniAATTlinks2linux.de
- changed Obsoletes from \"<\" to \"<=\"
Wed Jan 21 13:00:00 2009 toniAATTlinks2linux.de
- update to 0.10.22
- Require gettext 0.17
- Replace audioresample with speexresample from -bad
- Support new formats in RIFF: uncompressed RGB, WMA lossless, VP6
- Move libgstapp and elements from -bad
- Support color-key setting and probing for Xv properties
- Improve typefinding for various formats
- Extend audio sinks for pull-mode operation
- Support for more subtitle formats
- More development on decode2bin and playbin2
- RTP and SDP fixes
- Many bug fixes and improvements
Wed Jan 7 13:00:00 2009 toniAATTlinks2linux.de
- enabled-experimental to build libgio.so plugin
Fri Oct 3 14:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.21
- removed all %%ifdef for openSuSE <= 1020
Thu Jun 19 14:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.20
Fri May 2 14:00:00 2008 toniAATTlinks2linux.de
- using \"<=\" instead of \"<\" in Obsoletes-tag
Fri Apr 25 14:00:00 2008 toniAATTlinks2linux.de
- changed package layout similar to openSuSE-11.0
Sat Apr 5 14:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.19
Sun Mar 23 13:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.18
Wed Jan 30 13:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.17
Tue Jan 29 13:00:00 2008 toniAATTlinks2linux.de
- update to 0.10.16
Tue Nov 20 13:00:00 2007 toniAATTlinks2linux.de
- update to 0.10.15
- reactivated libvisual-plugin as packman-repo has libvisual04
Fri Sep 7 14:00:00 2007 toniAATTlinks2linux.de
- openSUSE-10.3 build: _prefix=/usr
Fri Aug 3 14:00:00 2007 toniAATTlinks2linux.de
- update to 0.10.14
Tue Jun 5 14:00:00 2007 toniAATTlinks2linux.de
- update to 0.10.13
- new plugins: libgsturidecodebin.so, libgstqueue2.so
Thu Mar 8 13:00:00 2007 toniAATTlinks2linux.de
- update to 0.10.12
Fri Dec 8 13:00:00 2006 toniAATTlinks2linux.de
- update to 0.10.11
Fri Nov 24 13:00:00 2006 toniAATTlinks2linux.de
- build for packman
- Updated to version 0.10.10
- spec-file based on SuSE-spec Fri Jun 16 2006 - sbrabecAATTsuse.cz