| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 1 | -4/+2 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 1 | -9/+7 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | Add RVA2 tag support to MPD | Pauli Virtanen | 2008-12-28 | 1 | -0/+94 |
* | mp3: "tag" argument is unused when libid3tag is disabled | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | mp3: declare variables as "enum mp3_action" | Max Kellermann | 2008-12-08 | 1 | -2/+2 |
* | mp3: use GLib logging | Max Kellermann | 2008-11-27 | 1 | -19/+18 |
* | mp3: fix SEEK command check after mp3_synth_and_send() | Max Kellermann | 2008-11-13 | 1 | -5/+3 |
* | mp3: support stream tags | Max Kellermann | 2008-11-11 | 1 | -1/+8 |
* | mp3: eliminated duplicate command check | Max Kellermann | 2008-11-11 | 1 | -18/+20 |
* | decoder: return void from decode() methods | Max Kellermann | 2008-11-11 | 1 | -6/+3 |
* | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 2008-11-11 | 1 | -6/+6 |
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -22/+25 |
* | decoder: removed stream_types | Max Kellermann | 2008-11-04 | 1 | -1/+0 |
* | decoder_api: automatically send stream tag | Max Kellermann | 2008-11-03 | 1 | -41/+5 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 2008-11-01 | 1 | -2/+2 |
* | decoder: make all decoder_plugin structs const | Max Kellermann | 2008-11-01 | 1 | -1/+1 |
* | decoder_api: pass constant path pointers | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -14/+14 |
* | mp3: make mp3_read() return bool | Max Kellermann | 2008-10-30 | 1 | -19/+7 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -5/+1 |
* | mp3: seek in background | Max Kellermann | 2008-10-29 | 1 | -5/+7 |
* | mp3: return from mp3_synth_and_send() on any command | Max Kellermann | 2008-10-29 | 1 | -2/+2 |
* | mp3: moved code to mp3_synth_and_send() | Max Kellermann | 2008-10-29 | 1 | -60/+74 |
* | mp3: moved code to mp3_send_pcm() | Max Kellermann | 2008-10-29 | 1 | -29/+48 |
* | mp3: moved code to mp3_update_timer_next_frame() | Max Kellermann | 2008-10-29 | 1 | -16/+28 |
* | mp3: moved code to mp3_this_frame_offset() | Max Kellermann | 2008-10-29 | 1 | -10/+10 |
* | mp3: moved code to mp3_time_to_frame() | Max Kellermann | 2008-10-29 | 1 | -11/+21 |
* | mp3: assert that the stream is seekable | Max Kellermann | 2008-10-29 | 1 | -5/+5 |
* | mp3: moved code to mp3_filesize_to_song_length() | Max Kellermann | 2008-10-28 | 1 | -23/+42 |
* | mp3: no "goto" | Max Kellermann | 2008-10-28 | 1 | -19/+36 |
* | mp3: use GLib allocation functions | Max Kellermann | 2008-10-28 | 1 | -11/+9 |
* | mp3: use bool | Max Kellermann | 2008-10-28 | 1 | -50/+51 |
* | mp3: no CamelCase | Max Kellermann | 2008-10-28 | 1 | -255/+254 |
* | mp3: remove obsolete comments | Max Kellermann | 2008-10-28 | 1 | -4/+0 |
* | input_stream: convert offset and size to the off_t data type | Max Kellermann | 2008-10-28 | 1 | -1/+1 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -1/+2 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -3/+2 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -20/+20 |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -7/+9 |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+1086 |