aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-161-0/+9
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-19/+67
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-0/+19
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-0/+47
* player_thread: don't use precalculated size_to_timeMax Kellermann2009-07-231-9/+0
* audio_format: added API documentationMax Kellermann2009-07-221-0/+48
* audio_format: initialize reverse_endian in audio_format_init()Max Kellermann2009-07-221-0/+1
* Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse2009-07-191-1/+4
* Add audio_format_init() functionDavid Woodhouse2009-07-191-0/+9
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* audio_format: allow 32 bit samplesMax Kellermann2009-03-021-1/+1
* audio_format: allow up to 8 channelsMax Kellermann2009-03-021-1/+1
* 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