summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.c
Commit message (Expand)AuthorAge
* converter: fixed loading of custom encoder presetsGravatar Alexey Yakovenko2014-06-22
* converter: write correct data size into wav files, clip to 0xffffffff if does...Gravatar Alexey Yakovenko2014-06-21
* converter: load encoder presets directly from plugindir, instead of copying t...Gravatar Alexey Yakovenko2014-06-19
* converter: use heap for buffer allocation instead of stackGravatar Alexey Yakovenko2014-05-11
* added opus metadata writing support to converter (when stdopus plugin is pres...Gravatar Alexey Yakovenko2014-04-07
* gcc warning fixesGravatar Alexey Yakovenko2013-11-05
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
* moved all copies of strdupa macro to strdupa.hGravatar waker2013-08-30
* converter: fixed writing tags to a files which have names with special charac...Gravatar waker2012-09-11
* converter: replace / with \ in filename parts, using the new title formatting...Gravatar waker2012-09-07
* converter: automatically replace / with \ in filenamesGravatar waker2012-09-07
* added sys/cdefs.h include before sys/syslimits.hGravatar waker2012-05-30
* converter: improved error handlingGravatar waker2012-05-30
* fixed converter crash on resamplingGravatar waker2012-05-29
* implemented playlist saving as atomic operation; fixed few PATH_MAX definitionsGravatar waker2012-05-22
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
* converter: added replacement strdupa for non-gnu systemsGravatar waker2012-05-12
* converter: fixed // bug; fixed potential bug in finding largest common path w...Gravatar waker2012-04-10
* converter: fixed escaping special charsGravatar waker2012-04-10
* converter: added ` to escape listGravatar waker2012-04-09
* converter: moved duplicate code into converter plugin and exposed via API, co...Gravatar waker2012-04-08
* converter: added support for writing files to source track foldersGravatar waker2012-04-08
* converter: fixed tag writingGravatar waker2012-04-08
* converter: added reconstruction of folder structure based on the largest comm...Gravatar waker2012-04-08
* converter: fixed writing wav files sized over 2gigsGravatar waker2012-04-08
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
* converter: fixed empty output path handlingGravatar waker2011-12-28
* converter: disallow empty preset titlesGravatar waker2011-12-18
* converter: automatically create directory structureGravatar waker2011-06-23
* fixed formatting bug in converterGravatar waker2011-05-23
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
* converter: set outfolder to $HOME if empty; few error message fixes; less hea...Gravatar waker2011-05-21
* allow converter to create subdirectories in output path - check for windows p...Gravatar Jan D. Behrens2011-05-21
* reload dsp and encoder presets on every converter accessGravatar waker2011-05-20
* converter: write 0 size to waveheader in pipe mode, to workaround oggenc bugGravatar waker2011-05-17
* fill converter cmdline buffer with zeroes to avoid possible memtrashingGravatar waker2011-05-15
* fixed memleaks in converterGravatar waker2011-05-14
* added installation of standard encoder presetsGravatar waker2011-05-05
* few bsd compat fixesGravatar waker2011-05-04
* converter: ignore radio streamsGravatar waker2011-04-25
* 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
* converter: don't copy cuesheet into output filesGravatar waker2011-04-05
* 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: fix datasize field in wavheaderGravatar waker2011-03-15
* converter: added default output format to encoder presets;Gravatar waker2011-03-14
* updated description in converter pluginsGravatar waker2011-03-13