| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 2006-07-26 | 1 | -0/+53 |
* | Put mp4ff back into the tree | Avuton Olrich | 2006-07-26 | 2 | -31/+29 |
* | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman | 2006-07-25 | 1 | -0/+67 |
* | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman | 2006-07-25 | 1 | -1/+0 |
* | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman | 2006-07-25 | 1 | -2/+5 |
* | Removing my stupid debug messages for testing xing | J. Alexander Treuman | 2006-07-25 | 1 | -2/+0 |
* | Reworking xing parsing so lame tags will fit in better | J. Alexander Treuman | 2006-07-25 | 1 | -20/+19 |
* | Thanks for making my code totally unreadable indent! | J. Alexander Treuman | 2006-07-25 | 1 | -80/+54 |
* | Open the db file before daemonizing/creating the master process, so we can ha... | J. Alexander Treuman | 2006-07-24 | 1 | -2/+1 |
* | Do normalization if there's replaygain data but replaygain is off | J. Alexander Treuman | 2006-07-24 | 3 | -2/+4 |
* | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 2006-07-24 | 1 | -13/+20 |
* | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman | 2006-07-23 | 1 | -1/+16 |
* | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman | 2006-07-23 | 1 | -3/+16 |
* | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman | 2006-07-23 | 1 | -5/+5 |
* | Tidying up code in checkDirectoryDB | J. Alexander Treuman | 2006-07-23 | 1 | -19/+17 |
* | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 2006-07-23 | 1 | -1/+4 |
* | Cleanup some now unnecessary variables from the id3/mad removal | Eric Wong | 2006-07-22 | 1 | -1/+1 |
* | Fix the ipv6 bind issue in a nicer way | J. Alexander Treuman | 2006-07-22 | 1 | -11/+17 |
* | Fix bug when binding to both ipv6 and ipv4 on Linux | J. Alexander Treuman | 2006-07-22 | 1 | -11/+24 |
* | Maybe we should actually commit the normalization code | J. Alexander Treuman | 2006-07-22 | 2 | -0/+121 |
* | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 2006-07-22 | 4 | -0/+24 |
* | Adding fifo output plugin | J. Alexander Treuman | 2006-07-22 | 3 | -0/+254 |
* | Fix a memory leak when removing a playlist | J. Alexander Treuman | 2006-07-21 | 1 | -0/+2 |
* | Initialize more stuff before daemonizing so we exit properly on fatal errors | J. Alexander Treuman | 2006-07-21 | 1 | -4/+5 |
* | Remember kids: always test your code before committing | J. Alexander Treuman | 2006-07-21 | 1 | -5/+6 |
* | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 2006-07-21 | 2 | -2/+9 |
* | Use getBoolConfigParam for save_absolute_paths_in_playlist | J. Alexander Treuman | 2006-07-21 | 1 | -14/+2 |
* | Add a getBoolConfigParam function | J. Alexander Treuman | 2006-07-21 | 2 | -0/+15 |
* | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong | 2006-07-21 | 1 | -1/+2 |
* | Rolling back change to when we redirect to logs. Turns out it silenced fatal... | J. Alexander Treuman | 2006-07-20 | 1 | -5/+1 |
* | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman | 2006-07-20 | 1 | -0/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 24 | -56/+58 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 92 | -8009/+9007 |
* | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich | 2006-07-19 | 1 | -4/+4 |
* | Remove useless buffer signedness warnings, use | Avuton Olrich | 2006-07-19 | 2 | -2/+2 |
* | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes | 2006-07-19 | 1 | -64/+69 |
* | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman | 2006-07-19 | 1 | -1/+5 |
* | Fix whitespace->tabs in main.c, it was afu | Avuton Olrich | 2006-07-19 | 1 | -383/+362 |
* | s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) | J. Alexander Treuman | 2006-07-19 | 1 | -31/+31 |
* | Throttle PuleAudio connection attempts so we don't spam the error log | J. Alexander Treuman | 2006-07-19 | 1 | -5/+24 |
* | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman | 2006-07-19 | 1 | -7/+9 |
* | Remove the internal mp4ff dependency | Avuton Olrich | 2006-07-19 | 16 | -4828/+44 |
* | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman | 2006-07-18 | 2 | -0/+4 |
* | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman | 2006-07-18 | 1 | -1/+1 |
* | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman | 2006-07-18 | 1 | -15/+54 |
* | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman | 2006-07-18 | 1 | -42/+41 |
* | Don't bother freeing a bunch of stuff at exit, since it takes far too long an... | J. Alexander Treuman | 2006-07-18 | 1 | -3/+6 |
* | inputPlugins/oggflac_plugin.c: remove unused var | Eric Wong | 2006-07-18 | 1 | -1/+0 |
* | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 2006-07-17 | 9 | -108/+120 |
* | audioOutput_mvp: remove unused variable | Eric Wong | 2006-07-17 | 1 | -1/+0 |