aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/flac_pcm.c
Commit message (Collapse)AuthorAge
* audio_format: basic support for DSD-over-USBMax Kellermann2012-03-19
|
* audio_format: add DSD sample formatMax Kellermann2012-03-01
| | | | | Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
* audio_format: basic support for floating point samplesMax Kellermann2011-10-20
| | | | | Support for conversion from float to 16, 24 and 32 bit integer samples.
* copyright year 2011Max Kellermann2011-01-29
|
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-16
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* decoder/flac: moved code to flac_pcm.cMax Kellermann2009-11-11