summaryrefslogtreecommitdiff
path: root/src/pcm/PcmConvert.cxx
AgeCommit message (Expand)Author
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