summaryrefslogtreecommitdiff
path: root/src/pcm/PcmConvert.cxx
AgeCommit message (Expand)Author
2019-06-17pcm/Pcm*: drop more "Pcm" prefixes from source file namesMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-04pcm/PcmConvert: remove unused attribute "dest_format"Max Kellermann
2019-04-04pcm/PcmConvert: eliminate Open() and Close()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-17pcm/ConfiguredResampler: use struct ConfigDataMax Kellermann
2018-01-02pcm/Resampler: add virtual method Flush()Max Kellermann
2018-01-01pcm/*: add "noexcept"Max Kellermann
2017-01-17AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxxMax Kellermann
2017-01-11pcm/Convert: add method Reset()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-09pcm/Domain: remove obsolete sourceMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-23pcm/PcmConvert: assign {src,dest}_format at the endMax Kellermann
2014-10-23pcm/PcmConvert: make AudioFormat parameters "const"Max Kellermann
2014-09-26pcm: --disable-dsd also disables the dsd2pcm libraryMax Kellermann
2014-09-26PcmConvert: eliminate unused local variable "format"Max Kellermann
2014-08-23pcm/PcmDsd: remove "lsbfirst" supportMax Kellermann
2014-08-12PcmConvert: Convert() returns ConstBufferMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class GluePcmResamplerMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann
2013-11-30pcm/PcmConvert: add AudioFormat parametersMax Kellermann
2013-11-29pcm/PcmConvert: use struct ConstBuffer internallyMax Kellermann
2013-11-29pcm/PcmDsd: use struct ConstBufferMax Kellermann
2013-11-29PcmConvert: add pcm_convert_global_init()Max Kellermann
2013-11-28PcmConvert: fix src_format corruption when converting from DSDMax Kellermann
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-16pcm_pack: convert to C++Max Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30pcm_buffer: convert to C++Max Kellermann
2013-07-30pcm_resample: convert to C++Max Kellermann
2013-07-30PcmConvert: don't memset() in the constructorMax Kellermann
2013-07-29pcm_dsd: convert to C++Max Kellermann
2013-04-09pcm_*: move to src/pcm/Max Kellermann