mpd/src
2004-03-17 17:19:52 +00:00
..
libid3tag autogen.sh updates 2004-03-12 15:26:41 +00:00
libmad autogen.sh updates 2004-03-12 15:26:41 +00:00
mp4ff import mp4ff, since its not installed correctly by faad2 2004-03-17 17:19:52 +00:00
audio.c audio cleanups 2004-02-27 23:13:26 +00:00
audio.h audio cleanups 2004-02-27 23:13:26 +00:00
audiofile_decode.c make some usleeps longer, just to try to stave off busy waiting 2004-03-06 23:25:32 +00:00
audiofile_decode.h move time from tag info to song info. 2004-03-10 02:38:31 +00:00
buffer2array.c import from SF CVS 2004-02-23 23:41:20 +00:00
buffer2array.h import from SF CVS 2004-02-23 23:41:20 +00:00
charConv.c few cleanups 2004-02-25 18:56:12 +00:00
charConv.h import from SF CVS 2004-02-23 23:41:20 +00:00
command.c increment playlist version on update, so clients know to update 2004-03-10 10:00:47 +00:00
command.h import from SF CVS 2004-02-23 23:41:20 +00:00
conf.c rewrite error message for wrong number of config args 2004-03-02 20:55:00 +00:00
conf.h import from SF CVS 2004-02-23 23:41:20 +00:00
decode.c make some usleeps longer, just to try to stave off busy waiting 2004-03-06 23:25:32 +00:00
decode.h fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
directory.c move time back into MpdTag 2004-03-11 00:16:49 +00:00
directory.h display db_playtime in stats 2004-02-27 15:39:19 +00:00
flac_decode.c move time from tag info to song info. 2004-03-10 02:38:31 +00:00
flac_decode.h move time from tag info to song info. 2004-03-10 02:38:31 +00:00
interface.c cleanup logging, need to be careful with SECURE and DEBUG 2004-02-25 19:13:10 +00:00
interface.h import from SF CVS 2004-02-23 23:41:20 +00:00
list.c import from SF CVS 2004-02-23 23:41:20 +00:00
list.h import from SF CVS 2004-02-23 23:41:20 +00:00
listen.c import from SF CVS 2004-02-23 23:41:20 +00:00
listen.h import from SF CVS 2004-02-23 23:41:20 +00:00
log.c import from SF CVS 2004-02-23 23:41:20 +00:00
log.h cleanup logging, need to be careful with SECURE and DEBUG 2004-02-25 19:13:10 +00:00
ls.c fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
ls.h fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
main.c move adding and removeing from tables from directory.c to song.c 2004-03-10 09:55:54 +00:00
Makefile.am import mp4ff, since its not installed correctly by faad2 2004-03-17 17:19:52 +00:00
mp3_decode.c move time from tag info to song info. 2004-03-10 02:38:31 +00:00
mp3_decode.h import from SF CVS 2004-02-23 23:41:20 +00:00
mpd_types.h fix some errors with short and long 2004-02-28 14:38:55 +00:00
myfprintf.c import from SF CVS 2004-02-23 23:41:20 +00:00
myfprintf.h import from SF CVS 2004-02-23 23:41:20 +00:00
ogg_decode.c move time from tag info to song info. 2004-03-10 02:38:31 +00:00
ogg_decode.h move time from tag info to song info. 2004-03-10 02:38:31 +00:00
path.c some more cleanups 2004-02-25 21:10:56 +00:00
path.h import from SF CVS 2004-02-23 23:41:20 +00:00
pcm_utils.c obotomize mixing a bit 2004-03-05 00:19:02 +00:00
pcm_utils.h add copyright notices to files 2004-02-24 17:06:14 +00:00
permission.c fix gcc-2.95 compilation errors 2004-03-03 00:01:43 +00:00
permission.h add copyright notices to files 2004-02-24 17:06:14 +00:00
player.c fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
player.h put decode_pid in shared mem, so if player process dies, the master 2004-02-27 22:25:06 +00:00
playerData.c memset erroredFile to 0 2004-03-01 03:35:52 +00:00
playerData.h make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio 2004-03-05 16:06:13 +00:00
playlist.c remove some no longer used functions 2004-03-10 10:08:10 +00:00
playlist.h remove some no longer used functions 2004-03-10 10:08:10 +00:00
sig_handlers.c import from SF CVS 2004-02-23 23:41:20 +00:00
sig_handlers.h import from SF CVS 2004-02-23 23:41:20 +00:00
song.c fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
song.h move time back into MpdTag 2004-03-11 00:16:49 +00:00
stats.c display db_playtime in stats 2004-02-27 15:39:19 +00:00
stats.h display db_playtime in stats 2004-02-27 15:39:19 +00:00
tables.c remove some no longer used functions 2004-03-10 10:08:10 +00:00
tables.h remove some no longer used functions 2004-03-10 10:08:10 +00:00
tag.c fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
tag.h fix a few snafoo's in configure.ac 2004-03-17 03:10:17 +00:00
utils.c when stripping return chars, just replace them with spaces 2004-03-09 22:50:52 +00:00
utils.h strip return characters that are in the id3 tags 2004-03-09 20:55:51 +00:00
volume.c fix a bug where getting OS Mixer volume may fail, and we were closing 2004-02-29 08:37:21 +00:00
volume.h import from SF CVS 2004-02-23 23:41:20 +00:00