summaryrefslogtreecommitdiff
path: root/sys/applemedia/videotexturecache.m
AgeCommit message (Expand)AuthorFilesLines
2017-12-19applemedia: don't include private cocoa gl headerTim-Philipp Müller1-1/+0
2017-08-28gl: fix build for ios/win32/android after 2fd84a6cMatthew Waters1-1/+0
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters1-9/+8
2017-03-07applemedia/gl: Update code to use ARCNick Kallen1-4/+5
2017-03-04applemedia: Fix video texture cache build issue on MacOSNick Kallen1-0/+5
2017-03-04applemedia: ensure all textures are released before texturecache is releasedNick Kallen1-15/+29
2017-02-14Builds for MacOSNick Kallen1-2/+2
2017-02-14applemedia: free videotexturecache texture in gl threadNick Kallen1-2/+2
2016-08-26applemedia: changes to make GL memory mappable on CPU on iOSAlessandro Decina1-110/+41
2016-06-29vtdec: use L/LA textures on GLES2 as wellMatthew Waters1-15/+3
2016-06-29vtdec: add support for zerocopy decoding with GLES 3.xMatthew Waters1-3/+15
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters1-6/+9
2016-02-10applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1sAlessandro Decina1-4/+0
2016-01-22applemedia: texture cache: copy the input metasAlessandro Decina1-6/+6
2016-01-19applemedia: always fill GstBuffers with GstMemoryAlessandro Decina1-47/+32
2015-12-18glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina1-1/+1
2015-12-17gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters1-6/+6
2015-12-17applemedia: fix build on iOSAlessandro Decina1-7/+9
2015-12-17glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters1-17/+30
2015-12-16applemedia: vtdec: remove the internal GstGLColorConvertAlessandro Decina1-28/+1
2015-12-16applemedia: vtdec: switch to IOSurface on MacAlessandro Decina1-55/+84
2015-12-16applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCacheAlessandro Decina1-0/+283