aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21DecoderThread: simplify the decoder lookup loopMax Kellermann1-0/+11
2013-10-21DecoderList: reimplement _for_each() with function objectMax Kellermann1-10/+28
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-7/+7
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-01-30decoder_list: convert to C++Max Kellermann1-5/+3
2012-06-12decoder_list: add _for_each() macrosMax Kellermann1-0/+10
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-07decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann1-3/+4
2009-11-07decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann1-1/+9
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28decoder_list: print decoder list with suffixesMax Kellermann1-2/+0
2008-12-30print supported decoders in --versionViliam Mateicka1-0/+2
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann1-4/+0
2008-11-01decoder: return const decoder_plugin structsMax Kellermann1-7/+8
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-08-26renamed functions in decoder_list.hMax Kellermann1-8/+10
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-0/+0
2008-08-26moved decoder externs to inputPlugin.cMax Kellermann1-11/+0
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-16/+18
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann1-56/+1
2008-08-26added struct decoderMax Kellermann1-2/+6
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-2/+2
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-4/+3
2008-04-12clean up CPP includesMax Kellermann1-3/+0
2008-02-05fix -Wconst warningsMax Kellermann1-6/+6
2008-01-26fixed invalid C prototypesMax Kellermann1-2/+2
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman1-0/+1
2007-06-04Actually load the aac input plugin.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong1-0/+10
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-14/+14
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-3/+26
2004-06-16add copyright noticesWarren Dukes1-0/+18
2004-06-01nice output of all suffix types supported in versionWarren Dukes1-0/+2
2004-06-01fix for bastard mp3 streamsWarren Dukes1-4/+0
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+6
2004-05-31icynames are now copied to title of streamsWarren Dukes1-1/+2
2004-05-31little cleanup of plugin stuffWarren Dukes1-1/+2
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-14/+3
2004-05-30finish implementing inputPlugin interfaceWarren Dukes1-7/+9
2004-05-30start to implement inputPlugin interfaceWarren Dukes1-0/+0
2004-05-30include proper headers for input_pluginWarren Dukes1-0/+5
2004-05-30input plugin header stuffWarren Dukes1-0/+8
2004-05-30input plugin shemeWarren Dukes1-0/+48