summaryrefslogtreecommitdiff
path: root/ext/gl
Commit message (Expand)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1222-98/+87
* gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2017-03-146-30/+14
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-133-11/+6
* applemedia/gl: Fix compile issues for OSXNick Kallen2017-03-081-0/+1
* applemedia/gl: Update code to use ARCNick Kallen2017-03-072-6/+18
* gltestsrc: Fix potential NULL pointer dereference if we fail without GErrorSebastian Dröge2017-02-281-3/+7
* glvideomixer/compositor: Correctly error out if calculating DAR failsSebastian Dröge2017-02-281-7/+9
* gl: Rename gst_gl_get_affine_transformation_meta_as_ndc_ext() to prevent symb...Sebastian Dröge2017-02-284-6/+5
* GstGLSinkBin: fixed sink property leakJuan Pablo Ugarte2017-02-141-26/+24
* glmixer: ensure caps are writable after intersectionMatthew Waters2017-01-181-0/+1
* gl: update sys dependants for function removalsMatthew Waters2017-01-131-35/+4
* glutils: document functionsMatthew Waters2017-01-131-0/+1
* glutils: privatise matrix multiplication/videoaffinetransformation retrievalMatthew Waters2017-01-132-0/+63
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-135-296/+31
* glutils: remove trivial helper functionMatthew Waters2017-01-131-3/+9
* gl: remove custom control binding proxyMatthew Waters2017-01-104-42/+36
* gl/effects: use non-PBO GLMemory for internal texturesHaihua Hu2016-12-161-1/+1
* glvideomixer: Reject multiview videoSebastian Dröge2016-12-141-0/+24
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-4/+4
* gldownload: fix element description (was "OpenGL uploader")Florent Thiéry2016-11-251-1/+1
* gl: remove empty BUGS fileMatthew Waters2016-11-161-3/+0
* gl/build: add missing build filesMatthew Waters2016-11-102-0/+142
* gl/utils: move gen_shader() to the plugin and remove del_shader()Matthew Waters2016-11-1010-18/+19
* glwindow: remove is_running() functionMatthew Waters2016-11-101-66/+63
* glfiltershader: expand the docs slightlyMatthew Waters2016-11-081-1/+22
* glfilter: remove display_init/resetMatthew Waters2016-11-085-104/+83
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-037-26/+26
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-1/+2
* Explicitly define float constants as floatNirbheek Chauhan2016-10-271-1/+1
* Fix incorrect return type in several functionsNirbheek Chauhan2016-10-271-1/+1
* ext/gl: Don't define boolean on Windows with MSVCNirbheek Chauhan2016-10-271-0/+3
* meson: gl: add support for building with dispmanx on the rpiMatthew Waters2016-10-192-3/+6
* gluploadelement: fix leak of upload library objectMatthew Waters2016-10-051-0/+15
* glcolorbalance: reconfigure on passthrough changesMatthew Waters2016-09-191-1/+4
* meson: add some starting build files for GLMatthew Waters2016-09-091-0/+110
* glupload: create the GstGLUpload object in ::transform_capsAlessandro Decina2016-09-051-2/+3
* gstglupload: make the GLMemoryUpload method output the correct texture-targetAlessandro Decina2016-08-261-4/+12
* gl: Update glvideomixer docJan Schmidt2016-08-261-6/+6
* gl: Add/update docs for glviewconvert, glstereomixJan Schmidt2016-08-262-4/+42
* glstereomix: Fix caps negotiationJan Schmidt2016-08-262-118/+86
* glvideoflip: implement GstVideoDirection interfaceXabier Rodriguez Calvar2016-08-252-41/+63
* gltransformation: rewrite the inverse transformation logicMatthew Waters2016-08-192-104/+181
* glimagesink: Fix horizontal/vertical flip matrizesHaihua Hu2016-08-021-4/+4
* caopengllayersink: remove unused to_quit variableMatthew Waters2016-07-262-8/+0
* glfilter: rewrite subclasses for filter_texture() occuring on GL threadMatthew Waters2016-07-2626-1291/+360
* glcontext: remove not thread-safe get/set_error()Matthew Waters2016-07-261-3/+3
* glframebuffer: rewrite for a more consistent APIMatthew Waters2016-07-2612-122/+127
* gl: use GLMemory for accessing textures everywhereMatthew Waters2016-07-2621-149/+156
* glfilter: rename draw_texture to draw_fullscreen_quadMatthew Waters2016-07-2621-41/+41
* gleffects: fix xray to use the correct functionMatthew Waters2016-07-261-1/+1