aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-151-16/+32
* ffmpeg: adding APE supportViliam Mateicka2008-12-151-2/+3
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+7
* ffmpeg: use GLib instead of log.hMax Kellermann2008-11-211-8/+11
* ffmpeg: read tags from AVFormatContextViliam Mateicka2008-11-181-5/+16
* ffmpeg: fixed AVSEEK_SIZEMax Kellermann2008-11-161-3/+9
* decoder: return void from decode() methodsMax Kellermann2008-11-111-2/+2
* decoder: removed plugin method try_decode()Max Kellermann2008-11-101-7/+0
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann2008-11-041-15/+2
* ffmpeg: removed ffmpeg_context.codecMax Kellermann2008-11-041-2/+0
* ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann2008-11-041-9/+12
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-100/+101
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-021-1/+1
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-021-4/+0
* ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann2008-11-021-1/+2
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-021-1/+1
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+3
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-2/+2
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-1/+1
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-301-3/+5
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-301-18/+20
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-301-5/+7
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-301-9/+8
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-301-27/+34
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-301-5/+4
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-301-13/+11
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-301-1/+1
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-301-7/+4
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-301-24/+21
* ffmpeg: removed debug messagesMax Kellermann2008-10-301-35/+5
* ffmpeg: initialize base.decoderMax Kellermann2008-10-301-0/+1
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-6/+6
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-3/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-1/+1
* input_stream: no CamelCaseMax Kellermann2008-10-261-6/+6
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-7/+10
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+419