Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 1 | -3/+3 | |
2014-02-06 | pcm/FallbackResampler: add missing ConstBuffer<T>::ToVoid() call | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-30 | pcm/PcmResampler: convert to abstract interface | Max Kellermann | 1 | -0/+147 | |
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries. |