summaryrefslogtreecommitdiff
path: root/sys/applemedia
AgeCommit message (Expand)AuthorFilesLines
2019-02-19applemedia: add Hardware tag to element metadataTim-Philipp Müller4-5/+5
2019-02-08Add device provider for AVFoundation capture devices.Josh Matthews7-103/+443
2019-01-25avfvideosrc: add device-name propertyVaL Doroshchuk1-2/+14
2018-12-14sys: applemedia: meson: Add dependencies by using appleframeworksJustin Kim1-1/+1
2018-11-06applemedia: install plugin pkg-config fileMatthew Waters1-0/+1
2018-09-01meson: Fix applemedia dependencies on iOSNirbheek Chauhan1-4/+2
2018-08-17meson: host_system is 'ios' when building for iOSNirbheek Chauhan1-2/+2
2018-08-14meson: Add an option for the applemedia pluginNirbheek Chauhan1-12/+16
2018-08-03meson: enable applemediaAlessandro Decina1-0/+88
2018-04-22Fix code indentationTim-Philipp Müller1-1/+1
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