Age | Commit message (Expand) | Author |
2006-07-29 | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong |
2006-07-29 | command.c: shorten common variable names to argc and argv | Eric Wong |
2006-07-27 | conf.[ch] whitespace cleanup | J. Alexander Treuman |
2006-07-27 | Updating compress.[ch] from AudioCompress | J. Alexander Treuman |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman |
2006-07-26 | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman |
2006-07-26 | Typo fix | Avuton Olrich |
2006-07-26 | Silence a gcc warning... Properly. | J. Alexander Treuman |
2006-07-26 | Silence a gcc warning | J. Alexander Treuman |
2006-07-26 | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman |
2006-07-26 | Try to add the directory, again | Avuton Olrich |
2006-07-26 | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman |
2006-07-26 | Don't decode the first frame if it has a xing tag, not only if it has a xing ... | J. Alexander Treuman |
2006-07-26 | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman |
2006-07-26 | Put mp4ff back into the tree | Avuton Olrich |
2006-07-25 | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman |
2006-07-25 | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman |
2006-07-25 | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman |
2006-07-25 | Removing my stupid debug messages for testing xing | J. Alexander Treuman |
2006-07-25 | Reworking xing parsing so lame tags will fit in better | J. Alexander Treuman |
2006-07-25 | Thanks for making my code totally unreadable indent! | J. Alexander Treuman |
2006-07-24 | Open the db file before daemonizing/creating the master process, so we can ha... | J. Alexander Treuman |
2006-07-24 | Do normalization if there's replaygain data but replaygain is off | J. Alexander Treuman |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong |
2006-07-23 | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman |
2006-07-23 | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman |
2006-07-23 | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman |
2006-07-23 | Tidying up code in checkDirectoryDB | J. Alexander Treuman |
2006-07-23 | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes |
2006-07-22 | Cleanup some now unnecessary variables from the id3/mad removal | Eric Wong |
2006-07-22 | Fix the ipv6 bind issue in a nicer way | J. Alexander Treuman |
2006-07-22 | Fix bug when binding to both ipv6 and ipv4 on Linux | J. Alexander Treuman |
2006-07-22 | Maybe we should actually commit the normalization code | J. Alexander Treuman |
2006-07-22 | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman |
2006-07-22 | Adding fifo output plugin | J. Alexander Treuman |
2006-07-21 | Fix a memory leak when removing a playlist | J. Alexander Treuman |
2006-07-21 | Initialize more stuff before daemonizing so we exit properly on fatal errors | J. Alexander Treuman |
2006-07-21 | Remember kids: always test your code before committing | J. Alexander Treuman |
2006-07-21 | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman |
2006-07-21 | Use getBoolConfigParam for save_absolute_paths_in_playlist | J. Alexander Treuman |
2006-07-21 | Add a getBoolConfigParam function | J. Alexander Treuman |
2006-07-21 | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong |
2006-07-20 | Rolling back change to when we redirect to logs. Turns out it silenced fatal... | J. Alexander Treuman |
2006-07-20 | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-19 | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich |
2006-07-19 | Remove useless buffer signedness warnings, use | Avuton Olrich |
2006-07-19 | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes |
2006-07-19 | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman |