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
|
6 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
|
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
|
7 years ago |
hogliux
|
eb33f537da
|
Bump version number to 5.1.1
|
7 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
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
|
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 |
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
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
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 |
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
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 |