Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 1 | -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.h | Max Kellermann | 2008-08-26 | 1 | -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.h | Max Kellermann | 2008-08-26 | 1 | -18/+20 |
| | | | | InputPlugin to decoder_plugin, and no camelCase. | ||||
* | no camel case in struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -4/+4 |
| | |||||
* | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 2008-08-26 | 1 | -0/+166 |
Since inputPlugin.c manages the list of registered decoders, we should rename the source file. |