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