aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/audiofile_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
| | | | | Call ob_clear() in decoder_command_finished() instead of implementing that call in every decoder plugin.
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+147
These plugins are not input plugins, they are decoder plugins. No CamelCase in the directory name.