summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pdbox
AgeCommit message (Expand)AuthorFilesLines
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-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-2/+17
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
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-1/+1
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima2-5/+1
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-4/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-23pdbox: disable strict aliasing optimizations since pdbox breaks the strict al...Nils Wallménius1-1/+1
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré1-4/+4
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-2/+2
2010-07-10pdbox: Now backlight does not fade out -- making music requires attention.Wincent Balin1-0/+8
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin1-1/+5
2010-07-05pdbox: Added Sansa e200 to supported devices.Wincent Balin1-0/+9
2010-07-05pdbox: Added different sampling rates based on hardware capabilities.Wincent Balin1-4/+11
2010-07-03Add -lm to pdbox sim buildFrank Gevaerts1-0/+17
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 Gevaerts5-2/+12
2010-06-05pdbox: Moved all global variables in pdbox.c to IRAM.Wincent Balin1-6/+6
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-04pdbox: Reduced (visible) precision of numbers shown in the GUI.Wincent Balin1-2/+2
2010-06-04pdbox: The values on of widgets are reset on start now.Wincent Balin1-0/+21
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: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically.Wincent Balin2-28/+40
2010-06-03pdbox: Source cleanup. Removed unneeded files.Wincent Balin44-19949/+17
2010-06-02pdbox: Syntax cleanup for the cosine table.Wincent Balin2-5/+4100
2010-06-02pdbox: add fuze keymapRafaël Carré1-0/+9
2010-06-01Added myself and Pure Data team to credits.Wincent Balin3-3/+3
2010-06-01pdbox: Updated CPU boosting APIWincent Balin1-2/+6
2010-06-01pdbox: Code cleanup, optimizations.Wincent Balin2-37/+42
2010-06-01pdbox: Removed unnecessary code from the main include file. Reduced neede mem...Wincent Balin1-30/+1
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 Balin2-20/+14
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-14Fix remaining reds/yellows.Thomas Martitz1-1/+8