6a77e60c70now player and decoder processes should only exit() when receiving term signal from their respective parent processes
Warren Dukes
2005-03-08 00:17:33 +0000
3764b06083hopefully replaygain now works for musepack
Warren Dukes
2005-03-07 01:30:29 +0000
01b708bc13add support for parsing ape tags in musepack files
Warren Dukes
2005-03-07 00:51:21 +0000
522bb6b61fupdate usage and mpd man page to indicate that we now require a config file
Warren Dukes
2005-03-06 19:03:25 +0000
586a21688fconfig file change! now 'port' is optional and 'db_file' is required! also, should have better error reporting when failing to open playlist or music directory's, or writing the db, etc
Warren Dukes
2005-03-06 19:00:58 +0000
d60c37f1f9sample config file example
Warren Dukes
2005-03-06 04:27:19 +0000
4b016cafa1wee bit of code cleanup
Warren Dukes
2005-03-05 21:09:32 +0000
8e634b8237don't need the extra snd_pcm_prepare after _drop
Warren Dukes
2005-03-05 21:07:09 +0000
8004ae341fmore alsa work
Warren Dukes
2005-03-05 20:51:36 +0000
b94fa9c949set buffer_before_play default to 0%
Warren Dukes
2005-03-05 19:22:13 +0000
93902434d7mpdconf.example should be installed in the docs directory also
Avuton Olrich
2005-03-05 17:52:25 +0000
a653bd76d4Update the configure.ac to allow only compiling with ALSA output plugin
Avuton Olrich
2005-03-05 17:34:40 +0000
99b28b12b6this seemed to help a bit with the blip's on next
Warren Dukes
2005-03-05 14:45:27 +0000
8a00fa6c57we want to stat, not lstat
Warren Dukes
2005-03-05 14:28:37 +0000
c8f044572efix some compilation warning
Warren Dukes
2005-03-05 14:26:37 +0000
92653f8474implemented dropping of current buffered audio, works for oss, but there seems to be a "blip" for alsa devices, needs more work
Warren Dukes
2005-03-05 14:01:13 +0000
93b27fe831begin tree implementation
Warren Dukes
2005-02-24 03:27:19 +0000
fad348b285definition of freeTreeIterator
Warren Dukes
2005-02-24 02:46:01 +0000
fbc37e7db4add 2-3 tree header file
Warren Dukes
2005-02-24 02:41:06 +0000
c5a31e1a9crevert those changes
Avuton Olrich
2005-02-24 00:12:20 +0000
208c648827- Change alsa09 to alsa to avoid confusion
Avuton Olrich
2005-02-23 23:53:43 +0000
b96ad39e9dupdated TODO
Warren Dukes
2005-02-20 18:04:27 +0000
5327a8f421when filling mp3 buffer, check if its already full. If it is, then give up trying to read in a potential mp3 frame, cause no mp3 frame should be bigger than the input buffer
Warren Dukes
2005-02-14 00:52:29 +0000
9e4465cbd1disable replaygain support for musepack till i can figure out the format that the replagininfo is tored in by libmusepack
Warren Dukes
2005-02-09 03:08:39 +0000
65c75caa39make the "kill" command work again
Eric Wong
2005-02-07 04:01:41 +0000
cc06400df2fix a logic error in flacParseReplayGain and also a gcc 2.95 compile error
Eric Wong
2005-02-07 03:55:29 +0000
37f2a0a86cadd ALSA_CFLAGS and _LIBS to MPD_*
Warren Dukes
2005-02-03 04:33:52 +0000
ac6a74927emake local functions static
Warren Dukes
2005-02-03 04:08:35 +0000
004c9394f7- Clarify MPC to musepack (MPC) as not to confuse new MPD customers - Error on no audio output target - Allow to compile without oss (should be able to compile with any one audio output target) - TODO update
Avuton Olrich
2005-02-02 10:27:24 +0000
2debf9924abig endian support for flac
Warren Dukes
2005-02-02 04:32:55 +0000
9f29915f77fix to code just submitted
Warren Dukes
2005-02-02 04:25:56 +0000
1e123ad4b7minor optimization to flacWrite()
Warren Dukes
2005-02-02 04:22:16 +0000
b005556675this shit really needs to be cleaned up, but its good enough for testing, intelligently use memmove, when inserting nodes in a sorted list
Warren Dukes
2004-11-15 19:29:20 +0000
f3e8d59d5cuse realloc for makeListNodesArray
Warren Dukes
2004-11-15 18:35:23 +0000
9dc0b070f0fix a bug in pringSongUrl, don't print leading '/' for songs in root dir
Warren Dukes
2004-11-12 18:02:26 +0000
0473f3ea76don't store only relative paths in the directory structure, its probably not worth the savings in memory for the extra cpu it requires
Warren Dukes
2004-11-12 17:38:52 +0000