- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 30 May, 2020 1 commit
-
-
Rosen Penev authored
The ones in std have overloads for const char/char. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 13 Mar, 2020 1 commit
-
-
Max Kellermann authored
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2020 1 commit
-
-
Markus Mittendrein authored
This is needed to correctly load playlist entries that reference a song in a cuesheet that is treated as a folder.
-
- 09 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/607
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Feb, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 12 Apr, 2016 1 commit
-
-
Max Kellermann authored
Fixes aborted "load" commands due to SongLoader failure.
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Now that Song::GetDuration() is used (which considers start_ms and end_ms), we don't need to override the Tag's duration value.
-
- 10 Feb, 2014 1 commit
-
-
Max Kellermann authored
Playback with some decoder plugins was broken because the Queue's DetachedSong instances did not have the "real" URI (the mapped path).
-
- 07 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 03 Feb, 2014 1 commit
-
-
Max Kellermann authored
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.
-
- 30 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 20 Jan, 2014 6 commits
-
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
This has been verified already in the caller.
-
Max Kellermann authored
Allows applying map_to_relative_path() with base_uri.
-
Max Kellermann authored
No caller passes a database song to this function, but if he does, this check doesn't make sense.
-
Max Kellermann authored
This didn't make sense.
-
Max Kellermann authored
-
- 19 Jan, 2014 1 commit
-
-
Max Kellermann authored
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
-
- 17 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 15 Jan, 2014 1 commit
-
-
Max Kellermann authored
Don't create an intermediate Song instance when all we want is a DetachedSong.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-