summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-12-30docs: update the master filesMatthew Waters3-88/+309
2013-12-25Fix gstglconfig.h-related 'make distcheck' issuesTim-Philipp Müller1-2/+4
Fix srcdir vs. builddir issue in docs and 'files left after disclean' issue for gstglconfig.h
2013-11-26gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLEMatthew Waters1-1/+1
We create our textures (in Desktop GL) with GL_TEXTURE_RECTANGLE, vaapi attempts to bind our texture to GL_TEXTURE_2D which throws a GL_INVALID_OPERATION error and as thus, no video. Also, by moving exclusively to GL_TEXTURE_2D and the npot extension we also remove a difference between the Desktop GL and GLES2 code. https://bugzilla.gnome.org/show_bug.cgi?id=712287
2013-08-22add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters1-0/+3
At the moment it just sits in between GstGLDisplay and GstGLWindow performing some of the stuff that GstGLWindow used to do.
2013-07-11gl: Major header and include cleanupSebastian Dröge1-0/+1
2013-07-01docs: UpdateSebastian Dröge2-33/+33
2013-06-29docs: add docs for new objects and expand on some existing onesMatthew Waters6-156/+113
2013-06-29docs: remove upload and download elementsMatthew Waters1-2/+0
2013-06-29gitignore lcovMatthew Waters1-0/+2
2013-06-29remove uneeded GstGLMeta (use GstVideoMeta)Matthew Waters1-2/+5
2013-06-29fix OpenGL|ES2 ifdef'ed codeMatthew1-1/+2
2013-06-29docs: more fixesMatthew Waters4-296/+302
2013-06-29update/add .gitignore filesMatthew Waters1-0/+1
2013-06-29docs: clean out -unused.txtMatthew Waters10-160/+437
place definitions into their rightful place in -sections.txt
2013-06-29Update versioning for gstreamer 1.0Matthew Waters5-8/+8
Renames GST_MAJORMINOR to GST_API_VERSION in build files removes -lgstinterfaces from _LDADD flags
2013-06-29Back to developmentTim-Philipp Müller2-4/+4
2013-06-29Release 0.10.3Tim-Philipp Müller2-2/+120
Conflicts: docs/plugins/inspect/plugin-libvisual-gl.xml docs/plugins/inspect/plugin-opengl.xml
2013-06-29docs: fix distcheckTim-Philipp Müller1-2/+1
ERROR: files left in build directory after distclean: ./docs/libs/gst-plugins-gl-libs-overrides.txt
2011-11-18docs: add glmosaic and glshader to docsJulien Isorce4-1/+55
2011-11-18linpng: make libpng use conditionalStefan Sauer2-68/+10
Disable 3 elements if we don't have libpng.
2010-09-04Release 0.10.2RELEASE-0.10.2Jan Schmidt1-2/+2
2010-08-13plugin-docs: add glfilterreflectedscreen to docs.Stefan Kost3-0/+17
2010-08-13plugin-docs: the <TITLE> tag should come right after <FILE>Stefan Kost1-2/+2
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-110.10.1.3 pre-releaseTim-Philipp Müller1-2/+2
2010-08-110.10.1.2 pre-releaseJan Schmidt1-30/+30
2010-08-04configure: Check if the compiler supports ISO C89 or C99 and which ↵Sebastian Dröge4-5/+262
parameters are required This first checks what is required for ISO C99 support and sets the relevant compiler parameters and if no C99 compiler is found, it checks for a C89 compiler. This enables us to check for and use C89/C99 functions that gcc hides from us without the correct compiler parameters.
2009-09-02gloverlay: can control image size and positionAnthony Violo2-3/+33
Fix bug #591591
2009-07-30docs: make remaining elements show up in docsTim-Philipp Müller4-2/+97
Split out declarations into header files and hook everything up so that five more elements show up in the plugin docs. Fixes #559135.
2009-07-23build: add shaveFilippo Argiolas2-4/+4
2009-07-13Release 0.10.1RELEASE-0.10.1Jan Schmidt4-10/+52
2009-07-13build: Fix out-of-source-tree docs build (fixes distcheck)Jan Schmidt1-1/+1
2009-06-11docs: bump common. Use upload-doc.mak instead of upload.makJan Schmidt2-4/+4
2009-04-20fix gtk docJulien Isorce2-123/+0
2009-02-23indent: don't use tabs inside property descriptionsStefan Kost3-5/+15
2009-02-10Rename glpixbufoverlay to gloverlayDavid Schleef1-4/+4
2009-01-31Update docs.Stefan Kost2-2/+12
2009-01-31Add releaseinfo with online url.Stefan Kost2-4/+4
2008-12-08update pdf about the new internal functionning of gst-glJulien Isorce2-0/+0
2008-12-06remove old references to freeglut in doc MakefileJulien Isorce1-5/+3
2008-11-05begin gstglwindow_x11.c implementationJulien Isorce1-4/+4
2008-10-07Build gtk-docs for plugins.Stefan Kost9-3/+472
Add include to otherwise empty .types file to fix the scanner build. Edit Makefile.am, .sections, -docs.sgml to scan all plugins and include them in the master file. Fix xml errors in two sources (missing closing tag).
2008-10-07Build gtk-docs for libs.Stefan Kost4-2/+310
Configure CFLAGS and LDFLAGS in Makefile.am. Add gobject and their include to the .types file. Edit -docs.sgml and replace defaults.
2008-09-29start to write the gtk docJulien Isorce1-2/+2
2008-09-26Fix up gtk-doc documentation generationDavid Schleef3-0/+515
2008-09-24added some bit to debugging fileFilippo Argiolas1-1/+12
2008-09-24can use several G_LOG_DOMAINs and GST_CATegories, with msvc8Julien Isorce1-0/+62
2008-09-18check on win32 that every tests/pipelines and tests/examples (generic, gtk, ↵Julien Isorce1-0/+0
qt) still work
2008-09-17up docJulien Isorce1-0/+0
2008-07-15Global replace of CRLF line endings to LFDavid Schleef4-3/+3
2008-07-15up docsJulien Isorce2-0/+0
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@553 93df14bb-0f41-7a43-8087-d3e2a2f0e464