The NetBSD Project

CVS log for pkgsrc/multimedia/clutter-gst/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / clutter-gst

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2017Q2-base


Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 10 07:29:14 2017 UTC (6 years, 9 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.6: +54 -33 lines
Diff to previous 1.6 (colored)

Update clutter-gst to 3.0.24.

XXX:
 clutter-gst 3.0.x is required by ruby-gnome2-clutter-gstreamer 3.1.6
 but I don't use/need the package.  Only "make package" is tested.
 (No other package requires clutter-gst anyway)

Upstream changelog (from NEWS file):

clutter-gst 3.0.24 (29/03/2016)
===============================================================================

List of changes

 o Enable inspection of gstreamer plugin without connecting to display
   servers

 o Fix issue with RGBx/BGRx formats not showing

 o Fix memory leaks

Many Thanks to:

   Fabrice Bellet

clutter-gst 3.0.22 (06/12/2016)
===============================================================================

List of changes

 o A couple of video sink fixes (crashes & not up-to-date data)

 o A bunch of content fixes (crashes)

Many Thanks to:

   Fabrice Bellet

clutter-gst 3.0.20 (08/09/2016)
===============================================================================

List of changes

 o A bunch of build cleanups/improvments

 o Fix BT.2020 YUV to RGB conversion

Many Thanks to:

   Emmanuele Bassi
   Sebastian Keller

clutter-gst 3.0.18 (20/03/2016)
===============================================================================

List of changes

 o More documentation fixes

 o Set example video player background to opaque black

Many Thanks to:

   Chris Mayo
   Jonny Lamb

clutter-gst 3.0.16 (12/02/2016)
===============================================================================

List of changes

 o Make gudev an optional dependency

 o Bunch of documentation fixes

 o Auto video sink memory leak fixes

 o Auto video sink background now defaults to black

 o Video sink caps RGBx/BGRx naming fix

 o Video sink frame display fix on loaded systems

 o Video sink cleanups on stop()

Many Thanks to:

   Chris Mayo
   Gilles Dartiguelongue
   Nicolas Dufresne

clutter-gst 3.0.14 (10/10/2015)
===============================================================================

List of changes

 o Fix rendering issue with non power of 2 video frame sizes

 o Reduce color conversion shader's size

 o Fix crash with vaapi plugins when frame upload fails

clutter-gst 3.0.12 (30/09/2015)
===============================================================================

List of changes

 o Fix leak with color balance

 o Enable DVD events forwarding upstream the pipeline

clutter-gst 3.0.10 (04/09/2015)
===============================================================================

List of changes

 o Fix leak in error checking

 o Fix invalid premultiply for AYUV format

clutter-gst 3.0.8 (18/07/2015)
===============================================================================

List of changes

 o Fix crash when video frame has not been uploaded yet, gets disposed
   and Clutter try to paint with it.

clutter-gst 3.0.6 (24/05/2015)
===============================================================================

List of changes

 o fix memory leaks in get/set_caps

 o advertize the GstVideoOverlayComposition feature in caps

 o clear buffer in flush

Many Thanks to:

   Matthieu Bouron
   Victor Manuel Jaquez Leal
   Wim Taymans

clutter-gst 3.0.4 (24/01/2015)
===============================================================================

List of changes

 o Fix introspection problem on systems with no display

 o Fix introspection problems with clutter-gst 2.0 installed

 o Fix incorrect warnings about deprecated properties

 o Only advertise RGBA format for texture upload

clutter-gst 3.0.2 (11/01/2015)
===============================================================================

List of changes

 o Fix dependency version of Gstreamer and Cogl

 o Fix crash with the autovideosink when you're running without a
   display server

 o Fix linking problem with examples

Many Thanks to:

   Koop Mast
   Ting-Wei Lan

clutter-gst 3.0.0 (06/12/2014)
===============================================================================

List of changes

 o Add ability to set modified frames on content

 o Add RGBx/BGRx format support to video sink

 o A few small bug fixes

Many Thanks to:

   Olav Vitters
   Philip Withnall

clutter-gst 2.99.4 (26/06/2014)
===============================================================================

List of changes

 o Improve GStreamer debug topics

 o A few small bug fixes

clutter-gst 2.99.2 (09/06/2014)
===============================================================================

List of changes

 o Add color correction support using GLSL shaders

 o Add overlay support using additional ClutterPaintNode

 o Video sink now derives from GstVideoSink

Many Thanks to:

   Colin Walters
   Ryan Lortie
   Piotr Drag

clutter-gst 2.99.0 (19/11/2013)
===============================================================================

List of changes

 o Split the concept of player from the concept of video display in
   the Clutter scenegraph (ie. you can now display the same or part of
   the same video stream several times in a one or multiple Clutter
   scenes)

   You should start by creating a Player that is in charge of decoding
   a video (ClutterGstPlayer interface).

   2 player classes are currently available :
     ClutterGstPlayback (wrapper around playbin)
     ClutterGstCamera (wrapper around camerabin)

   You then attach a player to one of the ClutterGstContent, and put
   the content into a ClutterActor anywhere in a scene.

 o Introduce ClutterGstPlayer interface as a replacement for
   ClutterMedia

 o Introduce ClutterGstCameraManager to discover/list available camera
   on the system

 o Remove usage of Clutter and Cogl deprecated APIs

 o Add many example to help with usage of the new API, including
   JavaScript examples (see examples/ directory).

 o Rework a basic GStreamer plugin


Many Thanks to:

   Andre Moreira Magalhaes
   Bastian Winkler
   Bastien Nocera
   Marvin Schmidt
   Sjoerd Simons

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>