| .. |
|
flac
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
2018-02-05 12:10:30 +00:00 |
|
oggvorbis
|
Merged-in some Ogg-Vorbis security fixes
|
2018-03-19 14:01:16 +00:00 |
|
juce_AiffAudioFormat.cpp
|
Fixed the typo that I introduced while fixing a different typo
|
2017-12-14 15:03:37 +00:00 |
|
juce_AiffAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CoreAudioFormat.cpp
|
CoreAudio: Fixed a potential crash when opening media files with zero audio channels
|
2018-02-12 09:13:37 +00:00 |
|
juce_CoreAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FlacAudioFormat.cpp
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
juce_FlacAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_LAMEEncoderAudioFormat.cpp
|
Removed the explicitness of the Array single-item constructors
|
2017-10-17 15:21:26 +01:00 |
|
juce_LAMEEncoderAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_MP3AudioFormat.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
juce_MP3AudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_OggVorbisAudioFormat.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
juce_OggVorbisAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
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
|
2018-03-26 12:25:02 +01:00 |
|
juce_WavAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_WindowsMediaAudioFormat.cpp
|
Some tidying up in the audio codec classes
|
2017-10-15 10:16:03 +01:00 |
|
juce_WindowsMediaAudioFormat.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |