glupload: try to use the last method after reconfigure
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglupload.c
2018-09-11 Michael Olbrichglupload: try to use the last method after reconfigure
2018-09-11 Michael Olbrichglupload: Implement direct dmabuf uploader
2018-09-11 Michael Olbrichglupload: handle upload methods with different caps
2018-09-11 Michael Olbrichglupload: allow system memory for dmabuf in transform_caps
2018-07-18 Nicolas Dufresneglupload: Only offer DMABuf caps feature if using EGL
2018-07-17 Nicolas DufresneRevert "glupload: Only offer DMABuf caps feature if...
2018-07-17 Nicolas Dufresneglupload: Only offer DMABuf caps feature if using EGL
2018-06-23 Tim-Philipp Müllergl: Update for g_type_class_add_private() deprecation...
2018-04-23 Mark Nauwelaertsgl: fix some GIR annotations
2018-03-22 Carlos Rafael Gianiviv-fb: Include gstglfuncs.h to fix cross compilation...
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 Julien Isorcegl: do not include GL headers in public gstgl headers
2017-12-09 Jan Schmidtglupload: Don't throw assertions on invalid allocation...
2017-12-09 Julien Isorceglupload: add GST_CAPS_FEATURE_MEMORY_DMABUF
2017-12-09 Sebastian Drögeglupload: Fix DirectVIV uploader for formats with a...
2017-12-09 Sebastian Drögegst: Clear floating flag in constructor of all GstObjec...
2017-12-09 Haihua Huglupload: passthrough composition caps features in...
2017-12-09 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-12-09 George Kiagiadakisglupload: adjust memory offset calculation for dmabuf...
2017-12-09 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-12-09 Vincent Penquerc'hglupload: fix GValue leak
2017-12-09 Sebastian Drögeglupload: Add support for Vivante DirectTexture uploads
2017-12-09 Sebastian Drögegst: Don't declare variables inside the for loop header
2017-12-09 Julien Isorcegstglupload: relax EGL context check
2017-12-09 Matthew Watersgl: add necessary context_egl.h #includes to the source...
2017-12-09 Matthew Watersgl/gi: some annotation updates for called functions
2017-12-09 Matthew Watersgl: GST_GL_TYPE -> GST_TYPE_GL
2017-12-09 Alessandro Decinaglupload: fix tests and check for the new RECONFIGURE...
2017-12-09 Alessandro Decinagstglupload: make the GLMemoryUpload method output...
2017-12-09 Hyunjun Koglupload: Use bufferpool to allocate new buffer in...
2017-12-09 Matthew Watersglupload: fix raw data uploader with addition of GstVid...
2017-12-09 Matthew Watersglmemory: add the texture type to allocate to parameters
2017-12-09 Matthew Watersgl/upload/meta: remove unneeded texture deletion
2017-12-09 Matthew Watersgl/egl: replace gsteglimagememory with an EGLImage...
2017-12-09 Gwang Yoon Hwanggl: implement GstGLMemoryEGL
2017-12-09 Matthew Watersglmemory: add wrapped data pointers to setup_buffer
2017-12-09 Matthew Watersglupload: keep the parent buffer around when converting...
2017-12-09 Matthew Watersglupload: deal with the ANY caps feature correctly
2017-12-09 Matthew Watersgl: misc docs fixes/additions
2017-12-09 Matthew Watersglupload: always add texture-target field to GL caps
2017-12-09 Matthew Watersglupload: passthrough composition caps features
2017-12-09 Nicolas Dufresneglupload: Add dmabuf upload method.
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 Watersglmemorypbo: remove our own alloc()/wrapped()/etc functions
2017-12-09 Alessandro Decinaglupload: fix allocator name after GLMemory API changes
2017-12-09 Matthew Watersglmemory: base classify and add the pbo memory on top
2017-12-09 Nicolas Dufresneglupload: Only offer custom allocator with caps features
2017-12-09 Matthew Watersglupload: explicitly configure the texture target on...
2017-12-09 Matthew Watersglmemory: add support for rectangle textures
2017-12-09 Matthew Watersglupload: remove useless release_buffer
2017-12-09 Nicolas Dufresneglupload: Recalculate offset and size in raw upload
2017-12-09 Nicolas Dufresneglsink: Enable sync meta on pools we offer
2017-12-09 Sebastian Drögeglupload: Remove debug output from gst_gl_upload_transf...
2017-12-09 Nicolas Dufresneglupload: Add fixme about using bufferpool for raw
2017-12-09 Nicolas Dufresneglupload: Keep input frame mapped as long as needed
2017-12-09 Nicolas DufresneRevert "glupload: memcpy on raw data upload"
2017-12-09 Jan Schmidtglupload: Check that caps contain desired caps features
2017-12-09 Luis de Bethencourtglupload: fix memory leak
2017-12-09 Lubosz Sarneckiglupload: Detect overlay meta buffers correctly
2017-12-09 Lubosz Sarneckiglimagesinkbin: Add GstVideoOverlayCompositionMeta...
2017-12-09 Lubosz Sarneckiglupload: Move debug init to top of the file
2017-12-09 Matthew Watersglupload: memcpy on raw data upload
2017-12-09 Nicolas Dufresnegl: Don't leak pool if set_config failed
2017-12-09 Matthew Watersglmemory: separate pbo transfer from texture transfers
2017-12-09 Matthew Watersglmemory: implement on top of glbasebuffer
2017-12-09 Jan Schmidtgl: Add support for multiple views in upload, colour...
2017-12-09 Jan Schmidtglupload: Don't leak all memory uploaded via raw uploads.
2017-12-09 Matthew Watersglupload: don't reuse output textures for raw data...
2017-12-09 Jan Schmidtglupload: Make upload method static caps non-const.
2017-12-09 Matthew Watersglupload: provide the sink template caps that could...
2017-12-09 Matthew Watersgl/docs: update some doc comments
2017-12-09 Víctor Manuel Jáqu... glupload: move meta-data copy into gst-gl library
2017-12-09 Matthew Watersglupload: unref the bufferpool
2017-12-09 Matthew Watersglupload: implement propose_allocation pool handling...
2017-12-09 Sebastian Drögeglupload: Simplify caps feature setting code
2017-12-09 Nicolas Dufresneglmemory: Add GstAllocationParams and alignment support
2017-12-09 Matthew Watersglupload: perform egl upload on the gl thread
2017-12-09 Víctor Manuel Jáqu... glupload: Set freed method implementation to NULL
2017-12-09 Edward Herveygl: Add/Update more debug statements
2017-12-09 Matthew Watersglupload: restrict EGL and UploadMeta to RGBA
2017-12-09 Matthew Watersglupload: only try the glmemory upload for sysmem/glmem...
2017-12-09 Matthew Watersglupload: allow NULL buffer for accept vfunc
2017-12-09 Matthew Watersglupload: remove unsed convert field in private struct
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Sebastian DrögeConstify some static arrays everywhere
2017-12-09 Matthew Watersgl: split glcolorconvert usage from glupload
2017-12-09 Matthew Watersglupload: relax the GLMemory uploader check for input...
2017-12-09 Nicola Murinoglupload: fix some memory leaks
2017-12-09 Nicolas Dufresnegl: Add support for GstVideoAlignment
2017-12-09 Sebastian Drögeglupload: Fix valid compiler warning
2017-12-09 Matthew Watersglupload: rearchitecture for non GLMemory inputs/outputs
2017-12-09 Matthew Watersglupload: fallback to upload if contexts cannot share...
2017-12-09 Matthew Watersglupload: provide the output buffer that is rendered...
2017-12-09 Wang Xin-yu (王昕宇)glupload: don't determine if frame needs upload by...
2017-12-09 Matthew Watersglmemory: use GstVideoInfo everywhere
2017-12-09 Matthew Watersglupload: always release the previous buffer
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Sebastian Drögeglupload: Fix assertion after API changes
next