aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_{parser,config}: convert to C++Max Kellermann2013-01-301-222/+0
* Merge branch 'v0.16.x'Max Kellermann2012-06-121-0/+11
|\
| * audio-parser, output_thread: work around -Wmaybe-uninitializedMax Kellermann2012-06-121-0/+11
* | audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann2012-03-271-6/+0
* | audio_format: remove the packed S24 formatMax Kellermann2012-03-221-4/+4
* | audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann2012-03-211-8/+2
* | audio_format: basic support for DSD-over-USBMax Kellermann2012-03-191-0/+6
* | audio_format: add DSD sample formatMax Kellermann2012-03-011-0/+12
* | audio_format: basic support for floating point samplesMax Kellermann2011-10-201-0/+6
* | Merge branch 'v0.16.x'Max Kellermann2011-04-121-1/+2
|\|
| * audio_parser: fix assertion failure in audio format mask parserMax Kellermann2011-03-231-1/+2
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-191-0/+1
|\|
| * audio_format, output_thread: add more audio_format_valid() assertionsMax Kellermann2011-03-161-0/+1
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-161-1/+6
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-7/+35
* audio_check: checker functions for audio_format attributesMax Kellermann2009-11-141-12/+4
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-7/+25
* audio_parser: moved code to separate functionsMax Kellermann2009-10-211-29/+78
* audio_parser: renamed parameter "error" to "error_r"Max Kellermann2009-10-211-8/+9
* Add audio_format_init() functionDavid Woodhouse2009-07-191-3/+7
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* audio_format: added validation functionsMax Kellermann2009-02-111-3/+3
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-111-0/+98