Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
| | | | | | When there are standardized headers, use these instead of the bloated os_compat.h. | ||||
* | renamed functions in decoder_list.h | Max Kellermann | 2008-08-26 | 1 | -8/+10 |
| | | | | InputPlugin to decoder_plugin, and no camelCase. | ||||
* | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 2008-08-26 | 1 | -0/+46 |
Since inputPlugin.c manages the list of registered decoders, we should rename the source file. |