summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2010-09-04 16:08:18 +1000
committerJan Schmidt <thaytan@noraisin.net>2010-09-04 16:08:18 +1000
commitd66c4ee82a93696d53095c41a624b50f2bc5c299 (patch)
tree587ee724a56a92682bfb69d64dd9633c02f08e51
parentf996282f87806c2a88b066af83c647deb856bf31 (diff)
Release 0.10.2RELEASE-0.10.2
-rw-r--r--ChangeLog84
-rw-r--r--NEWS50
-rw-r--r--RELEASE73
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/inspect/plugin-opengl.xml4
-rw-r--r--gst-plugins-gl.doap11
6 files changed, 211 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e52a67..07babf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+=== release 0.10.2 ===
+
+2010-09-04 Jan Schmidt <thaytan@noraisin.net>
+
+ * configure.ac:
+ releasing 0.10.2, "Long forgotten rules"
+
+2010-08-20 17:42:54 +1000 Jan Schmidt <thaytan@noraisin.net>
+
+ * configure.ac:
+ 0.10.1.5 pre-release
+
+2010-08-13 17:25:26 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 3e8db1d to ec60217
+
+2010-08-13 14:52:43 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-gl-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-gl-plugins-sections.txt:
+ plugin-docs: add glfilterreflectedscreen to docs.
+
+2010-08-13 14:38:07 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * docs/plugins/gst-plugins-gl-plugins-sections.txt:
+ plugin-docs: the <TITLE> tag should come right after <FILE>
+ Fixes missing plugin entries. If the object name, e.g. GstXyz came before the
+ title, we ended up with differnt section_id in the generated docbook.
+
+2010-08-12 09:24:03 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure: Add OpenGL checks for Solaris, *BSD and GNU Hurd
+ The Linux/cygwin checks should work for all of them too.
+
+2010-08-11 18:26:15 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * .gitignore:
+ * configure.ac:
+ * docs/plugins/inspect/plugin-opengl.xml:
+ * po/en.po:
+ 0.10.1.3 pre-release
+
+2010-08-11 18:44:00 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * .gitignore:
+ * m4/Makefile.am:
+ m4: don't try to dist file that's no longer installed
+ Fixes distcheck for me (problem was missing inttypes.m4). These
+ files will be disted automatically anyway, we don't need to
+ list them ourselves.
+
+2010-08-11 17:59:40 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * README:
+ * REQUIREMENTS:
+ * autogen.sh:
+ * configure.ac:
+ configure: require autoconf 2.60, automake 1.10, and gettext 0.17
+ As we do for the other modules. Also, cvs => git.
+
+2010-08-11 17:58:14 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ configure: bump core/base requirement
+ To something not completely ancient.
+
+2010-08-11 17:57:23 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ configure: fix libtool versioning
+ We changed API/ABI in ways that's not backwards-compatible.
+
+2010-08-11 01:19:03 +1000 Jan Schmidt <thaytan@noraisin.net>
+
+ * ChangeLog:
+ * configure.ac:
+ * docs/plugins/gst-plugins-gl-plugins.hierarchy:
+ * po/en.po:
+ 0.10.1.2 pre-release
+
2010-08-11 00:47:42 +1000 Jan Schmidt <thaytan@noraisin.net>
* Makefile.am:
diff --git a/NEWS b/NEWS
index ec77da9..2047474 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
-This is GStreamer OpengGL Plug-ins 0.10.1 "Le Fromage De La Belle France"
+This is GStreamer OpengGL Plug-ins 0.10.2 "Long forgotten rules"
+
+Changes since 0.10.1:
+
+ * New elements and examples
+ * Internal changes to GL context management
+ * Support RGB format in gloverlay
+ * Many fixes and improvements
+ * Cocoa backend for OS/X
+ * Dependency on libpng instead of gdkpixbuf
+
+Bugs fixed since 0.10.1:
+
+ * 591591 : Gloverlay makes it hard to manipulate the position of the image
+ * 595303 : Plugin gloverlay to put video over png image
+ * 601277 : patch for gloverlay
+ * 559135 : Add five more opengl elements to plugin docs
+ * 562699 : configure.ac doesn't find opengl on os x
+ * 578811 : crash with cocoa backend
+ * 588510 : No copyright/license information in a lot of files
+ * 590351 : Compile issue on GLEW version.
+ * 593786 : support OpenGL es in autofoo
+ * 597253 : [gst-plugins-gl] rewrite the way a gstgldisplay is forwarded
+ * 599883 : [differencematte] regressions after gdkpixbuf to libpng migration
+ * 599885 : [gtk examples] unstable behaviour with recent gtk (post csw merge)
+ * 600630 : gldownload not working anymore
+ * 600797 : New example illustrates texture sharing between glupload and Qt
+ * 602153 : gstglmixer prints warnings when it has no parent
+ * 602771 : qglwtextureshare example crashes sometimes on startup
+ * 605121 : Bug when you configure gst-plugins-gl
+ * 608643 : libpng 1.4.x incompatibilities
+ * 611067 : Shared opengl context not shared correctly
+ * 612157 : [gst-plugins-gl]enable stencil buffer's use
+ * 612159 : [gst-plugins-gl]enable global stencil buffer use
+ * 612163 : [gst-plugins-gl]new gl filter: gstglfilterreflectedscreen
+ * 613186 : -gl can't be built against libpng 1.4.x
+ * 613371 : gst_element_class_set_details = > gst_element_class_set_details_simple
+ * 615696 : Shaders using GLSL 1.20 without #version.
+ * 616748 : multiply_fragment_source shader compilation error with Apple GLSL compiler
+ * 625144 : [gst-plugins-gl] fixed qglwtextureshare example to work on a Mac
+ * 626708 : Add OpenGL checks for Solaris, *BSD and GNU Hurd
+ * 559131 : Have client-draw-callback accept a gpointer of user data
+ * 588454 : Cygwin also uses GLX
+ * 588653 : glimagesink fails to render I420 and YV12 frames properly
+ * 593165 : glimagesink bug decoding from ts
+ * 593486 : sdlshare example test on linux
+ * 595588 : Added patch to manage RGB or RGBA
+
+Features of 0.10.1:
* Initial release of gst-plugins-gl
* Integration with standard GStreamer video buffers
diff --git a/RELEASE b/RELEASE
index 7b18e84..b9147f6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer OpenGL Plug-ins 0.10.1 "Le Fromage De La Belle France"
+Release notes for GStreamer OpenGL Plug-ins 0.10.2 "Long forgotten rules"
@@ -45,16 +45,55 @@ contains a set of less supported plug-ins that haven't passed the
+This gst-plugins-gl release isn't API/ABI compatible with 0.10.1.
+
Features of this release
- * Initial release of gst-plugins-gl
- * Integration with standard GStreamer video buffers
- * Various OpenGL effects and filters
- * Direct GL output via glimagesink
-There were no bugs fixed in this release
-
+ * New elements and examples
+ * Internal changes to GL context management
+ * Support RGB format in gloverlay
+ * Many fixes and improvements
+ * Cocoa backend for OS/X
+ * Dependency on libpng instead of gdkpixbuf
+
+Bugs fixed in this release
+
+ * 591591 : Gloverlay makes it hard to manipulate the position of the image
+ * 595303 : Plugin gloverlay to put video over png image
+ * 601277 : patch for gloverlay
+ * 559135 : Add five more opengl elements to plugin docs
+ * 562699 : configure.ac doesn't find opengl on os x
+ * 578811 : crash with cocoa backend
+ * 588510 : No copyright/license information in a lot of files
+ * 590351 : Compile issue on GLEW version.
+ * 593786 : support OpenGL es in autofoo
+ * 597253 : [gst-plugins-gl] rewrite the way a gstgldisplay is forwarded
+ * 599883 : [differencematte] regressions after gdkpixbuf to libpng migration
+ * 599885 : [gtk examples] unstable behaviour with recent gtk (post csw merge)
+ * 600630 : gldownload not working anymore
+ * 600797 : New example illustrates texture sharing between glupload and Qt
+ * 602153 : gstglmixer prints warnings when it has no parent
+ * 602771 : qglwtextureshare example crashes sometimes on startup
+ * 605121 : Bug when you configure gst-plugins-gl
+ * 608643 : libpng 1.4.x incompatibilities
+ * 611067 : Shared opengl context not shared correctly
+ * 612157 : [gst-plugins-gl]enable stencil buffer's use
+ * 612159 : [gst-plugins-gl]enable global stencil buffer use
+ * 612163 : [gst-plugins-gl]new gl filter: gstglfilterreflectedscreen
+ * 613186 : -gl can't be built against libpng 1.4.x
+ * 613371 : gst_element_class_set_details = > gst_element_class_set_details_simple
+ * 615696 : Shaders using GLSL 1.20 without #version.
+ * 616748 : multiply_fragment_source shader compilation error with Apple GLSL compiler
+ * 625144 : [gst-plugins-gl] fixed qglwtextureshare example to work on a Mac
+ * 626708 : Add OpenGL checks for Solaris, *BSD and GNU Hurd
+ * 559131 : Have client-draw-callback accept a gpointer of user data
+ * 588454 : Cygwin also uses GLX
+ * 588653 : glimagesink fails to render I420 and YV12 frames properly
+ * 593165 : glimagesink bug decoding from ts
+ * 593486 : sdlshare example test on linux
+ * 595588 : Added patch to manage RGB or RGBA
Download
@@ -83,13 +122,29 @@ Applications
Contributors to this release
+ * Andrey Nechypurenko
+ * Anthony Violo
+ * Benjamin Otte
+ * Christian Schaller
+ * Cygwin Ports maintainer
+ * David Hoyt
* David Schleef
* Edward Hervey
- * Felipe Contreras
+ * Eric Anholt
* Filippo Argiolas
* Jan Schmidt
* Julien Isorce
- * Marc-Andre Lureau
+ * Mark Nauwelaerts
+ * Miquel Àngel Farré
+ * Nicholas Panayis
+ * Nuno Santos
+ * Olivier Crête
+ * Pierre Pouzol
+ * Pratheesh Gangadhar
+ * Roland Peffer
* Sebastian Dröge
* Stefan Kost
+ * Tim-Philipp Müller
+ * Vinson Lee
+ * Руслан Ижбулатов
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index bf361f8..c07ece5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer OpenGL Plug-ins, 0.10.1.5,
+AC_INIT(GStreamer OpenGL Plug-ins, 0.10.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-gl)
diff --git a/docs/plugins/inspect/plugin-opengl.xml b/docs/plugins/inspect/plugin-opengl.xml
index 2ed7c1c..378c007 100644
--- a/docs/plugins/inspect/plugin-opengl.xml
+++ b/docs/plugins/inspect/plugin-opengl.xml
@@ -3,10 +3,10 @@
<description>OpenGL plugin</description>
<filename>../../gst/gl/.libs/libgstopengl.so</filename>
<basename>libgstopengl.so</basename>
- <version>0.10.1.3</version>
+ <version>0.10.2</version>
<license>LGPL</license>
<source>gst-plugins-gl</source>
- <package>GStreamer OpenGL Plug-ins prerelease</package>
+ <package>GStreamer OpenGL Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/gst-plugins-gl.doap b/gst-plugins-gl.doap
index d316f2d..c289733 100644
--- a/gst-plugins-gl.doap
+++ b/gst-plugins-gl.doap
@@ -35,6 +35,17 @@ that use OpenGL.
<release>
<Version>
+ <revision>0.10.2</revision>
+ <branch>0.10</branch>
+ <name>Long forgotten rules</name>
+ <created>2010-09-04</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-gl/gst-plugins-gl-0.10.2.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-gl/gst-plugins-gl-0.10.2.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.1</revision>
<branch>0.10</branch>
<name>Le Fromage De La Belle France</name>