Re: [FFmpeg-devel] [PATCH] fate: qt-faststart target doesn't include PROGSSUF

2018-06-15 Thread Gyan Doshi
On 16-06-2018 01:11 AM, Michael Niedermayer wrote: tested with mingw64+wine and qemu-mips, seems to work thx Pushed. Thanks, Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavf/aviobuf: Raise Statistics verbosity to VERBOSE.

2018-06-15 Thread Carl Eugen Hoyos
2018-06-14 11:33 GMT+02:00, Carl Eugen Hoyos : > Attached patch makes debugging a little easier Patch applied. > (ticket #7257, could > somebody who knows the concat demuxer confirm that this is unavoidable > - or isn't it? 33854 seeks with concat and five seeks with original > file input, four

Re: [FFmpeg-devel] [PATCH v2] avcodec/mediacodecdec: work around for decoding h264 with coded fields

2018-06-15 Thread Aman Gupta
On Tue, Jun 12, 2018 at 2:37 PM Aman Gupta wrote: > From: Aman Gupta > > This is a hacky work-around for #7092, where the lavc h264 > parser splits coded fields into separate video packets, only one > of which has a PTS set. > > The MediaCodec#queueInputBuffer API expects a PTS along with > inco

Re: [FFmpeg-devel] [PATCH] qt-faststart - print errors to stderr

2018-06-15 Thread Michael Niedermayer
On Thu, Jun 14, 2018 at 11:08:47AM +, Eran Kornblau wrote: > This patch makes qt-faststart output errors to stderr instead of stdout, > following a discussion with Michael on another thread... > > Thanks! > > Eran > qt-faststart.c | 34 +- > 1 file changed

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking width

2018-06-15 Thread Michael Niedermayer
On Thu, Jun 14, 2018 at 05:15:15PM +0200, Michael Niedermayer wrote: > STRIDE_ALIGN is not known in libavutil so av_image_check_size* cannot > consider it > > Fixes: OOM > Fixes: > 8291/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SNOW_fuzzer-5176528009691136 will apply patchset [...] --

Re: [FFmpeg-devel] [PATCH] fate: qt-faststart target doesn't include PROGSSUF

2018-06-15 Thread Michael Niedermayer
On Fri, Jun 15, 2018 at 10:44:57PM +0530, Gyan Doshi wrote: > > The recently added qt-faststart references the tool using $(PROGSSUF). > > However, that tool isn't built with the suffix when supplied, and so the > test fails for me. Patch fixes it. > Makefile |2 +- > fate/mov.mak |

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: allow ffmpeg to output stats for each video stream - Make ffmpeg to output stats for each video/audio streams and each ouptut file ffmpeg output log in print_repor

2018-06-15 Thread Michael Niedermayer
On Thu, Jun 14, 2018 at 08:35:48PM +0800, Wang Cao wrote: > Signed-off-by: Wang Cao > --- > fftools/ffmpeg.c | 45 +++-- > 1 file changed, 31 insertions(+), 14 deletions(-) this adds some warnings: CC fftools/ffmpeg.o fftools/ffmpeg.c:1533:13: warnin

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: allow ffmpeg to output stats for each video stream

2018-06-15 Thread Moritz Barsnick
On Fri, Jun 15, 2018 at 13:37:31 +0800, Wang Cao wrote: > Make ffmpeg to output stats for each video/audio streams and each > ouptut file ffmpeg output log in print_report. The report of > video/audio sizes is clear now as previously all output video/audio > sizes were combined to report and it is

[FFmpeg-devel] [PATCH] fate: qt-faststart target doesn't include PROGSSUF

2018-06-15 Thread Gyan Doshi
The recently added qt-faststart references the tool using $(PROGSSUF). However, that tool isn't built with the suffix when supplied, and so the test fails for me. Patch fixes it. From df8ac19a005524bc152c9fae53b4dddc29dc9257 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Fri, 15 Jun 2018 22:3

Re: [FFmpeg-devel] [PATCH] avcodec/libx265: apply lavc maxrate and bufsize

2018-06-15 Thread Gyan Doshi
On 13-06-2018 07:08 PM, Gyan Doshi wrote: Default for both parameters in both libs is 0. Ping. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avcodec/qsvenc: fix version detection on cygwin

2018-06-15 Thread Timo Rothenpieler
--- libavcodec/qsvenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h index d48272224c..bb175c5df8 100644 --- a/libavcodec/qsvenc.h +++ b/libavcodec/qsvenc.h @@ -45,7 +45,7 @@ #define QSV_HAVE_LA_DS QSV_VERSION_ATLEAST(1, 8) #defin

Re: [FFmpeg-devel] [PATCH] lavc/nvenc: enable nvenc encoder instance reuse (v2)

2018-06-15 Thread Timo Rothenpieler
applied smime.p7s Description: S/MIME Cryptographic Signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vaapi: slice_vertical_position starts from zero for the second field

2018-06-15 Thread Michael Niedermayer
On Fri, Jun 15, 2018 at 07:29:31AM +0200, Jerome Borsboom wrote: > Is your VAAPI library and VAAPI driver new enough? You need at least > libva-2.1.0 (VA-API version 1.1.0) and intel-vaapi-driver-2.1.0 for > interlaced VC-1 decoding. From the output, I think you are using an > older version and the

Re: [FFmpeg-devel] [PATCH v2 16/36] vaapi_encode: Clean up rate control configuration

2018-06-15 Thread Xiang, Haihao
On Thu, 2018-06-14 at 07:22 +, Li, Zhong wrote: > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Xiang, Haihao > > Sent: Thursday, June 14, 2018 2:08 PM > > To: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH v2 16/36