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