obs-studio/plugins/mac-capture
PatTheMav ee3c2d0e8a CI: Fix build errors with Xcode 14.3 and platform SDK 13.3
Xcode 14.3 and the macOS 13.3 platform SDK introduced a few breaking
changes:

* Updated AppleClang emits warnings about unqualified std cast calls
  when using C++ - as `move` is too broad a word, developers are to use
  `std::move` to make this explicit. Alas this is exactly what `json11`
  uses and because that library is archived, there is no possibility
  of an upstream update.

* Apple guarded calls to old screen capture APIs as "available but
  deprecated", but seems to have chosen the wrong lower version
  boundary: The calls are flagged as being available for macOS 13 and
  macOS 14 only.

  To fix this, the existing macOS platform SDK header is replaced by a
  local copy that uses macOS 11 as the lower boundary (the oldest macOS
  version supported by obs-studio anyway)
2023-04-04 17:27:59 +00:00
..
cmake cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
data/locale Update translations from Crowdin 2023-03-27 13:39:03 +00: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 CI: Fix build errors with Xcode 14.3 and platform SDK 13.3 2023-04-04 17:27:59 +00:00
CMakeLists.txt CI: Fix build errors with Xcode 14.3 and platform SDK 13.3 2023-04-04 17:27:59 +00:00
mac-audio.c mac-capture: Remove unused macros 2023-01-28 19:03:55 -08:00
mac-display-capture.m CI: Fix build errors with Xcode 14.3 and platform SDK 13.3 2023-04-04 17:27:59 +00:00
mac-screen-capture.m mac-capture: Fix various SCK memory leaks 2023-02-21 17:40:56 +01:00
mac-window-capture.m mac-capture: Fix compiler warnings 2023-02-18 15:22:33 -08:00
plugin-main.c mac-capture: Undeprecate traditional capture sources on macOS 12 2022-09-20 18:49:13 +02:00
window-utils.h Revert "mac-capture: Improve window capture performance" 2021-12-20 14:02:58 -08:00
window-utils.m mac-capture: Fix compiler warnings 2023-02-18 15:22:33 -08:00