aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-30ffmpeg: output buffer size cannot be negativeMax Kellermann1-5/+7
2008-10-30ffmpeg: break immediately after av_read_frame()Max Kellermann1-9/+8
2008-10-30ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann1-27/+34
2008-10-30ffmpeg: report seek errors to MPDMax Kellermann1-5/+4
2008-10-30ffmpeg: simplified mpdurl_read()Max Kellermann1-13/+11
2008-10-30ffmpeg: call tag_free() instead of free()Max Kellermann1-1/+1
2008-10-30ffmpeg: eliminated local variable "tag"Max Kellermann1-7/+4
2008-10-30ffmpeg: make ffmpeg_helper() return boolMax Kellermann1-24/+21
2008-10-30ffmpeg: removed debug messagesMax Kellermann1-35/+5
2008-10-30ffmpeg: initialize base.decoderMax Kellermann1-0/+1
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-6/+6
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-3/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-1/+0
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-1/+1
2008-10-26input_stream: no CamelCaseMax Kellermann1-6/+6
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-7/+10
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-21ffmpeg: don't pass pointer as hexadecimal stringMax Kellermann1-20/+27
2008-10-21ffmpeg: detect which ffmpeg headers should be includedMax Kellermann1-0/+6
2008-10-18ffmpeg: make internal functions staticMax Kellermann1-22/+12
2008-10-17ffmpeg: new decoder pluginViliam Mateicka1-0/+416