84 Commits (fa577fc4ef9a80b33eaf2544fcfe9904cf7581df)

Author SHA1 Message Date
  Tom Poole 5a511cab4d Updated some license header text 6 years ago
  ed bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 6 years ago
  Tom Poole 8f84192c9b Fixed some more Android compiler warnings 6 years ago
  Tom Poole 670f77f80c Fixed some Android compiler warnings 6 years ago
  ed 38b24d7145 macOS: Detach observers when closing the AVPlayer in VideoComponent::closeVideo() to avoid a crash on 10.13 6 years ago
  ed 1a46fb3a5f Minor whitespace tidying 7 years ago
  ed 360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 7 years ago
  ed 1a0e681c41 macOS: Set isRecording flag when recording camera capture to a file 7 years ago
  ed f4c67f6fa7 Whitespace 7 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 7 years ago
  ed 68cac0c587 macOS: Fixed a compiler error in juce_video when using the 10.11 SDK 7 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 7 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 7 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 7 years ago
  Tom Poole 3df62d74be Removed some debugging output 7 years ago
  Tom Poole ea4442978b Fixed a VS compiler warning in CameraDevice 7 years ago
  ed 68fe75742f Add support for DPI aware applications on Windows 7 years ago
  ed 13a4f5126f macOS: Fixed a warning in the native VideoComponent implementation 7 years ago
  ed 32bb8f5bbc Windows: Remove escaped characters from video URL before loading in VideoComponent 7 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 315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 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
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  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! 8 years ago
  hogliux c7e8475f57 Andorid: Removed some android video stubs which could cause a crash on application startup 8 years ago
  jules 276d760cb5 Workaround for AVPlayerView being unavailable on 32-bit OSX 8 years ago
  jules 97fdc233e6 Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled 8 years ago
  jules cb14ab3891 Tweaked the OSX video player to do sample-accurate seeking 8 years ago
  jules 096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 8 years ago
  tpoole e163800014 Fixed a compiler warning in MacOS VideoComponent 8 years ago
  jules 776bf565db Fixes for a couple of minor compiler warnings 8 years ago
  jules eda8612ee3 Fixed some video module compile problems on iOS and Windows 8 years ago
  jules 74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 9 years ago
  jules 84da06214d Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 9 years ago
  jules cd5604c071 Another OSX 32-bit build fix in MovieComponent 9 years ago
  jules 511fe482e8 Fix for a 32-bit build problem in MovieComponent 9 years ago
  hogliux b6b7abc76a Fixed a warning in MovieComponent 9 years ago
  hogliux 1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX 9 years ago
  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. 9 years ago
  hogliux c21716499c Add low quality mode for juce CameraDevice 9 years ago
  jules dfc4428af6 Avoided a problem in DirectShowComponent that caused crashes in error cases. 10 years ago
  jules b5907fa90d Normalised some divider comments 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago