| Commit message (Expand) | Author | Age | Files | Lines |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 32 | -801/+1081 |
* | conf.c: bugfix: print out the number, not the address | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 2006-07-29 | 4 | -117/+59 |
* | command.c: shorten common variable names to argc and argv | Eric Wong | 2006-07-29 | 1 | -209/+209 |
* | "a" -> ) in ChangeLog | J. Alexander Treuman | 2006-07-27 | 1 | -1/+1 |
* | Document which parameters may be specified multiple times in mpd.conf.5 | J. Alexander Treuman | 2006-07-27 | 1 | -5/+8 |
* | conf.[ch] whitespace cleanup | J. Alexander Treuman | 2006-07-27 | 2 | -77/+77 |
* | Updating compress.[ch] from AudioCompress | J. Alexander Treuman | 2006-07-27 | 2 | -5/+9 |
* | Update author of AudioCompress in AUTHORS | J. Alexander Treuman | 2006-07-27 | 1 | -1/+1 |
* | Use AudioCompress for volume normalization | J. Alexander Treuman | 2006-07-27 | 10 | -99/+462 |
* | Remove libid3tag/libmad copyright from AUTHORS, since it's no longer bundled | J. Alexander Treuman | 2006-07-27 | 1 | -1/+0 |
* | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman | 2006-07-26 | 5 | -279/+0 |
* | Remove the mp4ff directory from the root dir | Avuton Olrich | 2006-07-26 | 14 | -4782/+0 |
* | Typo fix | Avuton Olrich | 2006-07-26 | 1 | -1/+1 |
* | Silence a gcc warning... Properly. | J. Alexander Treuman | 2006-07-26 | 1 | -1/+3 |
* | Silence a gcc warning | J. Alexander Treuman | 2006-07-26 | 1 | -0/+2 |
* | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman | 2006-07-26 | 1 | -1/+1 |
* | Try to add the directory, again | Avuton Olrich | 2006-07-26 | 14 | -0/+4782 |
* | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman | 2006-07-26 | 1 | -11/+6 |
* | 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 | 1 | -1/+2 |
* | Now commit the actual dir | Avuton Olrich | 2006-07-26 | 14 | -0/+4782 |
* | 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 | 3 | -40/+38 |
* | 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 |
* | configure.ac: don't always try to add local lib/include paths | Eric Wong | 2006-07-22 | 1 | -27/+35 |
* | Cleanup some now unnecessary variables from the id3/mad removal | Eric Wong | 2006-07-22 | 2 | -11/+3 |
* | Do a better job of trying to be able to run these | Avuton Olrich | 2006-07-22 | 2 | -4/+9 |
* | - Add a 'scripts' directory, remove scripts from | Avuton Olrich | 2006-07-22 | 6 | -9/+118 |
* | 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 |
* | Nicer formatting for ./configure --help | J. Alexander Treuman | 2006-07-22 | 1 | -33/+33 |
* | 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 | 6 | -1/+35 |
* | Adding fifo output plugin | J. Alexander Treuman | 2006-07-22 | 5 | -0/+279 |
* | 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 |