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