index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pcm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-23
pcm/Volume: apply volume into destination buffer
Max Kellermann
1
-21
/
+37
2013-12-23
pcm/Volume: convert i386 code to template specialization
Max Kellermann
1
-42
/
+42
2013-12-23
pcm/Volume: move code to template pcm_volume_sample()
Max Kellermann
1
-7
/
+16
2013-12-23
pcm/PcmVolume: rename to Volume.cxx
Max Kellermann
3
-2
/
+2
2013-12-23
pcm/PcmConvert: move the Domain instance to Domain.cxx
Max Kellermann
6
-9
/
+56
2013-12-22
pcm/Dither: convert remaining methods to templates
Max Kellermann
2
-26
/
+39
2013-12-22
pcm/Dither: generic sample dithering using template
Max Kellermann
2
-13
/
+25
2013-12-22
pcm/Traits: include stddef.h for size_t
Max Kellermann
1
-0
/
+1
2013-12-22
pcm/Traits: add MIN and MAX
Max Kellermann
2
-9
/
+28
2013-12-22
pcm/Volume: add constant PCM_VOLUME_BITS
Max Kellermann
2
-1
/
+6
2013-12-22
pcm/Volume: make PCM_VOLUME_1 a "constexpr"
Max Kellermann
3
-13
/
+13
2013-12-22
pcm/Prng: make pcm_prng() inline
Max Kellermann
1
-1
/
+1
2013-12-22
util/Clamp: generic Clamp() function
Max Kellermann
1
-1
/
+2
2013-12-02
pcm/Traits: add typedef "sum_type"
Max Kellermann
3
-5
/
+16
2013-12-02
pcm/Traits: use int_leastX_t types
Max Kellermann
1
-4
/
+4
2013-12-02
pcm/PcmChannels: implement fake N-to-M mapping
Max Kellermann
1
-1
/
+27
2013-12-02
pcm/PcmChannels: use the SampleTraits library
Max Kellermann
1
-182
/
+60
2013-12-02
pcm/Traits: add template specialization for FLOAT
Max Kellermann
1
-0
/
+11
2013-12-02
pcm/PcmChannels: use struct ConstBuffer
Max Kellermann
3
-112
/
+74
2013-12-02
pcm/PcmBuffer: add typed method GetT()
Max Kellermann
1
-0
/
+6
2013-12-02
pcm/PcmUtils: use the SampleTraits library
Max Kellermann
4
-17
/
+14
2013-12-02
pcm/PcmUtils: remove unused function PcmClampN()
Max Kellermann
1
-12
/
+0
2013-12-02
pcm/PcmVolume: use the SampleTraits library
Max Kellermann
1
-30
/
+22
2013-12-02
pcm/PcmFormat: use SampleTraits::long_type in ConvertFromFloat()
Max Kellermann
1
-2
/
+4
2013-12-02
pcm/PcmPrng: add "constexpr"
Max Kellermann
1
-1
/
+1
2013-12-01
pcm/PcmMix: use the SampleTraits library for MixRamp
Max Kellermann
1
-15
/
+22
2013-12-01
pcm/PcmMix: use the SampleTraits library
Max Kellermann
1
-21
/
+29
2013-12-01
pcm/SampleTraits: use 64 bit for S24 long_type
Max Kellermann
1
-1
/
+1
2013-12-01
pcm/Traits: add typedef long_type
Max Kellermann
1
-0
/
+13
2013-12-01
pcm/Traits: add API documentation
Max Kellermann
1
-0
/
+24
2013-12-01
pcm/PcmFormat: move generic definitions to Traits.hxx
Max Kellermann
2
-45
/
+72
2013-12-01
pcm/SoxrResampler: new resampler option using libsoxr
Max Kellermann
3
-0
/
+162
2013-12-01
pcm/ConfiguredResampler: convert boolean flag to enum
Max Kellermann
1
-13
/
+31
2013-11-30
pcm/PcmResampler: convert to abstract interface
Max Kellermann
17
-886
/
+694
2013-11-30
pcm/PcmConvert: move code to new class GluePcmResampler
Max Kellermann
4
-139
/
+152
2013-11-30
pcm/PcmConvert: move code to new class PcmChannelsConverter
Max Kellermann
4
-66
/
+222
2013-11-30
pcm/PcmConvert: move code to new class PcmFormatConverter
Max Kellermann
4
-68
/
+243
2013-11-30
pcm/PcmConvert: add AudioFormat parameters
Max Kellermann
2
-53
/
+53
2013-11-29
pcm/PcmConvert: use struct ConstBuffer internally
Max Kellermann
2
-61
/
+36
2013-11-29
pcm/PcmDsd: use struct ConstBuffer
Max Kellermann
3
-25
/
+26
2013-11-29
pcm/PcmDsd: make attributes private
Max Kellermann
1
-1
/
+2
2013-11-29
PcmConvert: add pcm_convert_global_init()
Max Kellermann
2
-0
/
+9
2013-11-28
pcm: drop compatibility with libsamplerate older than 0.1.3
Max Kellermann
1
-20
/
+0
2013-11-28
PcmConvert: fix src_format corruption when converting from DSD
Max Kellermann
2
-6
/
+12
2013-11-28
include cleanup using iwyu
Max Kellermann
5
-3
/
+5
2013-11-22
PcmResampleLibsamplerate: clip 24 bit data
Max Kellermann
3
-2
/
+47
2013-11-22
PcmResample: un-inline Resample24()
Max Kellermann
2
-7
/
+13
2013-11-22
PcmUtils: add function PcmClampN()
Max Kellermann
1
-0
/
+12
2013-11-13
PcmConvert: add methods Open(), Close()
Max Kellermann
2
-44
/
+60
2013-11-13
PcmResampleFallback: use PcmBuffer instead of PcmResampler
Max Kellermann
3
-9
/
+9
[prev]
[next]