summaryrefslogtreecommitdiff
path: root/sys/applemedia/avfvideosrc.m
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Add device provider for AVFoundation capture devices.Josh Matthews1-102/+127
2019-01-25avfvideosrc: add device-name propertyVaL Doroshchuk1-2/+14
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 Kallen1-14/+191
2017-03-07applemedia/gl: Update code to use ARCNick Kallen1-56/+6
2016-08-26applemedia: changes to make GL memory mappable on CPU on iOSAlessandro Decina1-7/+1
2016-08-19avfvideosrc: account for retina displays when capturing screensFlorian Zwoch1-2/+18
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-25avfvideosrc: Frame durations as CTime to the API, not doubleJoe Gorse1-4/+2
2016-02-09applemedia: avfvideosrc: implement GstElement::set_contextAlessandro Decina1-0/+21
2016-02-09applemedia: avfvideosrc: add myself to the copyright holdersAlessandro Decina1-0/+1
2016-01-29applemedia: refactor GL context codeAlessandro Decina1-90/+54
2016-01-27applemedia: avfvideosrc: actually set the configured framerateAlessandro Decina1-7/+15
2016-01-19applemedia: always fill GstBuffers with GstMemoryAlessandro Decina1-1/+1
2016-01-12applemedia: avfvideosrc: optionally get the GL context from gst_element_set_c...Alessandro Decina1-3/+29
2016-01-06applemedia: avfvideosrc: enable renegotiationAlessandro Decina1-17/+3
2016-01-06applemedia: avfvideosrc: small negotiation fixAlessandro Decina1-0/+7
2016-01-06applemedia: avfvideosrc: change texture format from BGRA to NV12 on iOSAlessandro Decina1-2/+2
2015-12-29applemedia: avfvideosrc: output at highest fps/resolution by defaultAlessandro Decina1-0/+8
2015-12-17applemedia: avfvideosrc: do fixateAlessandro Decina1-1/+4
2015-12-16applemedia: avfvideosrc: rework GLMemory negotiationAlessandro Decina1-52/+74
2015-12-16applemedia: avfvideosrc: update after IOSurface changesAlessandro Decina1-56/+64
2015-12-16applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCacheAlessandro Decina1-6/+6
2015-06-22avfvideosrc: add frame rate range to capsIlya Konstantinov1-9/+29
2015-05-11avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov1-2/+2
2015-04-26avfvideosrc: drop frames we get before we have a clockIlya Konstantinov1-0/+5
2015-04-20applemedia: avoid implicit color conversionsAlessandro Decina1-13/+21
2015-04-19avfvideosrc: check for failure to create bufferIlya Konstantinov1-1/+9
2015-04-19avfvideosrc: fix build failure with clangYujin Lee1-1/+1
2015-04-18avfvideosrc: get connection and input clock earlyIlya Konstantinov1-5/+9
2015-04-15avfvideosrc: remove unused variablesIlya Konstantinov1-4/+0
2015-04-14avfvideosrc: log timestampsAlessandro Decina1-3/+10
2015-04-14avfvideosrc: subtract time spent in AVF queuesIlya Konstantinov1-4/+18
2015-04-14avfvideosrc: fix GL texture negotiationIlya Konstantinov1-20/+26
2015-04-07avfvideosrc: fix setting of buffer offset endIlya Konstantinov1-1/+1
2015-03-13Restricted activeVideoMaxFrameDuration to fix frame rateijsf1-1/+2
2015-03-06avfvideosrc: allow "capture-screen" mode to select which screen to capture vi...Florian Zwoch1-8/+34
2015-02-19avfvideosrc: Only set latency if we already know our capsSebastian Dröge1-1/+4
2015-02-13applemedia: avfvideosrc: fix crash when non-GL memory is usedAlessandro Decina1-3/+8
2015-02-12avfvideosrc: Only use the duration of the sample if it is validSebastian Dröge1-2/+4
2015-01-30applemedia: rework GL texture sharingAlessandro Decina1-9/+8
2015-01-30applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharingAlessandro Decina1-1/+1
2015-01-15avfvideosrc: implement the GL texture upload metaAlessandro Decina1-0/+57
2014-12-27avfvideosrc: improve timestamp codeAlessandro Decina1-26/+37
2014-12-17avfvideosrc: improve timestamping and latency reportingAlessandro Decina1-25/+37
2014-11-09avfvideosrc: Don't pretend to support reconfigurationSebastian Dröge1-0/+13
2014-09-10avfvideosrc: fix bogus BGRA capsTim-Philipp Müller1-8/+1
2014-04-24coremediabuffer: handle stride alignmentMatthieu Bouron1-1/+1
2014-04-24avfvideosrc: check if downstream supports the video meta APIMatthieu Bouron1-0/+26