aboutsummaryrefslogtreecommitdiff
path: root/src/audio_check.h
Commit message (Collapse)AuthorAge
* audio_{parser,config}: convert to C++Max Kellermann2013-01-30
|
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-02
| | | | Remove GLib dependency from some headers.
* audio_format: add function attributesMax Kellermann2011-10-10
| | | | For better optimization.
* copyright year 2011Max Kellermann2011-01-29
|
* audio_check: fix parameter in prototypeAlex Viskovatoff2010-12-21
|
* 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.
* audio_check: checker functions for audio_format attributesMax Kellermann2009-11-14
These functions are a wrapper for audio_valid_X(). On error, they return a GError object.