reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
331df42233
|
MP3: Fixed a global buffer overflow and constexpr'd a few things
|
5 years ago |
ed
|
b0f261c5e3
|
MP3: Fixed a global buffer overflow and constexpr'd a few things
|
5 years ago |
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
ed
|
add88c33f2
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
Lukasz Kozakiewicz
|
cfce337d81
|
Fix mp3 file seek when seeking to previously unplayed location.
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
Tom Poole
|
6cff481c6a
|
Fixed some gcc 8 compiler warnings
|
6 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
jules
|
65857af333
|
Added an assertion to avoid surprises if you call the not-yet-implemented MP3AudioFormat::createWriterFor() method
|
7 years ago |
jules
|
6344cd549a
|
Some tidying up in the audio codec classes
|
7 years ago |
jules
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
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
|
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 |
hogliux
|
61fd2a339d
|
Fixed a MSVC 2015 warning in mp3 audio decoder
|
8 years ago |
jules
|
420f85bc5f
|
Fixed a typo in MP3AudioFormat
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
jules
|
e5b9642260
|
Fixed a typo in the mp3 decoder that was causing artifacts.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
68fa0eaa19
|
Fixed a minor compiler warning.
|
10 years ago |
jules
|
19937e63e1
|
Updated a few trig functions to use the std:: implementations.
|
10 years ago |
jules
|
5be91dd16b
|
Updated a few trig functions to use the std:: implementations.
|
10 years ago |
jules
|
e25b727559
|
Added some assertions to the MP3 decoder to flag up an unsupported encoding type.
|
11 years ago |
jules
|
9aeefa5ebe
|
Better seeking in mp3 reader.
|
11 years ago |
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
11 years ago |
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
11 years ago |
jules
|
4ce1908f79
|
Misc tidying-up.
|
12 years ago |
jules
|
aec3d12753
|
A few minor tweaks to avoid warnings etc.
|
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
|
773fc269f8
|
New class: LAMEEncoderAudioFormat
|
12 years ago |
jules
|
669bd67670
|
Spelling and minor cleaning.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
dea1aa475b
|
OSX GL views: accepting first mouse click event.
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
bbac5a8790
|
New class: OpenGLShaderProgram, and GL clean-ups.
|
13 years ago |
jules
|
38eb7f8a5b
|
New class: WindowsMediaAudioFormat.
|
13 years ago |
jules
|
2779a6dd4c
|
Win32 GL tweaks. Performance improvement for CoreGraphicsImage.
|
13 years ago |
jules
|
66f686f7be
|
Removed a spurious assertion in MemoryBlock.
|
13 years ago |
jules
|
d1612df060
|
Fixed an mp3 glitch when seeking.
|
13 years ago |
jules
|
b67c2ff240
|
Improved ID3 tag recognition in the MP3 decoder.
|
13 years ago |
jules
|
510df9fcdf
|
Fixed a typo in the MP3 decoder.
|
13 years ago |
jules
|
e60b2f3a20
|
New class: MP3AudioFormat.
|
13 years ago |