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