aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-0/+18
| | | | | Don't compile the sources of disabled decoder plugins at all, and don't attempt to register these.
* decoder: renamed plugin methodsMax Kellermann2008-09-291-3/+3
| | | | | Why have a "_func" prefix on all method names? Also don't typedef the methods, there is no advantage in that.
* moved global variable "pc" to player.hMax Kellermann2008-08-261-0/+1
| | | | | This is the last of the three variables. Now we don't need playerData.h anymore in most sources.
* renamed functions in decoder_list.hMax Kellermann2008-08-261-18/+20
| | | | InputPlugin to decoder_plugin, and no camelCase.
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-4/+4
|
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-0/+166
Since inputPlugin.c manages the list of registered decoders, we should rename the source file.