Re: [FFmpeg-devel] [PATCH 1/3] avcodec/agm: add support for higher compression

2019-04-20 Thread Paul B Mahol
On 4/21/19, Michael Niedermayer wrote: > On Wed, Apr 10, 2019 at 01:45:51PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/agm.c | 404 +++-- >> libavformat/riff.c | 4 + >> 2 files changed, 392 insertions(+), 16 deletio

Re: [FFmpeg-devel] [PATCH v3] avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags

2019-04-20 Thread Gyan
On 21-04-2019 12:14 AM, Marton Balint wrote: On Sat, 20 Apr 2019, Gyan wrote: On 19-04-2019 08:41 PM, Gyan wrote: On 16-04-2019 01:12 PM, Gyan wrote: Patch revised as per http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-April/242591.html If no more changes, plan to push tomorrow mo

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/agm: add support for higher compression

2019-04-20 Thread Michael Niedermayer
On Wed, Apr 10, 2019 at 01:45:51PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/agm.c | 404 +++-- > libavformat/riff.c | 4 + > 2 files changed, 392 insertions(+), 16 deletions(-) [...] > @@ -509,6 +861,7 @@ static int de

[FFmpeg-devel] [PATCH v2 2/2] aarch64/mdct15: implement an fft15 NEON implementation

2019-04-20 Thread Lynne
NEON: 4823 UNITS in fft15,   65536 runs,  0 skips C: 7889 UNITS in fft15,   65535 runs,  1 skips Total speedup: around 3% on a Raspberry Pi 3. >From 5e25b89454a674d93b4565df02fb9ba834795835 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 20 Apr 2019 02:05:23 +0100 Subject: [PATCH v2 2/2]

[FFmpeg-devel] [PATCH v2 1/2] aarch64/asm-offsets: remove old CELT offsets

2019-04-20 Thread Lynne
They're not used and they're incorrect. v1 had a typo in the subject. >From 08599b941535bd9da20da2ca1ab903ead8f4bbb7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 20 Apr 2019 02:04:51 +0100 Subject: [PATCH v2 1/2] aarch64/asm-offsets: remove old CELT offsets They're not used and they're incorre

Re: [FFmpeg-devel] [PATCH v3] avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags

2019-04-20 Thread Marton Balint
On Sat, 20 Apr 2019, Gyan wrote: On 19-04-2019 08:41 PM, Gyan wrote: On 16-04-2019 01:12 PM, Gyan wrote: Patch revised as per http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-April/242591.html If no more changes, plan to push tomorrow morning. Pushed as 3153a6502a28b20a0da822daf32bc

Re: [FFmpeg-devel] [PATCH] avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside

2019-04-20 Thread Paul B Mahol
On 4/20/19, Michael Niedermayer wrote: > Fixes: index 20 out of bounds for type 'const char *[4][128]' > Fixes: > 14367/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CCAPTION_fuzzer-5718819672162304 > > 14367/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CCAPTION_fuzzer-5718819672162304 >

[FFmpeg-devel] [PATCH] avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside

2019-04-20 Thread Michael Niedermayer
Fixes: index 20 out of bounds for type 'const char *[4][128]' Fixes: 14367/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CCAPTION_fuzzer-5718819672162304 14367/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CCAPTION_fuzzer-5718819672162304 Signed-off-by: Michael Niedermayer --- libavcode

Re: [FFmpeg-devel] [PATCH v3] lavfi: add colorkey_opencl filter

2019-04-20 Thread Mark Thompson
On 17/04/2019 03:08, Jarek Samic wrote: > This is a direct port of the CPU filter. > > Signed-off-by: Jarek Samic > --- > More fixes based on the comments from the second version of the patch (moving > sampler declaration into the program scope, `f`-suffixing constants, > attaching the `*` sigi

Re: [FFmpeg-devel] [PATCH V2 2/2] lavfi/opencl: add nlmeans_opencl filter

2019-04-20 Thread Mark Thompson
On 17/04/2019 03:43, Song, Ruiling wrote: >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of >> Mark Thompson >> Sent: Wednesday, April 17, 2019 5:28 AM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH V2 2/2] lavfi/opencl:

Re: [FFmpeg-devel] [PATCH] web/security: Add CVE-2019-11338, CVE-2019-11339

2019-04-20 Thread Michael Niedermayer
On Fri, Apr 19, 2019 at 01:24:54PM +0200, Michael Niedermayer wrote: > --- > src/security | 12 > 1 file changed, 12 insertions(+) will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: add cineSpace 1D lut parsing

2019-04-20 Thread Clément Bœsch
On Fri, Apr 19, 2019 at 07:53:36PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 2 ++ > libavfilter/vf_lut3d.c | 77 ++ > 2 files changed, 79 insertions(+) > LGTM -- Clément B. signature.asc Description: P

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_lut3d: add cineSpace 3D lut support

2019-04-20 Thread Clément Bœsch
On Fri, Apr 19, 2019 at 07:53:37PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 2 + > libavfilter/vf_lut3d.c | 91 ++ > 2 files changed, 93 insertions(+) > LGTM -- Clément B. signature.asc Description: PG

[FFmpeg-devel] [PATCH] avformat/mpegenc - reject unsupported audio streams

2019-04-20 Thread Gyan
Old patch that was never applied. Rebased. Gyan From 80c0524adf53c95801afcf9b92b0baa519bf983e Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Tue, 20 Feb 2018 20:42:21 +0530 Subject: [PATCH] avformat/mpegenc - reject unsupported audio streams Only MP1, MP2, MP3, 16-bit PCM_DVD, PCM S16BE, AC3