| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up CPP includes | Max Kellermann | 2008-08-30 | 1 | -6/+0 |
* | core rewrite (decode,player,outputBuffer,playlist) | Eric Wong | 2008-08-16 | 1 | -36/+23 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -5/+5 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -6/+6 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -29/+24 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -0/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -1/+1 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -11/+11 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -6/+1 |
* | Simplify decode cleanup logic a bit | Eric Wong | 2008-01-01 | 1 | -17/+0 |
* | mpc_plugin: break out if a missed error branch | Eric Wong | 2008-01-01 | 1 | -0/+2 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 1 | -2/+2 |
* | Just specify mimeType as NULL in mpc's InputPlugin struct. | J. Alexander Treuman | 2007-05-22 | 1 | -2/+1 |
* | Cleaning up some comments. | J. Alexander Treuman | 2007-04-09 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -12/+1 |
* | mpc_plugin: fix seeking bug | Eric Wong | 2006-08-08 | 1 | -0/+1 |
* | mpc_plugin.c: fix compilation error with MPC_FIXED_POINT | Eric Wong | 2006-08-07 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -125/+130 |
* | inputPlugins/*_plugin.c: static-fication | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 1 | -1/+2 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -0/+2 |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 1 | -2/+8 |
* | Fix musepack bitrate display | Eric Wong | 2005-08-07 | 1 | -3/+4 |
* | update musepack decoding code to use the newer mpcdec library | Eric Wong | 2005-07-30 | 1 | -4/+4 |
* | hopefully replaygain now works for musepack | Warren Dukes | 2005-03-07 | 1 | -4/+5 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 1 | -7/+40 |
* | s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1 | Warren Dukes | 2005-02-26 | 1 | -2/+2 |
* | disable replaygain support for musepack till i can figure out the format that... | Warren Dukes | 2005-02-09 | 1 | -2/+2 |
* | make local functions static | Warren Dukes | 2005-02-03 | 1 | -6/+7 |
* | todo update | Warren Dukes | 2005-02-02 | 1 | -3/+13 |
* | 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 | 1 | -8/+1 |
* | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 2005-02-01 | 1 | -77/+99 |
* | beginnings of a mpc plugin, work in progress | Warren Dukes | 2005-02-01 | 1 | -0/+280 |