aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_list: convert to C++Max Kellermann2013-01-301-237/+0
* decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-281-4/+0
* decoder/ffmpeg: convert to C++Max Kellermann2013-01-261-1/+1
* Log, ...: include cleanupMax Kellermann2013-01-101-1/+0
* decoder/wavpack: convert to C++Max Kellermann2013-01-101-1/+1
* decoder/vorbis: convert to C++Max Kellermann2013-01-071-1/+1
* decoder/flac: use C++ compilerMax Kellermann2012-10-021-2/+1
* decoder/adplug: new decoder pluginMax Kellermann2012-09-251-0/+4
* src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann2012-09-051-0/+4
* patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer2012-06-271-1/+3
* Merge branch 'v0.16.x'Max Kellermann2012-06-121-11/+4
|\
| * decoder_list: add _for_each() macrosMax Kellermann2012-06-121-11/+4
* | decoder/dsdiff: new decoder pluginMax Kellermann2011-10-041-0/+2
* | decoder/oggflac: delete this obsolete pluginMax Kellermann2011-09-011-1/+1
* | 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