| Commit message (Expand) | Author | Age | Files | Lines |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 13 | -156/+152 |
* | sample config file example | Warren Dukes | 2005-03-06 | 1 | -0/+3 |
* | todo cleanup | Warren Dukes | 2005-03-06 | 1 | -30/+29 |
* | todo update | Warren Dukes | 2005-03-06 | 1 | -3/+0 |
* | todo update | Warren Dukes | 2005-03-05 | 1 | -2/+0 |
* | added composer, performer, and comment metadata items | Warren Dukes | 2005-03-05 | 5 | -9/+41 |
* | wee bit of code cleanup | Warren Dukes | 2005-03-05 | 2 | -2/+4 |
* | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 2005-03-05 | 1 | -1/+0 |
* | more alsa work | Warren Dukes | 2005-03-05 | 1 | -41/+57 |
* | set buffer_before_play default to 0% | Warren Dukes | 2005-03-05 | 2 | -1/+3 |
* | mpdconf.example should be installed in the docs directory also | Avuton Olrich | 2005-03-05 | 1 | -2/+2 |
* | Update the configure.ac to allow only compiling with ALSA output plugin | Avuton Olrich | 2005-03-05 | 1 | -1/+1 |
* | this seemed to help a bit with the blip's on next | Warren Dukes | 2005-03-05 | 1 | -0/+1 |
* | we want to stat, not lstat | Warren Dukes | 2005-03-05 | 1 | -1/+1 |
* | fix some compilation warning | Warren Dukes | 2005-03-05 | 1 | -1/+3 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 9 | -30/+140 |
* | todo update | Warren Dukes | 2005-03-05 | 2 | -16/+33 |
* | now alsa plugin should work | Warren Dukes | 2005-03-05 | 1 | -7/+13 |
* | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 2005-03-05 | 4 | -2/+302 |
* | don't open device in initDriver! instead we just stat() for the device | Warren Dukes | 2005-03-05 | 1 | -29/+78 |
* | add "any" option for search and find, patch from Robert Andersson | Warren Dukes | 2005-02-28 | 1 | -3/+16 |
* | s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1 | Warren Dukes | 2005-02-26 | 1 | -2/+2 |
* | todo update | Warren Dukes | 2005-02-26 | 1 | -1/+1 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0... | Warren Dukes | 2005-02-24 | 1 | -1/+1 |
* | begin tree implementation | Warren Dukes | 2005-02-24 | 1 | -0/+52 |
* | definition of freeTreeIterator | Warren Dukes | 2005-02-24 | 1 | -0/+2 |
* | add 2-3 tree header file | Warren Dukes | 2005-02-24 | 1 | -0/+51 |
* | revert those changes | Avuton Olrich | 2005-02-24 | 1 | -4/+4 |
* | - Change alsa09 to alsa to avoid confusion | Avuton Olrich | 2005-02-23 | 1 | -4/+4 |
* | updated TODO | Warren Dukes | 2005-02-20 | 1 | -28/+29 |
* | when filling mp3 buffer, check if its already full. If it is, then give up t... | Warren Dukes | 2005-02-14 | 1 | -0/+4 |
* | disable replaygain support for musepack till i can figure out the format that... | Warren Dukes | 2005-02-09 | 1 | -2/+2 |
* | make the "kill" command work again | Eric Wong | 2005-02-07 | 1 | -2/+2 |
* | fix a logic error in flacParseReplayGain and also a gcc 2.95 compile error | Eric Wong | 2005-02-07 | 1 | -3/+3 |
* | add ALSA_CFLAGS and _LIBS to MPD_* | Warren Dukes | 2005-02-03 | 1 | -1/+1 |
* | fix alsa configure stuff | Warren Dukes | 2005-02-03 | 2 | -3/+3 |
* | make local functions static | Warren Dukes | 2005-02-03 | 1 | -6/+7 |
* | - Clarify MPC to musepack (MPC) as not to confuse new MPD customers | Avuton Olrich | 2005-02-02 | 2 | -7/+10 |
* | big endian support for flac | Warren Dukes | 2005-02-02 | 1 | -1/+8 |
* | fix to code just submitted | Warren Dukes | 2005-02-02 | 1 | -1/+1 |
* | minor optimization to flacWrite() | Warren Dukes | 2005-02-02 | 1 | -19/+16 |
* | todo update | Warren Dukes | 2005-02-02 | 2 | -7/+17 |
* | forgot to remove some debug statements | Warren Dukes | 2005-02-02 | 1 | -2/+0 |
* | playing, stopping, and seeking mpc files should work now. next is parsing me... | Warren Dukes | 2005-02-02 | 1 | -6/+11 |
* | mpc plugin basically working. | Warren Dukes | 2005-02-01 | 1 | -20/+12 |
* | some minor changes, still doesn't quite work | Warren Dukes | 2005-02-01 | 1 | -5/+25 |
* | remove getOggTotalTime(), wasn't used anywhere | Warren Dukes | 2005-02-01 | 2 | -28/+1 |
* | configure now checks for libmusepack | Warren Dukes | 2005-02-01 | 1 | -0/+46 |
* | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 2005-02-01 | 3 | -77/+102 |
* | beginnings of a mpc plugin, work in progress | Warren Dukes | 2005-02-01 | 1 | -0/+280 |