summaryrefslogtreecommitdiff
path: root/src/audio_format.h
AgeCommit message (Expand)Author
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann
2012-03-27audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann
2012-03-22audio_format: remove the packed S24 formatMax Kellermann
2012-03-21audio_format: DSD_OVER_USB is padded to 32 bitMax Kellermann
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann
2012-03-01audio_format: add DSD sample formatMax Kellermann
2011-10-20audio_format: basic support for floating point samplesMax Kellermann
2011-10-10audio_format: convert reverse_endian to a "bool"Max Kellermann
2011-10-10audio_format: un-inline audio_format_mask_apply()Max Kellermann
2011-10-10audio_format: add function attributesMax Kellermann
2011-10-08audio_format: move code to sample_format_size()Max Kellermann
2011-10-04audio_format: add constant MAX_CHANNELSMax Kellermann
2011-03-19Merge commit 'release-0.16.2'Max Kellermann
2011-03-16audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann
2009-07-23player_thread: don't use precalculated size_to_timeMax Kellermann
2009-07-22audio_format: added API documentationMax Kellermann
2009-07-22audio_format: initialize reverse_endian in audio_format_init()Max Kellermann
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse
2009-07-19Add audio_format_init() functionDavid Woodhouse
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