Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 2014-09-26 | 1 | -1/+7 |
| | |||||
* | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | 2014-08-12 | 1 | -5/+1 |
| | |||||
* | pcm: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | pcm/PcmConvert: move the Domain instance to Domain.cxx | Max Kellermann | 2013-12-23 | 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. | ||||
* | pcm/PcmResampler: convert to abstract interface | Max Kellermann | 2013-11-30 | 1 | -1/+3 |
| | | | | | | The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries. | ||||
* | pcm/PcmConvert: move code to new class GluePcmResampler | Max Kellermann | 2013-11-30 | 1 | -17/+2 |
| | |||||
* | pcm/PcmConvert: move code to new class PcmChannelsConverter | Max Kellermann | 2013-11-30 | 1 | -3/+2 |
| | |||||
* | pcm/PcmConvert: move code to new class PcmFormatConverter | Max Kellermann | 2013-11-30 | 1 | -9/+6 |
| | |||||
* | pcm/PcmConvert: add AudioFormat parameters | Max Kellermann | 2013-11-30 | 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. | ||||
* | pcm/PcmConvert: use struct ConstBuffer internally | Max Kellermann | 2013-11-29 | 1 | -15/+5 |
| | |||||
* | PcmConvert: add pcm_convert_global_init() | Max Kellermann | 2013-11-29 | 1 | -0/+3 |
| | | | | | Wrapper for pcm_resample_global_init(), just in case other PCM libraries need initialization, too. | ||||
* | PcmConvert: fix src_format corruption when converting from DSD | Max Kellermann | 2013-11-28 | 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. | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+2 |
| | |||||
* | PcmConvert: add methods Open(), Close() | Max Kellermann | 2013-11-13 | 1 | -20/+16 |
| | | | | | Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -11/+8 |
| | | | | Replaces GLib's GError. | ||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -11/+11 |
| | |||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -6/+3 |
| | |||||
* | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | pcm_dsd: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -0/+115 |