aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mpc_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-5/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-3/+3
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* clean up CPP includesMax Kellermann2008-08-301-6/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-36/+23
* Make the OutputBuffer API more consistentEric Wong2008-04-131-5/+5
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-6/+6
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-29/+24
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* fix -Wconst warningsMax Kellermann2008-02-051-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-11/+11
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-17/+0
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-2/+2
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-221-2/+1
* Cleaning up some comments.J. Alexander Treuman2007-04-091-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* mpc_plugin: fix seeking bugEric Wong2006-08-081-0/+1
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-071-1/+1
* 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