Developer-Ecosystem-Engineering
9ed5062e59
mac-capture: Add support for improved window capture in macOS 12.3
...
Add a new capture plugin called General Capture that allows for capture
of an entire desktop, a single window, or all windows of an application
2022-07-24 13:59:09 +02:00
PatTheMav
49e9d49943
plugins: Update CMakeLists.txt for included plugins
2022-03-16 23:11:08 +01:00
PatTheMav
fb27900e94
CI: Remove explicit LANGUAGE flags for cmake 3.19+
2020-11-21 12:00:52 -08:00
jp9000
7993179466
cmake: Add cmake folders
2020-05-13 06:52:37 -07:00
Marvin Scholz
26a96c618f
mac-capture: Use libobs CFString utils
2018-09-16 22:41:01 +02:00
Palana
f8ed37dec4
Add Window Capture to mac-capture plugin
2014-08-20 00:50:18 +02:00
Palana
bc64fa97a0
Add CoreGraphics window utilities
2014-08-20 00:42:56 +02:00
BtbN
02725acdd4
Fix double invocation of install_obs_plugin in every single plugin
2014-08-19 14:24:59 +02:00
Palana
263d4ec605
Remove unnecessary compiler flag
2014-07-21 04:49:16 +02:00
BtbN
38c2fc87aa
Move all data into the subdir it belongs to
...
Completely removes the build dir in favor of cmake based build layouting
2014-07-19 01:38:41 +02:00
jp9000
1e7a99eeb4
Rename mac display capture source file
...
Rename it from mac-screen-capture.m to mac-display-capture.m to be a bit
more consistent
2014-07-11 17:25:53 -07:00
jp9000
3394ac6488
Move mac display capture to mac-capture module
...
It was kind of silly that it was residing within the test-input module.
2014-07-10 21:55:46 -07:00
jp9000
bec8a09bd9
CoreAudio: Separate enumeration code
...
The enumeration code being up at the top was making things quite messy,
so I split that code out to a separate set of files.
2014-03-04 07:10:33 -07:00
jp9000
33dc028c7e
Add mac audio capture
...
- Add CoreAudio device input capture for mac audio capturing. The code
should cover just about everything for capturing mac input device
audio. Because of the way mac audio is designed, users may have no
choice but to obtain the open source soundflower software to capture
their mac's desktop audio. It may be necessary for us to distribute
it with the program as well.
- Hide event backend
- Use win32 events for windows
- Allow timed waits for events
- Fix a few warnings
2014-02-26 22:43:31 -08:00