| Commit message (Expand) | Author | Files | Lines |
2014-02-24 | DecoderPlugin: free the container_scan() return value with delete[] | Max Kellermann | 1 | -0/+2 |
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 1 | -6/+10 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -7/+7 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -8/+7 |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 1 | -91/+69 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -10/+10 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -20/+20 |
2013-08-07 | *: remove remaining __cplusplus checks | Max Kellermann | 1 | -8/+0 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -2/+2 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-30 | include cleanup | Max Kellermann | 1 | -11/+8 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -0/+8 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -18/+26 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | decoder_plugin: added method stream_tag() | Max Kellermann | 1 | -1/+22 |
2009-11-07 | decoder_list: moved suffix/mime_type checks to decoder_plugin.c | Max Kellermann | 1 | -0/+14 |
2009-06-04 | decoder_plugin: corrected outdated API documentation | Max Kellermann | 1 | -21/+22 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 1 | -0/+23 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -3/+7 |
2009-02-15 | decoder_plugin: added inline wrapper functions | Max Kellermann | 1 | -0/+55 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -0/+80 |