gl libs: Add glviewconvert helper object
[platform/upstream/gstreamer.git] / ext /
2017-12-09 Matthew Watersglimagesink: add missing handle-events/ignore-alpha...
2017-12-09 Matthew Watersglmixerbin: implement proper dynamic pad removal
2017-12-09 Nicolas Dufresneglimagesink: Don't do pool caching
2017-12-09 Matthew Watersglmemory: separate pbo transfer from texture transfers
2017-12-09 Matthew Watersgl: move basesink properties from glimagesinkbin to...
2017-12-09 Sebastian Drögegl: Use gst_object_ref_sink() for gl{filter,mixer,src...
2017-12-09 Sebastian Drögeglsinkbin: Use gst_object_ref_sink() for consistency...
2017-12-09 Thiago SantosFix a common typo: retreive -> retrieve
2017-12-09 Matthew Watersgl: consolidate internal_rgba_format into glmemory
2017-12-09 Matthew Watersglwindow: handle gst_video_overlay_set_render_rectangle
2017-12-09 Julien Isorcegl: add GstGLContextGPUProcess backend
2017-12-09 Julien Isorcegl: add and use gst_gl_internal_format_rgba
2017-12-09 Luis de Bethencourtgleffects: 'for' loop initial declaration
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 Watersgleffects: properly initialize the shaders across conte...
2017-12-09 Matthew Watersgleffects_laplacian: fix shader compilation in gl3...
2017-12-09 Matthew Watersgltransformation: fix DrawElements call for element...
2017-12-09 Sebastian Drögecompositor/glvideomixer: Don't calculate PAR/DAR with...
2017-12-09 Matthew Waterscompositor/glvideomixer: fix up par handling
2017-12-09 Matthew Waterscaopengllayersink: static const the indices array
2017-12-09 Matthew Waterscaopengllayersink: correctly use the sync meta across...
2017-12-09 Matthew Waterscaopengllayersink: update for GL3 element array buffer...
2017-12-09 Matthew Watersglimagesink: correctly use the sync meta across multipl...
2017-12-09 Matthew Watersglimagesink: free the vertex buffer when done
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 Watersgl: element buffers are part of vao state
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 Watersglimagesink: handle the local_context query
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 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 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 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 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 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 Sebastian Drögeglimagesink: Disconnect mouse/key event signal handlers...
2017-12-09 Sebastian Drögeglimagesink: Guard against disconnecting invalid signal ids
2017-12-09 Edward Herveyglvideomixer: Don't use context if not present
2017-12-09 Anton Obzhirovgleffects: port all effects to GLES2.0
2017-12-09 Nicola Murinoglimagesink: fix caps leak
2017-12-09 Víctor Manuel Jáqu... glupload: move meta-data copy into gst-gl library
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 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...
2017-12-09 Matthew Watersglshader: attribute locations are -1 on error
2017-12-09 Jan SchmidtGL: Remove annoying printf in the filterbin class_init
2017-12-09 Matthew Watersglimagesink: add pixel-aspect-ratio property on the bin
2017-12-09 Matthew Watersglimagesink: forward ALL the properties on the bin
next