Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DecoderList: add "pure" attribute | Max Kellermann | 2013-12-29 | 1 | -0/+1 |
| | |||||
* | DecoderList: add function decoder_plugins_supports_suffix() | Max Kellermann | 2013-12-29 | 1 | -11/+10 |
| | | | | Replaces decoder_plugin_from_suffix(). | ||||
* | DecoderList: remove unused function decoder_plugin_from_mime_type() | Max Kellermann | 2013-12-29 | 1 | -3/+0 |
| | |||||
* | DecoderThread: simplify the decoder lookup loop | Max Kellermann | 2013-10-21 | 1 | -0/+11 |
| | | | | Merge the two loops into one, and eliminate the GSList. | ||||
* | DecoderList: reimplement _for_each() with function object | Max Kellermann | 2013-10-21 | 1 | -10/+28 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -7/+7 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -0/+63 |