| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-29 | DecoderList: add function decoder_plugins_supports_suffix() | Max Kellermann | 1 | -37/+8 |
2013-12-29 | DecoderList: remove unused function decoder_plugin_from_mime_type() | Max Kellermann | 1 | -22/+0 |
2013-10-22 | DecoderList: fix the decoder_plugin_from_mime_type() return value | Max Kellermann | 1 | -3/+1 |
2013-10-21 | DecoderList: reimplement _for_each() with function object | Max Kellermann | 1 | -5/+6 |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 1 | -4/+4 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -9/+9 |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 1 | -2/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -5/+5 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -16/+16 |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -5/+3 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -4/+7 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/pcm: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/mpcdec: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/modplug: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/mikmod: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/wildmidi: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/mpg123: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/sndfile: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/audiofile: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-07-26 | decoder/mad: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -1/+1 |
2013-04-17 | decoder/faad: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-08 | decoder/gme: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-28 | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 1 | -4/+0 |
2013-01-26 | decoder/ffmpeg: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-10 | Log, ...: include cleanup | Max Kellermann | 1 | -1/+0 |
2013-01-10 | decoder/wavpack: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -2/+1 |
2012-09-25 | decoder/adplug: new decoder plugin | Max Kellermann | 1 | -0/+4 |
2012-09-05 | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 1 | -0/+4 |
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -1/+3 |
2012-06-12 | decoder_list: add _for_each() macros | Max Kellermann | 1 | -11/+4 |
2011-10-04 | decoder/dsdiff: new decoder plugin | Max Kellermann | 1 | -0/+2 |
2011-09-01 | decoder/oggflac: delete this obsolete plugin | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-22 | decoder: new "pcm" decoder plugin | Max Kellermann | 1 | -0/+2 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+3 |
2010-04-10 | Decoder for game music emulation library. | Tony Miller | 1 | -0/+4 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-09 | decoder_list: fix decoder_plugin_from_mime_type() | Max Kellermann | 1 | -1/+1 |
2009-11-07 | decoder_list: moved print_all_decoders() to cmdline.c | Max Kellermann | 1 | -23/+2 |