1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_audio_formats/codecs
2017-04-18 11:29:48 +01:00
..
flac Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 2017-04-18 11:29:48 +01:00
oggvorbis Fixed a typo in recent commit to address an armeabi internal compiler bug 2017-03-08 10:57:28 +00:00
juce_AiffAudioFormat.cpp Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
juce_AiffAudioFormat.h Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 2016-12-09 11:49:57 +00:00
juce_CoreAudioFormat.cpp Added support for getting metadata from .caf files in the CoreAudioFormat class 2016-01-29 12:16:42 +00:00
juce_CoreAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_FlacAudioFormat.cpp Changed flac writer to respect the current stream position when writing the flac header 2016-10-18 10:38:18 +01:00
juce_FlacAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_LAMEEncoderAudioFormat.cpp Added some null pointer checks to createWriterFor methods 2016-01-04 12:43:49 +00:00
juce_LAMEEncoderAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_MP3AudioFormat.cpp Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
juce_MP3AudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_OggVorbisAudioFormat.cpp Added some null pointer checks to createWriterFor methods 2016-01-04 12:43:49 +00:00
juce_OggVorbisAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_QuickTimeAudioFormat.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_QuickTimeAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_WavAudioFormat.cpp Fixed wav file reader unit tests 2017-04-06 11:55:32 +01:00
juce_WavAudioFormat.h Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 2016-12-09 11:49:57 +00:00
juce_WindowsMediaAudioFormat.cpp Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file 2016-03-10 09:52:05 +00:00
juce_WindowsMediaAudioFormat.h Update copyright notice 2015-07-22 15:59:34 +01:00