]> git.sesse.net Git - vlc/commit
New AVFoundation video capture module for Mac OS X
authorMichael Feurstein <michael.feurstein@gmail.com>
Wed, 17 Apr 2013 16:51:48 +0000 (16:51 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 18 Apr 2013 10:41:43 +0000 (12:41 +0200)
commitc91126ca663a463e654aebf9aacd2dff9a72f5f8
tree5ec4992e0145b5436883f9b38610565633332bd3
parent6cdddeeb1d1aa433f4e88c04e241445e17938bd8
New AVFoundation video capture module for Mac OS X

This module lets you capture video devices with the AVFoundation framework on Mac OS X.
It is an upgrade of the qtcapture module. Currently no GUI integration yet.
Only available via command line

Usage: avcapture://

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
configure.ac
extras/package/macosx/configure.sh
extras/package/macosx/vlc.xcodeproj/project.pbxproj
modules/access/Modules.am
modules/access/avcapture.m [new file with mode: 0644]