aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/convert_filter_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-23pcm_convert: use GError for error handlingMax Kellermann1-11/+3
Don't abort the whole MPD process when the conversion fails. This has been a denial-of-service attack vector for years.
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse1-0/+1
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann1-0/+154