summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbufferpool.c
Commit message (Expand)AuthorAgeFilesLines
* gl: bufferpool take into account video stride alignment requirementsTim-Philipp Müller2015-09-151-0/+20
* gl/docs: update some doc commentsMatthew Waters2015-03-181-1/+1
* glbufferpool: Fix offset for odd heightNicolas Dufresne2015-03-011-1/+2
* glmemory: Add GstAllocationParams and alignment supportNicolas Dufresne2015-02-281-1/+2
* gl: Add/Update more debug statementsEdward Hervey2015-02-121-1/+2
* glbufferpool: Always recalculate buffer sizeNicolas Dufresne2014-12-191-10/+10
* gl: Add support for GstVideoAlignmentNicolas Dufresne2014-12-191-3/+35
* gl: add a sync meta for synchronizing across GL contextsMatthew Waters2014-11-281-1/+9
* glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool optionMatthew Waters2014-10-211-2/+7
* glbufferpool: fix allocator leak in some casesTim-Philipp Müller2014-08-131-6/+17
* glbufferpool: provide a consistent API regardless of platformMatthew Waters2014-06-221-12/+11
* gl/upload: add GstGLUploadMeta objectMatthew Waters2014-05-281-3/+3
* gl/upload: implement lazy initMatthew Waters2014-05-081-13/+1
* gl: no need to initialize a frame buffer object to upload an eglimageJulien Isorce2014-05-061-0/+5
* gl/pool: init the upload object on startMatthew Waters2014-05-021-9/+26
* gl/bufferpool: do not reset upload when set_config does not change the capsJulien Isorce2014-04-231-6/+10
* gl/mem: allocate the memory per planeMatthew Waters2014-04-111-13/+12
* gl: pass video info's by referenceMatthew Waters2014-04-021-1/+1
* gl: add EGLImage supportJulien Isorce2014-03-261-17/+107
* [876/906] glmem: use GstVideoInfo for format configurationMatthew Waters2014-03-151-3/+1
* [855/906] upload: add support for GstVideoGLTextureUploadMetaMatthew Waters2014-03-151-0/+3
* [812/906] move the GL vtable from GstGLDisplay to GstGLContextMatthew Waters2014-03-151-6/+6
* [732/906] build: fix repeated typedefsJulien Isorce2014-03-151-0/+1
* [704/906] Use gst_object_[un]ref so we can get refcounts in the logMatthew Waters2014-03-151-0/+15
* [603/906] update FSF addressMatthew Waters2014-03-151-2/+2
* [600/906] docs: add docs for new objects and expand on some existing onesMatthew Waters2014-03-151-2/+21
* [586/906] fix up some debug statements to get them into the right categoriesMatthew Waters2014-03-151-1/+6
* [580/906] bufferpool: remove obselete gl meta buffer pool optionsMatthew Waters2014-03-151-5/+2
* [576/906] remove uneeded GstGLMeta (use GstVideoMeta)Matthew Waters2014-03-151-19/+7
* [517/906] add GstGLBufferPoolMatthew Waters2014-03-151-0/+243