aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/FormatConverter.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* db/simple: fix implicit nullptr/bool conversionMax Kellermann2014-12-261-1/+1
| | | | | Return false on error, not nullptr.
* pcm/FormatConverter: move check to Open()Max Kellermann2014-10-231-10/+24
| | | | | Report unsupported format while opening the filter, not later when the first conversion takes place.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/Format: change parameters/return values to ConstBufferMax Kellermann2014-01-061-34/+19
|
* pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann2013-12-231-2/+2
| | | | | Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library.
* pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann2013-11-301-0/+104