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