summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
2017-01-11pcm/export: support DSD_U16Max Kellermann
2017-01-11pcm/Dsd32: include cleanupMax Kellermann
2017-01-11pcm/Dsd32: fix the byte orderMax Kellermann
2017-01-11pcm/Export: convert to class, make members privateMax Kellermann
2017-01-11pcm/dop: remove unnecessary assertionsMax Kellermann
2017-01-11pcm/Export: remove obsolete gcc warning suppressionMax Kellermann
2017-01-11pcm/Buffer: update API documentationMax Kellermann
2017-01-11pcm/Export: add (dummy) method Cancel()Max Kellermann
2017-01-11pcm/Convert: add method Reset()Max Kellermann
2017-01-11pcm/Resampler: add method Reset()Max Kellermann
2017-01-11pcm/PcmDsd: move Dsd8To32() to Dsd32.cxxMax Kellermann
2017-01-11pcm/Export: halve the sample rate for DoPMax Kellermann
2017-01-11pcm/Export: DSD_U32 quarters the sample rateMax Kellermann
2017-01-10pcm/Export: add CalcOutputSampleRate(), CalcInputSampleRate()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-09pcm/Domain: remove obsolete sourceMax Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-05pcm/Volume: move silence pattern to Silence.cxxMax Kellermann
2016-07-01pcm/Volume: use 0x69 to generate DSD silenceMax Kellermann
2016-07-01pcm/Volume: remove assert() from destructorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-27pcm/export: add #ifdef ENABLE_DSD to struct ParamsMax Kellermann
2016-02-27pcm/PcmExport: add flag to export to DSD_U32Max Kellermann
2016-02-27pcm/PcmDsd: add converter from DSD_U8 to DSD_U32Max Kellermann
2016-02-26pcm/export: move Open() parameters to struct ParamsMax Kellermann
2016-02-26pcm/export: another #ifdef ENABLE_DSD fixMax Kellermann
2016-02-26pcm/export: add #ifdef ENABLE_DSDMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26pcm/dsd: use PcmBuffer::GetT()Max Kellermann
2016-02-26pcm/dsd: use MAX_CHANNELSMax Kellermann
2016-02-26pcm/dsd: use std::arrayMax Kellermann
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann
2015-06-22pcm/Interleave: add stereo optimizationMax Kellermann
2015-06-22pcm/Interleave: instantiate a 16 bit optimizationMax Kellermann
2015-06-22pcm/Interleave: convert PcmInterleave32() to templateMax Kellermann
2015-06-22pcm/Interleave: add optimization for 32 bit samplesMax Kellermann
2015-06-22pcm/Interleave: add "restrict" keywordsMax Kellermann
2015-06-22decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann
2015-06-20pcm/soxr: fix recipe parserMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-01-25pcm/SoxrResampler: move quality recipe names to tableMax Kellermann
2015-01-22pcm/SoxrResampler: allow multi-threaded resamplingMax Kellermann
2015-01-22pcm/SoxrResampler: add a global soxr_runtime_spec_t variableMax Kellermann
2015-01-22Config: add section "resampler"Max Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21pcm/SoxrResampler: use a global soxr_quality_spec_t variableMax Kellermann
2015-01-21pcm/SoxrResampler: soxr_parse_converter() returns unsigned longMax Kellermann
2015-01-21pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITYMax Kellermann