Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_format: support packed 24 bit samples | Max Kellermann | 2010-01-16 | 1 | -0/+3 |
| | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -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 Kellermann | 2009-11-14 | 1 | -0/+44 |
Unified function for converting an audio_format object to a string, for log messages and for the "status" command. |