summaryrefslogtreecommitdiff
path: root/apps/dsp.c (follow)
Commit message (Expand)AuthorAge
* Build librbcodec with DSP and metadata.Sean Bartell2012-03-18
* Change EQ settings to use a struct array in global_settings.Michael Sevakis2012-03-12
* Move to compressor out of dsp.c and into its own source to reduce DSP clutter.Michael Sevakis2012-02-08
* Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis2011-12-04
* Make local functions and variables static where possibleBertrik Sikken2011-11-03
* Revert swap channel feature as we're presently in a feature freeze. I'll reco...Michael Giacomelli2011-10-26
* Add option to exchange the left and right stereo channels. Patch by Dave Cha...Michael Giacomelli2011-10-26
* Implement move callback for timestretch sample allocation.Fred Bauer2011-10-21
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Clean up compressor setting codeJeffrey Goode2011-10-05
* Sanify dsp.c (re)sample buffer indirection.Michael Sevakis2011-09-02
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann2011-04-04
* Changing convert_gain() also implicitly changed get_replaygain_int() which co...Andree Buschmann2011-03-31
* Fix peak handling in replaygain (FS#11981). This bug was introduced with r293...Andree Buschmann2011-03-03
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* Make sure the dsp code has proper resample buffers even if HAVE_PITCHSCREEN i...Frank Gevaerts2010-09-24
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* Partially revert svn r24888 that causes build failure on coldfire targetsBertrik Sikken2010-02-24
* Kill some global variablesBertrik Sikken2010-02-24
* Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode2009-11-04
* Tweak logf statementsJeffrey Goode2009-11-02
* Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode2009-10-22
* Compressor: save lots of RAM, bug fix to work with internally clipped samplesJeffrey Goode2009-10-19
* Cleanup some logf info in dsp_set_compressorJeffrey Goode2009-10-03
* Fix yellow: braces around logf statementsJeffrey Goode2009-09-25
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
* Fix red: remove buffer from IRAMJeffrey Goode2009-09-21
* Potential fix for FS#10572: limiter + time stretch produces garbage outputJeffrey Goode2009-09-21
* Performance improvement in limiter, about 2%Jeffrey Goode2009-09-19
* Fix subtle bug in limiterJeffrey Goode2009-09-18
* FS#10199: Adds limiter DSP functionJeffrey Goode2009-08-18
* FS#10446: Bug defense in dsp.c, minor tweaks and commentsJeffrey Goode2009-08-12
* * 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
* Merge the "Replaygain Off" option into the replaygain type; eliminate the "O...Alexander Levin2009-06-20
* Fix silly typo in comment, but nothing more.Steve Bavin2009-06-17
* Rework internal timestretch enable/disable code - fix FS#10341(hopefully).Steve Bavin2009-06-17
* Renamed routines and changed comments for clarity.Steve Bavin2009-06-16
* Get rid of tdspeed_enabled in struct dsp_config and use the global_settings m...Thomas Martitz2009-06-16
* Fix FS#10331 and get mpegplayer working again.Steve Bavin2009-06-15
* FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin2009-06-12
* 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
* Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks t...Dan Everton2008-07-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28