aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-161-0/+3
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-2/+27
| | | | | | 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.
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-0/+44
Unified function for converting an audio_format object to a string, for log messages and for the "status" command.