.. |
flac
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
7 years ago |
oggvorbis
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
7 years ago |
juce_AiffAudioFormat.cpp
|
Fixed the typo that I introduced while fixing a different typo
|
7 years ago |
juce_AiffAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_CoreAudioFormat.cpp
|
CoreAudio: Fixed a potential crash when opening media files with zero audio channels
|
7 years ago |
juce_CoreAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_FlacAudioFormat.cpp
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
7 years ago |
juce_FlacAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_LAMEEncoderAudioFormat.cpp
|
Removed the explicitness of the Array single-item constructors
|
7 years ago |
juce_LAMEEncoderAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_MP3AudioFormat.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
juce_MP3AudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_OggVorbisAudioFormat.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_OggVorbisAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_WavAudioFormat.cpp
|
Added to check to prevent parsing of 64 bit float wav files
|
7 years ago |
juce_WavAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_WindowsMediaAudioFormat.cpp
|
Some tidying up in the audio codec classes
|
7 years ago |
juce_WindowsMediaAudioFormat.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |