aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_pcm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-161-0/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-5/+11
| | | | | | 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-121-0/+1
| | | | | | 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-111-0/+101