- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 04 Dec, 2014 1 commit
-
-
Max Kellermann authored
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
-
- 07 Oct, 2014 1 commit
-
-
Max Kellermann authored
Auto-stop the IO thread in all error handlers.
-
- 06 Aug, 2014 1 commit
-
-
Max Kellermann authored
Revert to the old API before commit e9e55b08, removing unnecessary bloat.
-
- 11 May, 2014 1 commit
-
-
Max Kellermann authored
Replaces the method Close().
-
- 18 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2013 1 commit
-
-
Max Kellermann authored
Merge some duplicate code.
-
- 24 Dec, 2013 2 commits
-
-
Max Kellermann authored
Avoid GLib.
-
Max Kellermann authored
Obsolete, our logging library doesn't ues GLib anymore.
-
- 23 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 17 Oct, 2013 1 commit
-
-
Max Kellermann authored
Allows forward-declaration.
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 05 Sep, 2013 1 commit
-
-
Max Kellermann authored
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
-
- 04 Sep, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replaces GLib's GError.
-
- 03 Sep, 2013 1 commit
-
-
Max Kellermann authored
New GLib versions don't fail.
-
- 04 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 12 May, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 16 Apr, 2013 1 commit
-
-
Max Kellermann authored
Deprecated.
-
- 27 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2013 1 commit
-
-
Max Kellermann authored
Hide the definition from C code, to prepare the transition to C++.
-
- 24 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 10 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2012 1 commit
-
-
Max Kellermann authored
Eliminates explicit global initialisation.
-
- 19 Mar, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2011 2 commits
-
-
Max Kellermann authored
Add GMutex, GCond attributes which will be used by callers to conditionally wait on the stream. Remove the (now-useless) plugin method buffer(), wait on GCond instead. Lock the input_stream before each method call. Do the same with the playlist plugins.
-
Max Kellermann authored
To check for errors without reading. The decoder thread wants to do that, before it passes the input stream to the plugin.
-
- 24 Aug, 2011 1 commit
-
-
Max Kellermann authored
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform!
-
- 01 Jan, 2010 2 commits
-
-
Max Kellermann authored
Major API redesign: don't let the caller allocate the input_stream object. Let each input plugin allocate its own (derived/extended) input_stream pointer. The "data" attribute can now be removed, and all input plugins simply cast the input_stream pointer to their own structure (with an "struct input_stream base" as the first attribute).
-
Avuton Olrich authored
-
- 15 Dec, 2009 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This enables valgrind debugging after an error occurred.
-