summaryrefslogtreecommitdiff
path: root/sys/applemedia
AgeCommit message (Expand)AuthorFilesLines
2017-12-19applemedia: don't include private cocoa gl headerTim-Philipp Müller1-1/+0
2017-12-19applemedia: fix build after gl move to -baseTim-Philipp Müller1-1/+3
2017-12-19gl: update plugins to use GstGL from -baseTim-Philipp Müller1-6/+6
2017-12-12vtenc: fix a warning when building in MacOS 10.12Josep Torra1-1/+1
2017-10-30vtdec: destroy and create the GL context on start()/stop()Matthew Waters1-2/+11
2017-10-30vtdec: flush decoder on stopNicola Murino1-0/+2
2017-10-30vtenc: flush encoder on stopNicola Murino1-0/+4
2017-10-20vtenc: fix memory leakNicola Murino1-22/+55
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-9/+9
2017-08-28gl: fix build for ios/win32/android after 2fd84a6cMatthew Waters3-2/+2
2017-08-22applemedia: fix build after commit 2fd84a6cPhilippe Normand1-0/+1
2017-08-09vtenc: assume 25 fps for unknown framerateNicola Murino1-2/+9
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge3-0/+3
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+1
2017-05-03qtkit: drop the qtkitvideosrc elementJosep Torra4-818/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-8/+8
2017-03-14applemedia/iosurfacememory: Fix missing variable name changeMatthew Waters1-1/+1
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters6-26/+21
2017-03-09avfvideosrc: Use AVCaptureDeviceTypeBuiltInDuoCamera instead of DualCamera fo...Sebastian Dröge1-1/+1
2017-03-08applemedia/gl: Fix compile issues for OSXNick Kallen1-0/+10
2017-03-07applemedia: avfvideosrc supports position, device-type, and orientationNick Kallen2-14/+215
2017-03-07applemedia/gl: Update code to use ARCNick Kallen11-204/+126
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 Kallen3-9/+14
2017-02-14applemedia: free videotexturecache texture in gl threadNick Kallen3-10/+10
2017-01-27applemedia: Fix some compiler warnings on iOSSebastian Dröge2-1/+3
2017-01-26applemedia: Fail cleanly instead of crashing if obtaining a GL display failedSebastian Dröge1-0/+11
2017-01-13gl: update sys dependants for function removalsMatthew Waters1-24/+2
2017-01-03Fix some caps leaks in pad template creation codeGarima Gaur1-0/+1
2016-11-18vtdec: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-1/+8
2016-11-17applemedia: error out if the uri property is not setMatthew Waters1-0/+6
2016-11-03gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters1-2/+2
2016-08-31applemedia: Conditionally compile qtkitvideosrcSebastian Dröge2-3/+12
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-2/+1
2016-08-26applemedia: fix compiler warningAlessandro Decina1-1/+1
2016-08-26applemedia: changes to make GL memory mappable on CPU on iOSAlessandro Decina18-178/+472
2016-08-22vtdec: fix MPEG-2 video capsMatej Knopp1-1/+2
2016-08-19avfvideosrc: account for retina displays when capturing screensFlorian Zwoch1-2/+18
2016-08-16avfassetsrc: Don't escape the URI another time in another location tooSergei Saveliev1-5/+2
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 Waters3-8/+14
2016-06-23vtdec: minimize renegotiation to make hw decoding more reliableAlessandro Decina1-11/+23
2016-06-13avfassetsrc: Don't escape the URI before passing it to NSURLSebastian Dröge1-5/+2
2016-06-13iosassetsrc: Print the correct URI if it was rejectedSebastian Dröge1-2/+2
2016-06-07vtdec: always drain in ::negotiateAlessandro Decina1-6/+3
2016-06-07vtdec: try to preserve downstream caps orderAlessandro Decina1-4/+5
2016-06-03applemedia: Only use the OpenGL framework on OSXEdward Hervey1-1/+1