..
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
more volatile stuff
2004-04-11 23:44:37 +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
few cleanups
2004-02-25 18:56:12 +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
add volatile qualifiers to some shared mem buffer stuff, to enusre compiler
2004-04-11 23:37:18 +00:00
decode.h
fix error reporting for mp4 files
2004-03-22 18:44:15 +00:00
directory.c
minor little tweak on reporting update status
2004-04-12 00:41:53 +00:00
directory.h
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +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
cleanup interface between interface.[ch] and command.[ch]
2004-04-12 01:44:52 +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
lets cleanup some file type detection and not call stat() so much
2004-03-31 22:32:44 +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
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
Makefile.am
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +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
import from SF CVS
2004-02-23 23:41:20 +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
add aac_decode.[ch] and start working on it
2004-03-21 21:32:23 +00:00
path.h
bunch of autotool cleanups
2004-03-18 03:29:25 +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
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
player.h
more volatile stuff
2004-04-11 23:44:37 +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
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
playlist.h
bunch of autotool cleanups
2004-03-18 03:29:25 +00:00
sig_handlers.c
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
sig_handlers.h
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
signal_check.c
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
signal_check.h
clean up signal handling using a polling method, from the genius that is mackstann
2004-04-11 23:07:43 +00:00
song.c
add --only-create-db option from msells
2004-04-11 00:52:05 +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
we no longer need to block signals in tag.c, since update is now done
2004-04-11 21:43:23 +00:00
tag.h
parse length from Aac files and ID3 tags
2004-03-21 18:12:37 +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