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.
|
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.
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 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 |
jules
|
43252dc605
|
Tidied-up a few stray sign-conversion warnings.
|
10 years ago |
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
11 years ago |
jules
|
d3e378aa4a
|
Added a comment about DirectSound codecs.
|
11 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.
|
12 years ago |
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
12 years ago |
jules
|
9d588b0bce
|
Avoided a few unused parameter warnings.
|
12 years ago |
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
12 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 |
jules
|
70964f3f87
|
win32 camera ref-counting fix.
|
13 years ago |
jules
|
35991fb01c
|
Fix for compiler error in camera code.
|
13 years ago |
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
13 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
13 years ago |
jules
|
af094f3448
|
Fixes for DirectShowComponent.
|
13 years ago |
jules
|
f862392da8
|
Fixed a leak in OSX QuickTimeMovieComponent.
|
13 years ago |
jules
|
f07139f748
|
Minor clean-ups.
|
13 years ago |
jules
|
1cf473b8df
|
Fixed a typo in QuickTimeComponent.
|
13 years ago |
jules
|
def462bad0
|
Fix for OSX QuickTimeComponet
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
a866a9c2cf
|
Fixed a few Array::removeValue calls that I'd missed..
|
13 years ago |
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
13 years ago |
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
jules
|
cf5163a68d
|
Updated some win32 video code.
|
13 years ago |
jules
|
b888a72db9
|
Updated win32 GetSystemInfo calls. URL domain name fix.
|
13 years ago |
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
jules
|
a997490f17
|
Updated the OpenGLComponent so that it can render sub-components when using a background thread, and changed the demo to use this mode (which is faster).
|
14 years ago |
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
14 years ago |