summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pdbox/PDa/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Silence warnings that happen on newer GCCsSolomon Peachy1-0/+3
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 Bukat2-2/+2
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 Buschmann1-3/+4
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 Buschmann9-29/+41
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-21Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts3-0/+9
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: 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 Balin1-0/+16
2010-06-03pdbox: fix build on ARM with eabiRafaël Carré1-2/+3
2010-06-03pdbox: Source cleanup. Removed unneeded files.Wincent Balin27-15479/+0
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 Martitz1-2/+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 Gevaerts43-44/+44
2009-08-05PDBox: Correcting two more warnings.Wincent Balin1-2/+3
2009-08-05PDBox: Got rid of warnings.Wincent Balin3-6/+11
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'Hoye1-0/+12
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'Hoye57-119/+3206
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger1-1/+112
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger1-0/+5
2009-05-24Cut the files in half and it might work better (note to self: check your tree...Peter D'Hoye93-54857/+1
2009-05-23Patch by Wincent Balin of PDa plugin: update readme and disable shared librariesPeter D'Hoye1-1/+1
2009-05-22Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data...Peter D'Hoye93-0/+109810