- 26 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 25 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Oct, 2013 12 commits
-
-
Max Kellermann authored
Parse the R128_TRACK_GAIN comment string.
-
Max Kellermann authored
-
Max Kellermann authored
Call decoder_timestamp(). This is not necessary currently, but will be as soon as we implement seeking.
-
Max Kellermann authored
This requires seeking to the end-of-stream, checking its granulepos, and then seeking back to the previous file position. We do this only for local files.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Oct, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the temporary buffer, do I/O right into the WritableBuffer.
-
Max Kellermann authored
-
Max Kellermann authored
Replaces GLib's g_ascii_strncasecmp().
-
- 20 Oct, 2013 4 commits
-
-
Max Kellermann authored
Replaces GLib's g_ascii_strcasecmp().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Sebastian Thorarensen authored
The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping.
-
- 18 Oct, 2013 1 commit
-
-
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.
-
- 17 Oct, 2013 2 commits
-
-
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
Decouple some more from GLib.
-
- 16 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replacing GLib macros.
-
Max Kellermann authored
-