206 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  jules d2532f4540 Version number update 11 years ago
  jules 7dd5c09826 Version number update 11 years ago
  jules 9aeefa5ebe Better seeking in mp3 reader. 11 years ago
  jules a356c6b148 Couple of minor warning fixes. 11 years ago
  jules 28cdb20040 Whitespace cleanups. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 242a5f221d Fixed some libFLAC code to keep old Xcode compilers happy. 11 years ago
  jules afb5904e89 Better use of intrinsics for FLAC. 11 years ago
  jules 1e4ba1b550 A few minor changes to keep the Clang analyser happy. 11 years ago
  jules 2aba3447e4 Updated to version 1.3 of libFLAC. 11 years ago
  jules cdacae9cbb Version 3.0.0 11 years ago
  jules 1113e17186 Version number update 11 years ago
  jules 85568915dc Added some metadata reading to OggVorbisAudioFormat 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules 0de50d99a5 Version number update 11 years ago
  jules bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
  jules e71fd7cdcb Fix for AudioFormatReader::read when passing buffers with > 2 channels. 11 years ago
  jules a204ea7ae8 Version number update 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules 12bf054456 Version number update 11 years ago
  jules 5f9552c4ec Version number update 11 years ago
  jules b05c8413cf Tidied up some docs and added an AudioFormat constructor. 11 years ago
  jules 8809efcb7a A few tweaks to help the clang static analyser avoid false alarms. 11 years ago
  jules a9d15e04da Tightened up some array const-ness in AudioFormatWriter. 11 years ago
  jules ffa367a3eb Added key signature detection to CoreAudioFormat. 11 years ago
  jules a110611dd8 MemoryMappedAudioFormatReader fix. 11 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules 83aaaa9459 Avoided mistakenly opening wav files containing formats that the reader doesn't support. 11 years ago
  jules 059737b163 Version number update 11 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 11 years ago
  jules 2fccfccbc0 Misc performance tweaks. 11 years ago
  jules 629efdbd3c LAMEEncoderAudioFormat fix. 11 years ago
  jules 21f6a0517a Added some more supported frequencies to WavAudioFormat. 11 years ago
  jules 4552218149 Added support for reading/writing an ISRC code in a WAV file's AXML chunk. 11 years ago
  jules 508e25afbb Cleared-out the last batch of unnecessary includes. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules 636ffe68d3 A bit more minor cleaning-up. 11 years ago
  jules 65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
  jules 50132270d6 Added a few override modifiers and fixed some documentation. 11 years ago
  jules 0cea511c0c Fix for reading IEEE float wav files. 11 years ago
  jules 833d15ef81 Added some override specifiers. 11 years ago
  jules 98d85cd640 Added an option for restricting the WAV file format. 11 years ago
  jules 31577c6837 Minor comment clarification. 11 years ago
  jules ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 11 years ago
  jules 5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 11 years ago
  jules 4a5380171a Version number update 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 080ff658b9 VC2013 compiler compatibility. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 4ce1908f79 Misc tidying-up. 12 years ago