aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_parser.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-1/+2
| | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
* audio_parser: renamed parameter "error" to "error_r"Max Kellermann2009-10-211-2/+3
| | | | It's a double pointer.
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* audio_parser: added API documentationMax Kellermann2009-03-011-2/+12
|
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-111-0/+36
Added audio_format_parse() in a separate library, with a modern interface: return a GError instead of logging errors. This allows the caller to deal with the error.