Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gstreamer-plugins-ugly-32bit | Distribution: openSUSE Tumbleweed |
Version: 1.18.6 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Feb 9 21:13:57 2022 |
Group: Productivity/Multimedia/Other | Build host: obs-power8-03 |
Size: 670708 | Source RPM: gstreamer-plugins-ugly-1.18.6-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://gstreamer.freedesktop.org | |
Summary: GStreamer Streaming-Media Framework Plug-Ins |
GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related, from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing newplug-ins. This package contains well-written plug-ins that can't be shipped in gstreamer-plugins-good because: - the license is not LGPL - the license of the library is not LGPL - there are possible licensing issues with the code.
LGPL-2.1-or-later
* Fri Feb 04 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.18.6: + No changes, version bump only. - Drop service, use source url, upstream changes in git. * Fri Sep 17 2021 Bjørn Lie <bjorn.lie@gmail.com> - Stop building doc sub-package, we will in the future use upstreams own standalone doc package. Following this: Drop gtk-doc and hotdoc BuildRequires and pass doc=disabled to meson. * Wed Sep 15 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.18.5: + asfdemux/realmedia: Drop duplicate seek events + Don't use volatile to mean atomic (fixes compiler warnings with gcc 11) * Tue Mar 30 2021 Antonio Larrosa <alarrosa@suse.com> - Update to version 1.18.4: + rmdemux: Make sure we have enough data available when parsing audio/video packets * Sat Jan 16 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.18.3: + No changes * Wed Dec 09 2020 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.18.2: + No changes. - Fix the _service file and spec to really use the tarball generated by service. * Tue Oct 27 2020 Antonio Larrosa <alarrosa@suse.com> - Update to 1.18.1: + No changes * Fri Sep 11 2020 Antonio Larrosa <alarrosa@suse.com> - Update to 1.18.0: + Highlights: - GstTranscoder: new high level API for applications to transcode media files from one format to another - High Dynamic Range (HDR) video information representation and signalling enhancements - Instant playback rate change support - Active Format Description (AFD) and Bar Data support - RTSP server and client implementations gained ONVIF trick modes support - Hardware-accelerated video decoding on Windows via DXVA2/Direct3D11 - Microsoft Media Foundation plugin for video capture and hardware-accelerated video encoding on Windows - qmlgloverlay: New overlay element that renders a QtQuick scene over the top of an input video stream - imagesequencesrc: New element to easily create a video stream from a sequence of jpeg or png images - dashsink: New sink to produce DASH content - dvbsubenc: New DVB Subtitle encoder element - MPEG-TS muxing now also supports TV broadcast compliant muxing with constant bitrate muxing and SCTE-35 support - rtmp2: New RTMP client source and sink element from-scratch implementation - svthevcenc: New SVT-HEVC-based H.265 video encoder - vaapioverlay: New compositor element using VA-API - rtpmanager gained support for Google's Transport-Wide Congestion Control (twcc) RTP extension - splitmuxsink and splitmuxsrc gained support for auxiliary video streams - webrtcbin now contains some initial support for renegotiation involving stream addition and removal - RTP support was enhanced with new RTP source and sink elements to easily set up RTP streaming via rtp:// URIs - avtp: New Audio Video Transport Protocol (AVTP) plugin for Time-Sensitive Applications - Support for the Video Services Forum's Reliable Internet Stream Transport (RIST) TR-06-1 Simple Profile - Universal Windows Platform (UWP) support - rpicamsrc: New element for capturing from the Raspberry Pi camera - RTSP Server TCP interleaved backpressure handling improvements as well as support for Scale/Speed headers - GStreamer Editing Services gained support for nested timelines, per-clip speed rate control and the OpenTimelineIO format. - Autotools build system has been removed in favour of Meson - Drop patch: * gst-ugly-x264enc-fixes.patch * Fri Jan 31 2020 Bjørn Lie <bjorn.lie@gmail.com> - No longer recommend -lang: supplements are in use. * Mon Dec 23 2019 Bjørn Lie <bjorn.lie@gmail.com> - Add gst-ugly-x264enc-fixes.patch: x264enc: corrected em_data value. Patch from upstream git. - Drop no longer needed conditional libtool BuildRequires. * Wed Dec 04 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.16.2: + Update docs. * Tue Sep 24 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.16.1: + See main gstreamer package for changelog. * Tue Jun 18 2019 mgorse@suse.com - Update to version 1.16.0: + Highlights - GStreamer WebRTC stack gained support for data channels for peer-to-peer communication based on SCTP, BUNDLE support, as well as support for multiple TURN servers. - AV1 video codec support for Matroska and QuickTime/MP4 containers and more configuration options and supported input formats for the AOMedia AV1 encoder - Support for Closed Captions and other Ancillary Data in video - Support for planar (non-interleaved) raw audio - GstVideoAggregator, compositor and OpenGL mixer elements are now in -base - New alternate fields interlace mode where each buffer carries a single field - WebM and Matroska ContentEncryption support in the Matroska demuxer - new WebKit WPE-based web browser source element - Video4Linux: HEVC encoding and decoding, JPEG encoding, and improved dmabuf import/export - Hardware-accelerated Nvidia video decoder gained support for VP8/VP9 decoding, whilst the encoder gained support for H.265/HEVC encoding. - Many improvements to the Intel Media SDK based hardware-accelerated video decoder and encoder plugin (msdk): dmabuf import/export for zero-copy integration with other components; VP9 decoding; 10-bit HEVC encoding; video post-processing (vpp) support including deinterlacing; and the video decoder now handles dynamic resolution changes. - The ASS/SSA subtitle overlay renderer can now handle multiple subtitles that overlap in time and will show them on screen simultaneously - The Meson build is now feature-complete (*) and it is now the recommended build system on all platforms. The Autotools build is scheduled to be removed in the next cycle. - The GStreamer Rust bindings and Rust plugins module are now officially part of upstream GStreamer. - The GStreamer Editing Services gained a gesdemux element that allows directly playing back serialized edit list with playbin or (uri)decodebin - Many performance improvements - Add meson support, but disable because plugin documentation currently isn't built. * Fri May 31 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.14.5: + sid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN. + x264: Only enable dynamic loading code for x264 before v253. * Wed Oct 03 2018 bjorn.lie@gmail.com - Update to version 1.14.4: + Bugfix release, please see .changes in gstreamer main package. * Wed Sep 26 2018 bjorn.lie@gmail.com - Update to version 1.14.3: + Bugfix release, please see .changes in gstreamer main package. * Mon Jul 23 2018 bjorn.lie@gmail.com - Update to version 1.14.2: + Update docs. + asfdemux: Remove 0.10 code. + asfdemux: Only send flush event on seeking flushes. * Sun May 20 2018 bjorn.lie@gmail.com - Update to version 1.14.1: + GstPad: Fix race condition causing the same probe to be called multiple times + Fix occasional deadlocks on windows when outputting debug logging + Fix debug levels being applied in the wrong order + GIR annotation fixes for bindings + audiomixer, audioaggregator: fix some negotiation issues + gst-play-1.0: fix leaving stdin in non-blocking mode after exit + flvmux: wait for caps on all input pads before writing header even if source is live + flvmux: don't wake up the muxer unless there is data, fixes busy looping if there's no input data + flvmux: fix major leak of input buffers + rtspsrc, rtsp-server: revert to RTSP RFC handling of sendonly/recvonly attributes + rtpvrawpay: fix payloading with very large mtu sizes where everything fits into a single RTP packet + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM + v4l2: Disable DMABuf for emulated formats when using libv4l2 + v4l2: Always set colorimetry in S_FMT + asfdemux: Set stream-format field for H264 streams and handle H.264 in bytestream format + x265enc: Fix tagging of keyframes on output buffers + ladspa: Fix critical during plugin load on Windows + decklink: Fix COM initialisation on Windows + h264parse: fix re-use across pipeline stop/restart + mpegtsmux: fix force-keyframe event handling and PCR/PMT changes that would confuse some players with generated HLS streams + adaptivedemux: Support period change in live playlist + rfbsrc: Fix support for applevncserver and support NULL pool in decide_allocation + jpegparse: Fix APP1 marker segment parsing + h265parse: Make caps writable before modifying them, fixes criticals + fakevideosink: request an extra buffer if enable-last-sample is enabled + wasapisrc: Don't provide a clock based on WASAPI's clock + wasapi: Only use audioclient3 when low-latency, as it might otherwise glitch with slow CPUs or VMs + wasapi: Don't derive device period from latency time, should make it more robust against glitches + audiolatency: Fix wave detection in buffers and avoid bogus pts values while starting + msdk: fix plugin load on implementations with only HW support + msdk: dec: set framerate to the driver only if provided, not in 0/1 case + msdk: Don't set extended coding options for JPEG encode + rtponviftimestamp: fix state change function init/reset causing races/crashes on shutdown + decklink: fix initialization failure in windows binary + ladspa: Fix critical warnings during plugin load on Windows and fix dependencies in meson build + gl: fix cross-compilation error with viv-fb + qmlglsink: make work with eglfs_kms + rtspclientsink: Don't deadlock in preroll on early close + rtspclientsink: Fix client ports for the RTCP backchannel + rtsp-server: Fix session timeout when streaming data to client over TCP + vaapiencode: h264: find best profile in those available, fixing negotiation errors + vaapi: remove custom GstGL context handling, use GstGL instead. Fixes GL Context sharing with WebkitGtk on wayland + gst-editing-services: various fixes + gst-python: bump pygobject req to 3.8; fix GstPad.set_query_function(); dist autogen.sh and configure.ac in tarball + g-i: pick up GstVideo-1.0.gir from local build directory in GstGL build + g-i: update constant values for bindings + avoid duplicate symbols in plugins across modules in static builds + ... and many, many more! * Mon Apr 16 2018 bjorn.lie@gmail.com - Update to version 1.14.0: + Highlights: - WebRTC support: real-time audio/video streaming to and from web browsers; - Experimental support for the next-gen royalty-free AV1 video codec - Video4Linux: encoding support, stable element names and faster device probing; - Support for the Secure Reliable Transport (SRT) video streaming protocol; - RTP Forward Error Correction (FEC) support (ULPFEC); - RTSP 2.0 support in rtspsrc and gst-rtsp-server; - ONVIF audio backchannel support in gst-rtsp-server and rtspsrc; - playbin3 gapless playback and pre-buffering support; - Tee, our stream splitter/duplication element, now does allocation query aggregation which is important for efficient data handling and zero-copy; - QuickTime muxer has a new prefill recording mode that allows file import in Adobe Premiere and FinalCut Pro while the file is still being written; - rtpjitterbuffer fast-start mode and timestamp offset adjustment smoothing; - souphttpsrc connection sharing, which allows for connection reuse, cookie sharing, etc; - nvdec: new plugin for hardware-accelerated video decoding using the NVIDIA NVDEC API; - Adaptive DASH trick play support; - ipcpipeline: new plugin that allows splitting a pipeline across multiple processes; - Major gobject-introspection annotation improvements for large parts of the library API; - GStreamer C# bindings have been revived and seen many updates and fixes; - The externally maintained GStreamer Rust bindings had many usability improvements and cover most of the API now. Coinciding with the 1.14 release, a new release with the 1.14 API additions is happening. + Updated translations. - Drop libmp3lame-devel, pkgconfig(libmpg123) and pkgconfig(twolame) BuildRequires, moved to gst-plugins-good, so no longer needed nor used here. * Thu Mar 29 2018 bjorn.lie@gmail.com - Update to version 1.12.5: + Bugs fixed: bgo#792111. - Drop gst-ugly-amrnwbdec-fixes.patch and gst-x264enc-fix-build-x264-multiple-bit-depths.patch: Fixed upstream. * Mon Mar 26 2018 bjorn.lie@gmail.com - Add gst-x264enc-fix-build-x264-multiple-bit-depths.patch: x264enc: fix build with newer x264 with support for multiple bit depths (bgo#792111). * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Wed Feb 21 2018 tchvatal@suse.com - Run over with spec-cleaner - Remove conditions around package definition, this makes source_validator happy as orig-addons are not built in openSUSE yet they are mentioned in baselibs.conf * Tue Feb 20 2018 bjorn.lie@gmail.com - Move pkgconfig(libmpeg2) BuildRequires and resulting plugin out of conditional build, since it is now available in openSUSE. * Tue Jan 23 2018 bjorn.lie@gmail.com - Add gst-ugly-amrnwbdec-fixes.patch: Fixes for amr plugins, only built on third party.
/usr/lib/gstreamer-1.0 /usr/lib/gstreamer-1.0/libgsta52dec.so /usr/lib/gstreamer-1.0/libgstcdio.so /usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so /usr/lib/gstreamer-1.0/libgstdvdread.so /usr/lib/gstreamer-1.0/libgstdvdsub.so /usr/lib/gstreamer-1.0/libgstmpeg2dec.so /usr/lib/gstreamer-1.0/libgstrealmedia.so /usr/lib/gstreamer-1.0/libgstxingmux.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue May 31 23:46:03 2022