aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-0/+18
2008-09-29decoder: renamed plugin methodsMax Kellermann1-3/+3
2008-08-26moved global variable "pc" to player.hMax Kellermann1-0/+1
2008-08-26renamed functions in decoder_list.hMax Kellermann1-18/+20
2008-08-26no camel case in struct decoder_pluginMax Kellermann1-4/+4
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-1/+1
2008-08-26moved decoder externs to inputPlugin.cMax Kellermann1-0/+11
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-10/+11
2008-04-12clean up CPP includesMax Kellermann1-4/+0
2008-02-05fix -Wconst warningsMax Kellermann1-5/+5
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman1-0/+1
2007-06-04Actually load the aac input plugin.J. Alexander Treuman1-0/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong1-10/+0
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2006-07-30remove deprecated myfprintf wrapperEric Wong1-2/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-41/+59
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
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-8/+22
2005-02-01will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes1-0/+2
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-1/+1
2004-06-16add copyright noticesWarren Dukes1-0/+18
2004-06-01nice output of all suffix types supported in versionWarren Dukes1-0/+18
2004-06-01do strcasecmp for detecting plugin typeWarren Dukes1-1/+1
2004-06-01fix segfault when no mimeType in a streamWarren Dukes1-0/+2
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-1/+5
2004-05-31forgot to load aacPluginWarren Dukes1-0/+2
2004-05-31mp4_pluginWarren Dukes1-0/+2
2004-05-31audiofile_pluginWarren Dukes1-0/+2
2004-05-31flac_pluginWarren Dukes1-0/+2
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-69/+13
2004-05-30finish implementing inputPlugin interfaceWarren Dukes1-11/+83
2004-05-30start to implement inputPlugin interfaceWarren Dukes1-0/+67