mpd/src
Warren Dukes 1bb75913c3 begin parsing work on AAC info parsing
git-svn-id: https://svn.musicpd.org/mpd/trunk@345 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-21 16:34:06 +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 metadata parsing for mp4 files is working, next need to work on AAC 2004-03-17 22:43:58 +00:00
audio.c fix for iconv 2004-03-21 06:17:32 +00:00
audio.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
audiofile_decode.c close audio device on pause 2004-03-20 19:47:05 +00:00
audiofile_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
buffer2array.c import from SF CVS 2004-02-23 23:41:20 +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 increment playlist version on update, so clients know to update 2004-03-10 10:00:47 +00:00
command.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
conf.c rewrite error message for wrong number of config args 2004-03-02 20:55:00 +00:00
conf.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
decode.c close audio device on pause 2004-03-20 19:47:05 +00:00
decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
directory.c move time back into MpdTag 2004-03-11 00:16:49 +00:00
directory.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
flac_decode.c i don't think we need to swap byte order for flac either 2004-03-20 16:27:43 +00:00
flac_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
interface.c cleanup logging, need to be careful with SECURE and DEBUG 2004-02-25 19:13:10 +00:00
interface.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
list.c import from SF CVS 2004-02-23 23:41:20 +00:00
list.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
listen.c import from SF CVS 2004-02-23 23:41:20 +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 some simple compilation fix 2004-03-21 12:46:13 +00:00
ls.h streamline ls.c code 2004-03-21 03:45:58 +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 initial mp4/aac decoder, hasn't been tested at all yet, just compiles 2004-03-18 13:47:41 +00:00
mp3_decode.c illiminated all endianness code 2004-03-20 16:18:47 +00:00
mp3_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
mp4_decode.c more faad autoconf checks 2004-03-21 13:47:45 +00:00
mp4_decode.h initial mp4/aac decoder, hasn't been tested at all yet, just compiles 2004-03-18 13:47:41 +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 average bitrate for mp4's 2004-03-20 14:27:35 +00:00
ogg_decode.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
path.c use LC_CTYPE instead of LC_ALL 2004-03-19 16:05:09 +00:00
path.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
pcm_utils.c obotomize mixing a bit 2004-03-05 00:19:02 +00:00
pcm_utils.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
permission.c fix gcc-2.95 compilation errors 2004-03-03 00:01:43 +00:00
permission.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
player.c fix bug that prevented crosffading/gapless from working for mp4 2004-03-19 01:24:20 +00:00
player.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
playerData.c memset erroredFile to 0 2004-03-01 03:35:52 +00:00
playerData.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
playlist.c make playlist restart from current position in song when using state file 2004-03-17 20:58:09 +00:00
playlist.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
sig_handlers.c import from SF CVS 2004-02-23 23:41:20 +00:00
sig_handlers.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
song.c bunch of autotool cleanups 2004-03-18 03:29:25 +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 begin parsing work on AAC info parsing 2004-03-21 16:34:06 +00:00
tag.h bunch of autotool cleanups 2004-03-18 03:29:25 +00:00
utils.c when stripping return chars, just replace them with spaces 2004-03-09 22:50:52 +00:00
utils.h bunch of autotool cleanups 2004-03-18 03:29:25 +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 bunch of autotool cleanups 2004-03-18 03:29:25 +00:00