summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAge
* added reading few mod properties to dumb pluginGravatar waker2011-01-02
|
* metadata fields starting with ":" are now considered as read-only ↵Gravatar waker2011-01-02
| | | | properties, and displayed in properties tab
* load instruments and samples metadata in dumb pluginGravatar waker2011-01-02
|
* display unrecognized metadata fields in track propertiesGravatar waker2011-01-02
|
* added missing soundtouch filesGravatar waker2011-01-02
|
* fixed artwork cache path regressionGravatar waker2011-01-02
|
* cdda: removed mutex, changed the way cddb query threads are workingGravatar waker2011-01-01
|
* fixed few memleaks in gtkuiGravatar waker2011-01-01
|
* added soundtouch pluginGravatar waker2010-12-31
|
* minor formatting fixGravatar waker2010-12-31
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names
* limit samplerate to [8000..192000] range in SRC pluginGravatar waker2010-12-30
|
* removed "use alsa resampling" option, now it is always onGravatar waker2010-12-30
|
* artwork plugin now uses $XDG_CACHE_HOME/deadbeef or ~/.cache/deadbeefGravatar waker2010-12-30
|
* converter now favors $TMPDIR where applicableGravatar waker2010-12-30
|
* added API to handle button presses in gui dialogs;Gravatar waker2010-12-30
| | | | dsp plugin parameters apply button now works correctly
* fixed dsp parameter setting from guiGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* implemented playback dsp plugin move up/downGravatar waker2010-12-29
|
* dsp chain configuration WIPGravatar waker2010-12-29
|
* added dsp configuration pageGravatar waker2010-12-29
|
* removed ellipsis from Convert action nameGravatar waker2010-12-29
|
* don't add separators between actions in context menuGravatar waker2010-12-29
|
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
| | | | improved plugin start and connect code
* converter gui now uses connect method to resolve dependenciesGravatar waker2010-12-28
|
* moved converter gui to separate pluginGravatar waker2010-12-28
|
* delete temp files after conversionGravatar waker2010-12-28
|
* new formatting of converter input and output filenames - %i and %o respectivelyGravatar waker2010-12-28
| | | | using mktemp for temporary file
* fixed crash in converter guiGravatar waker2010-12-28
|
* fixed few bugs in converter gui;Gravatar waker2010-12-28
| | | | added abort functionality to converter
* converter gui is now thread-safe, and runs conversion in background thread(s)Gravatar waker2010-12-27
|
* added new API for displaying GUI dialogs;Gravatar waker2010-12-27
| | | | deleted channel remapping widgets from converter gui
* 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
* minor cover-art fixupsGravatar waker2010-12-22
|
* fixed vfs_curl memleakGravatar waker2010-12-22
|
* supereq: re-seek current playing track after switching eq on/offGravatar waker2010-12-16
|
* added missing converter gui filesGravatar waker2010-12-14
|
* updated converter to DSP plugin API changeGravatar waker2010-12-14
|
* 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
|
* use new converter plugin from gtkuiGravatar waker2010-12-14
|
* moved converter logic code to separate pluginGravatar waker2010-12-14
|
* consider 0 duration as "infinite looping" in gme pluginGravatar waker2010-12-12
|
* added softvolume for all supported output formats; moved softvolume from ↵Gravatar waker2010-12-12
| | | | output plugins to streamer
* reshuffle playlists in response to gui changesGravatar waker2010-12-12
|
* added support for shuffle albumsGravatar waker2010-12-12
|
* fixed saving/loading eq configGravatar waker2010-12-12
|
* converter: don't force-convert sample formatGravatar waker2010-12-12
|
* added support for writing converted output directly to WAV fileGravatar waker2010-12-12
|