avfvideosrc: Explicitly request device video permissions for macOS 10.14+
[platform/upstream/gstreamer.git] / sys / applemedia / avfvideosrc.m
2019-12-02 o0Ignition0oavfvideosrc: Explicitly request device video permission...
2019-02-19 Tim-Philipp Müllerapplemedia: add Hardware tag to element metadata
2019-02-08 Josh MatthewsAdd device provider for AVFoundation capture devices.
2019-01-25 VaL Doroshchukavfvideosrc: add device-name property
2017-03-09 Sebastian Drögeavfvideosrc: Use AVCaptureDeviceTypeBuiltInDuoCamera...
2017-03-08 Nick Kallenapplemedia/gl: Fix compile issues for OSX
2017-03-07 Nick Kallenapplemedia: avfvideosrc supports position, device-type...
2017-03-07 Nick Kallenapplemedia/gl: Update code to use ARC
2016-08-26 Alessandro Decinaapplemedia: changes to make GL memory mappable on CPU...
2016-08-19 Florian Zwochavfvideosrc: account for retina displays when capturing...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-25 Joe Gorseavfvideosrc: Frame durations as CTime to the API, not...
2016-02-09 Alessandro Decinaapplemedia: avfvideosrc: implement GstElement::set_context
2016-02-09 Alessandro Decinaapplemedia: avfvideosrc: add myself to the copyright...
2016-01-29 Alessandro Decinaapplemedia: refactor GL context code
2016-01-27 Alessandro Decinaapplemedia: avfvideosrc: actually set the configured...
2016-01-19 Alessandro Decinaapplemedia: always fill GstBuffers with GstMemory
2016-01-12 Alessandro Decinaapplemedia: avfvideosrc: optionally get the GL context...
2016-01-06 Alessandro Decinaapplemedia: avfvideosrc: enable renegotiation
2016-01-06 Alessandro Decinaapplemedia: avfvideosrc: small negotiation fix
2016-01-06 Alessandro Decinaapplemedia: avfvideosrc: change texture format from...
2015-12-28 Alessandro Decinaapplemedia: avfvideosrc: output at highest fps/resoluti...
2015-12-17 Alessandro Decinaapplemedia: avfvideosrc: do fixate
2015-12-16 Alessandro Decinaapplemedia: avfvideosrc: rework GLMemory negotiation
2015-12-16 Alessandro Decinaapplemedia: avfvideosrc: update after IOSurface changes
2015-12-16 Alessandro Decinaapplemedia: rename GstCoreVideoTextureCache to GstVideo...
2015-06-22 Ilya Konstantinovavfvideosrc: add frame rate range to caps
2015-05-11 Ilya Konstantinovavfvideosrc: fix unconditional buffer queue unlock
2015-04-26 Ilya Konstantinovavfvideosrc: drop frames we get before we have a clock
2015-04-20 Alessandro Decinaapplemedia: avoid implicit color conversions
2015-04-19 Ilya Konstantinovavfvideosrc: check for failure to create buffer
2015-04-19 Yujin Leeavfvideosrc: fix build failure with clang
2015-04-17 Ilya Konstantinovavfvideosrc: get connection and input clock early
2015-04-15 Ilya Konstantinovavfvideosrc: remove unused variables
2015-04-14 Alessandro Decinaavfvideosrc: log timestamps
2015-04-14 Ilya Konstantinovavfvideosrc: subtract time spent in AVF queues
2015-04-14 Ilya Konstantinovavfvideosrc: fix GL texture negotiation
2015-04-07 Ilya Konstantinovavfvideosrc: fix setting of buffer offset end
2015-03-13 ijsfRestricted activeVideoMaxFrameDuration to fix frame...
2015-03-06 Florian Zwochavfvideosrc: allow "capture-screen" mode to select...
2015-02-18 Sebastian Drögeavfvideosrc: Only set latency if we already know our...
2015-02-13 Alessandro Decinaapplemedia: avfvideosrc: fix crash when non-GL memory...
2015-02-12 Sebastian Drögeavfvideosrc: Only use the duration of the sample if...
2015-01-29 Alessandro Decinaapplemedia: rework GL texture sharing
2015-01-29 Alessandro Decinaapplemedia: don't call CVPixelBufferLockBaseAddress...
2015-01-15 Alessandro Decinaavfvideosrc: implement the GL texture upload meta
2014-12-27 Alessandro Decinaavfvideosrc: improve timestamp code
2014-12-17 Alessandro Decinaavfvideosrc: improve timestamping and latency reporting
2014-11-09 Sebastian Drögeavfvideosrc: Don't pretend to support reconfiguration
2014-09-10 Tim-Philipp Mülleravfvideosrc: fix bogus BGRA caps
2014-04-24 Matthieu Bouroncoremediabuffer: handle stride alignment
2014-04-24 Matthieu Bouronavfvideosrc: check if downstream supports the video...
2013-11-11 Matthieu Bouronavfvideosrc: declare missing instance variables
2013-11-07 Andoni Morales Ala... avfvideosrc: fix build in iOS with isEqualTo doesn...
2013-11-07 Andoni Morales Ala... avfvideosrc: fix build with older SDK not supporting...
2013-11-07 Andoni Morales Ala... avfvideosrc: fix checks for HAVE_IOS
2013-11-07 Andoni Morales Ala... avfvideosrc: include config.h
2013-11-07 Andoni Morales Ala... avfvideosrc: add more debug
2013-11-07 Andoni Morales Ala... avfvideosrc: fix compilation with gcc
2013-11-07 Andoni Morales Ala... avfvideosrc: sort caps with the highest resolution...
2013-11-07 Matthieu Bouronavfvideosrc: support screen capture on OSX
2013-11-07 Matthieu Bouronavfvideosrc: minor cosmetic
2013-11-07 Matthieu Bouronavfvideosrc: use input device formats to set/get caps...
2013-11-07 Matthieu Bouronavfvideosrc: update caps if frame size has changed
2013-11-07 Matthieu Bouronavfvideosrc: check if low preset is available
2013-11-07 Matthieu Bouronavfvideosrc: use a dedicated queue for AVFoundation...
2013-11-07 Matthieu Bouronavfvideosrc: remove trailing space
2013-11-07 Matthieu Bouronavfvideosrc: dispatch AVFoundation calls synchronously...
2013-11-07 Matthieu Bouronavfvideosrc: only enable 1920x1080 preset on iOS
2013-11-07 Matthieu Bouronapplemedia: port avfvideosrc to 1.0
2013-10-30 Matthieu Bouronavfvideosrc: fix truncated line
2013-05-20 Andoni Morales Ala... applemedia: remove the unneeded buffer factory
2013-04-15 Andoni Morales Ala... avfvideosrc: fix deadlock draining queue from the same...
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-02-16 Ole André Vadla... applemedia: update contact information
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-30 Olivier Crêteavfvideosrc: Negotiate format, also support more resolu...
2012-09-14 Mark Nauwelaertsreplace gst_element_class_set_details_simple with gst_e...
2012-04-06 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-05 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-20 Wim TaymansMerge branch 'master' into 0.11
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-15 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-14 Wim TaymansMerge branch 'master' into 0.11
2012-02-10 Wim TaymansMerge branch 'master' into 0.11
2012-02-08 Wim TaymansGST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
2012-01-25 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-13 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-01-10 Sebastian DrögeMerge branch 'master' into 0.11
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0...
2011-11-28 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2011-11-28 Tim-Philipp MüllerMerge commit '7521b597f4dc49d8d168f368f0e7ebaf98a72156...
2011-11-28 Vincent Penquerc'hvarious: fix pad template ref leaks
2010-11-04 Ole André Vadla... applemedia: make video source element details consistent
next