mpd/src/pcm
2013-12-02 11:21:32 +01:00
..
dsd2pcm pcm_*: move to src/pcm/ 2013-04-09 01:24:52 +02:00
ChannelsConverter.cxx pcm/PcmConvert: move code to new class PcmChannelsConverter 2013-11-30 13:22:25 +01:00
ChannelsConverter.hxx pcm/PcmConvert: move code to new class PcmChannelsConverter 2013-11-30 13:22:25 +01:00
ConfiguredResampler.cxx pcm/SoxrResampler: new resampler option using libsoxr 2013-12-01 19:13:39 +01:00
ConfiguredResampler.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
FallbackResampler.cxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
FallbackResampler.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
FormatConverter.cxx pcm/PcmConvert: move code to new class PcmFormatConverter 2013-11-30 13:08:55 +01:00
FormatConverter.hxx pcm/PcmConvert: move code to new class PcmFormatConverter 2013-11-30 13:08:55 +01:00
GlueResampler.cxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
GlueResampler.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
LibsamplerateResampler.cxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
LibsamplerateResampler.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
PcmBuffer.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
PcmBuffer.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
PcmChannels.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
PcmChannels.hxx PcmBuffer: move code to new class ReusableBuffer 2013-08-07 18:51:21 +02:00
PcmConvert.cxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
PcmConvert.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
PcmDither.cxx pcm_*: move to src/pcm/ 2013-04-09 01:24:52 +02:00
PcmDither.hxx pcm_*: move to src/pcm/ 2013-04-09 01:24:52 +02:00
PcmDsd.cxx pcm/PcmDsd: use struct ConstBuffer 2013-11-29 22:06:14 +01:00
PcmDsd.hxx pcm/PcmDsd: use struct ConstBuffer 2013-11-29 22:06:14 +01:00
PcmDsdUsb.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
PcmDsdUsb.hxx PcmBuffer: move code to new class ReusableBuffer 2013-08-07 18:51:21 +02:00
PcmExport.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
PcmExport.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
PcmFormat.cxx pcm/PcmFormat: use SampleTraits::long_type in ConvertFromFloat() 2013-12-02 11:21:32 +01:00
PcmFormat.hxx PcmBuffer: move code to new class ReusableBuffer 2013-08-07 18:51:21 +02:00
PcmMix.cxx pcm/PcmMix: use the SampleTraits library for MixRamp 2013-12-01 22:49:50 +01:00
PcmMix.hxx PcmMix: use negative value instead of NaN for addition 2013-10-30 17:23:49 +01:00
PcmPack.cxx system/ByteOrder: new library for byte ordering / endianess 2013-10-16 22:09:44 +02:00
PcmPack.hxx pcm_pack: convert to C++ 2013-10-16 22:07:43 +02:00
PcmPrng.hxx pcm/PcmPrng: add "constexpr" 2013-12-02 11:21:32 +01:00
PcmUtils.hxx PcmUtils: add function PcmClampN() 2013-11-22 23:24:40 +01:00
PcmVolume.cxx pcm/PcmVolume: use the SampleTraits library 2013-12-02 11:21:32 +01:00
PcmVolume.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
Resampler.hxx pcm/PcmResampler: convert to abstract interface 2013-11-30 16:22:57 +01:00
SoxrResampler.cxx pcm/SoxrResampler: new resampler option using libsoxr 2013-12-01 19:13:39 +01:00
SoxrResampler.hxx pcm/SoxrResampler: new resampler option using libsoxr 2013-12-01 19:13:39 +01:00
Traits.hxx pcm/SampleTraits: use 64 bit for S24 long_type 2013-12-01 22:44:16 +01:00