gl: fix build with more recent versions of MinGW
[platform/upstream/gst-plugins-base.git] / ext / gl / gstgloverlay.c
2019-01-07 Andoni Morales Ala... gl: fix build with more recent versions of MinGW
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-10-04 Matthew WatersRevert "Revert "gl: use correct blend functions for...
2018-10-04 Matthew WatersRevert "gl: use correct blend functions for unpremultip...
2018-10-04 Matthew Watersgl: use correct blend functions for unpremultiplied...
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2017-12-19 Tim-Philipp MüllerMove OpenGL library and plugin from -bad
2017-12-09 Jan Schmidtglfilter: Remove hard-coded pad templates
2017-12-09 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-12-09 Matthew Watersgl: GL_ARRAY_BUFFER is not a part of VAO state
2017-12-09 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-12-09 Matthew Watersgl/utils: move gen_shader() to the plugin and remove...
2017-12-09 Matthew Watersglfilter: remove display_init/reset
2017-12-09 Nirbheek Chauhanext/gl: Don't define boolean on Windows with MSVC
2017-12-09 Matthew Watersglfilter: rewrite subclasses for filter_texture() occur...
2017-12-09 Matthew Watersgl: use GLMemory for accessing textures everywhere
2017-12-09 Matthew Watersglmemory: add the texture type to allocate to parameters
2017-12-09 Alessandro Decinaglmemory: add gst_gl_memory_allocator_get_default
2017-12-09 Matthew Watersglmemorypbo: remove our own alloc()/wrapped()/etc functions
2017-12-09 Matthew Watersglmemory: base classify and add the pbo memory on top
2017-12-09 Reynaldo H. Verdej... Remove unnecessary NULL checks before g_free()
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Xavier Claessensgloverlay: fix a leak
2017-12-09 Xavier Claessensgloverlay: properly handle errors while loading file
2017-12-09 Xavier Claessensgloverlay: remove unused type_file field
2017-12-09 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2017-12-09 Matthew Watersgl: element buffers are part of vao state
2017-12-09 Sebastian Drögeglfilter: De-camelcase onInitFBO() vfunc
2017-12-09 Sebastian Drögeglfilter: Remove onStart/onStop vfuncs, and unused...
2017-12-09 Matthew Watersgl: get the context from basemixer/basefilter
2017-12-09 Nicolas Dufresnegloverlay: Fix upside down and miss-aligned JPEG
2017-12-09 Nicolas Dufresneglmemory: Add GstAllocationParams and alignment support
2017-12-09 Nicolas Dufresnegl: Add support for GstVideoAlignment
2017-12-09 Matthew Watersgl: fixup vao and vbo usage for legacy GL
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgloverlay: support gl3
2017-12-09 Vivia Nikolaidougloverlay: And fix another unused variable compiler...
2017-12-09 Vivia Nikolaidougloverlay: Fix unused variable compiler warning when...
2017-12-09 Matthew Watersgloverlay: fix zero output frames with YUY2/UYVY
2017-12-09 Matthew Watersgloverlay: protect desktop gl specific tokens with #if
2017-12-09 Matthew Watersgloverlay: free the image memory every time the locatio...
2017-12-09 Matthew Watersgloverlay: reimplement everything
2017-12-09 Tim-Philipp Mülleropengl: update element docs for 1.x
2017-12-09 Matthew Watersmove gl elements to ext subdirectory