summaryrefslogtreecommitdiff
path: root/plugins/dsp_libsrc
Commit message (Collapse)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
|
* added/updated COPYING in cdda, converter, coreaudio, dca, dsp_libsrc, dumbGravatar Alexey Yakovenko2014-02-08
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* src: fixed automatic samplerate error when output is stoppedGravatar waker2012-05-30
|
* fixed few capital letters and other typos in GUIGravatar waker2012-05-18
|
* fixed few missing returnsGravatar waker2012-04-05
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* renamed dsp pass_through to can_bypassGravatar waker2011-05-22
|
* added pass_through support to SRC pluginGravatar waker2011-05-21
|
* fixed regression in SRC pluginGravatar waker2011-05-21
|
* added automatic samplerate option to resampler, as it was done in 0.4.4Gravatar waker2011-05-20
|
* 0.5.0-rc1 final fixupsGravatar waker2011-05-10
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* src plugin cleanupGravatar waker2011-01-09
|
* added bounds checking and output ratio to dsp plugin API;Gravatar waker2011-01-02
| | | | | fixed all existing dsp plugins for the new API; dsp_soundtouch can now be used as a resampler
* updated copyright year to 2011Gravatar waker2011-01-02
|
* minor formatting fixGravatar waker2010-12-31
|
* limit samplerate to [8000..192000] range in SRC pluginGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* improved gui script:Gravatar waker2010-12-27
| | | | | | | | | added support for spinbtn and combobox changed API to allow generic use (e.g. for dsp plugins) dsp set/get_param are now using strings instead of floats dsp plugins are now using gui script fixed many errors in converter and its gui supereq set/get_param now uses dBs instead of amplitude
* changed dsp plugin api to allow modification of any aspect of wave formatGravatar waker2010-12-14
|
* renamed DB_dsp_instance_t to ddb_dsp_context_tGravatar waker2010-12-14
|
* fixed clicks between tracks caused by SRCGravatar waker2010-12-11
|
* exposed pcm_convert via plugin API;Gravatar waker2010-12-10
| | | | | DSP presets are now being used and are working in converter; implemented support for converting via temp file in converter
* converter DSP presets WIPGravatar waker2010-12-09
|
* dsp preset editing WIPGravatar waker2010-12-08
|
* removed id from DSP plugin instance; ported src and supereq to the new ↵Gravatar waker2010-12-08
| | | | params system
* minor changes to default DSP chain and SRC pluginGravatar waker2010-12-07
|
* fixed libsamplerate dependencyGravatar waker2010-11-28
|
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
|
* fixed src crashGravatar waker2010-11-27
|
* fixed mono streams SRCGravatar waker2010-11-27
|
* fixed crash in SRC pluginGravatar waker2010-11-24
|
* added float clamp(-1,1) in premixGravatar waker2010-11-22
| | | | | added plugin pointer to dsp instances code cleanup
* moved libsamplerate code to separate pluginGravatar waker2010-11-21