platform/upstream/gstreamer.git
2017-12-09 Matthew Watersglcontext/cocoa: implement GL3 core context selection
2017-12-09 Matthew Waterstests/gl: fix typo
2017-12-09 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2017-12-09 Matthew Watersglimagesink: cleanup properties
2017-12-09 Matthew Watersgleffects: only try the GL2 shader init path if we...
2017-12-09 Matthew Watersglshader: attempt to detect the gles2 inside opengl3...
2017-12-09 Matthew Watersglshader: remove references to gl3 specific shaders
2017-12-09 Matthew Watersgl: element buffers are part of vao state
2017-12-09 Matthew Watersglmemory: properly detect (hopefully) the correct ext_r...
2017-12-09 Matthew Watersglcontext: propagate the version/extension failure...
2017-12-09 Matthew Watersgl: don't deadlock on context creation failure
2017-12-09 Sebastian Drögeglmixerbin: Don't unref pad templates
2017-12-09 Matthew Watersglvideomixer: implement par handling
2017-12-09 Matthew Watersglvideomixer: don't upload the vertex data every frame
2017-12-09 Nicolas Dufresnegluploadelement: Remove uneeded header and defines
2017-12-09 Nicolas Dufresnegltestsrc: Use default get_caps implementation
2017-12-09 Sebastian Drögeglmixer: Implement GstVideoAggregator::find_best_format()
2017-12-09 Matthew Watersgl: demote upload/convert/download elements to none
2017-12-09 Matthew Watersgl: expose internal glvideomixerelement\
2017-12-09 Matthew Watersgl: expose internal glimagesinkelement
2017-12-09 Sebastian DrögeRevert "Revert "glimagesink: add pixel-aspect-ratio...
2017-12-09 Sebastian DrögeRevert "Revert "glimagesink: forward ALL the properties...
2017-12-09 Sebastian DrögeRevert "Revert "glimagesink: implement as a bin""
2017-12-09 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2017-12-09 Sebastian DrögeRevert "Revert "glvideomixer: implement with glmixerbin""
2017-12-09 Matthew Watersglsyncmeta: fixup size declaration
2017-12-09 Matthew Watersglimagesink: handle the local_context query
2017-12-09 Jan Schmidtglcolorconvert: Improve passthrough check when no conve...
2017-12-09 Matthew Watersgl: readd glupload/download onto element pads
2017-12-09 Matthew WatersRevert "glvideomixer: implement with glmixerbin"
2017-12-09 Matthew WatersRevert "glimagesink: implement as a bin"
2017-12-09 Matthew WatersRevert "glimagesink: forward ALL the properties on...
2017-12-09 Matthew WatersRevert "glimagesink: add pixel-aspect-ratio property...
2017-12-09 Jan Schmidtglimagesink: Cache caps for passing to the client draw...
2017-12-09 Jan Schmidtglupload: Make upload method static caps non-const.
2017-12-09 Matthew Watersglmemory: remove uneeded unref
2017-12-09 Matthieu Bouronglimagesink: Use gst_pad_get_pad_template_caps in ...
2017-12-09 Matthew Watersglupload: provide the sink template caps that could...
2017-12-09 Xavier Claessensegl: Use maximum bits per color instead of minimum
2017-12-09 Matthieu Bouronglfiltercube: Don't initialize multiple shaders on...
2017-12-09 Matthieu Bouronglimagesink: Remove unused stop function
2017-12-09 Matthew Watersglimagesink: unref the pool in the correct place
2017-12-09 Matthieu Bourongltransformation: Unref shader in ::stop()
2017-12-09 Matthew Watersgl: unref display/other-context in the correct place
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 Lubosz Sarneckigltransformation: don't initialize multiple shaders...
2017-12-09 Sebastian Drögeglcolorconvert: Fix compiler warning
2017-12-09 Matthew Watersglbasefilter: Unref other context in finalize, and...
2017-12-09 Matthieu Bouronglcolorconvert: Keep colorimetry and chroma-site fields...
2017-12-09 Matthew Watersglimagesink: balance change_state display ref/unref
2017-12-09 Matthieu Bouronglupload: Release glupload buffer when caps are changed
2017-12-09 Vineeth T Mglmixer: Possible null pointer dereference
2017-12-09 Michał Dębskigleffects: Create element for each effect
2017-12-09 Michał Dębskigleffects: Merge laplacian filter into effects
2017-12-09 Michał Dębskigleffects: Merge sobel filter into effects
2017-12-09 Michał Dębskigleffects: Merge blur filter into effects
2017-12-09 Michał Dębskigleffects: Correct attributes for hconv and vconv shaders
2017-12-09 Michał Dębskigleffects: Fix fisheye shader - pass float to sqrt
2017-12-09 Lubosz Sarneckigltransformation: fix shader memory leak
2017-12-09 Matthew Watersglwindow: track context activation properly
2017-12-09 Matthew Watersgldisplay: synchronize the searching and creation of...
2017-12-09 Guillaume Desmottesglmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps()
2017-12-09 Guillaume Desmottesglmixer: unref owned caps when finalizing the mixer
2017-12-09 Guillaume Desmottesglmixer: pass the proper free function to frames and...
2017-12-09 Sebastian Drögegldownloadelement: Download *from* OpenGL, not into
2017-12-09 Matthieu Bouronglcontext: Make gst_gl_context_egl_activate fail if...
2017-12-09 Matthieu Bourongluploadelement: Unref GstGLUpload object and caps...
2017-12-09 Sebastian Drögegl: Remove some empty ::finalize() implementations
2017-12-09 Sebastian Drögegldownloadelement: Fix element description
2017-12-09 Sebastian Drögegldownloadelement: Remove unused ::finalize() implement...
2017-12-09 Sebastian Drögeglcolorconvertelement: Also unref caps in ::stop()...
2017-12-09 Guillaume Desmottesglcolorconvertelement: fix GstGLColorConvert leak
2017-12-09 Matthieu Bouronglcontext: Make gst_gl_context_egl_activate fail if...
2017-12-09 Sebastian Drögeglcolorconvert: Fix last commit
2017-12-09 Sebastian Drögegl: Remove iOS/EAGL workaround for R/RG textures
2017-12-09 Sebastian Drögeglcolorconvert: Add correct check for RG/R textures...
2017-12-09 Anton Obzhirovglbasefilter: avoid segfault when gl platform is not...
2017-12-09 Sebastian Drögeglimagesink: Disconnect mouse/key event signal handlers...
2017-12-09 Sebastian Drögeglimagesink: Guard against disconnecting invalid signal ids
2017-12-09 Alessandro... libgstgl: fix rendering on iOS
2017-12-09 Edward Herveyglvideomixer: Don't use context if not present
2017-12-09 Edward Herveyintrospection: Don't use g-ir-scanner cache at compile...
2017-12-09 Anton Obzhirovgleffects: port all effects to GLES2.0
2017-12-09 Philippe Normandgl/dispmanx: surfaceless EGL context support
2017-12-09 Julien Isorceglwindow: remove unused gl_thread field
2017-12-09 Julien Isorcegldisplay: fix GThread leak
2017-12-09 Nicola Murinoglimagesink: fix caps leak
2017-12-09 Matthew Watersgl/docs: update some doc comments
2017-12-09 Matthew Watersgldisplay: tentative proper context collision detection
2017-12-09 Víctor Manuel... glupload: move meta-data copy into gst-gl library
2017-12-09 Matthew Watersglmemory: fix the slight difference between EXT_rg...
2017-12-09 Matthew Watersgl/examples: fixup generic cube example for NDC
2017-12-09 Julien Isorcegl/examples: add sdlshare2 that uses glimagesink to...
2017-12-09 Julien Isorceglimagesink: keep window invisible when sharing output
2017-12-09 Julien Isorceglimagesink: provide GstSample in client-draw signal
2017-12-09 Julien Isorcesdlshare: use glupload and unmap frame
2017-12-09 Matthew Watersglsyncmeta: make context to wait and set sync explicit
2017-12-09 Nicolas Dufresneglimagesink: Add NULL check in error case
2017-12-09 Matthew Watersglupload/colorconvert: only copy timestamps if the...
next