1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

84 commits

Author SHA1 Message Date
Tom Poole
5a511cab4d Updated some license header text 2019-06-27 12:36:38 +01:00
ed
bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
Tom Poole
8f84192c9b Fixed some more Android compiler warnings 2019-06-07 12:24:05 +01:00
Tom Poole
670f77f80c Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
ed
38b24d7145 macOS: Detach observers when closing the AVPlayer in VideoComponent::closeVideo() to avoid a crash on 10.13 2019-04-18 12:52:11 +01:00
ed
1a46fb3a5f Minor whitespace tidying 2019-03-15 14:10:14 +00:00
ed
360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 2019-01-30 09:55:50 +00:00
ed
1a0e681c41 macOS: Set isRecording flag when recording camera capture to a file 2019-01-25 11:23:34 +00:00
ed
f4c67f6fa7 Whitespace 2018-12-03 17:02:26 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
ed
68cac0c587 macOS: Fixed a compiler error in juce_video when using the 10.11 SDK 2018-11-23 09:53:42 +00:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
ed
acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 2018-10-24 16:20:45 +01:00
Tom Poole
3df62d74be Removed some debugging output 2018-09-05 11:34:19 +01:00
Tom Poole
ea4442978b Fixed a VS compiler warning in CameraDevice 2018-08-24 09:39:13 +01:00
ed
68fe75742f Add support for DPI aware applications on Windows 2018-08-10 16:38:17 +01:00
ed
13a4f5126f macOS: Fixed a warning in the native VideoComponent implementation 2018-07-25 09:18:38 +01:00
ed
32bb8f5bbc Windows: Remove escaped characters from video URL before loading in VideoComponent 2018-07-16 14:58:33 +01:00
Lukasz Kozakiewicz
8fd1740ad8 Camera: fix broken CameraDevice listener on Mac that would trigger only once always. 2018-05-29 17:51:33 +02:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
Lukasz Kozakiewicz
2dd1a80469 Camera: bring back CameraDevice::Listener for users wanting to process individual frames. Fix a typo too. 2018-04-27 14:07:27 +02:00
Lukasz Kozakiewicz
772185f2b0 Add camera support for iOS and Android. 2018-04-25 18:54:04 +02:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
jules
58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00:00
hogliux
c7e8475f57 Andorid: Removed some android video stubs which could cause a crash on application startup 2017-07-11 14:34:54 +01:00
jules
276d760cb5 Workaround for AVPlayerView being unavailable on 32-bit OSX 2017-07-11 09:16:09 +01:00
jules
97fdc233e6 Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled 2017-07-10 10:08:12 +01:00
jules
cb14ab3891 Tweaked the OSX video player to do sample-accurate seeking 2017-07-07 17:48:12 +01:00
jules
096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 2017-07-07 15:38:31 +01:00
tpoole
e163800014 Fixed a compiler warning in MacOS VideoComponent 2017-07-05 15:32:15 +01:00
jules
776bf565db Fixes for a couple of minor compiler warnings 2017-07-05 09:21:08 +01:00
jules
eda8612ee3 Fixed some video module compile problems on iOS and Windows 2017-07-04 09:49:24 +01:00
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
jules
84da06214d Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 2017-02-09 15:06:29 +00:00
jules
cd5604c071 Another OSX 32-bit build fix in MovieComponent 2017-02-02 11:53:21 +00:00
jules
511fe482e8 Fix for a 32-bit build problem in MovieComponent 2017-02-02 10:51:22 +00:00
hogliux
b6b7abc76a Fixed a warning in MovieComponent 2017-02-01 17:28:35 +00:00
hogliux
1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX 2017-02-01 17:18:06 +00:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
c21716499c Add low quality mode for juce CameraDevice 2016-08-03 12:09:19 +01:00
jules
dfc4428af6 Avoided a problem in DirectShowComponent that caused crashes in error cases. 2016-03-31 10:06:33 +01:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
43252dc605 Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00