summaryrefslogtreecommitdiff
path: root/plugins/converter
Commit message (Collapse)AuthorAge
...
* added new files for translatorsGravatar waker2011-05-08
|
* converter presetsGravatar waker2011-05-07
|
* added installation of standard encoder presetsGravatar waker2011-05-05
|
* few bsd compat fixesGravatar waker2011-05-04
|
* fixed compiling with apgcc; fixed compiling converter gui fallbackGravatar waker2011-04-30
|
* fixed ao static buildGravatar waker2011-04-30
|
* added converter to main tarball/autotools distribution;Gravatar waker2011-04-29
| | | | few minor fixups in soundtouch
* converter: ignore radio streamsGravatar waker2011-04-25
|
* fix opening converter dialog using hotkeyGravatar waker2011-04-25
|
* remember converter output folder separately from add files/folders configGravatar waker2011-04-22
|
* auto-save config after changing converter optionsGravatar waker2011-04-18
|
* fixed editing 1st dsp presetGravatar waker2011-04-18
|
* converter compile fixGravatar waker2011-04-17
|
* converter: removed sampleformat selection from encoder presetsGravatar waker2011-04-09
|
* converter: replace invalid characters in output fname with _Gravatar waker2011-04-06
|
* converter: don't write cuesheet to output files;Gravatar waker2011-04-05
| | | | | fixed encoder preset list bugs; better error message on failed input files
* converter: don't copy cuesheet into output filesGravatar waker2011-04-05
|
* converter compile fixGravatar waker2011-04-01
|
* converter: fixed handling of overwrite_actionGravatar waker2011-03-23
|
* fixed writing 32bit waves in converterGravatar waker2011-03-20
|
* added ogg and flac tag writing to converterGravatar waker2011-03-20
|
* added basic tag writing to converterGravatar waker2011-03-19
|
* converter: 16bit support is default in new encoder presetsGravatar waker2011-03-16
|
* converter: fix datasize field in wavheaderGravatar waker2011-03-15
|
* converter: fix setting default format field in new encoder presetsGravatar waker2011-03-15
|
* converter: added default output format to encoder presets;Gravatar waker2011-03-14
| | | | | | added prompting for overwriting output files; added tooltips to some entry fields in converter dialogs; hidden GUI of some unimplemented features;
* updated description in converter pluginsGravatar waker2011-03-13
|
* finalized converter guiGravatar waker2011-03-13
|
* fixed converter gui cleanup after error bugGravatar waker2011-03-12
|
* better GUI error reporting in converterGravatar waker2011-03-12
|
* use proper dsp preset functions in converter pluginGravatar waker2011-03-12
|
* fixed all plugins for the API changesGravatar waker2011-03-09
|
* 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
* converter compile fixGravatar waker2011-01-06
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|
* converter now favors $TMPDIR where applicableGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* removed ellipsis from Convert action nameGravatar 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 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
|
* 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
* updated converter to DSP plugin API changeGravatar waker2010-12-14
|
* renamed DB_dsp_instance_t to ddb_dsp_context_tGravatar waker2010-12-14
|
* moved converter logic code to separate pluginGravatar waker2010-12-14