obs-studio/cmake/Modules
jp9000 d89299fc1a vlc-video: Add VLC video source
Adds the ability to add video playlists via libvlc instead of via the
media source.  This is mostly just being added as a secondary option to
the media source to reduce maintenance costs and save time.  Currently
libff cannot pause/unpause/seek, and isn't programmed to handle
playlists yet.

If VLC is installed on the computer (with the same architecture) it will
allow video playback via libVLC.  In the future, users should be able to
optionally download VLC libraries via the installer as well if they
don't want to necessarily install VLC to get the plugin working.

This plugin performs runtime linking instead of compile-time linking;
compiling VLC is not required, only its headers are required.  To
compile, clone the VLC repository and set the VLCPath cmake variable to
point to the VLC repository directory.
2016-06-06 23:53:59 -07:00
..
CheckForPthreads.c cmake: Properly check for Threading support 2014-09-26 22:52:30 -07:00
CopyMSVCBins.cmake cmake: Also copy libvpx library for MSVC if available 2016-04-26 15:02:40 -07:00
FindAppKit.cmake Fix AppKit find module 2014-09-15 14:42:18 -07:00
FindCXX11.cmake Include FindPackageHandleStandardArgs.cmake in every find module using it 2014-08-21 16:38:49 +02:00
FindDBus.cmake cmake: Add helper to find dbus package 2015-09-12 19:15:32 -07:00
FindFFmpeg.cmake cmake: Add FFmpeg/x264 include header path suffix 2015-08-12 04:21:26 -07:00
FindFontconfig.cmake Fix fontconfig cmake module 2014-09-15 14:42:01 -07:00
FindFreetype.cmake cmake: Fix dependency cmake search paths 2015-07-13 14:39:03 -07:00
FindIconv.cmake cmake: Refactor growing list of library locations 2014-09-27 09:40:45 -07:00
FindJack.cmake Initial obs-studio jack support 2015-01-25 20:42:02 +01:00
FindJansson.cmake cmake: Fix dependency cmake search paths 2015-07-13 14:39:03 -07:00
FindLibUDev.cmake Add cmake module for finding udev. 2014-10-14 23:57:15 +02:00
FindLibVLC.cmake vlc-video: Add VLC video source 2016-06-06 23:53:59 -07:00
FindLibcurl.cmake cmake: Fix dependency cmake search paths 2015-07-13 14:39:03 -07:00
FindLibfdk.cmake cmake: Fix dependency cmake search paths 2015-07-13 14:39:03 -07:00
FindLibsysinfo.cmake cmake: Add module to find libsysinfo on FreeBSD 2015-05-04 22:37:17 +02:00
FindLibv4l2.cmake Fix major misunderstanding of cached variables in all find modules 2014-09-15 14:42:18 -07:00
FindLibx264.cmake cmake: Add FFmpeg/x264 include header path suffix 2015-08-12 04:21:26 -07:00
FindSSL.cmake obs-outputs: Add USE_SSL option (disabled by default) 2016-02-07 15:47:18 -08:00
FindThreads.cmake cmake: Properly check for Threading support 2014-09-26 22:52:30 -07:00
FindX11_XCB.cmake Move from libX11/GLX to XCB/libX11/GLX. 2014-12-19 19:23:08 -08:00
FindXCB.cmake linux x11: get monitors: use xcb and add fallback if xinerama not found 2014-12-19 21:51:37 -08:00
FindZLIB.cmake cmake: Add zlib support 2015-08-12 15:30:30 +02:00
IDLFileHelper.cmake Add CMake module to parse IDL files on Windows 2015-03-21 16:34:46 -07:00
ObsCpack.cmake Allow OBS_VERSION_OVERRIDE to assist in packaging. 2015-02-09 08:32:01 -08:00
ObsHelpers.cmake libobs: Add OBS_UNIX_STRUCTURE config variable 2015-06-01 16:42:27 -07:00
WIX.template.in Move CPack win32 generator from NSIS to WIX 2014-02-02 22:38:21 +01:00