| Commit message (Expand) | Author | Files | Lines |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2008-12-28 | Add RVA2 tag support to MPD | Pauli Virtanen | 1 | -0/+94 |
2008-12-24 | mp3: "tag" argument is unused when libid3tag is disabled | Max Kellermann | 1 | -2/+2 |
2008-12-08 | mp3: declare variables as "enum mp3_action" | Max Kellermann | 1 | -2/+2 |
2008-11-27 | mp3: use GLib logging | Max Kellermann | 1 | -19/+18 |
2008-11-13 | mp3: fix SEEK command check after mp3_synth_and_send() | Max Kellermann | 1 | -5/+3 |
2008-11-11 | mp3: support stream tags | Max Kellermann | 1 | -1/+8 |
2008-11-11 | mp3: eliminated duplicate command check | Max Kellermann | 1 | -18/+20 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -6/+3 |
2008-11-11 | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 1 | -6/+6 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -22/+25 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-03 | decoder_api: automatically send stream tag | Max Kellermann | 1 | -41/+5 |
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 | -2/+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 | -2/+2 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -14/+14 |
2008-10-30 | mp3: make mp3_read() return bool | Max Kellermann | 1 | -19/+7 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -2/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 1 | -5/+1 |
2008-10-29 | mp3: seek in background | Max Kellermann | 1 | -5/+7 |
2008-10-29 | mp3: return from mp3_synth_and_send() on any command | Max Kellermann | 1 | -2/+2 |
2008-10-29 | mp3: moved code to mp3_synth_and_send() | Max Kellermann | 1 | -60/+74 |
2008-10-29 | mp3: moved code to mp3_send_pcm() | Max Kellermann | 1 | -29/+48 |
2008-10-29 | mp3: moved code to mp3_update_timer_next_frame() | Max Kellermann | 1 | -16/+28 |
2008-10-29 | mp3: moved code to mp3_this_frame_offset() | Max Kellermann | 1 | -10/+10 |
2008-10-29 | mp3: moved code to mp3_time_to_frame() | Max Kellermann | 1 | -11/+21 |
2008-10-29 | mp3: assert that the stream is seekable | Max Kellermann | 1 | -5/+5 |
2008-10-28 | mp3: moved code to mp3_filesize_to_song_length() | Max Kellermann | 1 | -23/+42 |
2008-10-28 | mp3: no "goto" | Max Kellermann | 1 | -19/+36 |
2008-10-28 | mp3: use GLib allocation functions | Max Kellermann | 1 | -11/+9 |
2008-10-28 | mp3: use bool | Max Kellermann | 1 | -50/+51 |
2008-10-28 | mp3: no CamelCase | Max Kellermann | 1 | -255/+254 |
2008-10-28 | mp3: remove obsolete comments | Max Kellermann | 1 | -4/+0 |
2008-10-28 | input_stream: convert offset and size to the off_t data type | Max Kellermann | 1 | -1/+1 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 1 | -1/+2 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -3/+2 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -20/+20 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 1 | -7/+9 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 1 | -0/+0 |
2008-10-23 | mp3: send 24 bit PCM data | Max Kellermann | 1 | -63/+24 |
2008-10-23 | mp3: use sizeof(sample) instead of hard-coded "2" | Max Kellermann | 1 | -2/+3 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -11/+3 |
2008-10-10 | mp3: dither an arbitrary number of channels | Max Kellermann | 1 | -6/+3 |
2008-10-10 | mp3: hard-code dithering to 16 bits | Max Kellermann | 1 | -8/+6 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -10/+7 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -5/+5 |
2008-09-23 | start using prefixcmp() | Eric Wong | 1 | -1/+1 |