plugins: uddate gst_type_mark_as_plugin_api() calls
[platform/upstream/gstreamer.git] / ext / gl / gstgltestsrc.c
2020-06-05 Mathieu Duponchelleplugins: uddate gst_type_mark_as_plugin_api() calls
2020-06-04 Mathieu Duponchelleplugins: Use gst_type_mark_as_plugin_api() for all...
2020-02-05 Matthew Watersgltestsrc: NULL out the functions used
2019-08-20 Philippe Normandgl: New pushsrc-based glbasesrc base class
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-11-30 Philippe Normandgltestsrc: Run context query only during decide_allocation
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 Matthew Watersgltestsrc: guard stop in gl thread
2017-12-09 Matthew Watersgltestsrc: free in the GL thread on stop
2017-12-09 Julien Isorcegl: do not include GL headers in public gstgl headers
2017-12-09 Anders Jonssongltestsrc: Fix typo (occured->occurred)
2017-12-09 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-12-09 Sebastian Drögegltestsrc: Fix potential NULL pointer dereference if...
2017-12-09 Matthew Watersgl/utils: also take care of the local GL context in...
2017-12-09 Matthew Watersgl: GST_GL_TYPE -> GST_TYPE_GL
2017-12-09 Matthew Watersglframebuffer: rewrite for a more consistent API
2017-12-09 Guillaume Desmottesgltestsrc: fix src_impl leak
2017-12-09 Luis de Bethencourtgltestsrc: don't dereference null pointer
2017-12-09 Matthew Watersgltestsrc: port to gles2/gl3
2017-12-09 Matthew Watersgltestsrc: add a generic src framework
2017-12-09 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2017-12-09 Matthew Watersgl: error out if the configured GL API is unsupported...
2017-12-09 Vineeth TMplugins-bad: Fix example pipelines
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Matthew Watersgl: chain up to the parent class for GstElement::set_co...
2017-12-09 Vineeth T Mgl: Fix GError leaks during failures
2017-12-09 Julien Isorcegl: use gst_gl_display_create_context in more elements.
2017-12-09 Matthew Watersgl: don't deadlock on context creation failure
2017-12-09 Nicolas Dufresnegltestsrc: Use default get_caps implementation
2017-12-09 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2017-12-09 Matthew Watersgl: readd glupload/download onto element pads
2017-12-09 Matthew Watersgl: unref display/other-context in the correct place
2017-12-09 Matthew Watersgldisplay: synchronize the searching and creation of...
2017-12-09 Matthew Watersgl: retreive the gldisplay/app gl context as soon as...
2017-12-09 Matthew Watersgl: store the list of contexts within gldisplay
2017-12-09 Matthew Watersgltestsrc: remove usage of gldownload library object
2017-12-09 Sebastian Drögegl: Remove format info in glcolorconvert's transform_ca...
2017-12-09 Matthew Watersgl: remove the egl caps from the src pads
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Edward Herveygltestsrc: Ensure variable is initialized before usage
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Matthew Watersglbufferpool: add the GstVideoGLTextureUploadMeta buffe...
2017-12-09 Sebastian Drögegltestsrc: Add other-context property
2017-12-09 Wang Xin-yu (王昕宇)gltestsrc: implement checkers pattern with GLSL
2017-12-09 Matthew WatersRevert accidental push: "gltestsrc: implement checkers...
2017-12-09 Wang Xin-yu (王昕宇)gltestsrc: implement checkers pattern with GLSL
2017-12-09 Matthew Watersgltestsrc: free the shader on stop
2017-12-09 Matthew Watersgl: download whenever we have sysmem capsfeatures
2017-12-09 Lubosz Sarneckigltestsrc: add Mandelbrot fractal pattern.
2017-12-09 Lubosz Sarneckigltestsrc: implement snow pattern with GLSL.
2017-12-09 Ognyan Tonchevgltestsrc: do not leak pool in error cases
2017-12-09 Matthew Watersgl/download: update to be similar to the glupload semantics
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Julien Isorcegl: use gst_gl_platform_from_string because we support...
2017-12-09 Sebastian Drögegltestsrc: Unref context when creation failed and guard...
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...
2017-12-09 Matthew Watersgl: silence a critical if upstream does not provide...
2017-12-09 Matthew Watersmove gl elements to ext subdirectory