| Commit message (Expand) | Author | Files | Lines |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | renamed functions in decoder_list.h | Max Kellermann | 1 | -18/+20 |
2008-08-26 | no camel case in struct decoder_plugin | Max Kellermann | 1 | -4/+4 |
2008-08-26 | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved decoder externs to inputPlugin.c | Max Kellermann | 1 | -0/+11 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -10/+11 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -4/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -5/+5 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-06-24 | Adding WavPack support. Patch courtesy Kodest. | J. Alexander Treuman | 1 | -0/+1 |
2007-06-04 | Actually load the aac input plugin. | J. Alexander Treuman | 1 | -0/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | sparse: move extern declarations for plugins into header files | Eric Wong | 1 | -10/+0 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -3/+3 |
2006-07-30 | remove deprecated myfprintf wrapper | Eric Wong | 1 | -2/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -41/+59 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+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 | -8/+22 |
2005-02-01 | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 1 | -0/+2 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-06-16 | add copyright notices | Warren Dukes | 1 | -0/+18 |
2004-06-01 | nice output of all suffix types supported in version | Warren Dukes | 1 | -0/+18 |
2004-06-01 | do strcasecmp for detecting plugin type | Warren Dukes | 1 | -1/+1 |
2004-06-01 | fix segfault when no mimeType in a stream | Warren Dukes | 1 | -0/+2 |
2004-05-31 | mod_plugin, just for tarzeau | Warren Dukes | 1 | -1/+5 |
2004-05-31 | forgot to load aacPlugin | Warren Dukes | 1 | -0/+2 |
2004-05-31 | mp4_plugin | Warren Dukes | 1 | -0/+2 |
2004-05-31 | audiofile_plugin | Warren Dukes | 1 | -0/+2 |
2004-05-31 | flac_plugin | Warren Dukes | 1 | -0/+2 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -69/+13 |
2004-05-30 | finish implementing inputPlugin interface | Warren Dukes | 1 | -11/+83 |
2004-05-30 | start to implement inputPlugin interface | Warren Dukes | 1 | -0/+67 |