summaryrefslogtreecommitdiff
path: root/apps/dsp.h (follow)
Commit message (Expand)AuthorAge
* Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode2009-11-04
* Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode2009-10-22
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
* FS#10199: Adds limiter DSP functionJeffrey Goode2009-08-18
* * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere2009-08-01
* Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2009-07-11
* Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere2009-07-05
* Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2009-07-04
* Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2009-07-04
* Renamed routines and changed comments for clarity.Steve Bavin2009-06-16
* FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin2009-06-12
* Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg2009-01-10
* Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin2008-09-08
* Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin2008-09-08
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assemb...Thom Johansen2008-04-08
* Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric ma...Thom Johansen2008-04-08
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low2007-11-05
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen2007-03-07
* Add software based bass/treble controls for targets which have no such functi...Thom Johansen2007-02-26
* SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis2007-02-24
* SWCODEC: DSP optimizations for conversion to internal format and resampling. ...Michael Sevakis2007-02-19
* Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...Thom Johansen2007-02-15
* SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis2007-02-10
* Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis2007-02-07
* Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen2007-02-05
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen2006-10-27
* Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren2006-08-30
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
* New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen2006-04-11
* Update equalizer precut value as it's adjusted.Dan Everton2006-03-28
* Add precut setting for the equalizer and add some more comments to the eq men...Dan Everton2006-03-27
* Enabled channel configuration and stereo width option on software codecThom Johansen2006-03-21
* Reduce CPU usage while changing EQ by only updating the coefficients of the b...Dan Everton2006-02-17
* Rework PCM bufferBrandon Low2006-02-07
* Add Equalizer configuration to Sound Settings menu.Dan Everton2006-02-07
* Committed a little too muchLinus Nielsen Feltzing2006-02-04
* The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing2006-02-04
* Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen2005-11-28
* More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen2005-11-18
* add crossfeed dsp effect. Makes some music more enjoyable with headphones.Marcoen Hirschberg2005-11-14
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren2005-07-16
* Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen2005-07-06
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26