summaryrefslogtreecommitdiff
path: root/sys/applemedia/avfvideosrc.m
Commit message (Expand)AuthorAgeFilesLines
* avfvideosrc: add frame rate range to capsIlya Konstantinov2015-06-221-9/+29
* avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov2015-05-111-2/+2
* avfvideosrc: drop frames we get before we have a clockIlya Konstantinov2015-04-261-0/+5
* applemedia: avoid implicit color conversionsAlessandro Decina2015-04-201-13/+21
* avfvideosrc: check for failure to create bufferIlya Konstantinov2015-04-191-1/+9
* avfvideosrc: fix build failure with clangYujin Lee2015-04-191-1/+1
* avfvideosrc: get connection and input clock earlyIlya Konstantinov2015-04-181-5/+9
* avfvideosrc: remove unused variablesIlya Konstantinov2015-04-151-4/+0
* avfvideosrc: log timestampsAlessandro Decina2015-04-141-3/+10
* avfvideosrc: subtract time spent in AVF queuesIlya Konstantinov2015-04-141-4/+18
* avfvideosrc: fix GL texture negotiationIlya Konstantinov2015-04-141-20/+26
* avfvideosrc: fix setting of buffer offset endIlya Konstantinov2015-04-071-1/+1
* Restricted activeVideoMaxFrameDuration to fix frame rateijsf2015-03-131-1/+2
* avfvideosrc: allow "capture-screen" mode to select which screen to capture vi...Florian Zwoch2015-03-061-8/+34
* avfvideosrc: Only set latency if we already know our capsSebastian Dröge2015-02-191-1/+4
* applemedia: avfvideosrc: fix crash when non-GL memory is usedAlessandro Decina2015-02-131-3/+8
* avfvideosrc: Only use the duration of the sample if it is validSebastian Dröge2015-02-121-2/+4
* applemedia: rework GL texture sharingAlessandro Decina2015-01-301-9/+8
* applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharingAlessandro Decina2015-01-301-1/+1
* avfvideosrc: implement the GL texture upload metaAlessandro Decina2015-01-151-0/+57
* avfvideosrc: improve timestamp codeAlessandro Decina2014-12-271-26/+37
* avfvideosrc: improve timestamping and latency reportingAlessandro Decina2014-12-171-25/+37
* avfvideosrc: Don't pretend to support reconfigurationSebastian Dröge2014-11-091-0/+13
* avfvideosrc: fix bogus BGRA capsTim-Philipp Müller2014-09-101-8/+1
* coremediabuffer: handle stride alignmentMatthieu Bouron2014-04-241-1/+1
* avfvideosrc: check if downstream supports the video meta APIMatthieu Bouron2014-04-241-0/+26
* avfvideosrc: declare missing instance variablesMatthieu Bouron2013-11-111-0/+3
* avfvideosrc: fix build in iOS with isEqualTo doesn't existsAndoni Morales Alastruey2013-11-071-4/+5
* avfvideosrc: fix build with older SDK not supporting AVDeviceFormatAndoni Morales Alastruey2013-11-071-17/+32
* avfvideosrc: fix checks for HAVE_IOSAndoni Morales Alastruey2013-11-071-8/+8
* avfvideosrc: include config.hAndoni Morales Alastruey2013-11-071-0/+4
* avfvideosrc: add more debugAndoni Morales Alastruey2013-11-071-1/+19
* avfvideosrc: fix compilation with gccAndoni Morales Alastruey2013-11-071-3/+3
* avfvideosrc: sort caps with the highest resolution firstAndoni Morales Alastruey2013-11-071-11/+11
* avfvideosrc: support screen capture on OSXMatthieu Bouron2013-11-071-55/+182
* avfvideosrc: minor cosmeticMatthieu Bouron2013-11-071-1/+3
* avfvideosrc: use input device formats to set/get caps if availableMatthieu Bouron2013-11-071-91/+225
* avfvideosrc: update caps if frame size has changedMatthieu Bouron2013-11-071-3/+32
* avfvideosrc: check if low preset is availableMatthieu Bouron2013-11-071-1/+2
* avfvideosrc: use a dedicated queue for AVFoundation callsMatthieu Bouron2013-11-071-2/+4
* avfvideosrc: remove trailing spaceMatthieu Bouron2013-11-071-1/+1
* avfvideosrc: dispatch AVFoundation calls synchronously in the main queueMatthieu Bouron2013-11-071-30/+5
* avfvideosrc: only enable 1920x1080 preset on iOSMatthieu Bouron2013-11-071-3/+11
* applemedia: port avfvideosrc to 1.0Matthieu Bouron2013-11-071-32/+39
* avfvideosrc: fix truncated lineMatthieu Bouron2013-10-301-1/+1
* applemedia: remove the unneeded buffer factoryAndoni Morales Alastruey2013-05-201-21/+2
* avfvideosrc: fix deadlock draining queue from the same threadAndoni Morales Alastruey2013-04-151-1/+2
* applemedia: update contact informationOle André Vadla Ravnås2013-02-161-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* avfvideosrc: Negotiate format, also support more resolutionsOlivier Crête2012-10-301-18/+101