The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules a632b57e7a Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 7 years ago
..
flac Removed a couple of places where ancient 3rd party library code still used the register keyword 7 years ago
oggvorbis Merged-in some Ogg-Vorbis security fixes 7 years ago
juce_AiffAudioFormat.cpp Fixed the typo that I introduced while fixing a different typo 7 years ago
juce_AiffAudioFormat.h Add documentation tags 7 years ago
juce_CoreAudioFormat.cpp CoreAudio: Fixed a potential crash when opening media files with zero audio channels 7 years ago
juce_CoreAudioFormat.h Add documentation tags 7 years ago
juce_FlacAudioFormat.cpp Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
juce_FlacAudioFormat.h Add documentation tags 7 years ago
juce_LAMEEncoderAudioFormat.cpp Removed the explicitness of the Array single-item constructors 7 years ago
juce_LAMEEncoderAudioFormat.h Add documentation tags 7 years ago
juce_MP3AudioFormat.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_MP3AudioFormat.h Add documentation tags 7 years ago
juce_OggVorbisAudioFormat.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_OggVorbisAudioFormat.h Add documentation tags 7 years ago
juce_WavAudioFormat.cpp Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 7 years ago
juce_WavAudioFormat.h Add documentation tags 7 years ago
juce_WindowsMediaAudioFormat.cpp Some tidying up in the audio codec classes 7 years ago
juce_WindowsMediaAudioFormat.h Add documentation tags 7 years ago