aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-151-0/+4
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-151-1/+29
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+1
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-151-3/+5
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-1/+3
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+4
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+4
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-111-0/+4
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-241-2/+2
* flac: no CamelCaseMax Kellermann2009-01-151-4/+4
* oggvorbis: no CamelCaseMax Kellermann2009-01-141-2/+2
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* print supported decoders in --versionViliam Mateicka2008-12-301-0/+13
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+4
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-091-11/+1
* flac: enable oggflac with libflacMax Kellermann2008-11-101-1/+1
* wavpack: no CamelCaseMax Kellermann2008-11-041-2/+2
* mp4: no CamelCaseeMax Kellermann2008-11-041-2/+2
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-2/+2
* configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann2008-11-031-1/+3
* decoder: enable decoders even if they have no init() methodMax Kellermann2008-11-021-1/+1
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-11/+11
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-011-90/+78
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-7/+8
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-1/+1
* ffmpeg: new decoder pluginViliam Mateicka2008-10-171-0/+4
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-0/+18
* decoder: renamed plugin methodsMax Kellermann2008-09-291-3/+3
* moved global variable "pc" to player.hMax Kellermann2008-08-261-0/+1
* renamed functions in decoder_list.hMax Kellermann2008-08-261-18/+20
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-4/+4
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-0/+166