aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mpc_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-20Add mpd-indent.shAvuton Olrich1-125/+130
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-2/+2
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-2/+8
2005-08-07Fix musepack bitrate displayEric Wong1-3/+4
2005-07-30update musepack decoding code to use the newer mpcdec libraryEric Wong1-4/+4
2005-03-07hopefully replaygain now works for musepackWarren Dukes1-4/+5
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-7/+40
2005-02-26s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes1-2/+2
2005-02-09disable replaygain support for musepack till i can figure out the format that...Warren Dukes1-2/+2
2005-02-03make local functions staticWarren Dukes1-6/+7
2005-02-02todo updateWarren Dukes1-3/+13
2005-02-02forgot to remove some debug statementsWarren Dukes1-2/+0
2005-02-02playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes1-6/+11
2005-02-01mpc plugin basically working.Warren Dukes1-20/+12
2005-02-01some minor changes, still doesn't quite workWarren Dukes1-5/+25
2005-02-01remove getOggTotalTime(), wasn't used anywhereWarren Dukes1-8/+1
2005-02-01will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes1-77/+99
2005-02-01beginnings of a mpc plugin, work in progressWarren Dukes1-0/+280