- 20 Sep, 2009 2 commits
-
-
Max Kellermann authored
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
-
Patrik Weiskircher authored
Include CoreServices/CoreServices.h.
-
- 10 Sep, 2009 4 commits
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac doc/mpdconf.example
-
Max Kellermann authored
The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
-
Max Kellermann authored
Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing.
-
Max Kellermann authored
This patch made ov_time_total() unusable, and MPD did not know the duration of songs.
-
- 09 Sep, 2009 1 commit
-
-
Max Kellermann authored
-
- 07 Sep, 2009 1 commit
-
-
Serge Ziryukin authored
-
- 06 Sep, 2009 4 commits
-
-
Serge Ziryukin authored
-
Serge Ziryukin authored
-
Patrik Weiskircher authored
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.
-
Serge Ziryukin authored
-
- 02 Sep, 2009 1 commit
-
-
- 31 Aug, 2009 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 30 Aug, 2009 6 commits
-
-
Mike Dawson authored
-
Mike Dawson authored
[mk: added autoconf test; fixed songlen_data_size type]
-
Mike Dawson authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 26 Aug, 2009 1 commit
-
-
Max Kellermann authored
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
-
- 25 Aug, 2009 1 commit
-
-
Anton Khirnov authored
-
- 24 Aug, 2009 5 commits
-
-
Gunnar Roth authored
fopen change for win32 in tag dup of vorbis win32 adaption for head changes
-
Anton Khirnov authored
-
Rasmus Steinke authored
using ov_test_callback with function CALLBACKS_STREAMONLY will cause scanning to stop after the comment field. ov_open (and ov_test) default to CALLBACKS_DEFAULT which scans the file structure causing a huge slowdown. The speed improvement is huge: It scanned my files around 10x faster This procedure has been recommended by monthy (main vorbis developer) and was said to be safe for scanning files.
-
Max Kellermann authored
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.
-
Max Kellermann authored
This option was deprecated by the 0.15 release. This patch makes this option invalid.
-
- 19 Aug, 2009 1 commit
-
-
Igor Kuzmin authored
MPD checks if every flac (possibly other types as well) file contains cuesheet on every update, which produces unneeded I/O. My music collection is on NFS share, so it's quite noticeable. IMHO, it shouldn't re-read unchanged files, so I wrote simple patch to fix it.
-
- 18 Aug, 2009 1 commit
-
-
Max Kellermann authored
Fix stuttering due to uninitialized variable.
-
- 15 Aug, 2009 3 commits
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 14 Aug, 2009 6 commits
-
-
Max Kellermann authored
During the pause loop, manually sleep for 500ms if shout_delay() returns a value greater than that. Don't exhaust libshout's buffer.
-
Max Kellermann authored
Explicitly make the output thread leave the ao_pause() loop. This patch is a workaround, and the "pause" flag is not managed in a thread-safe way, but that's good enough for now.
-
Max Kellermann authored
dirvec_delete() does not free the object, we have to call directory_free() afterwards.
-
Max Kellermann authored
The return value of map_directory_child_fs() must be freed.
-
Max Kellermann authored
The function flac_cue_track() first calls FLAC__metadata_object_new(), then overwrites this pointer with FLAC__metadata_get_cuesheet(). This allocate two FLAC__StreamMetadata objects, but the first pointer is lost, and never freed.
-
Max Kellermann authored
When you pass an empty string to directory_update_init(), it was not freed by update_task().
-
- 13 Aug, 2009 1 commit
-
-
Max Kellermann authored
Replace decoder_control.notify with decoder_control.mutex and decoder_control.cond. Lock the mutex on all accesses to decoder_control.command and decoder_control.state.
-