summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.c
Commit message (Collapse)AuthorAge
* converter: proper metadata cleanup before writing tagsGravatar Alexey Yakovenko2014-07-06
|
* converter: strip subtrack metadata from converted result before writing ↵Gravatar Alexey Yakovenko2014-07-06
| | | | tags, this fixes bug #1104 (writing tags to ogg/flac files after converting them from chained tracks)
* converter: additional fix for bug #1022 (incorrect wav data size in wave header)Gravatar Alexey Yakovenko2014-07-04
|
* converter: fixed loading of custom encoder presetsGravatar Alexey Yakovenko2014-06-22
|
* converter: write correct data size into wav files, clip to 0xffffffff if ↵Gravatar Alexey Yakovenko2014-06-21
| | | | doesn't fit in 32 bit
* converter: load encoder presets directly from plugindir, instead of copying ↵Gravatar Alexey Yakovenko2014-06-19
| | | | to confdir, and make them read-only
* converter: use heap for buffer allocation instead of stackGravatar Alexey Yakovenko2014-05-11
|
* added opus metadata writing support to converter (when stdopus plugin is ↵Gravatar Alexey Yakovenko2014-04-07
| | | | present)
* 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 ↵Gravatar waker2012-09-11
| | | | characters
* converter: replace / with \ in filename parts, using the new title ↵Gravatar waker2012-09-07
| | | | formatting feature
* 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 ↵Gravatar waker2012-04-10
| | | | without reducing it to the last separator
* 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, ↵Gravatar waker2012-04-08
| | | | converter API is now v1.2
* 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 ↵Gravatar waker2012-04-08
| | | | common root
* 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
| | | | artwork: minor readability fix in check_dir
* 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 ↵Gravatar waker2011-05-21
| | | | heap allocations
* allow converter to create subdirectories in output path - check for windows ↵Gravatar Jan D. Behrens2011-05-21
| | | | path delimiter too - check outfolder for illegal characters too
* 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
| | | | | fixed encoder preset list bugs; better error message on failed input files
* 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
|