aboutsummaryrefslogtreecommitdiff
path: root/src/input_init.c
Commit message (Collapse)AuthorAge
* require GLib 2.16Max Kellermann2012-07-10
| | | | | 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 Kellermann2012-06-12
|\ | | | | | | | | | | | | | | | | | | | | | | 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() macrosMax Kellermann2012-06-12
| |
* | copyright year 2011Max Kellermann2011-01-29
| |
* | input_init: add assertions on completeness of pluginsMax Kellermann2011-01-08
|/
* Update copyright notices.Avuton Olrich2009-12-31
|
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-14
| | | | | 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.cMax Kellermann2009-12-14