- 19 Oct, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Oct, 2013 11 commits
-
-
Sebastian Thorarensen authored
This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops.
-
Max Kellermann authored
-
Max Kellermann authored
Worst-case allocation using MAX_CHANNELS.
-
Max Kellermann authored
-
Max Kellermann authored
Overload the name.
-
Max Kellermann authored
-
Max Kellermann authored
Finally fixes the regression by commit c1f4f1fd.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the global variable "shutdown_loop".
-
Max Kellermann authored
-
- 17 Oct, 2013 24 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fix for a major memory leak.
-
Max Kellermann authored
-
Max Kellermann authored
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
If fs_charset is empty, i.e. we're using the default "utf-8", GetFSCharset() should return exactly that instead of an empty std::string.
-
Max Kellermann authored
Implement a fast path for UTF-8 which leaves fs_charset empty, and don't assign a value to fs_charset if there's no configuration.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Add UpdateQueueItem::id to keep track of the id in every item. Replaces thhe hack in update_queue_push().
-
Max Kellermann authored
Fixes a few kludges and avoids GLib allocation.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-