aboutsummaryrefslogtreecommitdiff
path: root/src/audio_format.h
Commit message (Expand)AuthorAge
* all: Update copyright header.Avuton Olrich2009-03-13
* audio_format: allow 32 bit samplesMax Kellermann2009-03-02
* audio_format: allow up to 8 channelsMax Kellermann2009-03-02
* audio_format: added validation functionsMax Kellermann2009-02-11
* audio_format: added audio_format_valid()Max Kellermann2008-11-21
* added prefix to header macrosMax Kellermann2008-10-31
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* audio_format: unsigned integersMax Kellermann2008-10-10
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-23
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-10
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* pack the struct audio_formatMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* audio_format: volatile removalEric Wong2008-09-07
* added inline function audio_format_time_to_size()Max Kellermann2008-08-26
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-26