aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm (follow)
Commit message (Expand)AuthorAgeFilesLines
* pcm: use nullptr instead of NULLMax Kellermann2014-07-302-3/+3
* pcm/Neon: explicit roundingMax Kellermann2014-03-191-3/+5
* pcm/Neon: make neon_x4_b() variadicMax Kellermann2014-03-161-6/+5
* pcm/Neon: apply bit shift during float->int conversionMax Kellermann2014-03-161-7/+2
* pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann2014-03-152-1/+135
* pcm/PcmFormat: don't use WritableBufferMax Kellermann2014-03-141-28/+20
* pcm/PcmFormat: instantiate FloatToInteger<S32>Max Kellermann2014-03-141-6/+1
* pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann2014-03-143-122/+233
* pcm/PcmFormat: eliminate local variable "bits"Max Kellermann2014-03-141-3/+1
* pcm/PcmFormat: remove obsolete AllocateFromFloat() overloadMax Kellermann2014-03-141-15/+0
* util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-011-3/+3
* pcm/FallbackResampler: add missing ConstBuffer<T>::ToVoid() callMax Kellermann2014-02-061-1/+1
* Config*: move to config/Max Kellermann2014-01-241-3/+3
* pcm/SoxrResampler: Add configurable quality levelsChase Geigle2014-01-213-3/+73
* pcm/Volume: make DSD a no-opMax Kellermann2014-01-171-2/+8
* copyright year 2014Max Kellermann2014-01-1342-42/+42
* pcm/Utils: remove unused function pcm_end_pointer()Max Kellermann2014-01-071-12/+0
* pcm/Volume: use number of samples instead of end pointerMax Kellermann2014-01-071-25/+19
* pcm/Format: change parameters/return values to ConstBufferMax Kellermann2014-01-063-259/+160
* pcm/Format: use number of samples instead of end pointerMax Kellermann2014-01-061-44/+34
* pcm/Volume: remove unused function pcm_volume_dither()Max Kellermann2013-12-281-16/+0
* pcm/PcmMix: improved ditheringMax Kellermann2013-12-282-18/+31
* pcm/Volume: improved ditheringMax Kellermann2013-12-284-20/+54
* pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann2013-12-282-3/+4
* pcm/Volume: remove optimized i386 assemblyMax Kellermann2013-12-281-50/+0
* pcm/Traits: use 32 bit integer for S8 long_typeMax Kellermann2013-12-251-1/+1
* pcm/Dither: add API documentationMax Kellermann2013-12-241-0/+18
* pcm/Dither: move shift from DitherConvert() to Dither()Max Kellermann2013-12-241-2/+2
* pcm/Dither: rename DitherShift() to DitherConvert()Max Kellermann2013-12-242-11/+11
* pcm/Volume: convert to classMax Kellermann2013-12-232-40/+126
* pcm/Volume: apply volume into destination bufferMax Kellermann2013-12-231-21/+37
* pcm/Volume: convert i386 code to template specializationMax Kellermann2013-12-231-42/+42
* pcm/Volume: move code to template pcm_volume_sample()Max Kellermann2013-12-231-7/+16
* pcm/PcmVolume: rename to Volume.cxxMax Kellermann2013-12-233-2/+2
* pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann2013-12-236-9/+56
* pcm/Dither: convert remaining methods to templatesMax Kellermann2013-12-222-26/+39
* pcm/Dither: generic sample dithering using templateMax Kellermann2013-12-222-13/+25
* pcm/Traits: include stddef.h for size_tMax Kellermann2013-12-221-0/+1
* pcm/Traits: add MIN and MAXMax Kellermann2013-12-222-9/+28
* pcm/Volume: add constant PCM_VOLUME_BITSMax Kellermann2013-12-222-1/+6
* pcm/Volume: make PCM_VOLUME_1 a "constexpr"Max Kellermann2013-12-223-13/+13
* pcm/Prng: make pcm_prng() inlineMax Kellermann2013-12-221-1/+1
* util/Clamp: generic Clamp() functionMax Kellermann2013-12-221-1/+2
* pcm/Traits: add typedef "sum_type"Max Kellermann2013-12-023-5/+16
* pcm/Traits: use int_leastX_t typesMax Kellermann2013-12-021-4/+4
* pcm/PcmChannels: implement fake N-to-M mappingMax Kellermann2013-12-021-1/+27
* pcm/PcmChannels: use the SampleTraits libraryMax Kellermann2013-12-021-182/+60
* pcm/Traits: add template specialization for FLOATMax Kellermann2013-12-021-0/+11
* pcm/PcmChannels: use struct ConstBufferMax Kellermann2013-12-023-112/+74
* pcm/PcmBuffer: add typed method GetT()Max Kellermann2013-12-021-0/+6