1. d5342fd pdbox: Added Sansa e200 to supported devices. by Wincent Balin · 15 years ago
  2. 53425ad pdbox: Added different sampling rates based on hardware capabilities. by Wincent Balin · 15 years ago
  3. 64276fc Add -lm to pdbox sim build by Frank Gevaerts · 15 years ago
  4. 9e5846e Fix include file by Frank Gevaerts · 15 years ago
  5. 3c78cb3 Remove plugin-specific defines from the pdbox makefile, and add them to m_pd.h, which is the global pdbox header. This makes sure that the defines are set during depency generation so dependencies are correct. by Frank Gevaerts · 15 years ago
  6. 988b323 pdbox: Moved all global variables in pdbox.c to IRAM. by Wincent Balin · 15 years ago
  7. 0133a4f pdbox: Reverted premature commit of Coldfire optimization. by Wincent Balin · 15 years ago
  8. 58d875e pdbox: Fixing yellows. by Wincent Balin · 15 years ago
  9. 66cc643 pdbox: Corrected inclusion of m_fixed.h . by Wincent Balin · 15 years ago
  10. d166d61 pdbox: Added Coldfire multiplication optimization by Buschel. by Wincent Balin · 15 years ago
  11. 2464eae pdbox: Reduced (visible) precision of numbers shown in the GUI. by Wincent Balin · 15 years ago
  12. 97fef6b pdbox: The values on of widgets are reset on start now. by Wincent Balin · 15 years ago
  13. dbfb906 Ensure CPU is defined. by Andree Buschmann · 15 years ago
  14. 2e5b1b1 pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods. by Wincent Balin · 15 years ago
  15. da2dd97 pdbox: fix build on ARM with eabi by Rafaël Carré · 15 years ago
  16. d2f848f pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically. by Wincent Balin · 15 years ago
  17. c1ae441 pdbox: Source cleanup. Removed unneeded files. by Wincent Balin · 15 years ago
  18. 5edd8cf pdbox: Syntax cleanup for the cosine table. by Wincent Balin · 15 years ago
  19. ef57475 pdbox: add fuze keymap by Rafaël Carré · 15 years ago
  20. 36f3a8d Added myself and Pure Data team to credits. by Wincent Balin · 15 years ago
  21. 921d10f pdbox: Updated CPU boosting API by Wincent Balin · 15 years ago
  22. f52c9aa pdbox: Code cleanup, optimizations. by Wincent Balin · 15 years ago
  23. c225b17 pdbox: Removed unnecessary code from the main include file. Reduced neede memory to 2 MB. by Wincent Balin · 15 years ago
  24. a266ff1 pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit files only); small I/O-related workaround in g_array.c by Wincent Balin · 15 years ago
  25. 112ad0a pdbox: Code cleanup by Wincent Balin · 15 years ago
  26. cb185d2 pdbox: Successfully resolved issue with loading of audio files by Wincent Balin · 15 years ago
  27. c208486 pdbox: Rewrote recently added bugfixes by Wincent Balin · 15 years ago
  28. ae2659e pdbox: Got rid of signedness-related warnings by Wincent Balin · 15 years ago
  29. 6274944 pdbox: Made size value signed by Wincent Balin · 15 years ago
  30. 5ea0dc8 pdbox: Adjusted return values for functions read() and write() by Wincent Balin · 15 years ago
  31. 0246f0c Fix remaining reds/yellows. by Thomas Martitz · 15 years ago
  32. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 15 years ago
  33. a607a6c pdbox: Fixed loading of sound files, pdpod_drums.pd works now. by Wincent Balin · 15 years ago
  34. ca755f7 Fix pdbox makefile to actually take part in dependency generation by Frank Gevaerts · 15 years ago
  35. e3fc65c change dependencies in make files: by Teruaki Kawashima · 15 years ago
  36. b11a7fd Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy). by Magnus Holmgren · 15 years ago
  37. 13c28e8 PDBox: Simplified some float math functions. by Wincent Balin · 16 years ago
  38. ca3104a PDBox: Made GUI use default back- and foreground colors. by Wincent Balin · 16 years ago
  39. aaf3765 Fix realloc bug in TLSF. by Magnus Holmgren · 16 years ago
  40. 7964b69 PDBox: Correcting two more warnings. by Wincent Balin · 16 years ago
  41. 764b12f PDBox: Got rid of warnings. by Wincent Balin · 16 years ago
  42. eac0a5b PDBox: Removed unneeded include file to, hopefully, diminish the amount of warnings. by Wincent Balin · 16 years ago
  43. 54ba851 PDBox: Added iriver H100 to supported targets. by Wincent Balin · 16 years ago
  44. 349db58 PDBox: Changed type of t_int to remove 64-bit related warnings. by Wincent Balin · 16 years ago
  45. 1f96752 PDBox: Undoing incorrect changes of math functions. by Wincent Balin · 16 years ago
  46. 6a2e43d PDBox: Simplified some math functions. by Wincent Balin · 16 years ago
  47. 7996e77 PDBox: Use correct values of maximal string size for snprintf. by Wincent Balin · 16 years ago
  48. 11ac0b3 PDBox: Minor addition and bugfixes. by Wincent Balin · 16 years ago
  49. bec80ca PDBox: Added GUI. by Wincent Balin · 16 years ago
  50. f95dc68 Minor additions to floating point math functions. by Wincent Balin · 16 years ago
  51. 840cd10 Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as memory allocator. Probably the last patch I commit for him, next changes are for him :) by Peter D'Hoye · 16 years ago
  52. 1a4b0ca By Wincent Balin: add a new (better) memory allocation library for pdbox. Next commit will remove dbestfit and make pdbox use this one. by Peter D'Hoye · 16 years ago
  53. c8195d8 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10416) by Peter D'Hoye · 16 years ago
  54. 06bb5ea Fix PDbox compilation by Maurus Cuelenaere · 16 years ago
  55. c133c6a Another patch by Wincent Balin (from the FS #10416 series): get rid of some warnings. PDBox now builds without any error or warning. by Peter D'Hoye · 16 years ago
  56. 4bcd847 PDBox: One file with stuff is enough.... by Peter D'Hoye · 16 years ago
  57. 66a0492 More work on PDBox by Wincent Balin. The PDBox plug-in is now working with the pdpod_test.pd file from the PureData.zip archive by Peter D'Hoye · 16 years ago
  58. 0d4560c Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some keyword and line-ending fixes by me by Peter D'Hoye · 16 years ago
  59. f107094 pdbox: new patch by wincent. make s_print work on sim. by Dominik Wenger · 16 years ago
  60. 8010eaf pdbox: correct makefile for make reconf. From wincent balin (FS#10244). by Dominik Wenger · 16 years ago
  61. bebc858 pdbox: new patch from wincent balin. make m_memory.c work in rockbox. by Dominik Wenger · 16 years ago
  62. 3ca0614 Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, ifdef some printfs, and more by Peter D'Hoye · 16 years ago
  63. 526b558 Cut the files in half and it might work better (note to self: check your tree is really clean before patching) by Peter D'Hoye · 16 years ago
  64. 9be554c Patch by Wincent Balin of PDa plugin: update readme and disable shared libraries by Peter D'Hoye · 16 years ago
  65. 655ae81 Patch from Wincent Balin: Remove some duplicate code from the PDa plugin by Peter D'Hoye · 16 years ago
  66. 513389b Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data plugin project of Wincent Balin. Stripped some non-sourcefiles and added a rockbox readme that needs a bit more info from Wincent. Is added to CATEGORIES and viewers, but not yet to SUBDIRS (ie doesn't build yet) by Peter D'Hoye · 16 years ago