aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes2006-07-302-0/+296
* command: fix find/search commands from the malloc reduction patchEric Wong2006-07-301-4/+7
* myfprintf: parse paths so we can reopen log files correctlyEric Wong2006-07-301-2/+2
* fix some warnings introduced in the big malloc-reduction patchEric Wong2006-07-304-5/+7
* interface/connection malloc reductions from mpd-keEric Wong2006-07-3032-801/+1081
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-301-1/+1
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-294-117/+59
* command.c: shorten common variable names to argc and argvEric Wong2006-07-291-209/+209
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-272-77/+77
* Updating compress.[ch] from AudioCompressJ. Alexander Treuman2006-07-272-5/+9
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-279-99/+461
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-263-254/+0
* Typo fixAvuton Olrich2006-07-261-1/+1
* Silence a gcc warning... Properly.J. Alexander Treuman2006-07-261-1/+3
* Silence a gcc warningJ. Alexander Treuman2006-07-261-0/+2
* jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman2006-07-261-1/+1
* Try to add the directory, againAvuton Olrich2006-07-2614-0/+4782
* Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman2006-07-261-11/+6
* Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman2006-07-261-1/+2
* Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman2006-07-261-0/+53
* Put mp4ff back into the treeAvuton Olrich2006-07-262-31/+29
* Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman2006-07-251-0/+67
* jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman2006-07-251-1/+0
* Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman2006-07-251-2/+5
* Removing my stupid debug messages for testing xingJ. Alexander Treuman2006-07-251-2/+0
* Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman2006-07-251-20/+19
* Thanks for making my code totally unreadable indent!J. Alexander Treuman2006-07-251-80/+54
* Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman2006-07-241-2/+1
* Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman2006-07-243-2/+4
* 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
* Cleanup some now unnecessary variables from the id3/mad removalEric Wong2006-07-221-1/+1
* 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
* 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-224-0/+24
* Adding fifo output pluginJ. Alexander Treuman2006-07-223-0/+254
* 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