glutils: fix matrix operations everywhere
[platform/upstream/gstreamer.git] / ext / gl / gstglimagesink.c
2017-08-23 Matthew Watersglutils: fix matrix operations everywhere
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-03-14 Matthew Watersgl: GL_ARRAY_BUFFER is not a part of VAO state
2017-02-28 Sebastian Drögegl: Rename gst_gl_get_affine_transformation_meta_as_ndc...
2017-01-13 Matthew Watersglutils: document functions
2017-01-13 Matthew Watersgl/utils: also take care of the local GL context in...
2016-11-10 Matthew Watersglwindow: remove is_running() function
2016-11-03 Matthew Watersgl: GST_GL_TYPE -> GST_TYPE_GL
2016-08-02 Haihua Huglimagesink: Fix horizontal/vertical flip matrizes
2016-07-26 Matthew Watersglcontext: remove not thread-safe get/set_error()
2016-05-25 Haihua Huglimagesink: support video rotation using transform...
2016-05-14 Matthew Watersgl: take the affine transformation in NDC
2016-05-04 Matthew Watersgl/egl: replace gsteglimagememory with an EGLImage...
2016-04-19 Sebastian Drögeglimagesink: Fix indentation
2016-04-19 Haihua Huglimagesink: need to clean window_id when state change...
2016-04-05 Matthew Watersglimagesink: support the affine transformation meta...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-03-09 Vineeth TMglimagesink: Fix window memory leak
2016-02-17 Matthew Watersglimagesink: remove unsed reconfigure variable
2016-02-16 Matthew Watersglimagesink: don't push a reconfigure event from the...
2016-01-14 Matthew Watersglimagesink: remove reduntant glimagesink from debug...
2015-12-28 Florent Thiéryglimagesink: Post unhandled navigation events on the bus
2015-12-18 Lubosz Sarneckiglimagesink: Show error when video frame is not mapped.
2015-12-18 Matthew Watersglimagesink: don't deadlock on resize
2015-11-17 Sebastian Drögeglimagesink: Remove unused variable
2015-11-17 Matthew Watersglimagesink: wait on the correct sync meta when rendering
2015-11-17 Matthew Watersglimagesink: add support for rendering external-oes...
2015-11-17 Vineeth TMglimagesink: Fix structure memory leak
2015-11-11 Matthew Watersglviewconvert: remove set_format
2015-11-11 Matthew Watersglimagesink: fix a memory leak if the view conversion...
2015-11-11 Matthew Watersglimagesink: balance the creation/destruction of the...
2015-11-10 Matthew Watersglimagesink: wait on the provided sync meta provided...
2015-10-30 Matthew Watersglmemory: add support for rectangle textures
2015-10-20 Matthew Watersglimagesink: create a context in NULL_READY
2015-10-19 Matthew Watersgl: be consistent in gobject boilerpate
2015-10-15 Matthew Watersglshader: port to using GstGLSLStage objects for string...
2015-09-28 Matthew Watersgl: chain up to the parent class for GstElement::set_co...
2015-09-28 Matthew Watersgl: sprinkle some debug markers to ease debugging
2015-09-17 Matthew Watersglimagesink: request a resize on caps/3d mode changes
2015-09-16 Matthew Watersglimagesink: avoid updating the viewport in the draw...
2015-08-23 Nicolas Dufresneglimagesink: update display size before sending event
2015-08-15 Nicolas Dufresneglsink: Enable sync meta on pools we offer
2015-08-15 Nicolas Dufresneglimagesink: Move overlay rendering after video rendering
2015-08-11 Matthew Watersglimagesink: take into account non 1/1 par for navigation
2015-07-23 Tim-Philipp Müllerglimagesink: fix allocation meta structure leak
2015-07-22 Nicolas Dufresnecomposition-overlay: Positions are relative to texture
2015-07-22 Lubosz Sarneckigloverlaycompositor: Create own shader object
2015-07-22 Nicolas Dufresneglimagesink: Properly handle compsositor life time
2015-07-20 Lubosz Sarneckiglimagesink: Send reconfigure event when window size...
2015-07-20 Lubosz Sarneckiglimagesinkbin: Add allocation query for GstVideoOverla...
2015-07-20 Lubosz Sarneckiglimagesinkbin: Add GstVideoOverlayCompositionMeta...
2015-07-20 Lubosz Sarneckiglimagesink: Upload and draw overlays with GstGLOverlay...
2015-07-02 Vineeth TMglimagesink: use g_clear_error instead of g_error_free
2015-06-26 Nicolas Dufresneglimagesink: Don't leak pool
2015-06-19 Julien Isorcegldisplay: add gst_gl_display_create_context
2015-06-19 Julien IsorceRevert "gl: add GstGLContextGPUProcess backend"
2015-06-19 Jan Schmidtglimagesink: Remove duplicate, useless line of code
2015-06-18 Jan Schmidtglimagesink: Support multiview/stereoscopic video
2015-06-15 Matthew Watersglimagesink: add missing handle-events/ignore-alpha...
2015-06-13 Nicolas Dufresneglimagesink: Don't do pool caching
2015-06-11 Matthew Watersgl: move basesink properties from glimagesinkbin to...
2015-05-31 Matthew Watersglwindow: handle gst_video_overlay_set_render_rectangle
2015-05-27 Julien Isorcegl: add GstGLContextGPUProcess backend
2015-05-19 Matthew Watersglimagesink: correctly use the sync meta across multipl...
2015-05-14 Matthew Watersglimagesink: free the vertex buffer when done
2015-05-14 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2015-05-14 Matthew Watersglimagesink: cleanup properties
2015-05-14 Matthew Watersgl: element buffers are part of vao state
2015-05-13 Matthew Watersgl: don't deadlock on context creation failure
2015-05-06 Sebastian DrögeRevert "Revert "glimagesink: add pixel-aspect-ratio...
2015-05-06 Sebastian DrögeRevert "Revert "glimagesink: forward ALL the properties...
2015-05-06 Sebastian DrögeRevert "Revert "glimagesink: implement as a bin""
2015-05-06 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2015-05-04 Matthew Watersglimagesink: handle the local_context query
2015-04-30 Matthew Watersgl: readd glupload/download onto element pads
2015-04-30 Matthew WatersRevert "glimagesink: implement as a bin"
2015-04-30 Matthew WatersRevert "glimagesink: forward ALL the properties on...
2015-04-30 Matthew WatersRevert "glimagesink: add pixel-aspect-ratio property...
2015-04-28 Jan Schmidtglimagesink: Cache caps for passing to the client draw...
2015-04-28 Matthieu Bouronglimagesink: Use gst_pad_get_pad_template_caps in ...
2015-04-27 Matthieu Bouronglimagesink: Remove unused stop function
2015-04-27 Matthew Watersglimagesink: unref the pool in the correct place
2015-04-27 Matthew Watersgl: unref display/other-context in the correct place
2015-04-24 Matthew Watersglimagesink: balance change_state display ref/unref
2015-04-21 Matthew Watersgldisplay: synchronize the searching and creation of...
2015-04-07 Sebastian Drögeglimagesink: Disconnect mouse/key event signal handlers...
2015-04-07 Sebastian Drögeglimagesink: Guard against disconnecting invalid signal ids
2015-03-21 Nicola Murinoglimagesink: fix caps leak
2015-03-14 Julien Isorceglimagesink: keep window invisible when sharing output
2015-03-14 Julien Isorceglimagesink: provide GstSample in client-draw signal
2015-03-14 Matthew Watersglsyncmeta: make context to wait and set sync explicit
2015-03-14 Nicolas Dufresneglimagesink: Add NULL check in error case
2015-03-13 Matthew Watersglimagesink: add pixel-aspect-ratio property on the bin
2015-03-13 Matthew Watersglimagesink: forward ALL the properties on the bin
2015-03-13 Matthew Watersgl: retreive the gldisplay/app gl context as soon as...
2015-03-12 Matthew Watersgl: store the list of contexts within gldisplay
2015-03-12 Matthew Watersglimagesink: unset the current shader after rendering
2015-03-12 Matthew Watersglimagesink: implement as a bin
2015-03-07 Nicolas Dufresneglimagesink: Only cache pool, don't manage it
2015-03-06 Sebastian Drögegl: Remove format info in glcolorconvert's transform_ca...
next