Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_format: add function attributes | Max Kellermann | 2011-10-10 | 1 | -0/+1 |
| | | | | For better optimization. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | audio_check: fix parameter in prototype | Alex Viskovatoff | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+3 |
| | | | | | | 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_check: checker functions for audio_format attributes | Max Kellermann | 2009-11-14 | 1 | -0/+54 |
These functions are a wrapper for audio_valid_X(). On error, they return a GError object. |