[FFmpeg-devel] [PATCH V2] dnn/native: add native support for dense

2020-09-22 Thread Mingyu Yin
Signed-off-by: Mingyu Yin --- libavfilter/dnn/Makefile | 1 + libavfilter/dnn/dnn_backend_native.h | 2 + .../dnn/dnn_backend_native_layer_conv2d.h | 1 - .../dnn/dnn_backend_native_layer_dense.c | 151 ++ .../dnn/dnn_backend_native_lay

[FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Limit maximum A53 CC size

2020-09-22 Thread Michael Niedermayer
This is more than 10 times the size of the largest i found. And also alot more than our encoder could handle (our encoder is limited to max 31) Without any limit megabyte+ sized blocks can be reallocated millions of times. Sadly the SCTE-20 spec does not seem to contain any hard limit directly, so

Re: [FFmpeg-devel] [PATCH v2 3/5] avformat/movenc: implement writing of the btrt box

2020-09-22 Thread Martin Storsjö
On Mon, 21 Sep 2020, Jan Ekström wrote: This is utilized by various media ingests to figure out the bit rate of the content you are pushing towards it, so write it by default for video, audio and subtitle tracks. It is only mentioned for timed metadata sample descriptions in QTFF, so limit it on

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Nicolas George
Paul B Mahol (12020-09-20): > If I not receive reply within 96h I will push revert. You had no right to push in the first place. You have no right to push again now. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinf

Re: [FFmpeg-devel] [PATCH v2 3/5] avformat/movenc: implement writing of the btrt box

2020-09-22 Thread Jan Ekström
On Tue, Sep 22, 2020 at 12:42 PM Martin Storsjö wrote: > > On Mon, 21 Sep 2020, Jan Ekström wrote: > > > This is utilized by various media ingests to figure out the bit > > rate of the content you are pushing towards it, so write it by > > default for video, audio and subtitle tracks. It is only m

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Paul B Mahol
On Tue, Sep 22, 2020 at 11:48:45AM +0200, Nicolas George wrote: > Paul B Mahol (12020-09-20): > > If I not receive reply within 96h I will push revert. > > You had no right to push in the first place. You have no right to push > again now. Show the filtergraph that have issues with my patch. Oth

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Nicolas George
Paul B Mahol (12020-09-22): > Show the filtergraph that have issues with my patch. > > Otherwise I will revert your commit. > I have right to do it. You had no right to push in the first place. You have no right to push again now. signature.asc Description: PGP signature ___

Re: [FFmpeg-devel] [PATCH] avformat/argo_asf: implement seeking

2020-09-22 Thread Zane van Iperen
On Mon, 21 Sep 2020 11:21:47 + "Zane van Iperen" wrote: > > Causes some error as the ADPCM predictors aren't known, but > the difference is negligible and not audible. > Ping. Will merge tomorrow if no objections. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Paul B Mahol
On Tue, Sep 22, 2020 at 12:46:49PM +0200, Nicolas George wrote: > Paul B Mahol (12020-09-22): > > Show the filtergraph that have issues with my patch. > > > > Otherwise I will revert your commit. > > I have right to do it. > > You had no right to push in the first place. You have no right to push

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Nicolas George
Paul B Mahol (12020-09-22): > You have not shown the filtergraph that have issues with my patch. > And upon constant request to show it, you just ignore such polite > requests. > > I have right to immediatelly revert your revert. You had no right to push in the first place. signature.asc Descri

Re: [FFmpeg-devel] Request for immediate take of action

2020-09-22 Thread Paul B Mahol
On Tue, Sep 22, 2020 at 03:53:43PM +0200, Nicolas George wrote: > Paul B Mahol (12020-09-22): > > You have not shown the filtergraph that have issues with my patch. > > And upon constant request to show it, you just ignore such polite > > requests. > > > > I have right to immediatelly revert your

Re: [FFmpeg-devel] [PATCH v2 3/5] avformat/movenc: implement writing of the btrt box

2020-09-22 Thread Jan Ekström
On Tue, Sep 22, 2020 at 12:58 PM Jan Ekström wrote: > > On Tue, Sep 22, 2020 at 12:42 PM Martin Storsjö wrote: > > > > On Mon, 21 Sep 2020, Jan Ekström wrote: > > > > > This is utilized by various media ingests to figure out the bit > > > rate of the content you are pushing towards it, so write i

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add IPU Video decoder and parser

2020-09-22 Thread Paul B Mahol
On Mon, Sep 14, 2020 at 05:24:26PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile | 2 + > libavcodec/allcodecs.c | 1 + > libavcodec/codec_desc.c | 7 ++ > libavcodec/codec_id.h | 1 + > libavcodec/ipu_parser.c | 78 > li

[FFmpeg-devel] [PATCH] avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filter

2020-09-22 Thread Paul B Mahol
Also check for out of buffer access. Also return early when encountering fatal error. Signed-off-by: Paul B Mahol --- libavcodec/cfhd.c | 89 +-- 1 file changed, 56 insertions(+), 33 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c inde

Re: [FFmpeg-devel] [PATCH] lavc/qsvdec: Add QSV AV1 decoder

2020-09-22 Thread Xiang, Haihao
Hi Mark, Zhong, Could you please review this patch when you get a chance? Thanks very much Haihao > AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34 > > Signed-off-by: Haihao Xiang > --- > Changelog | 1 + > configure | 1 + > libavcodec/

[FFmpeg-devel] [GASPP PATCH] Handle a trailing flags field for .rodata, like '.section .rodata, "r"'

2020-09-22 Thread Martin Storsjö
--- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index e51849b..bc36300 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -1204,7 +1204,7 @@ sub handle_serialized_line { $line =~ s/\.arm/ARM/x

[FFmpeg-devel] [GASPP PATCH 1/2] Handle line continuations within gas-preprocessor

2020-09-22 Thread Martin Storsjö
If preprocessing with cl.exe, the preprocessor doesn't take care of concatenating continued lines. --- gas-preprocessor.pl | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 126ee50..e9baeba 100755 --- a/gas-prep