summaryrefslogtreecommitdiff
path: root/src/pcm/PcmFormat.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-30pcm/PcmUtils: rename to Clamp.hxxMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-03-15pcm/PcmFormat: ARM NEON optimizations for float->s16Max Kellermann
2014-03-14pcm/PcmFormat: don't use WritableBufferMax Kellermann
2014-03-14pcm/PcmFormat: instantiate FloatToInteger<S32>Max Kellermann
2014-03-14pcm/PcmFormat: eliminate more duplicate code with templatesMax Kellermann
2014-03-14pcm/PcmFormat: eliminate local variable "bits"Max Kellermann
2014-03-14pcm/PcmFormat: remove obsolete AllocateFromFloat() overloadMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-06pcm/Format: change parameters/return values to ConstBufferMax Kellermann
2014-01-06pcm/Format: use number of samples instead of end pointerMax Kellermann
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann
2013-12-02pcm/PcmUtils: use the SampleTraits libraryMax Kellermann
2013-12-02pcm/PcmFormat: use SampleTraits::long_type in ConvertFromFloat()Max Kellermann
2013-12-01pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-28PcmFormat: move definitions to struct SampleTraitsMax Kellermann
2013-10-16pcm_pack: convert to C++Max Kellermann
2013-10-15gcc.h: major updateMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30pcm_buffer: convert to C++Max Kellermann
2013-04-09pcm_*: move to src/pcm/Max Kellermann