index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm
/
PcmConvert.cxx
Age
Commit message (
Expand
)
Author
2019-06-17
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-04
pcm/PcmConvert: remove unused attribute "dest_format"
Max Kellermann
2019-04-04
pcm/PcmConvert: eliminate Open() and Close()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-17
pcm/ConfiguredResampler: use struct ConfigData
Max Kellermann
2018-01-02
pcm/Resampler: add virtual method Flush()
Max Kellermann
2018-01-01
pcm/*: add "noexcept"
Max Kellermann
2017-01-17
AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx
Max Kellermann
2017-01-11
pcm/Convert: add method Reset()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-09
pcm/Domain: remove obsolete source
Max Kellermann
2016-09-09
pcm/Convert: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-10-23
pcm/PcmConvert: assign {src,dest}_format at the end
Max Kellermann
2014-10-23
pcm/PcmConvert: make AudioFormat parameters "const"
Max Kellermann
2014-09-26
pcm: --disable-dsd also disables the dsd2pcm library
Max Kellermann
2014-09-26
PcmConvert: eliminate unused local variable "format"
Max Kellermann
2014-08-23
pcm/PcmDsd: remove "lsbfirst" support
Max Kellermann
2014-08-12
PcmConvert: Convert() returns ConstBuffer
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-23
pcm/PcmConvert: move the Domain instance to Domain.cxx
Max Kellermann
2013-11-30
pcm/PcmResampler: convert to abstract interface
Max Kellermann
2013-11-30
pcm/PcmConvert: move code to new class GluePcmResampler
Max Kellermann
2013-11-30
pcm/PcmConvert: move code to new class PcmChannelsConverter
Max Kellermann
2013-11-30
pcm/PcmConvert: move code to new class PcmFormatConverter
Max Kellermann
2013-11-30
pcm/PcmConvert: add AudioFormat parameters
Max Kellermann
2013-11-29
pcm/PcmConvert: use struct ConstBuffer internally
Max Kellermann
2013-11-29
pcm/PcmDsd: use struct ConstBuffer
Max Kellermann
2013-11-29
PcmConvert: add pcm_convert_global_init()
Max Kellermann
2013-11-28
PcmConvert: fix src_format corruption when converting from DSD
Max Kellermann
2013-11-13
PcmConvert: add methods Open(), Close()
Max Kellermann
2013-10-30
*: update copyright year to 2013
Max Kellermann
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
2013-10-16
pcm_pack: convert to C++
Max Kellermann
2013-10-15
Client, ...: remove unnecessary glib.h include
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-03
audio_format: convert to C++
Max Kellermann
2013-07-30
pcm_buffer: convert to C++
Max Kellermann
2013-07-30
pcm_resample: convert to C++
Max Kellermann
2013-07-30
PcmConvert: don't memset() in the constructor
Max Kellermann
2013-07-29
pcm_dsd: convert to C++
Max Kellermann
2013-04-09
pcm_*: move to src/pcm/
Max Kellermann