Age | Commit message (Expand) | Author |
2012-02-08 | Move to compressor out of dsp.c and into its own source to reduce DSP clutter. | Michael Sevakis |
2011-10-05 | Clean up compressor setting code | Jeffrey Goode |
2009-11-04 | Compressor: simplify makeup gain setting, expand release range, finally provi... | Jeffrey Goode |
2009-10-22 | Code cleanup in dsp.c and misc.c, some comments | Jeffrey Goode |
2009-09-25 | Replace limiter with dynamic range compressor | Jeffrey Goode |
2009-08-18 | FS#10199: Adds limiter DSP function | Jeffrey Goode |
2009-08-01 | * Move DSP_CALLBACK_* enum to sound.h | Maurus Cuelenaere |
2009-07-11 | Improvements to the pitch screen UI (FS#10359 by David Johnston) | Alexander Levin |
2009-07-05 | Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040... | Maurus Cuelenaere |
2009-07-04 | Revert "Consolidate all fixed point math routines in one library (FS#10400) b... | Maurus Cuelenaere |
2009-07-04 | Consolidate all fixed point math routines in one library (FS#10400) by Jeffre... | Maurus Cuelenaere |
2009-06-16 | Renamed routines and changed comments for clarity. | Steve Bavin |
2009-06-12 | FS#8894 - Add time stretching feature to all SWCODEC targets - the current al... | Steve Bavin |
2009-01-10 | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg |
2008-09-08 | Something horrible happened with binsize, so revert FS#8894 completely (for n... | Steve Bavin |
2008-09-08 | Add timestretching from FS#8894, as written by Stephane Doyon based on work b... | Steve Bavin |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-04-08 | Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assemb... | Thom Johansen |
2008-04-08 | Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric ma... | Thom Johansen |
2007-11-18 | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis |
2007-11-05 | Remove conf_filechunk, it should never have been a setting and its implementa... | Brandon Low |
2007-11-05 | Remove unused conf_preseek from buffering.c and all of its accountraments. T... | Brandon Low |
2007-05-10 | Code cleaning - remove some unnecessary defined(SIMULATOR) checks | Dave Chapman |
2007-03-07 | Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD... | Thom Johansen |
2007-02-26 | Add software based bass/treble controls for targets which have no such functi... | Thom Johansen |
2007-02-24 | SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som... | Michael Sevakis |
2007-02-19 | SWCODEC: DSP optimizations for conversion to internal format and resampling. ... | Michael Sevakis |
2007-02-15 | Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ... | Thom Johansen |
2007-02-10 | SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ... | Michael Sevakis |
2007-02-07 | Fix resampling clicking as much as possible at the moment. 1) Upsampling clic... | Michael Sevakis |
2007-02-05 | Optimise EQ coef calculation routines for both speed and size. Move now unnee... | Thom Johansen |
2006-11-26 | SWCODEC: Stop clicks between tracks when resampler is active by only switchin... | Michael Sevakis |
2006-10-27 | Re-enable the currently unused and broken dithering and noise shaping code al... | Thom Johansen |
2006-08-30 | Applied patch #5879 by Andrew Cupper: Fix backward seeking bug. | Magnus Holmgren |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2006-04-11 | New crossfeed complete with no volume reducing bugs. Feedback on all the | Thom Johansen |
2006-03-28 | Update equalizer precut value as it's adjusted. | Dan Everton |
2006-03-27 | Add precut setting for the equalizer and add some more comments to the eq men... | Dan Everton |
2006-03-21 | Enabled channel configuration and stereo width option on software codec | Thom Johansen |
2006-02-17 | Reduce CPU usage while changing EQ by only updating the coefficients of the b... | Dan Everton |
2006-02-07 | Rework PCM buffer | Brandon Low |
2006-02-07 | Add Equalizer configuration to Sound Settings menu. | Dan Everton |
2006-02-04 | Committed a little too much | Linus Nielsen Feltzing |
2006-02-04 | The simulator should use the keypad period key, not the regular one | Linus Nielsen Feltzing |
2005-11-28 | Enabled playback speed adjustment support for H1x0. Modified the resampler to... | Thom Johansen |
2005-11-18 | More stable playback with reduced stuttering when skipping tracks. | Miika Pekkarinen |
2005-11-14 | add crossfeed dsp effect. Makes some music more enjoyable with headphones. | Marcoen Hirschberg |
2005-09-21 | DSP_* constants moved from playback.h to dsp.h. | Thom Johansen |
2005-07-24 | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren |
2005-07-16 | Restructured DSP code for readability and speed. Simplified the API. | Magnus Holmgren |