| Commit message (Expand) | Author | Files | Lines |
2008-11-21 | decoder: check audio_format_valid() in all decoders | Max Kellermann | 1 | -0/+7 |
2008-11-21 | ffmpeg: use GLib instead of log.h | Max Kellermann | 1 | -8/+11 |
2008-11-18 | ffmpeg: read tags from AVFormatContext | Viliam Mateicka | 1 | -5/+16 |
2008-11-16 | ffmpeg: fixed AVSEEK_SIZE | Max Kellermann | 1 | -3/+9 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -2/+2 |
2008-11-10 | decoder: removed plugin method try_decode() | Max Kellermann | 1 | -7/+0 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-04 | ffmpeg: removed loop from mpd_ffmpeg_read() | Max Kellermann | 1 | -15/+2 |
2008-11-04 | ffmpeg: removed ffmpeg_context.codec | Max Kellermann | 1 | -2/+0 |
2008-11-04 | ffmpeg: moved code to ffmpeg_find_audio_stream() | Max Kellermann | 1 | -9/+12 |
2008-11-04 | ffmpeg: no CamelCase | Max Kellermann | 1 | -100/+101 |
2008-11-02 | ffmpeg: fix boolean inversion in ffmpeg_tag() | Max Kellermann | 1 | -1/+1 |
2008-11-02 | ffmpeg: don't rewind stream in url_close() | Max Kellermann | 1 | -4/+0 |
2008-11-02 | ffmpeg: use decoder_read() wrapper instead of direct input_stream_read() | Max Kellermann | 1 | -1/+2 |
2008-11-02 | ogg, ffmpeg: try to decode, even when the stream is not seekable | Max Kellermann | 1 | -1/+1 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -2/+3 |
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 | -1/+1 |
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 | decoder: use bool for return values and flags | Max Kellermann | 1 | -6/+6 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -3/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 1 | -1/+0 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -6/+6 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 1 | -7/+10 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 1 | -0/+0 |
2008-10-21 | ffmpeg: don't pass pointer as hexadecimal string | Max Kellermann | 1 | -20/+27 |
2008-10-21 | ffmpeg: detect which ffmpeg headers should be included | Max Kellermann | 1 | -0/+6 |
2008-10-18 | ffmpeg: make internal functions static | Max Kellermann | 1 | -22/+12 |
2008-10-17 | ffmpeg: new decoder plugin | Viliam Mateicka | 1 | -0/+416 |