Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require GLib 2.16 | Max Kellermann | 2012-07-10 | 1 | -1/+0 |
| | | | | | GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it. | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-06-12 | 1 | -4/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cmdline.c src/decoder/wildmidi_decoder_plugin.c src/gcc.h src/glib_compat.h src/input_stream.c src/output_list.c src/output_thread.c valgrind.suppressions | ||||
| * | input_registry: add _for_each() macros | Max Kellermann | 2012-06-12 | 1 | -4/+3 |
| | | |||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | | |||||
* | | input_init: add assertions on completeness of plugins | Max Kellermann | 2011-01-08 | 1 | -0/+6 |
|/ | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | input_plugin: method init() returns errors with GError | Max Kellermann | 2009-12-14 | 1 | -7/+32 |
| | | | | | Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it. | ||||
* | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 2009-12-14 | 1 | -0/+75 |