| .. |
|
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
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
2018-02-05 12:10:30 +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
|
Added to check to prevent parsing of 64 bit float wav files
|
2018-02-20 07:32:24 +00: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 |