glcolorconvert: add support for the NV16 and NV61 formats
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / gl / gstglcolorconvert.h
2019-10-15 David Trusselglcolorconvert: add support for the NV16 and NV61 formats
2019-10-15 Haihao Xiangglimagesink: add support for Y410 format
2019-08-08 Seungha Yanggl: Add support for P016 format
2019-06-18 Haihao Xiangglimagesink: add support for P010 variants
2019-06-18 Haihao Xiangglimagesink: add support for BGR10A2_LE / RGB10A2_LE
2019-05-21 Matthew Watersgl/docs: add to new docs system
2019-03-21 Haihao Xiangglimagesink: add support for VUYA format
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-05-05 Matthew Watersglcolorconvert: add support for ARGB64 conversion
2018-03-13 Tim-Philipp Müllergl: GST_EXPORT -> GST_GL_API
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 Watersgl/docs: massive update
2017-12-09 Nirbheek Chauhangstgl: Add GST_EXPORT to all symbols used on Windows
2017-12-09 Matthew Watersgl: add necessary padding bytes to all public structs
2017-12-09 Matthew Watersglframebuffer: rewrite for a more consistent API
2017-12-09 Matthew Watersglcolorconvert: implement usage of a buffer pool
2017-12-09 Matthew Watersglcolorconvert: use the correct oes target string in...
2017-12-09 Matthew Watersglcolorconvert: add support for converting texture...
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Matthew Watersglcolorconvert: order the caps template so that RGBA...
2017-12-09 Lubosz Sarneckiglimagesinkbin: Add GstVideoOverlayCompositionMeta...
2017-12-09 Jan Schmidtglcolorconvert: Improve passthrough check when no conve...
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Matthew Watersglcolorconvert: use the correct caps feature for suppor...
2017-12-09 Matthew Watersgl: split glcolorconvert usage from glupload
2017-12-09 Matthew Watersglcolorconvert: add support for gl3
2017-12-09 Wang Xin-yu (王昕宇)glcolorconvert: support RGB16/BGR16 video format upload
2017-12-09 Matthew Watersgl/colorconvert: use GstObject's lock instead of our own
2017-12-09 Matthew Watersgl/colorconvert: allocate output buffers
2017-12-09 Matthew Watersgl/colorconvert: operate on buffers instead of memories
2017-12-09 Matthew Watersgl/colorconvert: use the texture scaling from the gl...
2017-12-09 Matthew Watersgl/colorconvert: implement lazy init
2017-12-09 Matthew Watersgl: make all GObjects inherit from GstObject
2017-12-09 Matthew Watersgl/color: pass large value by reference
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...