- 06 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jun, 2014 1 commit
-
-
Max Kellermann authored
-
- 16 Jun, 2014 1 commit
-
-
- 11 Jun, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Jun, 2014 1 commit
-
-
Max Kellermann authored
Make valgrind happy.
-
- 26 Apr, 2014 1 commit
-
-
Max Kellermann authored
-
- 15 Mar, 2014 1 commit
-
-
Max Kellermann authored
Make sure glibc gives us all features.
-
- 06 Mar, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Feb, 2014 1 commit
-
-
Max Kellermann authored
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.
-
- 21 Feb, 2014 1 commit
-
-
Max Kellermann authored
Define "ANDROID" if the host operating system is Android.
-
- 18 Feb, 2014 2 commits
-
-
Max Kellermann authored
Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis.
-
Max Kellermann authored
Required for building without GLib.
-
- 17 Feb, 2014 1 commit
-
-
Max Kellermann authored
Fixes another linker failure. Similar to commit ea406875
-
- 09 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2014 2 commits
-
-
Max Kellermann authored
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
-
Max Kellermann authored
-
- 30 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
- 27 Jan, 2014 4 commits
-
-
Max Kellermann authored
The pkg-config file has been added in Samba 4.0. This commits adds a fallback for older libsmbclient versions.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 25 Jan, 2014 1 commit
-
-
Max Kellermann authored
This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
For debugging.
-
- 20 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Jan, 2014 1 commit
-
-
Max Kellermann authored
Prepare for more advanced daemonization code, which will not work with daemon(). Let's just require fork(). Everybody who supports daemon() also supports fork().
-
- 15 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Andrée Ekroth authored
This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 }
-
- 11 Jan, 2014 1 commit
-
-
Max Kellermann authored
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
-
- 09 Jan, 2014 2 commits
-
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-
Max Kellermann authored
-
- 04 Jan, 2014 1 commit
-
-
Max Kellermann authored
Now that the remaining known bugs in poll() implementation are fixed, we can go on without the GLib implementation.
-
- 29 Dec, 2013 3 commits
-
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Dec, 2013 1 commit
-
-
Max Kellermann authored
-