Re: [FFmpeg-devel] [PATCH v2] lavf/mxfdec: demux s436m as eia608 subtitle track

2018-07-05 Thread Michael Niedermayer
On Wed, Jul 04, 2018 at 03:05:58PM -0700, Baptiste Coudurier wrote: > --- > libavformat/mxfdec.c | 103 +++ > 1 file changed, 103 insertions(+) This crashes with ./ffmpeg -i /home/michael/tickets//4256/invalid_pointer.mxf

Re: [FFmpeg-devel] [PATCH]configure: toolchain-tsan does not need -fPIE

2018-07-05 Thread Carl Eugen Hoyos
2018-07-03 22:20 GMT+02:00, Carl Eugen Hoyos : > Attached patch fixes compilation for some combinations of kernel and > gcc, I tested that neither gcc-tsan nor clang-tsan need -fPIE. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: fix log level for session initialization error

2018-07-05 Thread Moritz Barsnick
On Thu, Jul 05, 2018 at 16:17:45 +0200, Maxym Dmytrychenko wrote: > just looking at the initial issue on Windows: > >I thought I had the entire pipeline (decode/scale-resize/encode) being > performed by Quicksync > it is not yet clear if exactly so and logs have to be checked, > like CPU

Re: [FFmpeg-devel] [PATCH 07/12] ratecontrol: fix stuffing bits for 30000/1001 fps one frame vbv

2018-07-05 Thread Michael Niedermayer
On Thu, Jul 05, 2018 at 11:49:19PM +0200, Michael Niedermayer wrote: > On Thu, Jul 05, 2018 at 08:23:24AM -0700, Baptiste Coudurier wrote: > > Hi Michael > > > > On Thu, Jul 5, 2018 at 3:43 AM, Michael Niedermayer > > wrote: > > > > > On Wed, Jul 04, 2018 at 11:35:09AM -0700, Baptiste Coudurier

Re: [FFmpeg-devel] [PATCH 07/12] ratecontrol: fix stuffing bits for 30000/1001 fps one frame vbv

2018-07-05 Thread Michael Niedermayer
On Thu, Jul 05, 2018 at 08:23:24AM -0700, Baptiste Coudurier wrote: > Hi Michael > > On Thu, Jul 5, 2018 at 3:43 AM, Michael Niedermayer > wrote: > > > On Wed, Jul 04, 2018 at 11:35:09AM -0700, Baptiste Coudurier wrote: > > > --- > > > libavcodec/ratecontrol.c | 12 ++-- > > > 1 file

Re: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.

2018-07-05 Thread Michael Niedermayer
On Thu, Jul 05, 2018 at 08:02:01PM +0800, yinshiyou...@loongson.cn wrote: > > Is there anyone reviewing my patch? I sent 9 patchs about 20 days ago, but > only one patch received reply at June 14. Theres a maintainer listed for mips in MAINTAINERs he should review the patches. If he has no

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0

2018-07-05 Thread Aman Gupta
On Wed, Jul 4, 2018 at 3:05 AM Thomas Guillem wrote: > On macOS, a zero rc_max_rate cause an error from > VTSessionSetProperty(kVTCompressionPropertyKey_DataRateLimits). > > on iOS (depending on device/version), a zero rc_max_rate cause invalid > arguments from the vtenc_output_callback after

Re: [FFmpeg-devel] [GSoC] FFserver: Add HLS and DASH

2018-07-05 Thread Stephan Holljes
On Thu, Jun 28, 2018 at 2:51 AM, Stephan Holljes wrote: > This patchset took embarrassingly long to produce. I first took a few wrong > turns, but I think I'm now at a point where I reached the limits of the > public server API in libavformat. The main problem is that I cannot set > options on

Re: [FFmpeg-devel] [PATCH 07/12] ratecontrol: fix stuffing bits for 30000/1001 fps one frame vbv

2018-07-05 Thread Baptiste Coudurier
Hi Michael On Thu, Jul 5, 2018 at 3:43 AM, Michael Niedermayer wrote: > On Wed, Jul 04, 2018 at 11:35:09AM -0700, Baptiste Coudurier wrote: > > --- > > libavcodec/ratecontrol.c | 12 ++-- > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/libavcodec/ratecontrol.c

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: fix log level for session initialization error

2018-07-05 Thread Maxym Dmytrychenko
do you really want to have warning log with the error statement inside? (root case of such MFXVideoVPP_Init behaviour is different topic and actually should be re-checked) just looking at the initial issue on Windows: >I thought I had the entire pipeline (decode/scale-resize/encode) being

