Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-20 | configure.ac: new libwrap autoconf test | Max Kellermann | 1 | -1/+14 | |
Use MPD_AUTO_RESULT(). Don't force libwrap by default. | |||||
2010-01-20 | client: optionally use libwrap | Davide Camurri | 1 | -0/+2 | |
2010-01-18 | mpd version 0.15.8release-0.15.8 | Avuton Olrich | 1 | -1/+1 | |
2010-01-17 | configure.ac: disable -Wdeclaration-after-statement | Max Kellermann | 1 | -1/+0 | |
Allow declaration after statement. | |||||
2010-01-02 | configure.ac: disable -Wdeclaration-after-statement | Max Kellermann | 1 | -1/+0 | |
Allow declaration after statement. | |||||
2010-01-01 | configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBS | Max Kellermann | 1 | -5/+3 | |
Don't add these to the global MPD_CFLAGS and MPD_LIBS. This allows test programs to link without libopenal. | |||||
2009-12-31 | Makefile.am: added unit tests for the archive plugins | Max Kellermann | 1 | -0/+18 | |
2009-12-27 | Modify version string to post-release version 0.15.8~git | Avuton Olrich | 1 | -1/+1 | |
2009-12-27 | mpd version 0.15.7release-0.15.7 | Avuton Olrich | 1 | -1/+1 | |
2009-12-16 | archive/iso: renamed plugin to "iso9660" | Max Kellermann | 1 | -2/+2 | |
Based on libiso9660. | |||||
2009-12-15 | archive/zip: renamed plugin to "zzip" | Max Kellermann | 1 | -10/+10 | |
This plugin is based on libzzip. | |||||
2009-11-18 | Modify version string to post-release version 0.15.7~git | Avuton Olrich | 1 | -1/+1 | |
2009-11-18 | mpd version 0.15.6release-0.15.6 | Avuton Olrich | 1 | -1/+1 | |
2009-11-17 | cmdline: print out list of encoders in --version info | Viliam Mateicka | 1 | -0/+4 | |
2009-11-17 | encoder: introducing flac encoder plugin | Viliam Mateicka | 1 | -0/+16 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+3 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-11-10 | wave_encoder: new encoder for streaming PCM wave files. | Viliam Mateicka | 1 | -1/+19 | |
When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder. This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead). Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved) | |||||
2009-11-10 | configure.ac: enable_audiofile defaults to "auto" | Max Kellermann | 1 | -2/+2 | |
Since we're using MPD_AUTO_PKG, we can auto-detect this option. Also fix the --enable-audiofile help string. | |||||
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -2/+2 | |
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h. | |||||
2009-11-10 | zzip: require libzzip 0.13 | Max Kellermann | 1 | -1/+1 | |
We need the function zzip_file_stat(). | |||||
2009-11-10 | input/mms: require libmms 0.4 | Max Kellermann | 1 | -1/+1 | |
We're using API functions which are not available in 0.3. | |||||
2009-11-07 | set the close-on-exec flag on all file descriptors | Max Kellermann | 1 | -1/+3 | |
Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes. | |||||
2009-11-05 | output/jack: use jack_client_open() instead of jack_client_new() | Max Kellermann | 1 | -1/+1 | |
jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart". | |||||
2009-10-24 | add --disable-inotify for configure to disable inotify when autodetected | Viliam Mateicka | 1 | -1/+19 | |
2009-10-22 | Makefile.am: enable the "subdir-objects" option | Max Kellermann | 1 | -1/+1 | |
Don't clutter the top directory with *.o files. | |||||
2009-10-21 | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 1 | -1/+1 | |
This is a complete rewrite of the PulseAudio output plugin. It uses the asynchronous API, which gives us more control over everything. Additionally, it connects to the PulseAudio server on startup, and keeps this connection up while MPD runs. During pause, instead of closing the stream, it enables "cork". | |||||
2009-10-18 | Modify version string to post-release version 0.15.6~git | Avuton Olrich | 1 | -1/+1 | |
2009-10-18 | mpd version 0.15.5release-0.15.5 | Avuton Olrich | 1 | -1/+1 | |
2009-10-13 | configure.ac: require GLib 2.16 | Max Kellermann | 1 | -2/+2 | |
Accidently, MPD has been using several GLib 2.16 functions for a while, and nobody noticed yet. To simplify the code base, let's bump the minimum GLib version for MPD to 2.16. That version is old enough, and it's reasonable to expect users to have it. | |||||
2009-10-10 | configure: Fix up the recorder plugin configure. | Avuton Olrich | 1 | -3/+3 | |
2009-10-08 | configure.ac: build with large file support by default | Alam Arias | 1 | -0/+2 | |
This fixes mpg123 support. | |||||
2009-10-03 | Modify version string to post-release version 0.15.5~git | Avuton Olrich | 1 | -1/+1 | |
2009-10-03 | mpd version 0.15.4release-0.15.4 | Avuton Olrich | 1 | -1/+1 | |
2009-09-25 | automatically update the database with Linux inotify | Max Kellermann | 1 | -0/+3 | |
This patch implements a light-weight inotify library, and watches all directories below the music directory. It updates all directories where files changed after a delay of 5 seconds. | |||||
2009-09-24 | configure.ac: rename HAVE_CURL to ENABLE_CURL | Max Kellermann | 1 | -2/+2 | |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -6/+0 | |
Include CoreServices/CoreServices.h. | |||||
2009-09-07 | output/openal: support OpenAL plugin on Mac OS X | Serge Ziryukin | 1 | -3/+13 | |
2009-09-06 | configure.ac: use /Developer/SDKs/MacOSX10.5.sdk | Patrik Weiskircher | 1 | -0/+6 | |
First, this is not a nice fix. I am also not sure why the error happens in the first place. I assume Apple deprecated some stuff in 10.6 + x86_64. My patch simply uses the 10.5 SDK if compiling on 10.6 Snow Leopard - which is installed by default if you install XCode 3.2 that comes with Snow Leopard. The reason this is not a nice fix is, of course, that this doesn't fix the problem. It just "postpones" it to the next release of MacOS X. But, some people may need it, and its better than nothing. | |||||
2009-09-06 | openal output plugin | Serge Ziryukin | 1 | -0/+25 | |
2009-08-30 | decoder/sidplay: implemented songlength database | Mike Dawson | 1 | -2/+7 | |
[mk: added autoconf test; fixed songlen_data_size type] | |||||
2009-08-29 | Modify version string to post-release version 0.15.4~git | Avuton Olrich | 1 | -1/+1 | |
2009-08-29 | mpd version 0.15.3release-0.15.3 | Avuton Olrich | 1 | -1/+1 | |
2009-08-26 | decoder/mpg123: new decoder plugin based on libmpg123 | Max Kellermann | 1 | -0/+19 | |
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16 | |||||
2009-08-24 | output/recorder: new output plugin for recording radio streams | Max Kellermann | 1 | -2/+35 | |
The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file. | |||||
2009-08-15 | Modify version string to post-release version 0.15.3~git | Avuton Olrich | 1 | -1/+1 | |
2009-08-15 | mpd version 0.15.2release-0.15.2 | Avuton Olrich | 1 | -1/+1 | |
2009-08-13 | use daemon() when the C library provides it | Mike Frysinger | 1 | -1/+1 | |
For systems that cannot support fork() (like no-mmu Linux), use daemon() if it is available for the daemonizing code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2009-07-17 | configure.ac: fix the --enable-alsa help string | Max Kellermann | 1 | -2/+1 | |
--enable means "enable", not "disable". | |||||
2009-07-15 | Modify version string to post-release version 0.15.2~git | Avuton Olrich | 1 | -1/+1 | |
2009-07-15 | mpd version 0.15.1release-0.15.1 | Avuton Olrich | 1 | -1/+1 | |