Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gstreamer-0_10-plugins-good-extra-0.10.28-1.2.1 RPM for x86_64

From OpenSuSE 11.4 updates for x86_64

Name: gstreamer-0_10-plugins-good-extra Distribution: openSUSE 11.4
Version: 0.10.28 Vendor: openSUSE
Release: 1.2.1 Build date: Fri May 6 11:55:12 2011
Group: Productivity/Multimedia/Other Build host: build36
Size: 395944 Source RPM: gstreamer-0_10-plugins-good-0.10.28-1.2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://gstreamer.freedesktop.org/
Summary: Complementary plugins for gstreamer-0_10-plugins-good
This package provides complementary plugins for
gstreamer-0_10-plugins-good.

Provides

Requires

License

LGPLv2.1+

Changelog

* Fri Apr 08 2011 gburt@suse.de
  - Build against libv4l, so libv4lconvert.so gets loaded, which
    gives Cheese et al using camerabin support for old,
    JPEG-producing webcams (bnc#674287)
* Wed Apr 06 2011 tiwai@suse.de
  - Updated to version 0.10.28:
    * Fix build issue with new kernels
* Wed Apr 06 2011 tiwai@suse.de
  - Increase the pulsesink chunk size to the buffer size for more
    smooth playback (bnc#684781)
* Sat Mar 05 2011 timshel@rocketmail.com
  - added possible fix for gstreamer crashes (bnc#673914, bgo#641330)
* Mon Jan 31 2011 davejplater@gmail.com
  - Update to version 0.10.27:
  - Upsream changes (see documentation directory NEWS for all changes)
    * avidemux add workaround for buggy list size extract datetime tags
    * cacasink: fix masks and strides
    * deinterlace: change the default to linear
    * deinterlace: avoid infinite loop draining
    * deinterlace: rewrite/fix how neighboring scan lines are calculated
    * flvdemux: use aac codec-data to adjust samplerate if needed
    * flvmux: Fix for nellymoser codecid setting
    * icydemux: Add 'StreamUrl' metadata as GST_TAG_HOMEPAGE tag
    * id3demux: fix parsing of ID3v2.4 genre frames with multiple genres
    * imagefreeze: pass along eos if received before buffer arrives
    * jpegdec: add "max-errors" property to ignore decoding errors
    * jpegdec: avoid infinite loop when resyncing; discard incomplete image
    * matroskademux: add stream-format and alignment properties for h264
    * matroskademux: assume matroska if no doctype is specified
    * matroskademux: increase allowed max. block size for push mode
    from 10M to 15M
    * matroskademux: normalize empty Cues to no Cues
    * matroskamux: add support for DTS and E-AC3 audio
    * matroskamux: try to write timestamps in all the outgoing buffers
    * multifilesink: send stream headers in key-frame mode
    * multiudpsink: add buffer-size property
    * navseek: add basic support to change playback rate
    * pulsemixer: Implement MIXER_FLAG_AUTO_NOTIFICATIONS
    * pulsesink: flush remaining buffered samples on EOS
    * pulsesink: make corking during pause synchronous; don't uncork
    in _start
    * pulsesink: Uncork stream while flushing the ringbuffer
    * pulsesrc: add "client" property
    * qtdemux: add support for fragmented mp4
    * qtdemux: add support for (E)AC-3, WMA and VC-1 audio
* Tue Dec 07 2010 vuntz@opensuse.org
  - Update to version 0.10.26:
    + alphacolor: make passthrough work
    + avidemux: reverse playback fixes; prevent overlap of subsequent
      fragments
    + deinterlace: remove assembly code in favor of orc
    + dvdemux: parse SMPTE time codes
    + flvdemux: parse and use cts (fixes jittery H.264 playback in
      some cases)
    + flvmux: resend onMetada tag when tags changes in streamable
      mode
    + g729pay: extend from right parent
    + gconf: Don't install schemas when GConf is disabled
    + goom, goom2k1: add latency compensation code, report latency
      correctly
    + gstrtpjpegpay: Added Define Restart Interval (DRI) Marker
    + h264depay: always mark the codec_data as keyframe
    + icydemux: forward tag events
    + id3v2mux: Add mapping for album artist
    + imagefreeze: generate a perfectly timestamped stream
    + level: avoid division by zero on silence
    + matroskademux:
    - more robustness for parse errors and corner-cases
    - extract H.264 profile and level and set on caps
    + matroskamux: reduce newsegment event spam and set discont flag
      where needed
    + pulse:
    - allow setting of pulse stream properties
    - fix device_description in READY
    + pulsesink:
    - Add "client" property to set the PA client name
    - share the PA context between all clients with the same name
    + qtdemux: export AAC/MPEG-4/H.264 profile and level in caps
    + rtp: add G722 payloader and depayloader elements
    + rtpamr(de)pay: support AMR-WB SID frame
    + rtpamrpay: proper duration for multiple frame payload; properly
      support perfect-rtptime
    + rtpbin: add "ntp-sync" property and "use-pipeline-clock"
      properties
    + rtpg729pay: properly support perfect-rtptime
    + rtph264depay: only set delta unit on all-non-key units
    + rtpmanager: provide additional statistics
    + rtpmp4adepay: grab the sampling rate and put into caps
    + rtpmparobustdepay: properly insert dummy buffers; use valid
      bitrate for dummy frame
    + rtpmpvpay: fix timestamping of rtp buffers
    + rtpsession:
    - Add the option to auto-discover the RTP bandwidth
    - Calculate RTCP bandwidth as a fraction of the RTP bandwidth
    - Count sent RTCP packets after they have been finished
    - relax third-party collision detection
    + rtpstats: Rectify description of current_time in
      RTPArrivalStats
    + rtspext: stop configuration on first failure
    + rtspsrc:
    - Add property to configure udpsrc buffer size
    - add rtsp-sdp protocol support
    - don't add /UDP in the transport, it's the default
    - fix duration reporting
    - handle stale digest authentication session data
    - use sdp uri parse method
    + shapewipe:
    - add optional border parameter and slowdown animation
    - Force format to AYUV in the example pipeline for the same
      reason
    - Force the input to AYUV to prevent negotiation failures in
      videomixer
    + spectrum: only aggregate magnitude/phase if user asks for it,
      performance fixes
    + v4l2src:
    - add controllable colorbalance parameters, add decimate
      property
    - fix using mpegts via the mmap interface; use
      GstBaseSrc::block-size as fallback size
    + videomixer2: new videomixer2 element that behaves better than
      videomixer
    + vrawdepay: handle invalid payload better
    + Bugs fixed: bgo#625825, bgo#629047, bgo#537544, bgo#628996,
      bgo#529672, bgo#581294, bgo#598915, bgo#612313, bgo#616521,
      bgo#617318, bgo#620790, bgo#622390, bgo#624338, bgo#625547,
      bgo#626048, bgo#626518, bgo#627162, bgo#627174, bgo#627289,
      bgo#627341, bgo#627796, bgo#628020, bgo#628058, bgo#628127,
      bgo#628214, bgo#628349, bgo#628454, bgo#628608, bgo#629018,
      bgo#629522, bgo#629839, bgo#629896, bgo#630088, bgo#630205,
      bgo#630256, bgo#630317, bgo#630378, bgo#630446, bgo#630447,
      bgo#630449, bgo#630451, bgo#630452, bgo#630457, bgo#630458,
      bgo#630500, bgo#630888, bgo#631082, bgo#631303, bgo#631330,
      bgo#631996, bgo#632548, bgo#632553, bgo#632682, bgo#632945,
      bgo#633205, bgo#633212, bgo#633970, bgo#635532, bgo#635843,
      bgo#636179, bgo#626463, bgo#628894, bgo#633294.
* Fri Sep 03 2010 dimstar@opensuse.org
  - Update to version 0.10.25:
    + 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
    - 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
    - fix streaming in case where the size in bytes is unknown
    - handle bogus files storing ADTS AAC data
    - 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
    - fix the max/avg in btrt atom reading
    - improve reverse playback
    - parse 64-bit version of mvhd atom as well instead of erroring
      out
    - 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
    - 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
    - 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: bgo#626463, bgo#593117, bgo#618535, bgo#621520,
      bgo#622017, bgo#622577, bgo#623209, bgo#623357, bgo#623629,
      bgo#624173, bgo#624331, bgo#624455, bgo#624770, bgo#625002,
      bgo#625153, bgo#625302, bgo#625371, bgo#625442, bgo#625452,
      bgo#626467, bgo#626609, bgo#626619, bgo#627689, bgo#617368
* Tue Aug 31 2010 aj@suse.de
  - Recommend instead of require lang package since it's not mandatory.
* Thu Aug 12 2010 dimstar@opensuse.org
  - Update to version 0.10.24:
    + Use Orc (Optimized Inner Loops Runtime Compiler) for SIMD and
      other optimisations, and remove liboil dependency
    + alpha: add "prefer-passthrough" property to allow passthrough
      mode
    + avidemux: improve audio vbr detection
    + cmmlenc: Remove hack to let oggmux start a new page for every
      CMML buffer
    + deinterlace: add mmx implementations of greedyh for UYVY;
      orcify some deinterlacing methods
    + dv1394: fix the internal clock even more
    + flvmux:
    - add "streamable" property
    - write duration at the correct position
    + gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3
    + jpegdec: improved parsing, and better buffer handling that
      minimises memcpys
    + jpegdec, jpegenc: add grayscale support
    + matroskademux:
    - QoS fixes and improvements; reverse playback improvements
    - handle zero-sized numbers correctly
    + matroskamux:
    - add "streamable" property; set streamheaders on output caps
    - try harder to make sure clusters start with a key frame
    - mark output buffers properly as keyframe or delta unit
    - do some write caching to avoid newsegment events before each
      output buffer
    - fix some timestamp drift caused by rounding errors
    + pngenc: Support 8 bit grayscale
    + pulsesink:
    - optimize communication with PulseAudio using
      pa_stream_begin_write
    - Post provide-clock message on the bus if the clock
      appears/disappears
    + rtph264depay: consider SPS, PPS and IDR as keyframe, all
      others as DELTA_UNIT
    + rtph264pay: handle short startcodes in the h264 bytestream
    + rtpjitterbuffer: stop buffering and emit EOS at the end of a
      stream
    + rtpmparobustdepay: add mpa-robust depayloader
    + rtpmp4gdepay: calculate the frame duration correctly
    + rtptheorapay: keep announcing the delivery-method in the
      capabilities, restores compatibility with older farsight
      versions again
    + rtspsrc: respect aggregate control attributes; try all ranges
      from the sdp
    + spectrum: support 24-bit width and arbitrary bit depth
    + udp: make url parsing compatible with VLC syntax
    + udpsrc: fix multicast support on windows
    + v4l2sink: destroy buffer pool when changing state to NULL
    + videobox: fix negotiation for I420/YV12
    + videomixer: don't mix input with different pixel aspect ratios;
      negotiation fixes
    + wavparse:
    - proper closing segment construction when doing non-flushing
      seeks
    - use typefind functions to check if PCM data contains dts
      stream
    + Bugs fixed: bgo#555967, bgo#570761, bgo#583047, bgo#589997,
      bgo#595978, bgo#597695, bgo#611117, bgo#613066, bgo#615461,
      bgo#617339, bgo#618530, bgo#618871, bgo#618982, bgo#619198,
      bgo#619273, bgo#619293, bgo#619531, bgo#619717, bgo#619824,
      bgo#619848, bgo#620148, bgo#620154, bgo#620162, bgo#620277,
      bgo#620358, bgo#620390, bgo#620494, bgo#620540, bgo#620591,
      bgo#620743, bgo#620929, bgo#621510, bgo#621566, bgo#621723,
      bgo#622498, bgo#622500, bgo#622501, bgo#622816, bgo#623103,
      bgo#623172, bgo#623196, bgo#623366, bgo#623379, bgo#623585,
      bgo#623654, bgo#619817, bgo#617512, bgo#619485, bgo#413942
  - Add orc BuildRequires
  - remove liboild-devel BuildRequires
* Mon Aug 09 2010 dimstar@opensuse.org
  - Update to version 0.10.23
    + alpha: add support for YUY2, YVYU, UYVY and YV12; YUV->RGB
      conversion fixes
    + avimux, flvmux, matroskamux: don't crash if tags arrive on
      multiple input pads at the same time
    + avimux, matroskamux: add support for On2 VP8
    + capssetter: element moved from gst-plugins-bad
    + deinterlace:
    - add support for most YUV and RGB formats for some methods
    - make automatic detection of interlacing the default
    + gamma: add support for more YUV/RGB formats, make gamma
      property controllable
    + jpegdec, jpegenc: support more colour spaces and pixel formats
    + matroskademux:
    - implement push mode seeking
    - add support for WebM
    + imagefreeze: plugin moved from gst-plugins-bad
    + oss4: plugin moved from gst-plugins-bad
    + osxvideosink: implement the xoverlay interface, allow switching
      views at runtime
    + qcelpdepay: add a QCELP depayloader
    + qtdemux: add support for VP8; push-mode seeking and ctts table
      parsing fixes
    + rtph263depay: use Picture Start Code to detect packet loss and
      frame start
    + rtph263pay: use found GOBs to apply Mode A payloading
    + rtph264depay: DELTA_UNIT marking of output buffers
    + rtph264pay:
    - extract SPS and PPS from property provided parameter set
    - add config-interval property to re-send SPS/PPS in stream
    + rtpmp4vpay: add config-interval property to re-insert config in
      stream
    + rtptheoradepay: fix in-band configuration parsing
    + rtptheorapay: add config-interval parameter to re-insert config
      in stream
    + rtpvorbisdepay, rtptheoradepay: also accept in-line
      configuration
    + rtsp: configure bandwidth properties in the session
    + rtspsrc:
    - fall back to SDP ports instead of server_port
    - use the SDP connection info in multicast
    - handle SEEKING queries
    + smptealpha: add support for all 4 ARGB formats and YV12
      (converted to AYUV)
    + videobalance: add support for all RGB formats, Y41B, Y42B and
      Y444, YUY2, UYVY, AYUV and YVYU
    + videobox:
    - add support for Y444, Y42B, Y41B, YUY2, UYUV, and YVYU
    - fix floating point to integer conversion for the alpha values
    - handle ranges/lists of width or height when transforming caps
    - translate navigation events to make sense again upstream
    + videofilter: merge gamma, videobalance, and videoflip plugin
      into single plu
    + videoflip:
    - add support for all RGB formats and AYUV, Y41B, Y42B and Y444
    - also flip the pixel-aspect-ratio if width/height are
      exchanged
    + videomixer: add support for Y444, Y42B, Y41B, YV12, YUY2, YVYU,
      UYVY
    + webmmux: Add new webmmux element that only supports muxing of
      WebM
    + y4menc: add 4:2:2, 4:1:1, and 4:4:4 output support
    + Bugs fixed: bgo#576286, bgo#618349, bgo#574416, bgo#590662,
      bgo#592270, bgo#599585, bgo#600553, bgo#606689, bgo#607452,
      bgo#609405, bgo#609658, bgo#610172, bgo#610902, bgo#613786,
      bgo#614305, bgo#614765, bgo#615798, bgo#616516, bgo#616700,
      bgo#617164, bgo#617537, bgo#617733, bgo#617739, bgo#618305,
      bgo#618351, bgo#618386, bgo#618419, bgo#618733, bgo#618874,
      bgo#618940, bgo#619018, bgo#619103, bgo#619105, bgo#619219,
      bgo#619835, bgo#619943, bgo#620002, bgo#605231, bgo#619533
* Tue May 04 2010 dimstar@opensuse.org
  - Update to 0.10.22:
    + alpha: add support for different color matrixes
    + alpha: add support for generating ARGB output
    + alpha: add support for ARGB, RGB and xRGB input
    + alphacolor: support inplace and on-the-fly conversions from
      AYUV to ARGB
    + alphacolor: Implement color-matrix support and use integer
      arithmetic only
    + videobox: add support for most common RGB(A), (A)YUV, and
      grayscale formats
    + videobox: add support for on-the-fly conversions for some
      formats
    + videobox: add support for filling the background with red,
      yellow and white
    + videobox: add support for YV12, including conversion support
      for I420/AYUV
    + videomixer: add support for ABGR and RGBA
    + shapewipe: add support for the remaining ARGB formats
    + qtdemux, matroska: export h.264 profile and level in caps
    + multifilesink: Add key-frame option to next-file
    + directsoundsink: Implement SPDIF support for AC3
    + h264depay: handle STAPs properly
    + speexdec: adapt to new oggdemux
    + flvdemux: mark delta frames properly
    + flvdemux: improve index building and scaning in pull mode
    + flvdemux: add support for backwards playback (when operating in
      pull mode)
    + avidemux: fix offset handling in push mode seeking
    + matroskademux: prefer index of video track to perform seeking
    + matroskademux: add support for backwards playback (when
      operating in pull mode)
    + matroskademux: push correctly sized flac header buffers
    + matroskademux: restrict resyncing to subtitle tracks
    + rtpsession: Make it possible to favor new sources in case of
      SSRC conflict
    + rtspsrc: send keep alive when paused
    + rtspsrc: handle ipv6 listening ports when needed
    + rtspsrc: require a destination for multicast
    + rtspsrc: parse connection information
    + qtdemux: Set stream-format=raw on AAC caps
    + qtdemux: add XMP parsing support
    + qtdemux: Read replaygain peak/gain tags
    + qtdemux: extract stream language in more cases
    + id3demux: fix parsing of unsynced frames with data length
      indicator
    + jpegdec: don't crash if jpeg image contains more than three
      components
    + ximagesrc: send new segment event in TIME format
    + mp4gdepay: improve constantDuration guessing
    + h264pay: fix config-interval property
    + rtspsrc: add property to control the buffering method
    + png: make work with libpng 1.4
  - Drop gstreamer-0_10-plugins-good-libpng14.patch, upstream fixed.
* Thu Apr 08 2010 pgajdos@suse.cz
  - build against libpng14
* Thu Mar 25 2010 vuntz@opensuse.org
  - Split the hal plugin in a gstreamer-0_10-plugin-hal subpackage to
    not require hal (which is deprecated) with this package. Fix
    bnc#590715.
* Sat Mar 13 2010 dimstar@opensuse.org
  - Update to version 0.10.21:
    + Fixes for RTP h263 depayloader timestamping regressions that
      broke video calls
    + Fixes for FLAC decoder when FLAC is embedded in a container
      such as Ogg or Matroska
    + rtpsource: bitrate estimation improvements
    + rtspsrc, udp: multicast fixes
* Mon Mar 08 2010 dimstar@opensuse.org
  - Update to version 0.10.19:
    + Features of this release:
    - shapewipe: moved from -bad to -good
    - avidemux: push mode seeking support
    - avidemux: drop video frames up to the desired keyframe after
      a seek
    - configure: cross-compilation fixes (use $PKG_CONFIG instead
      of pkg-config)
    - dvdepay: don't output frames until we have a header, fixes
      crash
    - flacdec: fix tag extraction in push mode
    - flvdemux: obtain the index from the end of an flv file in
      push mode
    - flvdemux: audio tags without any content are valid; indexing
      improvements
    - jpegdec: fix invalid memory access in parser
    - jitterbuffer: new buffering modes: low/high watermark
      buffering, rtp timestamps
    - matroskademux: seeking/segment fixes (esp. regression with
      gnonlin)
    - matroskademux: subtitle stream improvements (advance sparse
      streams in smaller steps)
    - multipartdemux: improve header mime-type parsing
    - qtdemux: fix ALAC codec-data handling; handle signed values
      in 3GPP location tag
    - qtdemux: fix frame rate cap regression; fix sample durations
      corner-case
    - qtdemux: Use the correct duration when comparing segments
    - pulsesink: avoid segfault when shutting down
    - pulsesink: return previous mute state if sink is not active
      at the moment
    - rtpbin: change how NTP time is calculated in RTCP, generating
      more accurate NTP timestamps if the system clock is
      synchronised with NTP or similar
    - rtpmp4gdepay: avoid division by 0 in corner case
    - v4l2sink: change rank to NONE so we don't try to autoplug it
    - videomixer: fix timestamping problems for input streams with
      different lengths
    - videomixer: fix problem when used with gnonlin (always send
      FLUSH_STOP)
      + Bugs fixed: bgo#584536, bgo#587304, bgo#599292, bgo#604711,
      bgo#608026, bgo#608843, bgo#610004, bgo#610053, bgo#610238,
      bgo#610265, bgo#610280, bgo#610296, bgo#610337, bgo#610483,
      bgo#610556, bgo#610839, bgo#610894, bgo#611501, bgo#609724
* Wed Feb 17 2010 dimstar@opensuse.org
  - Update to version 0.10.18:
    + Changes:
    - 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: bgo#503582, bgo#351595, bgo#505823, bgo#515073,
      bgo#539858, bgo#554839, bgo#582575, bgo#583367, bgo#583985,
      bgo#587323, bgo#593354, bgo#595265, bgo#597497, bgo#597823,
      bgo#599300, bgo#601143, bgo#601242, bgo#601728, bgo#602231,
      bgo#602508, bgo#602887, bgo#602940, bgo#603376, bgo#603471,
      bgo#603547, bgo#603779, bgo#604352, bgo#604611, bgo#604679,
      bgo#604814, bgo#604872, bgo#604913, bgo#605222, bgo#605269,
      bgo#605447, bgo#605882, bgo#606198, bgo#606438, bgo#606692,
      bgo#606807, bgo#607353, bgo#607440, bgo#607718, bgo#607949,
      bgo#608209, bgo#608255, bgo#608268, bgo#608629, bgo#608671,
      bgo#608990, bgo#609107, bgo#598610
* Wed Dec 23 2009 dimstar@opensuse.org
  - Update to version 0.10.17:
    + 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
    + Bugs fixed: bgo#597848, bgo#588245, bgo#368681, bgo#458629,
      bgo#561825, bgo#581334, bgo#582238, bgo#590362, bgo#591713,
      bgo#593354, bgo#593391, bgo#593688, bgo#593757, bgo#593764,
      bgo#593955, bgo#594039, bgo#594133, bgo#594247, bgo#594248,
      bgo#594251, bgo#594253, bgo#594254, bgo#594283, bgo#594298,
      bgo#594490, bgo#594520, bgo#594599, bgo#594663, bgo#594691,
      bgo#595029, bgo#595220, bgo#595231, bgo#595888, bgo#595897,
      bgo#595942, bgo#596319, bgo#597091, bgo#597214, bgo#597348,
      bgo#597351, bgo#597397, bgo#597463, bgo#597601, bgo#597730,
      bgo#597847, bgo#597867, bgo#598377, bgo#598517, bgo#598810,
      bgo#598933, bgo#601381
  - Changes from version 0.10.16:
    + Moved rtpmanager from -bad to -good
    + Implement SEEKING query in more demuxers and decoders (notably
      mkv, flv, flac)
    + avimux: adds support to WMA/WMV
    + cairo: Add cairo-based PDF/PS/SVG encoder element (cairorender)
    + dv1394src: fix element for live usage
    + effectv: new elements: rippletv, streaktv, radioactv, optv
    + flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors
      when seeking
    + flacenc: fix issue with broken duration / sample count into
      flac header in some cases
    + flvmux: lots of fixes and improvements
    + id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
    + matroska: add kate subtitle support, add/improve WMA/WMV
      handling and read bluray PGS subpicture streams
    + multipartdemux: support more mime types, do proper flow
      aggregation
    + pulsesrc: cleanups, report real latency, set the default slave
      method to skew
    + qtdemux: support for agsm, misc. tag reading fixes
    + rtp: new QDM2 and CELT depayloaders; fix SVQ3 depayloader and
      make it autopluggable
    + souphttpsrc: Only assume seekability if the server provides
      Content-Length
    + v4l2: add v4l2sink element, open device in NULL->READY,
      optional gudev support
    + v4l2src: fix 'hang' with some cameras caused by bad
      timestamping if no framerate is available
    + videomixer: add RGB format support; fix I420 blending
    + Bugs fixed: bgo#331420, bgo#499242, bgo#521625, bgo#560033,
      bgo#564100, bgo#564501, bgo#567983, bgo#577017, bgo#577318,
      bgo#578052, bgo#578166, bgo#578612, bgo#580214, bgo#580732,
      bgo#582153, bgo#582169, bgo#582462, bgo#583593, bgo#583640,
      bgo#584455, bgo#584613, bgo#585205, bgo#585361, bgo#585559,
      bgo#585576, bgo#585630, bgo#585699, bgo#585757, bgo#585828,
      bgo#585831, bgo#586397, bgo#587426, bgo#587680, bgo#587826,
      bgo#585831, bgo#586397, bgo#587426, bgo#587680, bgo#587826,
      bgo#587982, bgo#587983, bgo#588148, bgo#588349, bgo#588359,
      bgo#588368, bgo#588483, bgo#588695, bgo#588777, bgo#589056,
      bgo#589365, bgo#589423, bgo#589424, bgo#589459, bgo#590038,
      bgo#590280, bgo#590401, bgo#590447, bgo#590970, bgo#591451,
      bgo#591476, bgo#591712, bgo#591747, bgo#591951, bgo#592232,
      bgo#592530, bgo#593015, bgo#585911, bgo#576378, bgo#564437,
      bgo#582515, bgo#583048, bgo#583371, bgo#583803, bgo#584981,
      bgo#585056, bgo#585549, bgo#585842
* Mon Oct 26 2009 sbrabec@suse.cz
  - Added support for translation-update-upstream (FATE#301344).
* Wed Aug 12 2009 sbrabec@suse.cz
  - Fixed directory ownership.
* Fri May 22 2009 vuntz@novell.com
  - Update to version 0.10.15:
    + Some fixes for seeking in wav and FLAC files
    + Faster seeking in Matroska and AVI files
    + RTSP and RTP improvements
    + directdrawsink moved to Bad
    + y4menc and flvmux/flvdemux moved from Bad
    + deinterlace2 moved from Bad, replacing deinterlace
    + Many bug fixes and improvements
    + Pulseaudio sink completely overhauled
    + Bugs fixed: bgo#572551, bgo#577318, bgo#576286, bgo#581333,
      bgo#478092, bgo#486915, bgo#509311, bgo#516031, bgo#537537,
      bgo#537609, bgo#552650, bgo#562168, bgo#563574, bgo#567140,
      bgo#567857, bgo#570781, bgo#571153, bgo#571321, bgo#572256,
      bgo#572358, bgo#572413, bgo#573173, bgo#573342, bgo#573343,
      bgo#573721, bgo#573737, bgo#574270, bgo#574275, bgo#577468,
      bgo#577609, bgo#577671, bgo#578052, bgo#578135, bgo#578310,
      bgo#579070, bgo#579422, bgo#579808, bgo#580746, bgo#580783,
      bgo#580851, bgo#580880, bgo#581329, bgo#581568, bgo#581806,
      bgo#581884, bgo#582252, bgo#582281, bgo#582387, bgo#582420,
      bgo#582661, bgo#582715, bgo#582753, bgo#582794, bgo#568278,
      bgo#569611, bgo#571294, bgo#574169, bgo#575234, bgo#576729,
      bgo#578257, bgo#579069, bgo#580554, bgo#581432, bgo#581444,
      bgo#582218, bgo#575937
  - Drop gst-plugins-good-pulsemixerctrl-strict-aliasing.patch: fixed
    upstream.
  - Remove hack in setup to fix an old error, and do not call autogen
    anymore.
  - Remove checks for old versions of openSUSE.
  - Remove --enable-ladspa from configure: it doesn't exist anymore.
* Thu Apr 30 2009 sbrabec@suse.cz
  - Don't call autogen in older products.
  - Require python-xml explicitly to get minidom on all products.

Files

/usr/lib64/gstreamer-0.10/libgst1394.so
/usr/lib64/gstreamer-0.10/libgstaasink.so
/usr/lib64/gstreamer-0.10/libgstdv.so
/usr/lib64/gstreamer-0.10/libgstgdkpixbuf.so
/usr/lib64/gstreamer-0.10/libgstmonoscope.so
/usr/lib64/gstreamer-0.10/libgstshout2.so
/usr/lib64/gstreamer-0.10/libgstsmpte.so
/usr/lib64/gstreamer-0.10/libgstspeex.so
/usr/lib64/gstreamer-0.10/libgstvideobox.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:24:53 2013