summaryrefslogtreecommitdiff
path: root/rhimport/converter.go
Commit message (Expand)AuthorAgeFilesLines
* added ExtraMetaData to context for converters who support thisChristian Pointner2016-08-031-17/+13
* major name refactoring (don't export all the internal stuff)Christian Pointner2016-07-281-52/+52
* no seperate log for lib anymore - use logger from host application insteadChristian Pointner2016-07-241-15/+15
* use unified filenames at fetch-converterChristian Pointner2016-07-221-12/+10
* reliability fix and vetChristian Pointner2016-07-221-0/+4
* improved sanity checking before fetch/import startsChristian Pointner2016-07-151-14/+18
* progress messages now contain file titleChristian Pointner2016-07-151-2/+2
* improved cancelingChristian Pointner2016-07-141-11/+42
* simplified call to converter GetResultChristian Pointner2016-07-141-14/+16
* also reduce/increase channels from source fileChristian Pointner2016-07-131-11/+13
* added normalizer stepChristian Pointner2016-07-131-22/+21
* implemented bs1770 converterChristian Pointner2016-07-131-1/+71
* using bs1770gain to analyze loudness works nowChristian Pointner2016-07-131-14/+55
* introduced ffmpeg-bs1770 fetch converter (not finished yet)Christian Pointner2016-07-131-0/+54
* very basic support for loudness correctionChristian Pointner2016-07-131-9/+10
* minor bugfixes with metadata formatChristian Pointner2016-07-071-1/+1
* archiv importer add metadataChristian Pointner2016-07-071-1/+8
* fetch-converter interface now as parameter for extra metadataChristian Pointner2016-07-071-5/+5
* make fetch converter configurableChristian Pointner2016-06-301-13/+24
* added converter fetcherChristian Pointner2016-06-301-0/+115