summaryrefslogtreecommitdiff
path: root/apps/dsp.c
AgeCommit message (Expand)Author
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin
2008-07-07Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks t...Dan Everton
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-08Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assemb...Thom Johansen
2008-04-08Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric ma...Thom Johansen
2008-03-20Turnaround time must be included in dsp yielding to throttle against other th...Michael Sevakis
2008-03-19Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_soun...Andree Buschmann
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen
2007-12-04FS #8106. Fix overflow when dithering files that clip a lot, caused by noise ...Thom Johansen
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis
2007-10-30Just because it's #if 0 doesn't make it inferior...Thom Johansen
2007-10-29Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This b...Thom Johansen
2007-08-29FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, ...Thom Johansen
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis
2007-03-26SWCODEC: Need to call resampler_new_delta when resetting DSP.Michael Sevakis
2007-03-25SWCODEC & Coldfire: Do some more DSP straigntening out. Do as much Coldfire o...Michael Sevakis
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen
2007-03-07Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen
2007-02-28SWCODEC: Patchup the short crossfade glitching reported for FLAC but seemed n...Michael Sevakis
2007-02-27Fix a problem when dithering mono audio. Left samples weren't being duplicate...Michael Sevakis
2007-02-27Fix old bug where applying a crossfeed direct gain of 0 dB would result in ne...Thom Johansen
2007-02-27Adapt ARM crossfeed assembler to work like the Coldfire one. Remove SWITCHPAR...Thom Johansen
2007-02-27crossfeed_data needn't be initialized for every targetMichael Sevakis
2007-02-27SWCODEC: Tighten up coldfire assembly a little bit more. Cleanup to make diff...Michael Sevakis
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis
2007-02-21Fix broken conversion of 16 bit interleaved stereo to internal format.Thom Johansen
2007-02-19SWCODEC: DSP optimizations for conversion to internal format and resampling. ...Michael Sevakis
2007-02-17include stdbool.h to get the bool type and fix the build errorDaniel Stenberg
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg
2007-02-16SWCODEC: Remove the last quirks when upsampling.Michael Sevakis
2007-02-15Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...Thom Johansen
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold
2006-11-29Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...Michael Sevakis
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis
2006-11-25Fixed bug in dither_init that was causing the AIFF playback at sample rates o...Michael Sevakis
2006-11-15Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen
2006-04-17Fix the use of equalizer pre-cut in combination with replaygain.Magnus Holmgren
2006-04-17Fix/add some comments and remove some old leftover crossfeed code.Thom Johansen
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen
2006-04-02Prevent two division by zeros and one problem causing a crash in theMiika Pekkarinen
2006-03-28Update equalizer precut value as it's adjusted.Dan Everton