Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-17 | *: doxygen fixups | Max Kellermann | 1 | -4/+1 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-09-26 | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 1 | -1/+7 | |
2014-08-12 | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | 1 | -5/+1 | |
2014-07-30 | pcm: use nullptr instead of NULL | Max Kellermann | 1 | -2/+2 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-23 | pcm/PcmConvert: move the Domain instance to Domain.cxx | Max Kellermann | 1 | -2/+0 | |
Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library. | |||||
2013-11-30 | pcm/PcmResampler: convert to abstract interface | Max Kellermann | 1 | -1/+3 | |
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries. | |||||
2013-11-30 | pcm/PcmConvert: move code to new class GluePcmResampler | Max Kellermann | 1 | -17/+2 | |
2013-11-30 | pcm/PcmConvert: move code to new class PcmChannelsConverter | Max Kellermann | 1 | -3/+2 | |
2013-11-30 | pcm/PcmConvert: move code to new class PcmFormatConverter | Max Kellermann | 1 | -9/+6 | |
2013-11-30 | pcm/PcmConvert: add AudioFormat parameters | Max Kellermann | 1 | -11/+12 | |
Don't use src_format. In the middle of Convert(), the current AudioFormat has already been modified, it's now something in between src_format and dest_format. This simplifies keeping track of what remains to be done. | |||||
2013-11-29 | pcm/PcmConvert: use struct ConstBuffer internally | Max Kellermann | 1 | -15/+5 | |
2013-11-29 | PcmConvert: add pcm_convert_global_init() | Max Kellermann | 1 | -0/+3 | |
Wrapper for pcm_resample_global_init(), just in case other PCM libraries need initialization, too. | |||||
2013-11-28 | PcmConvert: fix src_format corruption when converting from DSD | Max Kellermann | 1 | -0/+7 | |
Method PcmConvert::Convert() modifies the src_format variable. This used to be a parameter, however commit d2679f59c made it an attribute instead. The modification to src_format persisted, and the next call would return garbage. | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+2 | |
2013-11-13 | PcmConvert: add methods Open(), Close() | Max Kellermann | 1 | -20/+16 | |
Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -11/+8 | |
Replaces GLib's GError. | |||||
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -11/+11 | |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -6/+3 | |
2013-07-30 | pcm_resample: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-07-29 | pcm_dsd: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -0/+0 | |
2013-01-31 | PcmDither: convert struct to a class | Max Kellermann | 1 | -1/+1 | |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -1/+2 | |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -0/+114 | |