Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-13 | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann | 1 | -1/+1 | |
The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release. | |||||
2014-08-11 | configure.ac: fix typo, remove spaces | Max Kellermann | 1 | -1/+1 | |
2014-08-07 | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 1 | -0/+25 | |
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | |||||
2014-08-06 | fs/GzipOutputStream: new class wrapping zlib | Max Kellermann | 1 | -0/+15 | |
2014-08-02 | Win32Main: move to win32/ | Max Kellermann | 1 | -1/+1 | |
2014-08-02 | configure.ac: prepare for 0.18.13 | Max Kellermann | 1 | -1/+1 | |
2014-06-23 | configure.ac: prepare for 0.18.12 | Max Kellermann | 1 | -1/+1 | |
2014-06-16 | configure.ac: disable exceptions only with Boost 1.54 or newer | Max Kellermann | 1 | -2/+25 | |
See https://svn.boost.org/trac/boost/ticket/7849 | |||||
2014-06-11 | configure.ac: check for Boost | Max Kellermann | 1 | -0/+2 | |
2014-06-10 | zeroconf/Avahi: call dbus_shutdown() during shutdown | Max Kellermann | 1 | -1/+1 | |
Make valgrind happy. | |||||
2014-04-26 | configure.ac: prepare for 0.18.11 | Max Kellermann | 1 | -1/+1 | |
2014-03-15 | configure.ac: always define _GNU_SOURCE on Linux | Max Kellermann | 1 | -0/+3 | |
Make sure glibc gives us all features. | |||||
2014-03-06 | configure.ac: prepare for 0.18.10 | Max Kellermann | 1 | -1/+1 | |
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -0/+13 | |
2014-02-22 | first Android release | Max Kellermann | 1 | -0/+21 | |
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe. | |||||
2014-02-21 | configure.ac: detect Android cross-build | Max Kellermann | 1 | -0/+10 | |
Define "ANDROID" if the host operating system is Android. | |||||
2014-02-18 | configure.ac: fix linker failure when libvorbis/libogg are static | Max Kellermann | 1 | -1/+1 | |
Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis. | |||||
2014-02-18 | configure.ac: check for libpthread | Max Kellermann | 1 | -0/+5 | |
Required for building without GLib. | |||||
2014-02-17 | configure.ac: link the Vorbis encoder with libogg | Max Kellermann | 1 | -1/+1 | |
Fixes another linker failure. Similar to commit ea406875 | |||||
2014-02-09 | configure.ac: prepare for 0.18.9 | Max Kellermann | 1 | -1/+1 | |
2014-02-06 | configure.ac: link the Vorbis encoder with libvorbis | Max Kellermann | 1 | -1/+1 | |
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly. | |||||
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 1 | -0/+13 | |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -3/+15 | |
2014-01-30 | Main, OutputThread: increase kernel timer slack (Linux) | Max Kellermann | 1 | -0/+2 | |
Allows the kernel to combine timer wakeups with other processes, reducing power usage. | |||||
2014-01-27 | configure.ac: detect libsmbclient without pkg-config | Max Kellermann | 1 | -1/+2 | |
The pkg-config file has been added in Samba 4.0. This commits adds a fallback for older libsmbclient versions. | |||||
2014-01-27 | configure.ac: check if -lrt is necessary for clock_gettime() | Max Kellermann | 1 | -0/+2 | |
2014-01-27 | configure.ac: move autoconf/automake helpers to build/ | Max Kellermann | 1 | -0/+1 | |
2014-01-27 | move systemd unit to directory systemd/ | Max Kellermann | 1 | -1/+1 | |
2014-01-26 | neighbor/upnp: UPnP media server discovery | Max Kellermann | 1 | -0/+3 | |
2014-01-26 | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 1 | -0/+21 | |
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. | |||||
2014-01-24 | Win32Main: move to win32/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | thread/Name: set thread names | Max Kellermann | 1 | -0/+7 | |
For debugging. | |||||
2014-01-20 | CommandLine: show the current git tag and commit id | Max Kellermann | 1 | -0/+4 | |
2014-01-20 | new developer mailing list | Max Kellermann | 1 | -1/+1 | |
2014-01-18 | Daemon: don't use daemon(), always require fork() | Max Kellermann | 1 | -1/+0 | |
Prepare for more advanced daemonization code, which will not work with daemon(). Let's just require fork(). Everybody who supports daemon() also supports fork(). | |||||
2014-01-15 | configure.ac: prepare for 0.18.8 | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | Shine encoding plugin | Andrée Ekroth | 1 | -0/+18 | |
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 } | |||||
2014-01-11 | configure.ac: reject libmpcdec SV7 in configure script | Max Kellermann | 1 | -1/+1 | |
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+23 | |
[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] | |||||
2014-01-09 | playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XML | Max Kellermann | 1 | -0/+14 | |
2014-01-04 | event/Loop: remove the GLib implementation | Max Kellermann | 1 | -58/+19 | |
Now that the remaining known bugs in poll() implementation are fixed, we can go on without the GLib implementation. | |||||
2013-12-29 | configure.ac: improved check for libyajl 1.0 | Max Kellermann | 1 | -1/+1 | |
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. | |||||
2013-12-29 | configure.ac: prepare for 0.18.7 | Max Kellermann | 1 | -1/+1 | |
2013-12-29 | input/smbclient: new input plugin | Max Kellermann | 1 | -0/+14 | |
2013-12-24 | release v0.18.6 | Max Kellermann | 1 | -1/+1 | |
2013-12-20 | configure.ac: skip Linux specific tests on other OSs | Max Kellermann | 1 | -6/+23 | |
2013-12-19 | configure.ac: add variable $host_is_unix | Max Kellermann | 1 | -7/+3 | |
2013-12-19 | configure.ac: add variable $host_is_solaris | Max Kellermann | 1 | -13/+6 | |
2013-12-19 | configure.ac: increment protocol version to 0.19.0 | Max Kellermann | 1 | -1/+1 | |
Due to recent protocol additions ("addtagid", "cleartagid"). | |||||
2013-12-15 | configure.ac: add option "--disable-glib" | Max Kellermann | 1 | -4/+15 | |
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. |