summaryrefslogtreecommitdiff
path: root/ext/gl/gstgloverlay.c
Commit message (Expand)AuthorAgeFilesLines
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-4/+4
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-171-4/+24
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-141-2/+2
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* glmemory: add support for rectangle texturesMatthew Waters2015-10-301-2/+2
* gloverlay: fix a leakXavier Claessens2015-05-261-0/+1
* gloverlay: properly handle errors while loading fileXavier Claessens2015-05-261-44/+91
* gloverlay: remove unused type_file fieldXavier Claessens2015-05-261-10/+10
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-141-4/+0
* gl: element buffers are part of vao stateMatthew Waters2015-05-141-14/+34
* glfilter: De-camelcase onInitFBO() vfuncSebastian Dröge2015-04-261-1/+1
* glfilter: Remove onStart/onStop vfuncs, and unused onReset()Sebastian Dröge2015-04-261-8/+0
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-131-17/+21
* gloverlay: Fix upside down and miss-aligned JPEGNicolas Dufresne2015-03-031-4/+7
* glmemory: Add GstAllocationParams and alignment supportNicolas Dufresne2015-02-281-2/+4
* gl: Add support for GstVideoAlignmentNicolas Dufresne2014-12-191-2/+2
* gl: fixup vao and vbo usage for legacy GLMatthew Waters2014-12-111-0/+1
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-0/+3
* gloverlay: support gl3Matthew Waters2014-11-281-110/+189
* gloverlay: And fix another unused variable compiler warningVivia Nikolaidou2014-10-081-2/+2
* gloverlay: Fix unused variable compiler warning when compiling without deskto...Vivia Nikolaidou2014-10-081-1/+2
* gloverlay: fix zero output frames with YUY2/UYVYMatthew Waters2014-09-261-0/+1
* gloverlay: protect desktop gl specific tokens with #ifMatthew Waters2014-09-261-0/+4
* gloverlay: free the image memory every time the location changesMatthew Waters2014-09-261-6/+5
* gloverlay: reimplement everythingMatthew Waters2014-09-261-418/+285
* opengl: update element docs for 1.xTim-Philipp Müller2014-08-101-1/+1
* move gl elements to ext subdirectoryMatthew Waters2014-03-161-0/+809