aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmFormat.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann2013-12-011-45/+1
|
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-1/+0
| | | | | | The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-4/+4
|
* PcmFormat: move definitions to struct SampleTraitsMax Kellermann2013-10-281-36/+81
|
* pcm_pack: convert to C++Max Kellermann2013-10-161-1/+0
|
* gcc.h: major updateMax Kellermann2013-10-151-6/+6
| | | | | Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
* audio_format: convert to C++Max Kellermann2013-08-031-32/+32
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-40/+40
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-0/+500