aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* decoder: new "pcm" decoder pluginMax Kellermann2010-12-221-0/+2
* eliminate g_error() usageThomas Jansen2010-09-251-2/+3
* Decoder for game music emulation library.Tony Miller2010-04-101-0/+4
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* decoder_list: fix decoder_plugin_from_mime_type()Max Kellermann2009-11-091-1/+1
* decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann2009-11-071-23/+2
* decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann2009-11-071-10/+25
* decoder_list: moved suffix/mime_type checks to decoder_plugin.cMax Kellermann2009-11-071-4/+4
* decoder_list: back to NULL terminated listMax Kellermann2009-11-071-7/+8
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-4/+4
* decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann2009-08-261-0/+4
* decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-071-0/+4
* decoder: prefer wildmidi over fluidsynthAvuton Olrich2009-04-061-4/+4
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-021-8/+8
* configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann2009-04-011-1/+1
* configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann2009-04-011-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* decoder_list: print decoder list with suffixesMax Kellermann2009-02-281-21/+10
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-171-2/+2
* renamed decoder plugin "mp4" to "mp4ff"Max Kellermann2009-02-171-2/+2
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-161-2/+2
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-161-2/+2
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-151-0/+4
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-151-1/+29
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+1
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-151-3/+5
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-1/+3
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+4
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+4
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-111-0/+4
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-241-2/+2
* flac: no CamelCaseMax Kellermann2009-01-151-4/+4
* oggvorbis: no CamelCaseMax Kellermann2009-01-141-2/+2
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* print supported decoders in --versionViliam Mateicka2008-12-301-0/+13
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+4
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-091-11/+1
* flac: enable oggflac with libflacMax Kellermann2008-11-101-1/+1
* wavpack: no CamelCaseMax Kellermann2008-11-041-2/+2
* mp4: no CamelCaseeMax Kellermann2008-11-041-2/+2
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-2/+2
* configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann2008-11-031-1/+3
* decoder: enable decoders even if they have no init() methodMax Kellermann2008-11-021-1/+1
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-11/+11
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-011-90/+78
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-7/+8
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-1/+1
* ffmpeg: new decoder pluginViliam Mateicka2008-10-171-0/+4