| Commit message (Expand) | Author | Files | Lines |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -4/+4 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -1/+2 |
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 1 | -6/+7 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -1/+1 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 |
2013-10-19 | decoder/mikmod: use const_cast instead of g_strdup() | Max Kellermann | 1 | -8/+8 |
2013-10-18 | decoder/mikmod: Add loop configuration parameter | Sebastian Thorarensen | 1 | -2/+3 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -6/+10 |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -2/+3 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -4/+3 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+3 |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/mikmod: convert to C++ | Max Kellermann | 1 | -18/+23 |
2012-02-11 | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API | Max Kellermann | 1 | -10/+9 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+3 |
2010-05-31 | decoder/mikmod: fix memory leak | Max Kellermann | 1 | -2/+4 |
2010-05-31 | decoder/mikmod: duplicate the path only once | Max Kellermann | 1 | -2/+2 |
2010-05-31 | decoder/mikdmod: moved local variable declarations in tag_dup() | Max Kellermann | 1 | -12/+8 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -2/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -5/+0 |
2009-12-14 | decoder/mikmod: fixed gcc uninitialized warning | Max Kellermann | 1 | -2/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 |
2009-11-14 | decoder/mikmod: count frame position | Max Kellermann | 1 | -8/+6 |
2009-11-14 | decoder/mikmod: sample rate is configurable | Max Kellermann | 1 | -3/+12 |
2009-11-14 | decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSION | Max Kellermann | 1 | -3/+3 |
2009-11-14 | decoder/mikmod: no CamelCase | Max Kellermann | 1 | -28/+34 |
2009-11-14 | decoder/mikmod: removed the struct mod_Data | Max Kellermann | 1 | -14/+9 |
2009-11-14 | decoder/mikmod: merged open()/close() into decode() | Max Kellermann | 1 | -31/+12 |
2009-11-14 | decoder/mikmod: static mod_Data object | Max Kellermann | 1 | -11/+9 |
2009-11-14 | decoder: use audio_format_init_checked() | Max Kellermann | 1 | -0/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+2 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -1/+1 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -3/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+8 |
2009-02-17 | decoders: added and fixed GLib log domains | Max Kellermann | 1 | -1/+4 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+2 |
2009-01-30 | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 1 | -6/+0 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-24 | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 1 | -2/+2 |
2008-12-28 | mikmod: use Glib instead of utils.h/log.h | Max Kellermann | 1 | -9/+6 |