ed
|
869a9fd994
|
CoreAudio: Handle ExtAudioFileRead() reading fewer frames than expected
|
2019-07-04 12:10:38 +01:00 |
|
Tom Poole
|
50be983db5
|
Fixed a compiler warning
|
2019-06-17 14:21:01 +01:00 |
|
jules
|
f746672c19
|
Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int
|
2019-06-13 10:10:26 +01:00 |
|
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
2019-06-06 10:25:19 +01:00 |
|
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
2019-06-04 17:59:02 +01:00 |
|
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
ed
|
497a1b3fb7
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
ed
|
f3af250ff7
|
Tidied up unit test code layout
|
2019-04-02 11:54:29 +01:00 |
|
ed
|
e88700be6e
|
Added missing unit test categories
|
2019-04-02 11:53:18 +01:00 |
|
jules
|
cdb55f70c2
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
ed
|
4b92a04e27
|
Fixed a couple of narrowing cast bugs in AudioFormatReaders
|
2018-11-09 11:39:45 +00:00 |
|
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
2018-10-15 16:08:25 +01:00 |
|
jules
|
132017558f
|
Replaced some more stray zeros being used as null pointers
|
2018-10-09 11:27:42 +01:00 |
|
jules
|
302019dd43
|
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
|
2018-10-04 11:29:55 +01:00 |
|
ed
|
773ca9a3b3
|
Replaced another call to InputStream::skipNextBytes() with ::setPosition() in CoreAudioFormatMetatdata::read()
|
2018-09-07 09:21:18 +01:00 |
|
ed
|
9a83e5cd00
|
Optimise CoreAudioFormatMetatdata::read() by calling InputStream::setPosition() instead of ::skipNextBytes() when skipping the data chunk
|
2018-09-06 09:35:30 +01:00 |
|
Tom Poole
|
0e1722e387
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +01:00 |
|
Tom Poole
|
6cff481c6a
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
jules
|
df6d7fa57b
|
Added a couple of casts to some Ogg-Vorbis code to avoid the address-sanitiser complaining about bit shift ranges
|
2018-06-18 09:04:55 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
e6104e3fed
|
Fixed a bug parsing wav cue metadata
|
2018-04-19 16:24:10 +01:00 |
|
jules
|
a632b57e7a
|
Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems
|
2018-03-26 12:25:02 +01:00 |
|
jules
|
9af093d1d4
|
Merged-in some Ogg-Vorbis security fixes
|
2018-03-19 14:01:16 +00:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
Tom Poole
|
824840e8b4
|
Added to check to prevent parsing of 64 bit float wav files
|
2018-02-20 07:32:24 +00:00 |
|
hogliux
|
46a596fc7d
|
CoreAudio: Fixed a potential crash when opening media files with zero audio channels
|
2018-02-12 09:13:37 +00:00 |
|
jules
|
942af1f022
|
Removed a couple of places where ancient 3rd party library code still used the register keyword
|
2018-02-05 12:10:30 +00:00 |
|
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
jules
|
934d5aee22
|
Fixed the typo that I introduced while fixing a different typo
|
2017-12-14 15:03:37 +00:00 |
|
jules
|
a156d12390
|
Fixed a typo in AiffAudioFormat
|
2017-12-14 14:08:29 +00:00 |
|
jules
|
d0111a4f96
|
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 |
|
jules
|
51f6c5d01c
|
Tidied up a few bits of messy String concatenation
|
2017-12-05 12:03:30 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
hogliux
|
183230d606
|
macOS: Remove explicit references to kAudioChannelLayoutTag_HOA_ACN_SN3D as this is only available in the latest and greatest Xcode. Replaced with the numerical value instead.
|
2017-11-24 11:41:22 +00:00 |
|
hogliux
|
30269baed1
|
Added higher-order ambisonics support to JUCE
|
2017-11-23 15:11:26 +00:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
jules
|
aecb819985
|
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 |
|
jules
|
65857af333
|
Added an assertion to avoid surprises if you call the not-yet-implemented MP3AudioFormat::createWriterFor() method
|
2017-10-24 17:33:57 +01:00 |
|
jules
|
acf28c6fa7
|
Removed the explicitness of the Array single-item constructors
|
2017-10-17 15:21:26 +01:00 |
|
jules
|
c2a2d5c734
|
Updated some code to use cleaner array initialisation from constant data
|
2017-10-16 12:18:04 +01:00 |
|
jules
|
6344cd549a
|
Some tidying up in the audio codec classes
|
2017-10-15 10:16:03 +01:00 |
|
jules
|
bb4160871c
|
Added support for the OGG sub-format inside a WAV file
|
2017-10-13 10:55:51 +01:00 |
|
jules
|
369d59f656
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
jules
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
2017-10-10 09:01:35 +01:00 |
|
jules
|
2fcb8fa71b
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
2017-10-09 15:39:22 +01:00 |
|
jules
|
eda613c6db
|
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
|
2017-09-08 08:59:55 +01:00 |
|
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
2017-09-05 16:06:57 +01:00 |
|
jules
|
637367959c
|
Whitespace
|
2017-09-05 15:06:25 +01:00 |
|
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
2017-08-29 14:47:04 +01:00 |
|
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
2017-08-28 12:31:59 +01:00 |
|