- 26 Sep, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Since Debian package 1:0.8.8.4-4, the pkg-config file does not contain -I/usr/include/libmodplug anymore, and we need to add the "libmodplug/" prefix to the #include line.
-
Artem Savkov authored
When playing finite http streams, e.g. something from soundcloud, eventloop stalls after pausing writefunc. TimeoutMonitor is cancelled by the time resume happens, so when enough data is consumed writefunc is called only once. Calling InvalidateSockets() from input_curl_resume() seems to fix the issue.
-
- 12 Sep, 2013 10 commits
-
-
Max Kellermann authored
Previously, the pointer was moved to undefined memory.
-
Max Kellermann authored
Increment the "path" earlier.
-
Max Kellermann authored
This was building broken paths like "/home/foo/~/bar". Bug found by Maarten de Vries.
-
Max Kellermann authored
-
Max Kellermann authored
Use Path::FromUTF8() for the g_get_home_dir() return value instead of assuming it's already FS charset.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Maarten de Vries authored
-
- 05 Sep, 2013 22 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
For callers that already have a Tag instance.
-
Max Kellermann authored
-
Max Kellermann authored
Methods BeginAdd() and EndAdd() have been replaced by class TagBuilder.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.
-
Max Kellermann authored
This is not a C++ class and must not be copied.
-
Max Kellermann authored
Move to TagSettings.c and use C99 initializers.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allow using the Tag.cxx library without the Config library.
-
Max Kellermann authored
-
Max Kellermann authored
Migrate the remaining callers to FatalError().
-
Ales Guzik authored
-
Max Kellermann authored
Replaces struct playlist_provider.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
-
Max Kellermann authored
-
- 04 Sep, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
Max Kellermann authored
-