1. 88abdd9 Add Equalizer configuration to Sound Settings menu. by Dan Everton · 19 years ago
  2. dd8cb8a Committed a little too much by Linus Nielsen Feltzing · 19 years ago
  3. 621bcc2 The simulator should use the keypad period key, not the regular one by Linus Nielsen Feltzing · 19 years ago
  4. 440d75f No need for different name members in eq_data struct. by Thom Johansen · 19 years ago
  5. 55ff456 Recommit reverted changes and add the missing file... by Thom Johansen · 19 years ago
  6. 236d524 Backout part of the last change to fix builds for now by Brandon Low · 19 years ago
  7. a8cc6a7 Initial multi-band EQ support for software codec platforms. Now go start by Thom Johansen · 19 years ago
  8. 80b3076 This wont work after all. Someone please introduce -fomit-frame-pointer for debug builds, we don't need the frame pointer anyway. by Thom Johansen · 19 years ago
  9. df7f61e Fix typo and disable crossfeed assembler version for DEBUG builds, which obviously tend to need the frame pointer which i use. by Thom Johansen · 19 years ago
  10. e8b874b Playback speed commit broke mono resampling, this fixes it again. by Thom Johansen · 19 years ago
  11. 27c658c Enabled playback speed adjustment support for H1x0. Modified the resampler to do both channels in one pass. by Thom Johansen · 19 years ago
  12. 978521f Replaygain support uses the accumulator extension bytss, so disable rounding. Fix some typos. by Thom Johansen · 19 years ago
  13. df37db9 Added Coldfire ASM optimised crossfeed function. Have not measured speed improvement, but it is faster. Also moved activation check for crossfeed out of function to avoid a function call if it's not activated. by Thom Johansen · 19 years ago
  14. 9440450 by Marcoen Hirschberg · 19 years ago
  15. e13fad3 by Marcoen Hirschberg · 19 years ago
  16. c9249ad Automatically set clipping limits based on sample precision. by Thom Johansen · 19 years ago
  17. abd9f83 Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. by Jens Arnold · 19 years ago
  18. 4b711c2 Iriver: Added new ReplayGain type: track gain if shuffle mode is active, album gain otherwise. Properly apply ReplayGain settings on config file load. Bumped config version, so save your settings. by Magnus Holmgren · 19 years ago
  19. 735208a Adapted codecs and DSP system to having MACSR saved in thread context. by Thom Johansen · 19 years ago
  20. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  21. 75ef312 iriver: slightly faster replaygain processing and clipping. by Magnus Holmgren · 19 years ago
  22. 39cb5b7 iriver: Do correct ReplayGain calculation. Fixes distortion problems (and lowers playback volume). by Magnus Holmgren · 19 years ago
  23. 5a8eac1 Added pre-amp setting for files with ReplayGain information. by Magnus Holmgren · 19 years ago
  24. 591d289 patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c by Linus Nielsen Feltzing · 19 years ago
  25. 315304a iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency changes by Linus Nielsen Feltzing · 19 years ago
  26. 059a6c8 Make simulator version of FRACMUL correct. Also corrected related comments. by Magnus Holmgren · 19 years ago
  27. 210ce6a Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisGain addition. Speeds up MP3 decoding as well. by Magnus Holmgren · 19 years ago
  28. c5ebc8e Added ReplayGain support to WavPack, including a small fix to dsp.c by Dave Bryant · 19 years ago
  29. 4a53787 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. by Magnus Holmgren · 19 years ago
  30. 6753fb5 oops... should compile without warnings now by Christian Gmeiner · 19 years ago
  31. c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 19 years ago
  32. 08761aa Restructured DSP code for readability and speed. Simplified the API. by Magnus Holmgren · 19 years ago
  33. ed6a271 Removed the bogus debugf. by Miika Pekkarinen · 19 years ago
  34. cda55bb Correctly read the next track metadata information. Don't crash if by Miika Pekkarinen · 19 years ago
  35. be78945 (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. by Christi Scarborough · 19 years ago
  36. d54811f Fixed mono playback support for mp3. Added two other event handlers in by Miika Pekkarinen · 19 years ago
  37. 4613659 Initializing resampler structure correctly with zeros. by Miika Pekkarinen · 19 years ago
  38. d8cb703 Initial DSP implementation. DSP supports resampling audio stream from by Miika Pekkarinen · 19 years ago