[FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-24 Thread Martin Herkt
Merge commit 1530732 broke compilation with AviSynth enabled. There's really no reason to keep outdated, incompatible copies of these headers in the FFmpeg source tree. No one should be using AviSynth 2.5 either. --- compat/avisynth/avisynth_c.h | 880 -

Re: [FFmpeg-devel] [RFC] New build system

2018-06-14 Thread Martin Herkt
On Friday, June 15, 2018 12:45:53 AM CEST Jean-Baptiste Kempf wrote: > Hello, > > On Thu, 14 Jun 2018, at 18:03, Josh de Kock wrote: > > As such, I'd like to propose adopting a new build system to FFmpeg, > > namely Meson[1]. There has already been a fair amount of work (not by > > I think this

[FFmpeg-devel] [PATCH] avformat/avio: fix off-by-one in retry_transfer_wrapper

2018-01-09 Thread Martin Herkt
This reportedly fixes hangs with segmented streams. Affects playback via Schannel on Windows in particular. Can be reproduced with any YouTube live stream. --- libavformat/avio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index