aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-27conf.[ch] whitespace cleanupJ. Alexander Treuman2-77/+77
2006-07-27Updating compress.[ch] from AudioCompressJ. Alexander Treuman2-5/+9
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman9-99/+461
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman3-254/+0
2006-07-26Typo fixAvuton Olrich1-1/+1
2006-07-26Silence a gcc warning... Properly.J. Alexander Treuman1-1/+3
2006-07-26Silence a gcc warningJ. Alexander Treuman1-0/+2
2006-07-26jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman1-1/+1
2006-07-26Try to add the directory, againAvuton Olrich14-0/+4782
2006-07-26Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman1-11/+6
2006-07-26Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman1-1/+2
2006-07-26Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman1-0/+53
2006-07-26Put mp4ff back into the treeAvuton Olrich2-31/+29
2006-07-25Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman1-0/+67
2006-07-25jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman1-1/+0
2006-07-25Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman1-2/+5
2006-07-25Removing my stupid debug messages for testing xingJ. Alexander Treuman1-2/+0
2006-07-25Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman1-20/+19
2006-07-25Thanks for making my code totally unreadable indent!J. Alexander Treuman1-80/+54
2006-07-24Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman1-2/+1
2006-07-24Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman3-2/+4
2006-07-24audioOutput_alsa: better period_size auto-configurationEric Wong1-13/+20
2006-07-23If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman1-1/+16
2006-07-23Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman1-3/+16
2006-07-23Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman1-5/+5
2006-07-23Tidying up code in checkDirectoryDBJ. Alexander Treuman1-19/+17
2006-07-23chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes1-1/+4
2006-07-22Cleanup some now unnecessary variables from the id3/mad removalEric Wong1-1/+1
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