aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_format: added validation functionsMax Kellermann2009-02-111-3/+34
* audio_format: added audio_format_valid()Max Kellermann2008-11-211-0/+11
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-101-1/+7
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-5/+5
* audio_format: unsigned integersMax Kellermann2008-10-101-2/+2
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-3/+4
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-291-1/+1
* switch to C99 types, part IIMax Kellermann2008-09-291-3/+3
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-231-2/+15
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-101-0/+12
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-091-0/+8
* pack the struct audio_formatMax Kellermann2008-09-071-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-4/+4
* audio_format: volatile removalEric Wong2008-09-071-3/+3
* added inline function audio_format_time_to_size()Max Kellermann2008-08-261-0/+5
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-0/+35