aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audioOutput_alsa: better period_size auto-configurationEric Wong2006-07-241-13/+20
* If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman2006-07-231-1/+16
* Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman2006-07-231-3/+16
* Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman2006-07-231-5/+5
* Tidying up code in checkDirectoryDBJ. Alexander Treuman2006-07-231-19/+17
* chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes2006-07-231-1/+4
* configure.ac: don't always try to add local lib/include pathsEric Wong2006-07-221-27/+35
* Cleanup some now unnecessary variables from the id3/mad removalEric Wong2006-07-222-11/+3
* Do a better job of trying to be able to run theseAvuton Olrich2006-07-222-4/+9
* - Add a 'scripts' directory, remove scripts fromAvuton Olrich2006-07-226-9/+118
* Fix the ipv6 bind issue in a nicer wayJ. Alexander Treuman2006-07-221-11/+17
* Fix bug when binding to both ipv6 and ipv4 on LinuxJ. Alexander Treuman2006-07-221-11/+24
* Nicer formatting for ./configure --helpJ. Alexander Treuman2006-07-221-33/+33
* Maybe we should actually commit the normalization codeJ. Alexander Treuman2006-07-222-0/+121
* Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman2006-07-226-1/+35
* Adding fifo output pluginJ. Alexander Treuman2006-07-225-0/+279
* Fix a memory leak when removing a playlistJ. Alexander Treuman2006-07-211-0/+2
* Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman2006-07-211-4/+5
* Remember kids: always test your code before committingJ. Alexander Treuman2006-07-211-5/+6
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-212-2/+9
* Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman2006-07-211-14/+2
* Add a getBoolConfigParam functionJ. Alexander Treuman2006-07-212-0/+15
* audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong2006-07-211-1/+2
* Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman2006-07-201-5/+1
* #include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman2006-07-201-0/+1
* Add mpd-indent.shAvuton Olrich2006-07-2025-56/+59
* Add mpd-indent.shAvuton Olrich2006-07-2092-8009/+9007
* Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich2006-07-191-4/+4
* Remove useless buffer signedness warnings, useAvuton Olrich2006-07-192-2/+2
* bind to ipv4 and ipv6 addresses for "any"Warren Dukes2006-07-191-64/+69
* Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman2006-07-191-1/+5
* Fix whitespace->tabs in main.c, it was afuAvuton Olrich2006-07-191-383/+362
* s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman2006-07-191-31/+31
* Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman2006-07-191-5/+24
* Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman2006-07-191-7/+9
* Remove the internal mp4ff dependencyAvuton Olrich2006-07-1918-4867/+83
* Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman2006-07-182-0/+4
* Fix VBR mp3 seek accuracy bugJ. Alexander Treuman2006-07-181-1/+1
* Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman2006-07-181-15/+54
* Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman2006-07-181-42/+41
* Don't bother freeing a bunch of stuff at exit, since it takes far too long an...J. Alexander Treuman2006-07-181-3/+6
* Some more autotools fixes/hacks/workaroundsEric Wong2006-07-183-7/+56
* inputPlugins/oggflac_plugin.c: remove unused varEric Wong2006-07-181-1/+0
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-179-108/+120
* makedist.sh: followup on bundled id3tag/mad removalsEric Wong2006-07-171-3/+7
* configure.ac: oops, unbreak configure :xEric Wong2006-07-171-1/+1
* Fix some autotools related problemsEric Wong2006-07-172-93/+111
* audioOutput_mvp: remove unused variableEric Wong2006-07-171-1/+0
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-178-77/+77
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-172-1/+5