summaryrefslogtreecommitdiff
path: root/apps/dsp.c (follow)
Commit message (Expand)AuthorAge
...
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* 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
* Turnaround time must be included in dsp yielding to throttle against other th...Michael Sevakis2008-03-20
* Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_soun...Andree Buschmann2008-03-19
* Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen2007-12-08
* FS #8106. Fix overflow when dithering files that clip a lot, caused by noise ...Thom Johansen2007-12-04
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Just because it's #if 0 doesn't make it inferior...Thom Johansen2007-10-30
* Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This b...Thom Johansen2007-10-29
* FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, ...Thom Johansen2007-08-29
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis2007-03-29
* SWCODEC: Need to call resampler_new_delta when resetting DSP.Michael Sevakis2007-03-26
* SWCODEC & Coldfire: Do some more DSP straigntening out. Do as much Coldfire o...Michael Sevakis2007-03-25
* Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen2007-03-07
* Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen2007-03-07
* SWCODEC: Patchup the short crossfade glitching reported for FLAC but seemed n...Michael Sevakis2007-02-28
* Fix a problem when dithering mono audio. Left samples weren't being duplicate...Michael Sevakis2007-02-27
* Fix old bug where applying a crossfeed direct gain of 0 dB would result in ne...Thom Johansen2007-02-27
* Adapt ARM crossfeed assembler to work like the Coldfire one. Remove SWITCHPAR...Thom Johansen2007-02-27
* crossfeed_data needn't be initialized for every targetMichael Sevakis2007-02-27
* SWCODEC: Tighten up coldfire assembly a little bit more. Cleanup to make diff...Michael Sevakis2007-02-27
* SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis2007-02-26
* 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
* Fix broken conversion of 16 bit interleaved stereo to internal format.Thom Johansen2007-02-21
* SWCODEC: DSP optimizations for conversion to internal format and resampling. ...Michael Sevakis2007-02-19
* include stdbool.h to get the bool type and fix the build errorDaniel Stenberg2007-02-17
* build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg2007-02-17
* SWCODEC: Remove the last quirks when upsampling.Michael Sevakis2007-02-16
* 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
* More static'ing, and a few fixes resulting from that.Jens Arnold2006-12-12
* Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...Michael Sevakis2006-11-29
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Fixed bug in dither_init that was causing the AIFF playback at sample rates o...Michael Sevakis2006-11-25
* Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren2006-11-15
* Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen2006-10-27
* Fix the use of equalizer pre-cut in combination with replaygain.Magnus Holmgren2006-04-17
* Fix/add some comments and remove some old leftover crossfeed code.Thom Johansen2006-04-17
* New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen2006-04-11
* Prevent two division by zeros and one problem causing a crash in theMiika Pekkarinen2006-04-02
* 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
* Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold2006-03-26
* Slightly clearer code in dsp_eq_update_data.Dan Everton2006-03-24
* Keep assembler versions of DSP routines in dsp_arch.S files. This alsoThom Johansen2006-03-23