70 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  Tom Poole 3df62d74be Removed some debugging output 6 years ago
  Tom Poole ea4442978b Fixed a VS compiler warning in CameraDevice 6 years ago
  ed 68fe75742f Add support for DPI aware applications on Windows 6 years ago
  ed 13a4f5126f macOS: Fixed a warning in the native VideoComponent implementation 6 years ago
  ed 32bb8f5bbc Windows: Remove escaped characters from video URL before loading in VideoComponent 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! 7 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 8 years ago
  jules 84da06214d Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 8 years ago
  jules cd5604c071 Another OSX 32-bit build fix in MovieComponent 8 years ago
  jules 511fe482e8 Fix for a 32-bit build problem in MovieComponent 8 years ago
  hogliux b6b7abc76a Fixed a warning in MovieComponent 8 years ago
  hogliux 1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX 8 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. 8 years ago
  hogliux c21716499c Add low quality mode for juce CameraDevice 8 years ago
  jules dfc4428af6 Avoided a problem in DirectShowComponent that caused crashes in error cases. 9 years ago
  jules b5907fa90d Normalised some divider comments 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 9 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules 43252dc605 Tidied-up a few stray sign-conversion warnings. 10 years ago
  jules 50a55b2e9c Avoided a few compiler warnings. 10 years ago
  jules d3e378aa4a Added a comment about DirectSound codecs. 10 years ago
  jules 95f536383f Internal refactoring of some camera capture classes to make it easier to update to new APIs. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules 9d588b0bce Avoided a few unused parameter warnings. 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules 7a47c12a76 Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 8fd65cb8c5 Workaround for a strange Win7 OS bug when trying to load a DirectShow movie which fails. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 52378249d1 Fixed a couple of compile errors. 12 years ago
  jules 7afc21cbab Fixed some JUCE_AUTORELEASEPOOL syntax 12 years ago