1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

159 commits

Author SHA1 Message Date
jules
b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 2016-02-23 11:03:21 +00:00
jules
bb1b362162 Added support for getting metadata from .caf files in the CoreAudioFormat class 2016-01-29 12:16:42 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
420f85bc5f Fixed a typo in MP3AudioFormat 2016-01-05 11:23:27 +00:00
jules
3b881401f1 Added some null pointer checks to createWriterFor methods 2016-01-04 12:43:49 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
b0ca1c40ca Whitespace tidying 2015-11-17 09:55:17 +00:00
jules
663eca60ad In AIFF and WAV memory-mapped readers, avoided assertions when getting max levels beyond the ends of the file 2015-11-16 11:13:50 +00:00
jules
f6735c8270 Workaround for handling WAV files with broken RIFF chunks. 2015-11-13 15:43:15 +00:00
jules
1d6e77a4d8 Fix for a possible array overflow in the AIFF reader 2015-11-09 16:04:48 +00:00
jules
c562cfc3cc Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU 2015-11-02 11:09:41 +00:00
jules
310c657d5e Added metadata accessors to the WavAudioFormat class for INFO chunk properties. 2015-10-15 16:47:02 +01:00
jules
e5b9642260 Fixed a typo in the mp3 decoder that was causing artifacts. 2015-10-14 14:53:29 +01:00
jules
614a77fc0d Spelling fix 2015-10-05 08:54:58 +01:00
hogliux
c17c4ec43b Fix Android build errors in libpng and libflac 2015-09-16 09:57:50 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
2860f66953 Fix alignment edge cases of cue points in AIFF files 2015-06-25 09:44:17 +01:00
hogliux
f8cffb5949 Fix some warnings on newer GCC versions on linux 2015-06-17 10:41:30 +02:00
jules
ba0c4bd823 Fixed an alignment issue when writing WAV files with tracktion loop info blocks. 2015-04-28 10:06:26 +01:00
jules
68fa0eaa19 Fixed a minor compiler warning. 2015-04-27 11:23:04 +01:00
jules
afbec9cf3c Updates to avoid pedantic warnings in gcc. 2015-04-07 14:41:28 +01:00
jules
43252dc605 Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00
jules
1cd521e157 Avoided some compiler warnings. 2015-01-30 09:27:37 +00:00
jules
cff4689c66 Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations. 2015-01-28 17:34:52 +00:00
jules
7704d5ad79 Improvements to parsing AIFF CATE chunks. 2015-01-02 15:54:22 +00:00
jules
9d895619c8 Fixed a compile error in older versions of Xcode 2014-12-11 10:58:13 +00:00
jules
e090d569b7 Updated FLAC to version 1.3.1 2014-12-10 19:23:00 +00:00
jules
19937e63e1 Updated a few trig functions to use the std:: implementations. 2014-11-04 15:59:38 +00:00
jules
3afd42690a Added support to WavAudioFormat for writing a LISTINFO chunk. 2014-10-07 14:29:39 +01:00
jules
1260ffe9c4 Refactored latest changes to WavAudioFormat to avoid GCC compile problems. 2014-09-02 12:03:21 +01:00
jules
b71447b057 Added better support for writing acid and Tracktion chunks in WavAudioFormat. 2014-09-02 11:24:04 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
7c61188bf9 Cleaned up a few places where four-char constants were used, to prevent warnings. 2014-08-12 09:22:28 +01:00
jules
48cdbf2622 Fix for padding in wav file writer. 2014-07-06 11:57:37 +01:00
jules
7e35b73df6 Added a method AudioFormatWriter::flush, and implemented it in the WAV format. 2014-07-04 19:06:11 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
5bd71401d8 Refactored the WindowsMediaAudioFormat to avoid a discontinuity bug. 2014-04-09 12:28:05 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
a0c18acb1e Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
dfda7c77fc Workarounds for some mingw build problems. 2014-03-19 11:23:52 +00:00
jules
98c77f85e9 Added a couple of channel formats to WavAudioFormat 2014-03-18 10:54:33 +00:00
jules
e25b727559 Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 2014-03-17 10:56:44 +00:00
jules
5f2b87d69b Made WindowsMediaAudioFormat::isCompressed() return true. 2014-03-10 21:53:03 +00:00
jules
9aeefa5ebe Better seeking in mp3 reader. 2013-12-23 13:09:29 +00:00
jules
a356c6b148 Couple of minor warning fixes. 2013-12-04 09:23:45 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00