summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pdbox/PDa
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Pdbox hide cast-function-type fix overlapping memcpyWilliam Wilgus1-2/+2
2016-10-12pdbox: fix bug shown by new gcc warningFrank Gevaerts1-0/+2
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch1-1/+1
2012-10-07pdbox: Always use fixedpoint version of math functionsMarcin Bukat11-11/+11
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-6/+4
2012-01-22Fix wrong pointer arithmetic in the PDbox aiff header writing codeFrank Gevaerts1-1/+1
2011-11-08Committing fix for FS#12249. Patch by Buschel. Further fixes for AIFF loader ...Wincent Balin1-11/+13
2011-05-13Fix last known 'set but not used' warning by GCC 4.6.1.Andree Buschmann1-0/+4
2011-05-13Fix even more 'set but not used' warnings and a regression.Andree Buschmann3-9/+32
2011-05-13Fix further 'set but not used' warnings.Andree Buschmann1-10/+39
2011-05-13Fix several 'variable set but not used' warnings reported by GCC 6.4.1.Andree Buschmann13-42/+51
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima2-5/+1
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré1-4/+4
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin1-1/+5
2010-06-21Fix include fileFrank Gevaerts1-1/+1
2010-06-21Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts4-0/+11
2010-06-04pdbox: Reverted premature commit of Coldfire optimization.Wincent Balin1-17/+0
2010-06-04pdbox: Fixing yellows.Wincent Balin1-3/+6
2010-06-04pdbox: Corrected inclusion of m_fixed.h .Wincent Balin39-40/+40
2010-06-04pdbox: Added Coldfire multiplication optimization by Buschel.Wincent Balin1-3/+22
2010-06-04Ensure CPU is defined.Andree Buschmann1-0/+4
2010-06-03pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods.Wincent Balin4-2/+1067
2010-06-03pdbox: fix build on ARM with eabiRafaël Carré1-2/+3
2010-06-03pdbox: Source cleanup. Removed unneeded files.Wincent Balin43-19905/+0
2010-06-02pdbox: Syntax cleanup for the cosine table.Wincent Balin2-5/+4100
2010-06-01Added myself and Pure Data team to credits.Wincent Balin1-1/+1
2010-06-01pdbox: Code cleanup, optimizations.Wincent Balin1-36/+37
2010-06-01pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit...Wincent Balin2-2/+9
2010-05-24pdbox: Code cleanupWincent Balin1-2/+4
2010-05-24pdbox: Successfully resolved issue with loading of audio filesWincent Balin1-1/+1
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin2-5/+8
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin1-3/+3
2010-05-20pdbox: Made size value signedWincent Balin1-3/+3
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin2-5/+5
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2-6/+2
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin1-5/+3
2010-02-25Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts105-179/+179
2009-08-05PDBox: Correcting two more warnings.Wincent Balin1-2/+3
2009-08-05PDBox: Got rid of warnings.Wincent Balin5-8/+13
2009-08-05PDBox: Removed unneeded include file to, hopefully, diminish the amount of w...Wincent Balin1-651/+0
2009-08-05PDBox: Changed type of t_int to remove 64-bit related warnings.Wincent Balin3-3/+12
2009-08-04PDBox: Use correct values of maximal string size for snprintf.Wincent Balin10-28/+25
2009-08-04PDBox: Minor addition and bugfixes.Wincent Balin2-3/+6
2009-07-21 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10...Peter D'Hoye1-9/+0
2009-07-18Fix PDbox compilationMaurus Cuelenaere1-1/+0
2009-07-12Another patch by Wincent Balin (from the FS #10416 series): get rid of some w...Peter D'Hoye3-0/+48
2009-07-12PDBox: One file with stuff is enough....Peter D'Hoye1-216/+0
2009-07-12More work on PDBox by Wincent Balin. The PDBox plug-in is now working with th...Peter D'Hoye3-61/+112
2009-07-03Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k...Peter D'Hoye105-4371/+7927
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger1-1/+112