aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-22decoder: new "pcm" decoder pluginMax Kellermann1-0/+2
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2010-04-10Decoder for game music emulation library.Tony Miller1-0/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-09decoder_list: fix decoder_plugin_from_mime_type()Max Kellermann1-1/+1
2009-11-07decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann1-23/+2
2009-11-07decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann1-10/+25
2009-11-07decoder_list: moved suffix/mime_type checks to decoder_plugin.cMax Kellermann1-4/+4
2009-11-07decoder_list: back to NULL terminated listMax Kellermann1-7/+8
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-4/+4
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+4
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+4
2009-04-06decoder: prefer wildmidi over fluidsynthAvuton Olrich1-4/+4
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-8/+8
2009-04-01configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann1-1/+1
2009-04-01configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28decoder_list: print decoder list with suffixesMax Kellermann1-21/+10
2009-02-17renamed decoder plugin "mpc" to "mpcdec"Max Kellermann1-2/+2
2009-02-17renamed decoder plugin "mp4" to "mp4ff"Max Kellermann1-2/+2
2009-02-16renamed decoder plugin "aac" to "faad"Max Kellermann1-2/+2
2009-02-16renamed decoder plugin "mp3" to "mad"Max Kellermann1-2/+2
2009-02-15decoder_list: added configuration option to disable decoder pluginsMax Kellermann1-0/+4
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