index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_format.h
Age
Commit message (
Expand
)
Author
2009-11-14
audio_format: added function audio_format_to_string()
Max Kellermann
2009-10-21
audio_format: wildcards allowed in audio_format configuration
Max Kellermann
2009-07-23
player_thread: don't use precalculated size_to_time
Max Kellermann
2009-07-22
audio_format: added API documentation
Max Kellermann
2009-07-22
audio_format: initialize reverse_endian in audio_format_init()
Max Kellermann
2009-07-19
Add reverse_endian field to struct audio_format and handle conversion
David Woodhouse
2009-07-19
Add audio_format_init() function
David Woodhouse
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-02
audio_format: allow 32 bit samples
Max Kellermann
2009-03-02
audio_format: allow up to 8 channels
Max Kellermann
2009-02-11
audio_format: added validation functions
Max Kellermann
2008-11-21
audio_format: added audio_format_valid()
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-10
audio_format: added audio_format_frame_size()
Max Kellermann
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-10
audio_format: unsigned integers
Max Kellermann
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
2008-09-29
switch to C99 types, part II
Max Kellermann
2008-09-23
audio_format: added audio_format_sample_size()
Max Kellermann
2008-09-10
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2008-09-09
audio: moved cmpAudioFormat() to audio_format.h
Max Kellermann
2008-09-07
pack the struct audio_format
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
audio_format: volatile removal
Eric Wong
2008-08-26
added inline function audio_format_time_to_size()
Max Kellermann
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann