aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_parser.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-222/+0
2012-06-12audio-parser, output_thread: work around -Wmaybe-uninitializedMax Kellermann1-0/+11
2012-03-27audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann1-6/+0
2012-03-22audio_format: remove the packed S24 formatMax Kellermann1-4/+4
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann1-8/+2
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann1-0/+6
2012-03-01audio_format: add DSD sample formatMax Kellermann1-0/+12
2011-10-20audio_format: basic support for floating point samplesMax Kellermann1-0/+6
2011-03-23audio_parser: fix assertion failure in audio format mask parserMax Kellermann1-1/+2
2011-03-16audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann1-1/+6
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-7/+35
2009-11-14audio_check: checker functions for audio_format attributesMax Kellermann1-12/+4
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-7/+25
2009-10-21audio_parser: moved code to separate functionsMax Kellermann1-29/+78
2009-10-21audio_parser: renamed parameter "error" to "error_r"Max Kellermann1-8/+9
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+7
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-11audio_format: added validation functionsMax Kellermann1-3/+3
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann1-0/+98