| Commit message (Expand) | Author | Files | Lines |
2008-10-31 | ogg: don't include _flac_common.h | Max Kellermann | 1 | -1/+0 |
2008-10-31 | oggflac: adapt to new API | Max Kellermann | 1 | -6/+6 |
2008-10-30 | ffmpeg: pass input_stream pointer to decoder_data() | Max Kellermann | 1 | -3/+5 |
2008-10-30 | ffmpeg: use return value of decoder_data() | Max Kellermann | 1 | -18/+20 |
2008-10-30 | ffmpeg: output buffer size cannot be negative | Max Kellermann | 1 | -5/+7 |
2008-10-30 | ffmpeg: break immediately after av_read_frame() | Max Kellermann | 1 | -9/+8 |
2008-10-30 | ffmpeg: moved code to ffmpeg_send_frame() | Max Kellermann | 1 | -27/+34 |
2008-10-30 | ffmpeg: report seek errors to MPD | Max Kellermann | 1 | -5/+4 |
2008-10-30 | ffmpeg: simplified mpdurl_read() | Max Kellermann | 1 | -13/+11 |
2008-10-30 | ffmpeg: call tag_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2008-10-30 | ffmpeg: eliminated local variable "tag" | Max Kellermann | 1 | -7/+4 |
2008-10-30 | ffmpeg: make ffmpeg_helper() return bool | Max Kellermann | 1 | -24/+21 |
2008-10-30 | ffmpeg: removed debug messages | Max Kellermann | 1 | -35/+5 |
2008-10-30 | ffmpeg: initialize base.decoder | Max Kellermann | 1 | -0/+1 |
2008-10-30 | mpc: provide 24 bit samples | Max Kellermann | 1 | -7/+6 |
2008-10-30 | mpc: moved sample size into a constant | Max Kellermann | 1 | -5/+9 |
2008-10-30 | mpc: renamed variable "s16" to "dest" | Max Kellermann | 1 | -5/+4 |
2008-10-30 | mpc: fix broken integer sample conversion | Max Kellermann | 1 | -6/+4 |
2008-10-30 | mpc: fix boolean interpretation of input_stream_seek() | Max Kellermann | 1 | -1/+1 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 11 | -114/+119 |
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 | 9 | -23/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 8 | -16/+3 |
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 | 9 | -20/+20 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 10 | -65/+65 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 12 | -48/+65 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 15 | -0/+5609 |