Tom Poole
|
ff0cb4ad5b
|
Use NullCheckedInvocation in more places
|
1 year ago |
Anthony Nicholls
|
84750f2f2a
|
juce_video: Prevent a runtime crash when LTO is enabled on macOS versions < 14.0
|
1 year ago |
reuk
|
f0aacca62c
|
macOS: Fix deprecations in macOS 14.0
|
1 year ago |
Anthony Nicholls
|
05d5c94990
|
Native: Rename all native files for improved consistency
|
2 years ago |
reuk
|
d14761c523
|
CameraDevice: Tidy up macOS implementation
|
2 years ago |
reuk
|
28f2157912
|
Convert ignoreUnused to [[maybe_unused]]
|
2 years ago |
reuk
|
7545fbcf3e
|
macOS: Remove macOS 10.13 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.13 will always be available.
|
2 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
db3c6e6216
|
macOS/iOS: Fix unguarded availability warnings
|
3 years ago |
Tom Poole
|
eda5c696e5
|
macOS/iOS: Fix unguarded availability warnings
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
reuk
|
81fa777ff7
|
ObjC Helpers: Automatically derive appropriate signature for function
|
3 years ago |
ed
|
7d1918b385
|
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
|
3 years ago |
ed
|
a5c3b81f82
|
Use C++14 lambda capture initialisers for initialising deletion checkers
|
3 years ago |
ed
|
088e100c1f
|
Narrowed the scoped of some undeclared Objective-C selector warnings
|
4 years ago |
reuk
|
750c982c1d
|
Camera: Warn when adding a preview component after starting capture on macOS
|
4 years ago |
reuk
|
3f00226864
|
Camera: Use new capture API in macOS 10.15+
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
5 years ago |
ed
|
5816958001
|
Squashed some deprecation warnings on the latest iOS and macOS versions
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
94cc9c48a4
|
macOS: Added support for camera names
|
5 years ago |
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
6 years ago |
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
6 years ago |
ed
|
1a0e681c41
|
macOS: Set isRecording flag when recording camera capture to a file
|
6 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
Lukasz Kozakiewicz
|
06c3674e51
|
Camera: fix broken CameraDevice listener on Mac that would trigger only once always.
|
7 years ago |
Lukasz Kozakiewicz
|
8fd1740ad8
|
Camera: fix broken CameraDevice listener on Mac that would trigger only once always.
|
7 years ago |
Lukasz Kozakiewicz
|
2dd1a80469
|
Camera: bring back CameraDevice::Listener for users wanting to process individual frames. Fix a typo too.
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |