- 02 Apr, 2020 12 commits
-
-
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 15 commits
-
-
Thomas Guillem authored
Using MPD from Android since quite some times now. I consider it very stable now.
-
Thomas Guillem authored
TODO: Not sure the app could be accepted on the play store without a valid banner.
-
Thomas Guillem authored
This seems to be required on recent Android versions (tested with Android 10). This is also required for android TV services (cf. next commit). This is done using Java reflection so that the project doesn't depend on android compat libs.
-
git://github.com/neheb/MPDMax Kellermann authored
-
Thomas Guillem authored
Apparently, it's not possible to change CURLOPT_NETRC on Android.
-
Rosen Penev authored
Found with readability-uppercase-literal-suffix Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
This is the case with uClibc-ng currently. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 769cd0ee9f0cf8ceb026aa751b5d4a390bb5dbdc) (changed define to match master)
-
- 25 Mar, 2020 1 commit
-
-
Thomas Guillem authored
-