summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa (unfollow)
Commit message (Expand)Author
2016-10-12pdbox: fix bug shown by new gcc warningFrank Gevaerts
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch
2012-10-07pdbox: Always use fixedpoint version of math functionsMarcin Bukat
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-01-22Fix wrong pointer arithmetic in the PDbox aiff header writing codeFrank Gevaerts
2011-11-08Committing fix for FS#12249. Patch by Buschel. Further fixes for AIFF loader ...Wincent Balin
2011-05-13Fix last known 'set but not used' warning by GCC 4.6.1.Andree Buschmann
2011-05-13Fix even more 'set but not used' warnings and a regression.Andree Buschmann
2011-05-13Fix further 'set but not used' warnings.Andree Buschmann
2011-05-13Fix several 'variable set but not used' warnings reported by GCC 6.4.1.Andree Buschmann
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin
2010-06-21Fix include fileFrank Gevaerts
2010-06-21Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts
2010-06-04pdbox: Reverted premature commit of Coldfire optimization.Wincent Balin
2010-06-04pdbox: Fixing yellows.Wincent Balin
2010-06-04pdbox: Corrected inclusion of m_fixed.h .Wincent Balin
2010-06-04pdbox: Added Coldfire multiplication optimization by Buschel.Wincent Balin
2010-06-04Ensure CPU is defined.Andree Buschmann
2010-06-03pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods.Wincent Balin
2010-06-03pdbox: fix build on ARM with eabiRafaël Carré
2010-06-03pdbox: Source cleanup. Removed unneeded files.Wincent Balin
2010-06-02pdbox: Syntax cleanup for the cosine table.Wincent Balin
2010-06-01Added myself and Pure Data team to credits.Wincent Balin
2010-06-01pdbox: Code cleanup, optimizations.Wincent Balin
2010-06-01pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit...Wincent Balin
2010-05-24pdbox: Code cleanupWincent Balin
2010-05-24pdbox: Successfully resolved issue with loading of audio filesWincent Balin
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin
2010-05-20pdbox: Made size value signedWincent Balin
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin
2010-02-25Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts
2009-08-05PDBox: Correcting two more warnings.Wincent Balin
2009-08-05PDBox: Got rid of warnings.Wincent Balin
2009-08-05PDBox: Removed unneeded include file to, hopefully, diminish the amount of w...Wincent Balin
2009-08-05PDBox: Changed type of t_int to remove 64-bit related warnings.Wincent Balin
2009-08-04PDBox: Use correct values of maximal string size for snprintf.Wincent Balin
2009-08-04PDBox: Minor addition and bugfixes.Wincent Balin
2009-07-21 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10...Peter D'Hoye
2009-07-18Fix PDbox compilationMaurus Cuelenaere
2009-07-12Another patch by Wincent Balin (from the FS #10416 series): get rid of some w...Peter D'Hoye
2009-07-12PDBox: One file with stuff is enough....Peter D'Hoye
2009-07-12More work on PDBox by Wincent Balin. The PDBox plug-in is now working with th...Peter D'Hoye
2009-07-03Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k...Peter D'Hoye
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger