1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
Commit graph

65 commits

Author SHA1 Message Date
jules
f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. 2015-04-20 11:50:09 +01:00
jules
30aa1f3a80 Whitespace cleanup 2015-04-09 10:58:23 +01:00
hogliux
7a370a9019 Fixed typo 2015-04-07 18:03:59 +01:00
jules
7930bd92f2 Minor clean-up 2015-04-07 17:48:18 +01:00
hogliux
63d16bb136 Fix neon compile errors and fabs vector operation support for neon 2015-04-07 17:48:13 +01:00
Fabian Renn-Giles
1365204d66 Shorter bit operation for floating point abs operation 2015-04-02 16:11:05 +01:00
Fabian Renn-Giles
e2302a246f Add absolute value operation to FloatVectorOperations 2015-04-02 15:18:00 +01:00
jules
fe4398754f Added a couple of vDSP optimisations inside FloatVectorOperations 2015-03-25 17:12:32 +00:00
jules
7e51302069 Minor optimisation in AudioSampleBuffer 2015-03-07 13:59:04 +00:00
jules
809e90834c Optimised a couple of the recent FloatVectorOperation implementations. 2015-02-04 12:41:45 +00:00
jules
c2389355c8 Workarounds in new vector ops for old versions of VDSP. 2015-02-03 19:10:25 +00:00
jules
b640d965b7 Added a few new methods to FloatVectorOperations 2015-02-03 16:27:04 +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
badc9dc959 Fix for FloatVectorOperations on ARM. 2014-10-07 10:39:14 +01:00
jules
7e560f1133 Added some new methods to FloatVectorOperations for operating on separate source and destination vectors. 2014-10-06 14:26:22 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
e3d7ec1827 Cleaned up a couple of parameter types in byte order conversion. 2014-07-04 21:02:18 +01:00
jules
4a37aa0585 Added a few extra assertions to AudioSampleBuffer 2014-06-26 12:44:52 +01:00
jules
4d2261c0f6 AudioSampleBuffer operator= isClear bugfix. 2014-06-22 19:19:48 +01:00
jules
a6671bbae0 Fixed a problem with 64-bit FloatVectorOperations min/max range. 2014-05-27 11:42:11 +01:00
jules
7d307727ad Fixed some edge-case problems in FloatVectorOperations min/max 2014-04-16 10:25:57 +01:00
jules
f5cafaebd4 Fixes for NEON version of FloatVectorOperations. 2014-04-05 13:54:29 +01:00
jules
b5af44a485 Couple of minor clean-ups. 2014-03-28 09:06:20 +00: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
cc5e52b5f4 FloatVectorOperations fixes. 2014-03-18 11:30:49 +00:00
jules
d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00
jules
e1f3ce0699 Fix for vector ops on very old CPUs. 2014-03-14 13:42:28 +00:00
jules
5601a244d3 Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function. 2013-12-03 11:20:14 +00:00
jules
e53235741f Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations. 2013-12-02 11:25:35 +00:00
jules
bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
jules
b5d3582580 Added missing cast in float vec ops. 2013-09-30 15:49:58 +01:00
jules
35286f06be Added a method FloatVectorOperations::negate(). 2013-09-30 13:55:04 +01:00
jules
239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 2013-09-23 11:17:43 +01:00
jules
8d6632be31 Removed unnecessary mm_emptys from SSE code. 2013-09-16 09:22:21 +01:00
jules
3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 2013-09-11 11:40:59 +01:00
jules
435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 2013-08-12 12:56:17 +01:00
jules
ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 2013-07-30 21:47:15 +01:00
jules
dd1a3496c2 Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 2013-07-29 10:54:03 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +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
47e7bcbd2c Fixed a problem in AudioDataConverters.h 2013-05-28 11:40:25 -07: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
28fa04a5f4 Android fix. 2013-03-06 16:33:50 +00:00
jules
408399ddff Added FloatVectorOperations::findMinimum and findMaximum 2013-03-05 21:58:52 +00:00
jules
6c08b41a5a Android build fix. 2013-02-27 17:54:17 +00:00
jules
f1ef1a7178 MSVC function call convention fixes. AAX compile fix. 2013-02-27 16:29:56 +00:00
jules
cbf8b5e8a2 Used some OSX vecLib functions inside FloatVectorOperations. 2013-02-26 14:28:56 +00:00