1. d4061a4 Silence some (harmless) warnings. by Frank Gevaerts · 11 years ago
  2. b6ddbc4 Fix id3v2 album art if more than one image is present. by Dominik Riebeling · 11 years ago
  3. 46688a6 Missed removing a couple unwanted includes in previous commit. by Michael Sevakis · 12 years ago
  4. b5a6517 Remove explicit config.h and system.h includes from DSP code. by Michael Sevakis · 12 years ago
  5. 30fe6eb SPC Codec ARMv5: I didn't have fast gauss quite right. by Michael Sevakis · 12 years ago
  6. 4077eac Fix return address when data_abort_handler skips faulting instruction. by Boris Gjenero · 12 years ago
  7. 6e211ab Remove dsp_callback because DSP is now library code, not app code. by Michael Sevakis · 12 years ago
  8. 33f3af2 SPC Codec: Add ARMv5 optimized code. Easy peasy. by Michael Sevakis · 12 years ago
  9. 9b43f14 SPC Codec: Simplify configuration and assume nothing need be disabled. by Michael Sevakis · 12 years ago
  10. ed24e62 SPC Codec: Have metadata parser fill in frequency and bitrate. by Michael Sevakis · 12 years ago
  11. 1f76eda SPC Codec: Need to restore a bit more data from cached waves. by Michael Sevakis · 12 years ago
  12. de86b4a Opus: fix glitch caused by 2e9aa3d by Nils Wallménius · 12 years ago
  13. 71b9685 Fix FS#9577 - SNES player missing tracks on certain SPCs by Michael Sevakis · 12 years ago
  14. 00e55d0 Fix 87021f7 errors. There is no this->echo_pos when SPC_NOECHO != 0. by Michael Sevakis · 12 years ago
  15. 87021f7 SPC Codec: Refactor for CPU and clean up some things. by Michael Sevakis · 12 years ago
  16. a17d6de Opus: fix seeking to start of track by Nils Wallménius · 12 years ago
  17. 2e9aa3d Opus: avoid allocating space for comment packets by Nils Wallménius · 12 years ago
  18. c7124b5 Fix opus craches with large embedded album art by Nils Wallménius · 12 years ago
  19. a7dee7f Introduce new hermite polynomial resampler. by Michael Sevakis · 13 years ago
  20. fce81a8 Rename all the "lin_resample..." stuff to simply "resample_...". by Michael Sevakis · 12 years ago
  21. 3fd25dc Purge the usage of DSP_SWITCH_FREQUENCY. by Michael Sevakis · 12 years ago
  22. d566fd5 Revert "Don't set CORE_GCSECTIONS in fixedpoint.make." by Dominik Riebeling · 12 years ago
  23. 1a4acc9 Fix missed optimization opportunity in dsp_process. by Michael Sevakis · 12 years ago
  24. 78a45b4 Cleanup and simplify latest DSP code incarnation. by Michael Sevakis · 12 years ago
  25. 850491a Don't set CORE_GCSECTIONS in fixedpoint.make. by Dominik Riebeling · 12 years ago
  26. 370ed6d Properly seek to next id3v2 frame for unsynced tags. by Dominik Riebeling · 12 years ago
  27. a2d8d42 Properly implement volume in warble. dB cut only. by Michael Sevakis · 12 years ago
  28. 5314fb2 Add $(SHARED_CFLAGS) to fixedpoint.make to quash amd64 errors in 95e23de. by Michael Sevakis · 12 years ago
  29. 95e23de Make fixepoint.c as a shared library (libfixedpoint.a). by Michael Sevakis · 12 years ago
  30. 0c7b787 Straighten out the mad twisted state of sound.c and related areas. by Michael Sevakis · 12 years ago
  31. f5a5b94 Implement universal in-PCM-driver software volume control. by Michael Sevakis · 12 years ago
  32. f49e750 Move fixedpoint.h to be accessible in /firmware. by Michael Sevakis · 12 years ago
  33. c738942 VGM Codec: Improve time and fade behavior. Tweak minor misc. by Michael Sevakis · 12 years ago
  34. 2febee5 more error handling for checkwps by Jonathan Gordon · 12 years ago
  35. d76dca1 checkwps: show a helpful error if the parser callback errors out by Jonathan Gordon · 12 years ago
  36. 36a9990 Build libtlsf for all systems by Frank Gevaerts · 12 years ago
  37. 66acb39 Fix FSB#12826 - Mini-sound burp between track skips [with WMA]. by Michael Sevakis · 12 years ago
  38. 1eb17dc EQ settings: Rework the settings to clean up the config file. by Jonathan Gordon · 12 years ago
  39. e98e64b Fix Theme Editor build. by Dominik Riebeling · 12 years ago
  40. d73c209 10 Band EQ w/Presets by Hayden Pearce · 12 years ago
  41. 1501df0 Deprecate the EXTRA_LIBS variable. by Björn Stenberg · 12 years ago
  42. a2ab22e ARMv5 optimized complex multiply function for libopus. by Michael Giacomelli · 12 years ago
  43. 362ade3 Fix FS#12794 - new EQ code does not compile for the Nokia N8x0 by Michael Sevakis · 12 years ago
  44. 685cf59 9 segment bitmap drawing: by Jonathan Gordon · 12 years ago
  45. d594b36 Add support for 16 bit 'half float' format PCM. by Michael Giacomelli · 12 years ago
  46. 54ef306 flac: use 64 bit math to calculate the elapsed time by Nils Wallménius · 12 years ago
  47. 41b6ac6 libgme: fix badly written cpp conditions spotted by gcc 4.6.3 by Marcin Bukat · 12 years ago
  48. bc6c08c opus: only put the mdct function in iram for cf, by Nils Wallménius · 12 years ago
  49. aa55bc2 opus: don't rely on stride being 1<<shift by Nils Wallménius · 12 years ago
  50. 091619b opus: use two pointers for mdct pre and post rotation by Andree Buschmann · 12 years ago
  51. c8e7dae opus: put hot code in iram by Nils Wallménius · 12 years ago
  52. 7a7d7a2 Improve seeking in opus, tested on Sansa; not tested on a target with a disk. by Frederik M.J. Vestre · 12 years ago
  53. 823d090 opus: arm asm for C_MULC by Andree Buschmann · 12 years ago
  54. 2326f15 opus: cf asm for C_MULC by Nils Wallménius · 12 years ago
  55. 0ae8d16 opus: replace copy loops with calls to memcpy by Andree Buschmann · 12 years ago
  56. c7840e7 opus: speed up mdct overlap add and copying by Andree Buschmann · 12 years ago
  57. 3ac0fc7 opus: cf inline asm for MULT32_32_Q31 by Nils Wallménius · 12 years ago
  58. 2119f75 opus: full precision MULT32_32_Q31 (32*32=64>>31) multiplication by Andree Buschmann · 12 years ago
  59. da67f66 opus: slight speedup of deemphasis by Andree Buschmann · 12 years ago
  60. dceec09 opus: speed up comb_filter by Andree Buschmann · 12 years ago
  61. 6d2ad50 opus: put arrays frequently used by pulse decoding on the stack by Nils Wallménius · 12 years ago
  62. 8687b98 opus: speed up arm asm MULT16_32_Q15 by Nils Wallménius · 12 years ago
  63. d7799aa opus: allocate mdct f2 buffer in iram by Andree Buschmann · 12 years ago
  64. b6bcb13 opus: allocate buffers for X and freq in iram by Andree Buschmann · 12 years ago
  65. 341e2c4 Support technically invalid image/jpg mimetype in tags. by Frank Gevaerts · 12 years ago
  66. 270d9ea opus: statically allocate decoder state in iram by Andree Buschmann · 12 years ago
  67. 082cd01 opus: speed up deemphasis by Nils Wallménius · 12 years ago
  68. f49785c opus: build with -fno-strict-aliasing for mips to fix warnings by Nils Wallménius · 12 years ago
  69. f636aa0 opus: put frequently used mdct buffer on the real stack which is in iram by Nils Wallménius · 12 years ago
  70. 425725e opus: improve cf MULT16_32_Q15 by giving the compiler more freedom by Nils Wallménius · 12 years ago
  71. 5f60590 opus: put some const tables and structs in iram by Nils Wallménius · 12 years ago
  72. afc6b3f opus: asm MULT16_32_Q15 for arm and cf by Nils Wallménius · 12 years ago
  73. 06fc6fd opus: #if 0 out some more unused code, delete unused file by Nils Wallménius · 12 years ago
  74. f498142 opus: #if 0 out some unused code by Nils Wallménius · 12 years ago
  75. e3cd7ec Remove unused include path for opus by Bertrik Sikken · 12 years ago
  76. 1b8e380 Initial opus codec support by Frederik M J Vestre · 12 years ago
  77. a46e0b0 unwarminder: make SP and PC visible on smaller screens by Marcin Bukat · 12 years ago
  78. 9dd2eb4 skin_engine: Support percentages for viewport positioning by Jonathan Gordon · 13 years ago
  79. 132fcca Make codec_realloc retain the contents when resizing a memory segment by Bertrik Sikken · 12 years ago
  80. 65f9df3 skin_engine: Allow the %St() (setting) skin tag be used as a bar by Jonathan Gordon · 12 years ago
  81. 4c94b98 skin_engine: Fix a obscure parser bug by Jonathan Gordon · 12 years ago
  82. 3d0459d Expand the range of the WPA Pro quant table. Fixes FS#12704. by Michael Giacomelli · 12 years ago
  83. fbe33e0 Fix libmad compilation on MIPS with newer gcc. FS#12013 by Huan Zhang · 13 years ago
  84. 1a4fa16 unwarminder: fix data_abort_handler (wrong address to UIE) by Amaury Pouly · 13 years ago
  85. afc9608 New crossfeed algorithm for Rockbox: "Meier" crossfeed by Bertrik Sikken · 13 years ago
  86. 08f5224 Use shorter lines to show an ARM backtrace (so address fit on the clip zip screen) by Bertrik Sikken · 13 years ago
  87. 29cfd29 Stop timestretch freezing things during format changes. by Michael Sevakis · 13 years ago
  88. dd61978 Expand the range of the inverse quant table in WMA Pro. by Michael Giacomelli · 13 years ago
  89. b154e51 Revert "Work in progress hermite resampler." by Michael Giacomelli · 13 years ago
  90. f8d5446 support decoding of files that contain the number of vector coded coefficients in their bitstream by Michael Giacomelli · 13 years ago
  91. f358228 Work in progress hermite resampler. by Michael Giacomelli · 13 years ago
  92. c9d082f dsp_arm: Fix up some .section directives to fix crash on app targets. by Thomas Martitz · 13 years ago
  93. 2202ed3 TDSpeed: Fix crackling on some systems by Nils Wallménius · 13 years ago
  94. fbe9ccc TDSpeed settings to setup call need to be recorded, always. by Michael Sevakis · 13 years ago
  95. dd59e1d TDSpeed: Minor assembly optimization to frame fade on Coldfire. by Michael Sevakis · 13 years ago
  96. 0e5dd0a TDSpeed: Fix up samples consumed return (FS#12666) + other stuff like... by Michael Sevakis · 13 years ago
  97. d29a11b Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL by Nils Wallménius · 13 years ago
  98. d26a35d Tweak dsp_format_change_process (default format handler). by Michael Sevakis · 13 years ago
  99. 87a9951 Consolidate some sample input code. by Michael Sevakis · 13 years ago
  100. 2dda258 Remove STATICIRAM hack by Nils Wallménius · 13 years ago