ed
|
f4c67f6fa7
|
Whitespace
|
6 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
ed
|
68cac0c587
|
macOS: Fixed a compiler error in juce_video when using the 10.11 SDK
|
6 years ago |
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.
|
6 years ago |
ed
|
6d39f01793
|
Bump version number to 5.4.1
|
6 years ago |
Tom Poole
|
32aa676f01
|
Projucer: Fixed a Windows live build error in the video module
|
6 years ago |
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
6 years ago |
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
Tom Poole
|
3df62d74be
|
Removed some debugging output
|
6 years ago |
Tom Poole
|
493591a7ef
|
Cleaned up some doc comments
|
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
|
7 years ago |
ed
|
32bb8f5bbc
|
Windows: Remove escaped characters from video URL before loading in VideoComponent
|
7 years ago |
jules
|
974b4a8351
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
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 |
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
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 |
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
7 years ago |
ed
|
262dff8854
|
Bump version number to 5.3.0
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
7 years ago |
Tom Poole
|
7d943e76dc
|
Tidied up some module dependencies
|
7 years ago |
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
jules
|
a7e3339f86
|
Got rid of some very old legacy VC6 workaround typedefs
|
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 |
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
ed
|
dbb2f620b4
|
Bump version number to 5.2.0
|
7 years ago |
tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
8 years ago |
hogliux
|
eb33f537da
|
Bump version number to 5.1.1
|
8 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
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
|
a2a5428eab
|
Added a missing iOS framework to the juce_video module
|
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
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
8 years ago |
jules
|
50dce5079d
|
Disabled VideoComponent on linux to prevent build errors
|
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 |