aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-22Fix the ipv6 bind issue in a nicer wayJ. Alexander Treuman1-11/+17
2006-07-22Fix bug when binding to both ipv6 and ipv4 on LinuxJ. Alexander Treuman1-11/+24
2006-07-22Maybe we should actually commit the normalization codeJ. Alexander Treuman2-0/+121
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman4-0/+24
2006-07-22Adding fifo output pluginJ. Alexander Treuman3-0/+254
2006-07-21Fix a memory leak when removing a playlistJ. Alexander Treuman1-0/+2
2006-07-21Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman1-4/+5
2006-07-21Remember kids: always test your code before committingJ. Alexander Treuman1-5/+6
2006-07-21Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2-2/+9
2006-07-21Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman1-14/+2
2006-07-21Add a getBoolConfigParam functionJ. Alexander Treuman2-0/+15
2006-07-21audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong1-1/+2
2006-07-20Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman1-5/+1
2006-07-20#include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich24-56/+58
2006-07-20Add mpd-indent.shAvuton Olrich92-8009/+9007
2006-07-19Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich1-4/+4
2006-07-19Remove useless buffer signedness warnings, useAvuton Olrich2-2/+2
2006-07-19bind to ipv4 and ipv6 addresses for "any"Warren Dukes1-64/+69
2006-07-19Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman1-1/+5
2006-07-19Fix whitespace->tabs in main.c, it was afuAvuton Olrich1-383/+362
2006-07-19s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman1-31/+31
2006-07-19Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman1-5/+24
2006-07-19Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman1-7/+9
2006-07-19Remove the internal mp4ff dependencyAvuton Olrich16-4828/+44
2006-07-18Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman2-0/+4
2006-07-18Fix VBR mp3 seek accuracy bugJ. Alexander Treuman1-1/+1
2006-07-18Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman1-15/+54
2006-07-18Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman1-42/+41
2006-07-18Don't bother freeing a bunch of stuff at exit, since it takes far too long an...J. Alexander Treuman1-3/+6
2006-07-18inputPlugins/oggflac_plugin.c: remove unused varEric Wong1-1/+0
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes9-108/+120
2006-07-17audioOutput_mvp: remove unused variableEric Wong1-1/+0
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong8-77/+77
2006-07-17alsa: fix memory leaks from snd_*_open*()Eric Wong2-1/+5
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong3-7/+9
2006-07-17sparse: fix a enum type mismatch in flac_pluginEric Wong1-1/+1
2006-07-17sparse: ANSI-fy function declarationsEric Wong29-98/+98
2006-07-17add sparse-check target to makefilesEric Wong1-0/+11
2006-07-16Will the leaks never end?!J. Alexander Treuman1-1/+6
2006-07-16Sigh, another memory leakJ. Alexander Treuman1-2/+7
2006-07-16One more leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing what looks like a *huge* memory leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman3-4/+9
2006-07-16Now really remove libmad and libid3tag directoriesAvuton Olrich93-0/+0
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich96-32794/+4
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2-18/+37
2006-07-16volume: gracefully handle disconnected ALSA mixersEric Wong1-24/+36
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong2-5/+13
2006-07-16audioOutput_alsa: add use_mmap, period_time, buffer_time optionsEric Wong1-15/+23