obs-studio/plugins/mac-capture
Yoshimasa Niwa 00c67e59e6 mac-capture: Improve various Objective-C code
Improve complicated Objective-C implementations in
mac-screen-capture implementation.

- Use `for` instead of overuse of block based iteration code.
- Use `YES` and `NO` for `BOOL` type instead of wrong `TRUE`, `FALSE`,
  `true`, `false`.
- Use `length` to check empty string, omit unnecessary `nil` checks.
2023-06-24 16:58:09 -07:00
..
data/locale mac-capture: Add option to hide OBS windows in desktop capture 2023-05-13 16:55:11 -07:00
audio-device-enum.c mac-capture: Simplify coreaudio_get_device_id 2023-04-01 16:13:17 -07:00
audio-device-enum.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
CGDisplayStream.h clang-format: Update formatting of all ObjC and ObjC++ files 2023-06-11 14:56:45 +02:00
CMakeLists.txt cmake: Update Framework link definition for macOS builds 2023-06-17 12:23:33 -04:00
mac-audio.c mac-capture: Remove unused macros 2023-01-28 19:03:55 -08:00
mac-display-capture.m mac-capture: Fix clang warning about unreachable code 2023-06-16 14:12:58 -04:00
mac-screen-capture.m mac-capture: Improve various Objective-C code 2023-06-24 16:58:09 -07:00
mac-window-capture.m clang-format: Update formatting of all ObjC and ObjC++ files 2023-06-11 14:56:45 +02:00
plugin-main.c mac-capture: Undeprecate traditional capture sources on macOS 12 2022-09-20 18:49:13 +02:00
window-utils.h clang-format: Update formatting of all ObjC and ObjC++ files 2023-06-11 14:56:45 +02:00
window-utils.m mac-capture: Fix wrong CFString to NSNumber cast 2023-06-17 16:35:13 +02:00