aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixed build with TagLib 1.11trialuser022020-11-011-1/+1
* replaced deprecated TagLib functionstrialuser022020-11-011-1/+1
* converter: remove colon from file nametrialuser022020-03-111-0/+1
* refactoringtrialuser022020-03-111-6/+1
* small coding style changetrialuser022019-12-281-2/+2
* coverter: remove special symbols from file nametrialuser022019-12-021-0/+2
* fixed converter regressiontrialuser022019-01-271-1/+1
* using override keywordtrialuser022019-01-061-1/+1
* fixed build with -Werror=zero-as-null-pointer-constanttrialuser022019-01-031-5/+5
* enabled all remaining pluginstrialuser022018-05-301-21/+21
* copy 1.2 branch to trunktrialuser022017-11-251-9/+7
* fixed memory leaks and other errorstrialuser022017-10-261-1/+1
* added extra functions to AudioParameters classtrialuser022017-10-221-2/+2
* changed contact informationtrialuser022017-10-071-1/+1
* fixed gcc6 issuestrialuser022017-01-131-2/+2
* some optimizationstrialuser022016-10-291-0/+1
* using DecodeFactory::properties() for factory searchtrialuser022016-07-261-1/+1
* improved convertertrialuser022016-01-211-2/+9
* converter: fixed some bugstrialuser022016-01-211-1/+6
* converter: multi-thread supporttrialuser022016-01-201-157/+143
* fixed audio convertertrialuser022016-01-201-53/+40
* using unsigned char for raw datatrialuser022015-12-061-1/+1
* enabled new metadata formattertrialuser022015-02-021-3/+3
* fixed case-sensitive bug again (Thanks to Ryota Shimamoto)(Fixes issue 628)trialuser022013-12-241-1/+1
* fixed case sensitivitytrialuser022013-10-151-2/+2
* fixed FSF headerstrialuser022012-07-311-1/+1
* fixed FSF address (trunk)trialuser022012-07-311-1/+1
* conveter plugin: file based input supporttrialuser022011-11-081-6/+24
* converter: do not write ID3v1 tagstrialuser022011-10-241-2/+10
* converter: fixed wave headertrialuser022011-10-141-3/+4
* converter: added 16-bit convertertrialuser022011-10-131-6/+49
* converter: enabled "overwrite existing file" optiontrialuser022011-10-091-0/+16
* converter: added taglib supporttrialuser022011-10-071-2/+22
* converter: added presets support, fixed flac preset, enabled 'cancel'trialuser022011-10-071-13/+61
* converter: added default presets, fixed some bugstrialuser022011-10-051-1/+1
* converter: ignore streams, fixed memory leakstrialuser022011-10-011-14/+20
* fixed memory leak, fixed progress dialogtrialuser022011-10-011-4/+20
* implemented converter settings, fixed buildtrialuser022011-10-011-1/+24
* prepare for converter plugin implementationtrialuser022011-09-301-0/+182