- 12 May, 2014 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Turns out ucol_getSortKey() does not what I thought it does.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes the broken "search" command.
-
Max Kellermann authored
The attribute must be 0..100 and not 0..1024. Previously, the code was inconsistent.
-
- 11 May, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replace InputPlugin attributes.
-
Max Kellermann authored
Replaces the method Close().
-
Max Kellermann authored
Prepare for adding virtual methods.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 May, 2014 2 commits
-
-
Max Kellermann authored
This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway.
-
Max Kellermann authored
Eliminates some overhead and some duplicate code, and fixes a serious bug: the old code did not append the ".m3u" suffix, and thus the "load" command was completely broken for stored playlists. D'oh!
-
- 29 Apr, 2014 2 commits
-
-
Max Kellermann authored
Fixes missing song length on high-latency Opus files. According to tests with 320 kbit/s opus files with 60ms packets, we need to skip up to 29 kB.
-
Max Kellermann authored
-
- 27 Apr, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Apr, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Turns out the lock-free code using atomics was not thread-safe. The given callback could be invoked by GLib before the source_id attribute was assigned. This commit changes the DeferredMonitor class to use a Mutex to block the event loop until source_id is assigned. This bug does not exist in the 0.19 branch because it does not use the GLib main loop anymore.
-
Max Kellermann authored
-
- 25 Apr, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failure.
-
- 24 Apr, 2014 10 commits
-
-
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
-
Max Kellermann authored
-