| Commit message (Expand) | Author | Files | Lines |
2009-11-07 | decoder_list: moved print_all_decoders() to cmdline.c | Max Kellermann | 1 | -3/+4 |
2009-11-07 | decoder_list: pass previous plugin pointer to lookup functions | Max Kellermann | 1 | -1/+9 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-28 | decoder_list: print decoder list with suffixes | Max Kellermann | 1 | -2/+0 |
2008-12-30 | print supported decoders in --version | Viliam Mateicka | 1 | -0/+2 |
2008-11-01 | decoder: manage decoder list in a static array | Max Kellermann | 1 | -4/+0 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -7/+8 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed functions in decoder_list.h | Max Kellermann | 1 | -8/+10 |
2008-08-26 | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 1 | -0/+0 |
2008-08-26 | moved decoder externs to inputPlugin.c | Max Kellermann | 1 | -11/+0 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -16/+18 |
2008-08-26 | moved InputPlugin to decoder_api.h | Max Kellermann | 1 | -56/+1 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -2/+6 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -2/+2 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -4/+3 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+6 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 1 | -2/+2 |
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 | -1/+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 | -0/+10 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -14/+14 |
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 | -3/+26 |
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/+2 |
2004-06-01 | fix for bastard mp3 streams | Warren Dukes | 1 | -4/+0 |
2004-05-31 | mod_plugin, just for tarzeau | Warren Dukes | 1 | -0/+6 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -1/+2 |
2004-05-31 | little cleanup of plugin stuff | Warren Dukes | 1 | -1/+2 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -14/+3 |
2004-05-30 | finish implementing inputPlugin interface | Warren Dukes | 1 | -7/+9 |
2004-05-30 | start to implement inputPlugin interface | Warren Dukes | 1 | -0/+0 |
2004-05-30 | include proper headers for input_plugin | Warren Dukes | 1 | -0/+5 |
2004-05-30 | input plugin header stuff | Warren Dukes | 1 | -0/+8 |
2004-05-30 | input plugin sheme | Warren Dukes | 1 | -0/+48 |