1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_formats/codecs
2018-06-18 09:04:55 +01:00
..
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 Added a couple of casts to some Ogg-Vorbis code to avoid the address-sanitiser complaining about bit shift ranges 2018-06-18 09:04:55 +01:00
juce_AiffAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_AiffAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_CoreAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_CoreAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FlacAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_FlacAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_LAMEEncoderAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_LAMEEncoderAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MP3AudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_MP3AudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OggVorbisAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_OggVorbisAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WavAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_WavAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WindowsMediaAudioFormat.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_WindowsMediaAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00