- 03 Apr, 2020 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Apr, 2020 21 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use std::string_view to avoid modifying the string for the temporary null terminators.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
release v0.21.22
-
Max Kellermann authored
-
Max Kellermann authored
Reduce I/O overhead.
-
Max Kellermann authored
Reduce I/O overhead.
-
Max Kellermann authored
-
Max Kellermann authored
The event library uses various libnet.a classes, e.g. SocketDescriptor.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move code from ParseCommandLine().
-
Max Kellermann authored
-
Max Kellermann authored
This method gets called a lot during MPD startup, via FindChild() and directory_load_subdir(), so this is worth optimizing at the expense of code readability. This speeds up MPD startup by 10%.
-
Max Kellermann authored
This consumes more memory (plus 48 kB on 32 bit systems), but reduces the number of hash collisions, speeding up MPD startup with large databases.
-
- 01 Apr, 2020 10 commits
-
-
Max Kellermann authored
This reverts commit eb192137. This is no longer necessary because we require FFmpeg 3.1 or newer since MPD 0.21.2. This fixes a deprecation warning because the implicit AVPacket copy constructor copies the deprecated attribute `convergence_duration`.
-
Max Kellermann authored
-
Max Kellermann authored
Enable lots of plugins for better CI coverage.
-
Max Kellermann authored
Was using the wrong parameter.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Switch to std:: functions. Changed the meson check. Works locally. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 31 Mar, 2020 1 commit
-
-
Max Kellermann authored
Reduces I/O overhead while reading a compressed database file.
-
- 27 Mar, 2020 1 commit
-
-
Rosen Penev authored
_exit and std::_Exit are identical, expect the latter is standard C++. Added several functions to the std namespace as a result of headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 26 Mar, 2020 1 commit
-
-
Thomas Guillem authored
Using MPD from Android since quite some times now. I consider it very stable now.
-