aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-15decoder_list: added configuration block "decoder"Max Kellermann1-1/+29
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+1
2009-02-15decoder_plugin: added inline wrapper functionsMax Kellermann1-3/+5
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-1/+3
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann1-0/+4
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+4
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann1-0/+4
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann1-2/+2
2009-01-15flac: no CamelCaseMax Kellermann1-4/+4
2009-01-14oggvorbis: no CamelCaseMax Kellermann1-2/+2
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2008-12-30print supported decoders in --versionViliam Mateicka1-0/+13
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka1-0/+4
2008-12-09utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka1-11/+1
2008-11-10flac: enable oggflac with libflacMax Kellermann1-1/+1
2008-11-04wavpack: no CamelCaseMax Kellermann1-2/+2
2008-11-04mp4: no CamelCaseeMax Kellermann1-2/+2
2008-11-04ffmpeg: no CamelCaseMax Kellermann1-2/+2
2008-11-03configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann1-1/+3
2008-11-02decoder: enable decoders even if they have no init() methodMax Kellermann1-1/+1
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-11/+11
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann1-90/+78
2008-11-01decoder: return const decoder_plugin structsMax Kellermann1-7/+8
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-1/+1
2008-10-17ffmpeg: new decoder pluginViliam Mateicka1-0/+4
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