diff options
author | Max Kellermann <max@duempel.org> | 2013-04-09 01:24:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-09 01:24:52 +0200 |
commit | c654c7630aad220a4935c34b076e107b6b0561a5 (patch) | |
tree | 7ca6e4e30bee7153ed54f302467140180d77490d /src/pcm | |
parent | 3f3b26fb0ee090bfc1321572904aa94deca42a84 (diff) | |
download | mpd-c654c7630aad220a4935c34b076e107b6b0561a5.tar.gz mpd-c654c7630aad220a4935c34b076e107b6b0561a5.tar.xz mpd-c654c7630aad220a4935c34b076e107b6b0561a5.zip |
pcm_*: move to src/pcm/
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmChannels.cxx (renamed from src/PcmChannels.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmChannels.hxx (renamed from src/PcmChannels.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmConvert.cxx (renamed from src/PcmConvert.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmConvert.hxx (renamed from src/PcmConvert.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmDither.cxx (renamed from src/PcmDither.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmDither.hxx (renamed from src/PcmDither.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmFormat.cxx (renamed from src/PcmFormat.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmFormat.hxx (renamed from src/PcmFormat.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmMix.cxx (renamed from src/PcmMix.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmMix.hxx (renamed from src/PcmMix.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmPrng.hxx (renamed from src/PcmPrng.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmUtils.hxx (renamed from src/PcmUtils.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmVolume.cxx (renamed from src/PcmVolume.cxx) | 0 | ||||
-rw-r--r-- | src/pcm/PcmVolume.hxx (renamed from src/PcmVolume.hxx) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/dsd2pcm.c (renamed from src/dsd2pcm/dsd2pcm.c) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/dsd2pcm.h (renamed from src/dsd2pcm/dsd2pcm.h) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/dsd2pcm.hpp (renamed from src/dsd2pcm/dsd2pcm.hpp) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/info.txt (renamed from src/dsd2pcm/info.txt) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/main.cpp (renamed from src/dsd2pcm/main.cpp) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/noiseshape.c (renamed from src/dsd2pcm/noiseshape.c) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/noiseshape.h (renamed from src/dsd2pcm/noiseshape.h) | 0 | ||||
-rw-r--r-- | src/pcm/dsd2pcm/noiseshape.hpp (renamed from src/dsd2pcm/noiseshape.hpp) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_buffer.c (renamed from src/pcm_buffer.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_buffer.h (renamed from src/pcm_buffer.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_dsd.c (renamed from src/pcm_dsd.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_dsd.h (renamed from src/pcm_dsd.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_dsd_usb.c (renamed from src/pcm_dsd_usb.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_dsd_usb.h (renamed from src/pcm_dsd_usb.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_export.c (renamed from src/pcm_export.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_export.h (renamed from src/pcm_export.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_pack.c (renamed from src/pcm_pack.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_pack.h (renamed from src/pcm_pack.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_resample.c (renamed from src/pcm_resample.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_resample.h (renamed from src/pcm_resample.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_resample_fallback.c (renamed from src/pcm_resample_fallback.c) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_resample_internal.h (renamed from src/pcm_resample_internal.h) | 0 | ||||
-rw-r--r-- | src/pcm/pcm_resample_libsamplerate.c (renamed from src/pcm_resample_libsamplerate.c) | 0 |
37 files changed, 0 insertions, 0 deletions
diff --git a/src/PcmChannels.cxx b/src/pcm/PcmChannels.cxx index eca6b2506..eca6b2506 100644 --- a/src/PcmChannels.cxx +++ b/src/pcm/PcmChannels.cxx diff --git a/src/PcmChannels.hxx b/src/pcm/PcmChannels.hxx index ede49cd81..ede49cd81 100644 --- a/src/PcmChannels.hxx +++ b/src/pcm/PcmChannels.hxx diff --git a/src/PcmConvert.cxx b/src/pcm/PcmConvert.cxx index 9618b9642..9618b9642 100644 --- a/src/PcmConvert.cxx +++ b/src/pcm/PcmConvert.cxx diff --git a/src/PcmConvert.hxx b/src/pcm/PcmConvert.hxx index f08188a9c..f08188a9c 100644 --- a/src/PcmConvert.hxx +++ b/src/pcm/PcmConvert.hxx diff --git a/src/PcmDither.cxx b/src/pcm/PcmDither.cxx index 98d0d443e..98d0d443e 100644 --- a/src/PcmDither.cxx +++ b/src/pcm/PcmDither.cxx diff --git a/src/PcmDither.hxx b/src/pcm/PcmDither.hxx index 106382307..106382307 100644 --- a/src/PcmDither.hxx +++ b/src/pcm/PcmDither.hxx diff --git a/src/PcmFormat.cxx b/src/pcm/PcmFormat.cxx index 1385d161b..1385d161b 100644 --- a/src/PcmFormat.cxx +++ b/src/pcm/PcmFormat.cxx diff --git a/src/PcmFormat.hxx b/src/pcm/PcmFormat.hxx index a5970b2d2..a5970b2d2 100644 --- a/src/PcmFormat.hxx +++ b/src/pcm/PcmFormat.hxx diff --git a/src/PcmMix.cxx b/src/pcm/PcmMix.cxx index 8435c0c2a..8435c0c2a 100644 --- a/src/PcmMix.cxx +++ b/src/pcm/PcmMix.cxx diff --git a/src/PcmMix.hxx b/src/pcm/PcmMix.hxx index bb7110d04..bb7110d04 100644 --- a/src/PcmMix.hxx +++ b/src/pcm/PcmMix.hxx diff --git a/src/PcmPrng.hxx b/src/pcm/PcmPrng.hxx index 0c823250d..0c823250d 100644 --- a/src/PcmPrng.hxx +++ b/src/pcm/PcmPrng.hxx diff --git a/src/PcmUtils.hxx b/src/pcm/PcmUtils.hxx index d77c4194a..d77c4194a 100644 --- a/src/PcmUtils.hxx +++ b/src/pcm/PcmUtils.hxx diff --git a/src/PcmVolume.cxx b/src/pcm/PcmVolume.cxx index 556ab9925..556ab9925 100644 --- a/src/PcmVolume.cxx +++ b/src/pcm/PcmVolume.cxx diff --git a/src/PcmVolume.hxx b/src/pcm/PcmVolume.hxx index d3e6a5536..d3e6a5536 100644 --- a/src/PcmVolume.hxx +++ b/src/pcm/PcmVolume.hxx diff --git a/src/dsd2pcm/dsd2pcm.c b/src/pcm/dsd2pcm/dsd2pcm.c index 4c7640853..4c7640853 100644 --- a/src/dsd2pcm/dsd2pcm.c +++ b/src/pcm/dsd2pcm/dsd2pcm.c diff --git a/src/dsd2pcm/dsd2pcm.h b/src/pcm/dsd2pcm/dsd2pcm.h index 80e8ce0cc..80e8ce0cc 100644 --- a/src/dsd2pcm/dsd2pcm.h +++ b/src/pcm/dsd2pcm/dsd2pcm.h diff --git a/src/dsd2pcm/dsd2pcm.hpp b/src/pcm/dsd2pcm/dsd2pcm.hpp index 8f3f55197..8f3f55197 100644 --- a/src/dsd2pcm/dsd2pcm.hpp +++ b/src/pcm/dsd2pcm/dsd2pcm.hpp diff --git a/src/dsd2pcm/info.txt b/src/pcm/dsd2pcm/info.txt index 15ff29245..15ff29245 100644 --- a/src/dsd2pcm/info.txt +++ b/src/pcm/dsd2pcm/info.txt diff --git a/src/dsd2pcm/main.cpp b/src/pcm/dsd2pcm/main.cpp index 0b58888a8..0b58888a8 100644 --- a/src/dsd2pcm/main.cpp +++ b/src/pcm/dsd2pcm/main.cpp diff --git a/src/dsd2pcm/noiseshape.c b/src/pcm/dsd2pcm/noiseshape.c index ecd2f251d..ecd2f251d 100644 --- a/src/dsd2pcm/noiseshape.c +++ b/src/pcm/dsd2pcm/noiseshape.c diff --git a/src/dsd2pcm/noiseshape.h b/src/pcm/dsd2pcm/noiseshape.h index 6075f0d88..6075f0d88 100644 --- a/src/dsd2pcm/noiseshape.h +++ b/src/pcm/dsd2pcm/noiseshape.h diff --git a/src/dsd2pcm/noiseshape.hpp b/src/pcm/dsd2pcm/noiseshape.hpp index 1fc698b36..1fc698b36 100644 --- a/src/dsd2pcm/noiseshape.hpp +++ b/src/pcm/dsd2pcm/noiseshape.hpp diff --git a/src/pcm_buffer.c b/src/pcm/pcm_buffer.c index 4b1eb875a..4b1eb875a 100644 --- a/src/pcm_buffer.c +++ b/src/pcm/pcm_buffer.c diff --git a/src/pcm_buffer.h b/src/pcm/pcm_buffer.h index 5d6382d5e..5d6382d5e 100644 --- a/src/pcm_buffer.h +++ b/src/pcm/pcm_buffer.h diff --git a/src/pcm_dsd.c b/src/pcm/pcm_dsd.c index 76266b4cc..76266b4cc 100644 --- a/src/pcm_dsd.c +++ b/src/pcm/pcm_dsd.c diff --git a/src/pcm_dsd.h b/src/pcm/pcm_dsd.h index 85c2455aa..85c2455aa 100644 --- a/src/pcm_dsd.h +++ b/src/pcm/pcm_dsd.h diff --git a/src/pcm_dsd_usb.c b/src/pcm/pcm_dsd_usb.c index 4b5e39f39..4b5e39f39 100644 --- a/src/pcm_dsd_usb.c +++ b/src/pcm/pcm_dsd_usb.c diff --git a/src/pcm_dsd_usb.h b/src/pcm/pcm_dsd_usb.h index 389358459..389358459 100644 --- a/src/pcm_dsd_usb.h +++ b/src/pcm/pcm_dsd_usb.h diff --git a/src/pcm_export.c b/src/pcm/pcm_export.c index 144ac71cd..144ac71cd 100644 --- a/src/pcm_export.c +++ b/src/pcm/pcm_export.c diff --git a/src/pcm_export.h b/src/pcm/pcm_export.h index 005db48e0..005db48e0 100644 --- a/src/pcm_export.h +++ b/src/pcm/pcm_export.h diff --git a/src/pcm_pack.c b/src/pcm/pcm_pack.c index 921d880c0..921d880c0 100644 --- a/src/pcm_pack.c +++ b/src/pcm/pcm_pack.c diff --git a/src/pcm_pack.h b/src/pcm/pcm_pack.h index f3184b403..f3184b403 100644 --- a/src/pcm_pack.h +++ b/src/pcm/pcm_pack.h diff --git a/src/pcm_resample.c b/src/pcm/pcm_resample.c index 4bc057a7e..4bc057a7e 100644 --- a/src/pcm_resample.c +++ b/src/pcm/pcm_resample.c diff --git a/src/pcm_resample.h b/src/pcm/pcm_resample.h index a49a24142..a49a24142 100644 --- a/src/pcm_resample.h +++ b/src/pcm/pcm_resample.h diff --git a/src/pcm_resample_fallback.c b/src/pcm/pcm_resample_fallback.c index 1d1dfdf59..1d1dfdf59 100644 --- a/src/pcm_resample_fallback.c +++ b/src/pcm/pcm_resample_fallback.c diff --git a/src/pcm_resample_internal.h b/src/pcm/pcm_resample_internal.h index a0e108d4b..a0e108d4b 100644 --- a/src/pcm_resample_internal.h +++ b/src/pcm/pcm_resample_internal.h diff --git a/src/pcm_resample_libsamplerate.c b/src/pcm/pcm_resample_libsamplerate.c index f957e5155..f957e5155 100644 --- a/src/pcm_resample_libsamplerate.c +++ b/src/pcm/pcm_resample_libsamplerate.c |