- 88abdd9 Add Equalizer configuration to Sound Settings menu. by Dan Everton · 19 years ago
- dd8cb8a Committed a little too much by Linus Nielsen Feltzing · 19 years ago
- 621bcc2 The simulator should use the keypad period key, not the regular one by Linus Nielsen Feltzing · 19 years ago
- 440d75f No need for different name members in eq_data struct. by Thom Johansen · 19 years ago
- 55ff456 Recommit reverted changes and add the missing file... by Thom Johansen · 19 years ago
- 236d524 Backout part of the last change to fix builds for now by Brandon Low · 19 years ago
- a8cc6a7 Initial multi-band EQ support for software codec platforms. Now go start by Thom Johansen · 19 years ago
- 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
- 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
- e8b874b Playback speed commit broke mono resampling, this fixes it again. by Thom Johansen · 19 years ago
- 27c658c Enabled playback speed adjustment support for H1x0. Modified the resampler to do both channels in one pass. by Thom Johansen · 19 years ago
- 978521f Replaygain support uses the accumulator extension bytss, so disable rounding. Fix some typos. by Thom Johansen · 19 years ago
- 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
- 9440450 by Marcoen Hirschberg · 19 years ago
- e13fad3 by Marcoen Hirschberg · 19 years ago
- c9249ad Automatically set clipping limits based on sample precision. by Thom Johansen · 19 years ago
- 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
- 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
- 735208a Adapted codecs and DSP system to having MACSR saved in thread context. by Thom Johansen · 19 years ago
- 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
- 75ef312 iriver: slightly faster replaygain processing and clipping. by Magnus Holmgren · 19 years ago
- 39cb5b7 iriver: Do correct ReplayGain calculation. Fixes distortion problems (and lowers playback volume). by Magnus Holmgren · 19 years ago
- 5a8eac1 Added pre-amp setting for files with ReplayGain information. by Magnus Holmgren · 19 years ago
- 591d289 patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c by Linus Nielsen Feltzing · 19 years ago
- 315304a iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency changes by Linus Nielsen Feltzing · 19 years ago
- 059a6c8 Make simulator version of FRACMUL correct. Also corrected related comments. by Magnus Holmgren · 19 years ago
- 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
- c5ebc8e Added ReplayGain support to WavPack, including a small fix to dsp.c by Dave Bryant · 19 years ago
- 4a53787 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. by Magnus Holmgren · 19 years ago
- 6753fb5 oops... should compile without warnings now by Christian Gmeiner · 19 years ago
- c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 19 years ago
- 08761aa Restructured DSP code for readability and speed. Simplified the API. by Magnus Holmgren · 19 years ago
- ed6a271 Removed the bogus debugf. by Miika Pekkarinen · 19 years ago
- cda55bb Correctly read the next track metadata information. Don't crash if by Miika Pekkarinen · 19 years ago
- 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
- d54811f Fixed mono playback support for mp3. Added two other event handlers in by Miika Pekkarinen · 19 years ago
- 4613659 Initializing resampler structure correctly with zeros. by Miika Pekkarinen · 19 years ago
- d8cb703 Initial DSP implementation. DSP supports resampling audio stream from by Miika Pekkarinen · 19 years ago