glcolorconvert: add support for the NV16 and NV61 formats
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / gl / gstglmemory.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-04-02 Edward Herveylibs: Documentation cleanup
2018-03-13 Tim-Philipp Müllergl: GST_EXPORT -> GST_GL_API
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2018-02-05 Matthew Watersgl: some annotation fixes
2017-12-19 Tim-Philipp MüllerMove OpenGL library and plugin from -bad
2017-12-09 Julien Isorcegl: do not include GL headers in public gstgl headers
2017-12-09 Matthew Watersgl/docs: some documentation updates
2017-12-09 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-12-09 Matthew Watersgl: add necessary get_type() functions for allocation...
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 Watersglmemory: add the texture type to allocate to parameters
2017-12-09 Matthew Watersglmemory: add wrapped data pointers to setup_buffer
2017-12-09 Matthew Watersglbasememory: take a pointer as the wrapped gpu handle
2017-12-09 Matthew Watersgl*memory: document new functionality and objects
2017-12-09 Matthew Watersglmemory: expose gst_gl_memory_texsubimage
2017-12-09 Alessandro Decinaglmemory: add gst_gl_memory_allocator_get_default
2017-12-09 Matthew Watersgl*memory*: reverse the parameter order of user_data...
2017-12-09 Matthew Watersglmemory: implement GstGLBaseMemory::alloc
2017-12-09 Matthew Watersglmemory: base classify and add the pbo memory on top
2017-12-09 Matthew Watersgl: forward declare some enums
2017-12-09 Matthew Watersglbufferpool: add bufferpool options for the various...
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Nicolas Dufresneglupload: Keep input frame mapped as long as needed
2017-12-09 Matthew Watersglmemory: separate pbo transfer from texture transfers
2017-12-09 Matthew Watersglmemory: implement on top of glbasebuffer
2017-12-09 Matthew Watersgl: consolidate internal_rgba_format into glmemory
2017-12-09 Matthew Watersglupload: provide the sink template caps that could...
2017-12-09 Nicolas Dufresneglmemory: Use fallback for partial copy
2017-12-09 Nicolas Dufresneglmemory: Add GstAllocationParams and alignment support
2017-12-09 Matthew Watersglememory: only store and act on the map flags on first...
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Matthew Watersglmemory: add some thread safety for gl operations
2017-12-09 Matthew Watersglmemory: use pbo's for download
2017-12-09 Matthew Watersglmemory: use pbo's for upload
2017-12-09 Nicolas Dufresneglmemory: No need for padding
2017-12-09 Nicolas Dufresnegl: Add support for GstVideoAlignment
2017-12-09 Nicolas Dufresneglmemory: Handle upload/download flags from map
2017-12-09 Matthew Watersglmemory: use GstVideoInfo everywhere
2017-12-09 Matthew Watersgl/memory: implement GL_EXT_texture_rg support
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Matthew Watersgl/mem: implement texture copying between formats with...
2017-12-09 Matthew Watersgl/mem: pad the public struct
2017-12-09 Matthew Watersgl/mem: cache the stride/unpack length for upload
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Waters[876/906] glmem: use GstVideoInfo for format configuration
2017-12-09 Matthew Waters[858/906] glmem: update the docs
2017-12-09 Matthew Waters[843/906] memory: provide copy_into_texture
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Sebastian Dröge[733/906] gl: Major header and include cleanup
2017-12-09 Julien Isorce[732/906] build: fix repeated typedefs
2017-12-09 Matthew Waters[603/906] update FSF address
2017-12-09 Matthew Waters[600/906] docs: add docs for new objects and expand...
2017-12-09 Matthew Waters[574/906] memory: implement transperent upload/download...
2017-12-09 Matthew Waters[564/906] glmemory: remove unused typedef
2017-12-09 Matthew Waters[554/906] GstGLMemory: update for GstAllocator API...
2017-12-09 Matthew Waters[514/906] add GstGLMemory and allocator