[FFmpeg-devel] [PATCH] doc/filters: add documentation to all existing OpenCL filters, except tonemap filter

2018-07-05 Thread Danil Iashchenko
add documentation to all existing OpenCL filters --- >I like this patch, the other thing, is it have any plan to update >openCL part like VAAPI (https://trac.ffmpeg.org/wiki/Hardware/VAAPI) >in https://trac.ffmpeg.org/wiki/HWAccelIntro, thanks. I am going to add it during the next week, thanks!

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: fix log level for session initialization error

2018-07-05 Thread Moritz Barsnick
On Thu, Jul 05, 2018 at 10:17:35 +, Li, Zhong wrote: > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Moritz Barsnick [...] > > Ideally, the returned mfxStatus would be evaluated and printed, but no such > > function is available (yet). %d perhaps? > >

Re: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.

2018-07-05 Thread yinshiyou-hf
Is there anyone reviewing my patch? I sent 9 patchs about 20 days ago, but only one patch received reply at June 14. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 4/6] avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()

2018-07-05 Thread Michael Niedermayer
On Tue, Jul 03, 2018 at 11:05:28PM +0200, Michael Niedermayer wrote: > Fixes: use after free() > Fixes: rmdec-crash-ffe85b4cab1597d1cfea6955705e53f1f5c8a362 > > Found-by: Paul Ch > Signed-off-by: Michael Niedermayer > --- > libavformat/rmdec.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] [PATCH 3/6] avformat/asfdec_o: Check size_bmp more fully

2018-07-05 Thread Michael Niedermayer
On Tue, Jul 03, 2018 at 11:05:27PM +0200, Michael Niedermayer wrote: > Fixes: integer overflow and out of array access > Fixes: asfo-crash-46080c4341572a7137a162331af77f6ded45cbd7 > > Found-by: Paul Ch > Signed-off-by: Michael Niedermayer > --- > libavformat/asfdec_o.c | 3 ++- > 1 file

Re: [FFmpeg-devel] [PATCH 2/6] avformat/mxfdec: Fix av_log context

2018-07-05 Thread Michael Niedermayer
On Tue, Jul 03, 2018 at 11:12:21PM +0200, Tomas Härdin wrote: > tis 2018-07-03 klockan 23:05 +0200 skrev Michael Niedermayer: > > Fixes: out of array access > > Fixes: mxf-crash-1c2e59bf07a34675bfb3ada5e1ec22fa9f38f923 > > > > > Found-by: Paul Ch > > > Signed-off-by: Michael Niedermayer > > ---

[FFmpeg-devel] [PATCH v8 2/3] lavf/riff: add avs2 fourcc

2018-07-05 Thread hwren
Signed-off-by: hwren --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 8911725..4153372 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -369,6 +369,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { {

[FFmpeg-devel] [PATCH v8 3/3] lavc, doc, configure: add avs2 video decoder wrapper

2018-07-05 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 ++ doc/decoders.texi | 6 ++ doc/general.texi | 14 libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libdavs2.c | 177

[FFmpeg-devel] [PATCH v8 1/3] lavc: add avs2 parser

2018-07-05 Thread hwren
Signed-off-by: hwren --- libavcodec/Makefile | 1 + libavcodec/avcodec.h | 1 + libavcodec/avs2_parser.c | 95 libavcodec/codec_desc.c | 7 libavcodec/parser.c | 1 + libavcodec/version.h | 4 +- 6 files changed, 107

Re: [FFmpeg-devel] [PATCH 07/12] ratecontrol: fix stuffing bits for 30000/1001 fps one frame vbv

2018-07-05 Thread Michael Niedermayer
On Wed, Jul 04, 2018 at 11:35:09AM -0700, Baptiste Coudurier wrote: > --- > libavcodec/ratecontrol.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c > index 49d169ba25..28bdddbad1 100644 > ---

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: fix log level for session initialization error

2018-07-05 Thread Li, Zhong
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Moritz Barsnick > Sent: Wednesday, July 4, 2018 10:25 PM > To: FFmpeg development discussions and patches > > Subject: [FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: fix log level for > session

[FFmpeg-devel] [PATCH] avfilter/setpts: add FR shorthand for FRAME_RATE

2018-07-05 Thread Gyan Doshi
From 5012a823d34cecaac2bc19ef60062e6eedcdda6e Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 5 Jul 2018 15:24:55 +0530 Subject: [PATCH] avfilter/setpts: add FR shorthand for FRAME_RATE --- doc/filters.texi | 2 +- libavfilter/setpts.c | 5 - 2 files changed, 5 insertions(+), 2