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 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
d3e378aa4a
|
Added a comment about DirectSound codecs.
|
2014-08-27 16:12:11 +01:00 |
|
jules
|
95f536383f
|
Internal refactoring of some camera capture classes to make it easier to update to new APIs.
|
2014-07-06 18:15:55 +01:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
9d588b0bce
|
Avoided a few unused parameter warnings.
|
2013-10-20 15:50:05 +01:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
7a47c12a76
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
2013-07-31 18:58:02 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
8fd65cb8c5
|
Workaround for a strange Win7 OS bug when trying to load a DirectShow movie which fails.
|
2013-07-04 20:42:50 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
52378249d1
|
Fixed a couple of compile errors.
|
2013-04-22 16:17:04 +01:00 |
|
jules
|
7afc21cbab
|
Fixed some JUCE_AUTORELEASEPOOL syntax
|
2013-03-23 10:20:01 +00:00 |
|
jules
|
70964f3f87
|
win32 camera ref-counting fix.
|
2012-12-24 17:56:46 +00:00 |
|
jules
|
35991fb01c
|
Fix for compiler error in camera code.
|
2012-12-22 18:06:44 +00:00 |
|
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
2012-12-18 18:05:36 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
2012-12-03 15:04:08 +00:00 |
|
jules
|
af094f3448
|
Fixes for DirectShowComponent.
|
2012-11-26 16:36:41 +00:00 |
|
jules
|
f862392da8
|
Fixed a leak in OSX QuickTimeMovieComponent.
|
2012-11-03 11:24:28 +00:00 |
|
jules
|
f07139f748
|
Minor clean-ups.
|
2012-10-19 15:54:15 +01:00 |
|
jules
|
1cf473b8df
|
Fixed a typo in QuickTimeComponent.
|
2012-10-08 13:28:19 +01:00 |
|
jules
|
def462bad0
|
Fix for OSX QuickTimeComponet
|
2012-10-07 19:57:49 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|