jules
|
3891145af4
|
AiffAudioFormat: support for reading CATE block metadata.
|
2013-06-14 19:28:55 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
e6ef1cf3f0
|
Compiler warning fix.
|
2013-06-08 13:56:52 +01:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
1981404103
|
Added some tempo metadata extractions methods for CoreAudioFormat and AiffAudioFormat
|
2013-04-20 14:48:53 +01:00 |
|
jules
|
5618f6b904
|
Added acid chunk metadata loading to WavAudioFormat
|
2013-04-18 19:10:50 +01:00 |
|
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
2013-04-17 15:17:36 +01:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +00:00 |
|
jules
|
fdfdc2bbbf
|
Aiff float support.
|
2013-03-12 11:13:53 +00:00 |
|
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
jules
|
4f8d094eee
|
Added some extra sample rates to some of the AudioFormat classes.
|
2013-02-22 14:51:52 +00:00 |
|
jules
|
60b0605ab3
|
Fixed some VC compiler warnings.
|
2013-02-21 14:19:28 +00:00 |
|
jules
|
27895cb6bd
|
New class of audio format readers: MemoryMappedAudioFormatReader, which does what it says on the tin.
|
2013-02-18 22:02:44 +00:00 |
|
jules
|
773fc269f8
|
New class: LAMEEncoderAudioFormat
|
2013-02-18 16:46:13 +00:00 |
|
jules
|
669bd67670
|
Spelling and minor cleaning.
|
2013-01-22 16:58:53 +00:00 |
|
jules
|
417f9eb31c
|
AIFF comment format fix.
|
2013-01-08 18:23:10 +00:00 |
|
jules
|
c76b7b63e1
|
Fixed some classes that were getting overlooked by doxygen.
|
2013-01-08 12:41:54 +00:00 |
|
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
2012-12-18 18:05:36 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
2012-12-03 15:04:08 +00:00 |
|
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
2012-11-14 11:42:17 +00:00 |
|
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
2012-11-11 18:43:36 +00:00 |
|
jules
|
dea1aa475b
|
OSX GL views: accepting first mouse click event.
|
2012-11-09 11:45:14 +00:00 |
|
jules
|
07e7188eb1
|
Tidied up a few compiler warnings.
|
2012-11-07 20:50:45 +00:00 |
|
jules
|
490e547184
|
Fix for extensible-format wav reader.
|
2012-10-30 12:26:15 +00:00 |
|
jules
|
5dab488418
|
Fix to WavAudioFormat.
|
2012-10-29 14:19:34 +00:00 |
|
jules
|
896e55ae27
|
Fix for typo in ogg-vorbis code.
|
2012-10-23 09:47:06 +01:00 |
|
jules
|
d6249c3e6c
|
Fixes and additions to Ogg-Vorbis format.
|
2012-10-22 17:51:29 +01:00 |
|
jules
|
164cc7bb67
|
Fixed a mistake in the last CoreAudioFormat check-in.
|
2012-10-12 14:15:29 +01:00 |
|
jules
|
edeb7c2723
|
Improved win32 http timeout behaviour.
|
2012-10-12 11:33:15 +01:00 |
|
jules
|
521067b615
|
Small memory leak fix in CoreAudioFormat.
|
2012-10-12 10:39:09 +01:00 |
|
jules
|
48569794c5
|
WindowsMediaAudioFormat fix for some file types.
|
2012-10-10 20:59:23 +01:00 |
|
jules
|
6cba4c505e
|
Added a JucePlugin_RTASDisableMultiMono setting.
|
2012-10-10 10:32:33 +01:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
7141fe39dc
|
Fix for menu bar problem on OSX.
|
2012-09-21 11:37:22 +01:00 |
|
jules
|
9a24aa8a20
|
Minor clean-ups.
|
2012-09-11 09:35:03 +01:00 |
|
jules
|
66917b65fd
|
Minor clean-ups.
|
2012-08-28 11:10:14 +01:00 |
|
jules
|
b3556f720e
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
2012-07-21 08:58:27 +01:00 |
|
jules
|
51002a72db
|
Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file.
|
2012-06-13 20:11:09 +01:00 |
|
jules
|
1c75c1322c
|
Made CoreAudioFormat always return a bit-depth of 32.
|
2012-06-13 13:58:45 +01:00 |
|
jules
|
746331a88a
|
Fixed a leak in WindowsMediaAudioFormat.
|
2012-05-26 09:37:23 +01:00 |
|
jules
|
bdcfdecc65
|
Minor addition to OptionalScopedPointer. Documentation fix.
|
2012-05-13 14:04:38 +01:00 |
|
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
2012-05-09 13:54:24 +01:00 |
|
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
2012-05-09 10:01:56 +01:00 |
|
jules
|
0826b28983
|
RTAS compatibility fix. Wav file fix for coping with corrupt files.
|
2012-04-18 17:05:25 +01:00 |
|
jules
|
83fa27c4f2
|
Added channel mask metadata to WavAudioFormat.
|
2012-04-18 09:52:17 +01:00 |
|
jules
|
84a0a24b4e
|
Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h
|
2012-04-14 20:38:00 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
991388d2c3
|
Removed a call that wasn't compatible with older versions of Windows.
|
2012-04-08 09:58:48 +01:00 |
|