.. |
flac
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
7 years ago |
oggvorbis
|
Added a couple of casts to some Ogg-Vorbis code to avoid the address-sanitiser complaining about bit shift ranges
|
7 years ago |
juce_AiffAudioFormat.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_AiffAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_CoreAudioFormat.cpp
|
Replaced some more stray zeros being used as null pointers
|
6 years ago |
juce_CoreAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_FlacAudioFormat.cpp
|
Fixed a couple of narrowing cast bugs in AudioFormatReaders
|
6 years ago |
juce_FlacAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_LAMEEncoderAudioFormat.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_LAMEEncoderAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_MP3AudioFormat.cpp
|
Fixed some gcc 8 compiler warnings
|
6 years ago |
juce_MP3AudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_OggVorbisAudioFormat.cpp
|
Replaced some more stray zeros being used as null pointers
|
6 years ago |
juce_OggVorbisAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_WavAudioFormat.cpp
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
juce_WavAudioFormat.h
|
Add documentation tags
|
7 years ago |
juce_WindowsMediaAudioFormat.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_WindowsMediaAudioFormat.h
|
Add documentation tags
|
7 years ago |