1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_audio_formats/codecs
2018-11-09 11:39:45 +00: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 some more stray zeros being used as null pointers 2018-10-09 11:27:42 +01:00
juce_CoreAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FlacAudioFormat.cpp Fixed a couple of narrowing cast bugs in AudioFormatReaders 2018-11-09 11:39:45 +00: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 Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_MP3AudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OggVorbisAudioFormat.cpp Replaced some more stray zeros being used as null pointers 2018-10-09 11:27:42 +01:00
juce_OggVorbisAudioFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WavAudioFormat.cpp Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +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