glutils: fix matrix operations everywhere
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglutils.c
2017-08-23 Matthew Watersglutils: fix matrix operations everywhere
2017-06-01 Jeremy Hiattglutils: Fix GValue leak in gst_gl_value_set_texture_ta...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-01-13 Matthew Watersglutils: document functions
2017-01-13 Matthew Watersglutils: privatise matrix multiplication/videoaffinetra...
2017-01-13 Matthew Watersgl/utils: also take care of the local GL context in...
2017-01-13 Matthew Watersglutils: remove trivial helper function
2016-11-10 Matthew Watersgl/utils: move gen_shader() to the plugin and remove...
2016-11-03 Matthew Watersgl: GST_GL_TYPE -> GST_TYPE_GL
2016-11-03 Matthew Watersgl/docs: massive update
2016-07-26 Matthew Watersglcontext: remove not thread-safe get/set_error()
2016-07-26 Matthew Watersglframebuffer: rewrite for a more consistent API
2016-06-15 Matthew Watersglutils: remove unused functions for texture creation...
2016-05-25 Haihua Huglimagesink: support video rotation using transform...
2016-05-14 Matthew Watersgl: take the affine transformation in NDC
2016-03-16 Matthew Watersglutils: remove custom code for setting caps features
2016-03-06 Matthew Watersgl: misc docs fixes/additions
2016-01-05 Matthew Watersglupload: always add texture-target field to GL caps
2015-12-14 Matthew Watersgl: add convenience function for the start of a video...
2015-11-19 Reynaldo H. Verdej... Remove unnecessary NULL checks before g_free()
2015-11-11 Matthew Watersglshader: properly unref the stages on failure
2015-11-02 Alessandro Decinagstglutils: fix shader compilation on Mountain Lion
2015-10-15 Matthew Watersglshader: port to using GstGLSLStage objects for string...
2015-10-01 Matthew Watersgl: move debugging related functions to their own file
2015-09-30 Matthew Watersglutils: use gst_element_set_context for setting displa...
2015-09-28 Matthew Watersgl: set the context on the element on a context query
2015-09-28 Matthew Watersgl/utils: add a function to insert a debug marker
2015-06-02 Matthew Watersgl: consolidate internal_rgba_format into glmemory
2015-05-31 Matthew Watersgl/utils: implement wayland display GstContext
2015-05-27 Julien Isorcegl: add and use gst_gl_internal_format_rgba
2015-05-06 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2015-04-30 Matthew Watersgl: readd glupload/download onto element pads
2015-03-13 Julien Isorcegl: avoid overwriting display and context to NULL
2015-03-12 Matthew Watersglutils: expose running a query on a set of src/sink...
2015-03-11 Jan SchmidtRemove a bunch of silly ';;' typos at the end of lines
2015-02-03 Matthew Watersglupload/download/convert: provide transform_caps functions
2014-12-19 Nicolas Dufresnegl: Add support for GstVideoAlignment
2014-11-27 Matthew Watersgl: remove the use of glu
2014-11-06 Matthew Watersglutils: only attempt getting the app context when...
2014-10-30 Matthew Watersgl/examples: update for other-context property removal
2014-10-23 Matthew Watersgl: propogate other-context using GstContext
2014-08-21 Wang Xin-yu (王昕宇)gl: check null before unref GstGLDisplay
2014-08-19 Matthew Watersgl: don't take an extra ref on the display on set_context
2014-05-30 Matthew Watersglfeature: remove GST_GL_API_GLES3
2014-05-06 Julien Isorcegl: allow to avoid calling glTexImage2D(w, h, NULL...
2014-04-29 Jan Schmidtgl: Reduce noisy Info level output to LOG
2014-03-26 Julien Isorcegl: add EGLImage support
2014-03-17 Matthew Watersgl: fix undeclared symbol when building without GST_DEBUG
2014-03-17 Matthew Watersgl: fix a double unref of the query when building without X
2014-03-16 Matthew Watersgl: silence a compiler warning about missing prototypes
2014-03-16 Matthew Watersgl/utils: add x11 GstContext handling
2014-03-16 Matthew Watersgl: silence all the compiler warnings
2014-03-15 Matthew Waters[896/906] utils: use the vtable for deleting the texture
2014-03-15 Matthew Waters[852/906] use GstContext for GstGLDisplay propogation
2014-03-15 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2014-03-15 Matthew Waters[819/906] make gen_texture/del_texture threadsafe
2014-03-15 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2014-03-15 Julien Isorce[810/906] gstglutils: use gl_vtable for glDeleteTextures
2014-03-15 Matthew Waters[793/906] add a GstGLContext object that will be the...
2014-03-15 Matthew Waters[766/906] utils: generate a RGBA texture in all cases
2014-03-15 Julien Isorce[732/906] build: fix repeated typedefs
2014-03-15 Sebastian Dröge[729/906] gl: Include config.h everywhere
2014-03-15 Matthew Waters[718/906] shader: make it possible to unref in the...
2014-03-15 Matthew Waters[714/906] Add GstGLFramebuffer to replace _display_gen_...
2014-03-15 Matthew Waters[707/906] display: move error_message to utils
2014-03-15 Matthew Waters[706/906] display: move activate_context into utils
2014-03-15 Matthew Waters[704/906] Use gst_object_[un]ref so we can get refcount...
2014-03-15 Matthew Waters[701/906] display: move context creation into window
2014-03-15 Matthew Waters[700/906] display: move most of the code into utils...