summaryrefslogtreecommitdiff
path: root/ext/gl/gstgloverlay.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-19gl: most of opengl plugin has moved to -base, keep mixer bits in -bad for nowTim-Philipp Müller1-832/+0
2017-07-12glfilter: Remove hard-coded pad templatesJan Schmidt1-0/+2
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-03-14gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters1-7/+3
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters1-4/+2
2016-11-10gl/utils: move gen_shader() to the plugin and remove del_shader()Matthew Waters1-0/+1
2016-11-08glfilter: remove display_init/resetMatthew Waters1-15/+16
2016-10-27ext/gl: Don't define boolean on Windows with MSVCNirbheek Chauhan1-0/+3
2016-07-26glfilter: rewrite subclasses for filter_texture() occuring on GL threadMatthew Waters1-45/+26
2016-07-26gl: use GLMemory for accessing textures everywhereMatthew Waters1-3/+3
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters1-2/+4
2015-12-18glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina1-4/+4
2015-12-17glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters1-4/+24
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters1-2/+2
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-10-30glmemory: add support for rectangle texturesMatthew Waters1-2/+2
2015-05-26gloverlay: fix a leakXavier Claessens1-0/+1
2015-05-26gloverlay: properly handle errors while loading fileXavier Claessens1-44/+91
2015-05-26gloverlay: remove unused type_file fieldXavier Claessens1-10/+10
2015-05-14gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters1-4/+0
2015-05-14gl: element buffers are part of vao stateMatthew Waters1-14/+34
2015-04-26glfilter: De-camelcase onInitFBO() vfuncSebastian Dröge1-1/+1
2015-04-26glfilter: Remove onStart/onStop vfuncs, and unused onReset()Sebastian Dröge1-8/+0
2015-03-13gl: get the context from basemixer/basefilterMatthew Waters1-17/+21
2015-03-03gloverlay: Fix upside down and miss-aligned JPEGNicolas Dufresne1-4/+7
2015-02-28glmemory: Add GstAllocationParams and alignment supportNicolas Dufresne1-2/+4
2014-12-19gl: Add support for GstVideoAlignmentNicolas Dufresne1-2/+2
2014-12-11gl: fixup vao and vbo usage for legacy GLMatthew Waters1-0/+1
2014-11-28gldisplay: implement runtime GL api filteringMatthew Waters1-0/+3
2014-11-28gloverlay: support gl3Matthew Waters1-110/+189
2014-10-08gloverlay: And fix another unused variable compiler warningVivia Nikolaidou1-2/+2
2014-10-08gloverlay: Fix unused variable compiler warning when compiling without deskto...Vivia Nikolaidou1-1/+2
2014-09-26gloverlay: fix zero output frames with YUY2/UYVYMatthew Waters1-0/+1
2014-09-26gloverlay: protect desktop gl specific tokens with #ifMatthew Waters1-0/+4
2014-09-26gloverlay: free the image memory every time the location changesMatthew Waters1-6/+5
2014-09-26gloverlay: reimplement everythingMatthew Waters1-418/+285
2014-08-10opengl: update element docs for 1.xTim-Philipp Müller1-1/+1
2014-03-16move gl elements to ext subdirectoryMatthew Waters1-0/+809