./multimedia/gst-plugins1-vpx, Open source multimedia framework - VP8/VP9 plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.24.0, Package name: gst-plugins1-vpx-1.24.0, Maintainer: pkgsrc-users

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the VP8/VP9 video codec plugin for GStreamer,
used for decoding WebM videos on the web.


Required to run:
[devel/glib2] [devel/orc] [multimedia/libvpx] [multimedia/gst-plugins1-good] [multimedia/gstreamer1] [multimedia/gst-plugins1-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2832.719 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-22 14:17:08 by Ryo ONODERA | Files touched by this commit (119)
Log message:
*: Recursive revbump from multimedia/libvpx
   2021-11-15 23:01:22 by Thomas Klausner | Files touched by this commit (174) | Package updated
Log message:
*: update gstreamer1 and plugins and related packages to 1.18.5

Based on the wip packages by nia and myself.
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2017-03-16 15:39:16 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Reset PKGREVISION after update.
   2017-01-17 00:45:17 by Thomas Klausner | Files touched by this commit (103)
Log message:
Recursive bump for libvpx shlib major change.
   2016-09-12 11:00:10 by Thomas Klausner | Files touched by this commit (17) | Package updated
Log message:
Update gstreamer1 and its plugins to 1.8.3.

1.8.3

The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. This \ 
release only contains bugfixes and it should be safe to update from 1.8.x.
Major bugfixes in 1.8.3

    Fix Android build scripts on OS X and Windows
    Fix stepping in PAUSED state in certain circumstances
    Fix jackaudiosink hang when exiting
    Fix udpsrc receiving multicast packets not only from the selected multicast group
    Fix unnecessary decoding of unselected streams in GES
    Fix (multi)udpsink randomly not sending to clients
    Fix ALL_BOTH probes not considering EVENT_FLUSH
    Fix average input rate calculations in queue2
    Fix various locking issues causing deadlock in adaptivedemux
    Fix gst-libav encoders to correctly produce codec_data in caps
    Add Wayland, Windows and Rasberry Pi support to the QML GL video sink
    Add support for building with OpenH264 1.6
    Add support for controlling deinterlacing in GES video sources
    ... and many, many more!

For a full list of bugfixes see Bugzilla. Note that this is not the full list of \ 
changes. For the full list of changes please refer to the GIT logs or ChangeLogs \ 
of the particular modules.
Known Issues

    gst-rtsp-server does not take address pool configuration into account for \ 
sending unicast UDP. Bugzilla #766612

    vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit \ 
Windows is unaffected. Bugzilla #763663
   2016-08-17 02:06:47 by Ryo ONODERA | Files touched by this commit (102)
Log message:
Recursive revbump from multimedia/libvpx uppdate
   2016-01-03 18:56:53 by Thomas Klausner | Files touched by this commit (13) | Package updated
Log message:
Update gstreamer1 and plugins to 1.6.2.

Major bugfixes

    Crashes in gst-libav with sinks that did not provide a buffer pool but \ 
supported video metadata were fixed. This affected d3dvideosink and some 3rd \ 
party sinks. Also related fixes for crashes when a downstream buffer pool failed \ 
allocation.
    Big GL performance improvement on iOS by a factor of 2 by using Apple's sync \ 
extension.
    Deadlocks in the DirectSound elements on Windows, and the behaviour of its \ 
mute property were fixed.
    The Direct3D video sink does not crash anymore when minimizing the window
    The library soname generation on Android >= 6.0 was fixed, which \ 
previously caused GStreamer to fail to load there.
    File related elements have large-file (>2GB) support on Android now.
    gst-libav was updated to ffmpeg 2.8.3.
    Deserialization of custom events in the GDP depayloader was fixed.
    Missing OpenGL context initialization in the Qt/QML video sink was fixed in \ 
certain situations.
    Interoperability with some broken RTSP servers using HTTP tunnel was improved.
    Various compilation fixes for Windows.
    Various smaller memory leak and other fixes in different places.
    and many, many more