| Commit message (Expand) | Author | Files | Lines |
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 |
2008-12-28 | mikmod: convert mod_Data.audio_buffer to a static array | Max Kellermann | 1 | -3/+1 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -4/+2 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-03 | mod: removed boolean globals for lazy init | Max Kellermann | 1 | -15/+4 |
2008-11-03 | mod: always initialize libmikmod | Max Kellermann | 1 | -8/+1 |
2008-11-02 | aac, mod: moved decoder command check into loop condition | Max Kellermann | 1 | -10/+5 |
2008-11-02 | aac, mod: don't check for SEEK command | Max Kellermann | 1 | -4/+0 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 1 | -1/+2 |
2008-11-01 | decoder: make all decoder_plugin structs const | Max Kellermann | 1 | -1/+1 |
2008-10-31 | decoder_api: pass constant path pointers | Max Kellermann | 1 | -6/+20 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -15/+16 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -2/+0 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 1 | -0/+0 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -9/+0 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -2/+2 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -10/+6 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-09-07 | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 1 | -4/+13 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+2 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -2/+2 |