| Commit message (Expand) | Author | Files | Lines |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 1 | -13/+20 |
2006-07-23 | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman | 1 | -1/+16 |
2006-07-23 | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman | 1 | -3/+16 |
2006-07-23 | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman | 1 | -5/+5 |
2006-07-23 | Tidying up code in checkDirectoryDB | J. Alexander Treuman | 1 | -19/+17 |
2006-07-23 | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 1 | -1/+4 |
2006-07-22 | Cleanup some now unnecessary variables from the id3/mad removal | Eric Wong | 1 | -1/+1 |
2006-07-22 | Fix the ipv6 bind issue in a nicer way | J. Alexander Treuman | 1 | -11/+17 |
2006-07-22 | Fix bug when binding to both ipv6 and ipv4 on Linux | J. Alexander Treuman | 1 | -11/+24 |
2006-07-22 | Maybe we should actually commit the normalization code | J. Alexander Treuman | 2 | -0/+121 |
2006-07-22 | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 4 | -0/+24 |
2006-07-22 | Adding fifo output plugin | J. Alexander Treuman | 3 | -0/+254 |
2006-07-21 | Fix a memory leak when removing a playlist | J. Alexander Treuman | 1 | -0/+2 |
2006-07-21 | Initialize more stuff before daemonizing so we exit properly on fatal errors | J. Alexander Treuman | 1 | -4/+5 |
2006-07-21 | Remember kids: always test your code before committing | J. Alexander Treuman | 1 | -5/+6 |
2006-07-21 | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 2 | -2/+9 |
2006-07-21 | Use getBoolConfigParam for save_absolute_paths_in_playlist | J. Alexander Treuman | 1 | -14/+2 |
2006-07-21 | Add a getBoolConfigParam function | J. Alexander Treuman | 2 | -0/+15 |
2006-07-21 | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong | 1 | -1/+2 |
2006-07-20 | Rolling back change to when we redirect to logs. Turns out it silenced fatal... | J. Alexander Treuman | 1 | -5/+1 |
2006-07-20 | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman | 1 | -0/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 24 | -56/+58 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 92 | -8009/+9007 |
2006-07-19 | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich | 1 | -4/+4 |
2006-07-19 | Remove useless buffer signedness warnings, use | Avuton Olrich | 2 | -2/+2 |
2006-07-19 | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes | 1 | -64/+69 |
2006-07-19 | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman | 1 | -1/+5 |
2006-07-19 | Fix whitespace->tabs in main.c, it was afu | Avuton Olrich | 1 | -383/+362 |
2006-07-19 | s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) | J. Alexander Treuman | 1 | -31/+31 |
2006-07-19 | Throttle PuleAudio connection attempts so we don't spam the error log | J. Alexander Treuman | 1 | -5/+24 |
2006-07-19 | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman | 1 | -7/+9 |
2006-07-19 | Remove the internal mp4ff dependency | Avuton Olrich | 16 | -4828/+44 |
2006-07-18 | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman | 2 | -0/+4 |
2006-07-18 | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman | 1 | -1/+1 |
2006-07-18 | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman | 1 | -15/+54 |
2006-07-18 | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman | 1 | -42/+41 |
2006-07-18 | Don't bother freeing a bunch of stuff at exit, since it takes far too long an... | J. Alexander Treuman | 1 | -3/+6 |
2006-07-18 | inputPlugins/oggflac_plugin.c: remove unused var | Eric Wong | 1 | -1/+0 |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 9 | -108/+120 |
2006-07-17 | audioOutput_mvp: remove unused variable | Eric Wong | 1 | -1/+0 |
2006-07-17 | inputPlugins/*_plugin.c: static-fication | Eric Wong | 8 | -77/+77 |
2006-07-17 | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 2 | -1/+5 |
2006-07-17 | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 3 | -7/+9 |
2006-07-17 | sparse: fix a enum type mismatch in flac_plugin | Eric Wong | 1 | -1/+1 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 29 | -98/+98 |
2006-07-17 | add sparse-check target to makefiles | Eric Wong | 1 | -0/+11 |
2006-07-16 | Will the leaks never end?! | J. Alexander Treuman | 1 | -1/+6 |
2006-07-16 | Sigh, another memory leak | J. Alexander Treuman | 1 | -2/+7 |
2006-07-16 | One more leak | J. Alexander Treuman | 1 | -0/+1 |
2006-07-16 | Fixing what looks like a *huge* memory leak | J. Alexander Treuman | 1 | -0/+1 |