mpd/src
Warren Dukes 2a24a94ba7 ok, finished incremental update!
now just need to polish up a few things with update

git-svn-id: https://svn.musicpd.org/mpd/trunk@745 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-04-14 05:26:32 +00:00
..
libid3tag we don't need these! 2004-03-18 16:33:10 +00:00
libmad we don't need these! 2004-03-18 16:33:10 +00:00
mp4ff minor fix ups for types 2004-03-25 03:06:56 +00:00
aac_decode.c when converting from bps -> kbps, divide by 1000, not 1024 2004-04-03 04:01:31 +00:00
aac_decode.h aac decoding! 2004-03-22 02:44:22 +00:00
audio.c add --disable-audio configure option 2004-04-11 04:49:27 +00:00
audio.h volatile fun-ness 2004-04-12 18:51:16 +00:00
audiofile_decode.c when converting from bps -> kbps, divide by 1000, not 1024 2004-04-03 04:01:31 +00:00
audiofile_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
buffer2array.c cleanup reading from interface, when argArrayLength returned by buffer2array 2004-03-31 16:15:09 +00:00
buffer2array.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
charConv.c rename all ascii/utf8 stuff to latin1/utf8 2004-04-13 13:52:16 +00:00
charConv.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
command.c cleanup interface between interface.[ch] and command.[ch] 2004-04-12 01:44:52 +00:00
command.h cleanup interface between interface.[ch] and command.[ch] 2004-04-12 01:44:52 +00:00
conf.c make default max playlist length be 16384. bumped up from 4096 2004-04-04 07:08:00 +00:00
conf.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
decode.c volatile fun-ness 2004-04-12 18:51:16 +00:00
decode.h fix error reporting for mp4 files 2004-03-22 18:44:15 +00:00
directory.c ok, finished incremental update! 2004-04-14 05:26:32 +00:00
directory.h when doing signal functions (like sigaction) make sure it wasn't interrupted by a signal (errno==EINTR) 2004-04-13 16:46:11 +00:00
flac_decode.c add --disable-audio configure option 2004-04-11 04:49:27 +00:00
flac_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
interface.c ok, rework myfprintf so it uses write() and never use any file stream 2004-04-13 19:08:38 +00:00
interface.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
list.c add --only-create-db option from msells 2004-04-11 00:52:05 +00:00
list.h ideas on how to make readDirectoryInfo and readSongInfo deal with already 2004-04-10 02:55:27 +00:00
listen.c use EXIT_SUCCESS and EXIT_FAILURE 2004-04-02 23:34:16 +00:00
listen.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
log.c import from SF CVS 2004-02-23 23:41:20 +00:00
log.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
ls.c lots of fsCharset, utf8/ascii converting clean-up and robustness stuff 2004-04-13 04:59:57 +00:00
ls.h lets cleanup some file type detection and not call stat() so much 2004-03-31 22:32:44 +00:00
main.c add --only-update-db command line option 2004-04-13 16:22:59 +00:00
Makefile.am add my own utf8/ascii converters and utf8 validator 2004-04-13 02:20:46 +00:00
mp3_decode.c add --disable-audio configure option 2004-04-11 04:49:27 +00:00
mp3_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
mp4_decode.c when converting from bps -> kbps, divide by 1000, not 1024 2004-04-03 04:01:31 +00:00
mp4_decode.h aac decoding! 2004-03-22 02:44:22 +00:00
mpd_types.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
myfprintf.c make some code look neater 2004-04-13 19:55:00 +00:00
myfprintf.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
ogg_decode.c when converting from bps -> kbps, divide by 1000, not 1024 2004-04-03 04:01:31 +00:00
ogg_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
path.c ok, finished incremental update! 2004-04-14 05:26:32 +00:00
path.h ok, finished incremental update! 2004-04-14 05:26:32 +00:00
pcm_utils.c adjust scaling of software volume 2004-04-11 11:48:04 +00:00
pcm_utils.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
permission.c use EXIT_SUCCESS and EXIT_FAILURE 2004-04-02 23:34:16 +00:00
permission.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
player.c add a error msg for playerSeek() 2004-04-13 19:27:22 +00:00
player.h when doing signal functions (like sigaction) make sure it wasn't interrupted by a signal (errno==EINTR) 2004-04-13 16:46:11 +00:00
playerData.c adjust scaling of software volume 2004-04-11 11:48:04 +00:00
playerData.h add volatile qualifiers to some shared mem buffer stuff, to enusre compiler 2004-04-11 23:37:18 +00:00
playlist.c ok, rework myfprintf so it uses write() and never use any file stream 2004-04-13 19:08:38 +00:00
playlist.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
sig_handlers.c have update process ignore signals when writing db 2004-04-13 19:24:05 +00:00
sig_handlers.h have update process ignore signals when writing db 2004-04-13 19:24:05 +00:00
signal_check.c add copyright notices to new files 2004-04-13 19:59:03 +00:00
signal_check.h add copyright notices to new files 2004-04-13 19:59:03 +00:00
song.c ok, rework myfprintf so it uses write() and never use any file stream 2004-04-13 19:08:38 +00:00
song.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
stats.c display db_playtime in stats 2004-02-27 15:39:19 +00:00
stats.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
tables.c remove some no longer used functions 2004-03-10 10:08:10 +00:00
tables.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
tag.c ok, rework myfprintf so it uses write() and never use any file stream 2004-04-13 19:08:38 +00:00
tag.h parse length from Aac files and ID3 tags 2004-03-21 18:12:37 +00:00
utf8.c add copyright notices to new files 2004-04-13 19:59:03 +00:00
utf8.h add copyright notices to new files 2004-04-13 19:59:03 +00:00
utils.c move sys/types.h include in utils.c, so it works for FreeBSD, from MDR 2004-04-01 13:43:10 +00:00
utils.h use our own portable version of usleep using select() 2004-04-01 03:48:51 +00:00
volume.c more software volume tweeks 2004-04-11 13:29:55 +00:00
volume.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00