aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmConvert.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: doxygen fixupsMax Kellermann2015-03-171-4/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* pcm: --disable-dsd also disables the dsd2pcm libraryMax Kellermann2014-09-261-1/+7
|
* PcmConvert: Convert() returns ConstBufferMax Kellermann2014-08-121-5/+1
|
* pcm: use nullptr instead of NULLMax Kellermann2014-07-301-2/+2
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann2013-12-231-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 interfaceMax Kellermann2013-11-301-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 GluePcmResamplerMax Kellermann2013-11-301-17/+2
|
* pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann2013-11-301-3/+2
|
* pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann2013-11-301-9/+6
|
* pcm/PcmConvert: add AudioFormat parametersMax Kellermann2013-11-301-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 internallyMax Kellermann2013-11-291-15/+5
|
* PcmConvert: add pcm_convert_global_init()Max Kellermann2013-11-291-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 DSDMax Kellermann2013-11-281-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 iwyuMax Kellermann2013-11-281-1/+2
|
* PcmConvert: add methods Open(), Close()Max Kellermann2013-11-131-20/+16
| | | | | Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method.
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+8
| | | | Replaces GLib's GError.
* audio_format: convert to C++Max Kellermann2013-08-031-11/+11
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-6/+3
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-2/+2
|
* pcm_dsd: convert to C++Max Kellermann2013-07-291-2/+2
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-0/+115