[FFmpeg-devel] [PATCH] avfilter/decode: do not treat discarded frames as eof when draining

2017-04-29 Thread Muhammad Faiz
Fix fate failures: make fate-mov THREADS=32 Signed-off-by: Muhammad Faiz --- libavcodec/decode.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/decode.c b/libavcodec/decode.c index edfae55..6ec423b 100644 --- a/libavcodec/decode.c +++ b/libavcodec/d

Re: [FFmpeg-devel] [PATCH v2] avcodec/pthread_frame, decode: allow errors to happen on draining

2017-04-29 Thread Muhammad Faiz
On Sat, Apr 29, 2017 at 6:18 AM, Muhammad Faiz wrote: > On Sat, Apr 29, 2017 at 6:01 AM, Michael Niedermayer > wrote: >> On Fri, Apr 28, 2017 at 11:23:10PM +0700, Muhammad Faiz wrote: >>> On Fri, Apr 28, 2017 at 5:55 PM, Ronald S. Bultje >>> wrote: >>> > Hi, >>> > >>> > On Fri, Apr 28, 2017 at

Re: [FFmpeg-devel] [PATCH v3 2/2] avfilter/interlace: add complex vertical low-pass filter

2017-04-29 Thread Thomas Mundt
2017-04-20 23:54 GMT+02:00 Thomas Mundt : > Patch attached... > > Ping ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: port to the new bitstream filter API

2017-04-29 Thread James Almer
On 4/28/2017 9:16 PM, James Almer wrote: > On 4/27/2017 10:59 PM, Michael Niedermayer wrote: >> On Wed, Apr 26, 2017 at 04:40:55PM -0300, James Almer wrote: >>> Signed-off-by: James Almer >>> --- >>> libavformat/concatdec.c | 86 >>> +++-- >>> 1 file c