aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-26
* Typo fixAvuton Olrich2006-07-26
* Silence a gcc warning... Properly.J. Alexander Treuman2006-07-26
* Silence a gcc warningJ. Alexander Treuman2006-07-26
* jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman2006-07-26
* Try to add the directory, againAvuton Olrich2006-07-26
* Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman2006-07-26
* Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman2006-07-26
* Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman2006-07-26
* Put mp4ff back into the treeAvuton Olrich2006-07-26
* Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman2006-07-25
* jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman2006-07-25
* Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman2006-07-25
* Removing my stupid debug messages for testing xingJ. Alexander Treuman2006-07-25
* Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman2006-07-25
* Thanks for making my code totally unreadable indent!J. Alexander Treuman2006-07-25
* Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman2006-07-24
* Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman2006-07-24
* audioOutput_alsa: better period_size auto-configurationEric Wong2006-07-24
* If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman2006-07-23
* Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman2006-07-23
* Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman2006-07-23
* Tidying up code in checkDirectoryDBJ. Alexander Treuman2006-07-23
* chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes2006-07-23
* Cleanup some now unnecessary variables from the id3/mad removalEric Wong2006-07-22
* 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