> -Original Message-
> From: ffmpeg-devel On Behalf Of Wang,
> Fei W
> Sent: Tuesday, September 22, 2020 11:22 AM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/av1dec: check avctx->hwaccel
> when hwaccel pix_fmt selected
>
>
>
> > -O
Michael Niedermayer:
> Fixes: heap-buffer-overflow
> Fixes:
> 25744/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SONIC_fuzzer-5172961169113088
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
> --
Andreas Rheinhardt:
> Michael Niedermayer:
>> Fixes: NULL dereference
>> Fixes:
>> 25762/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SVQ3_fuzzer-5716279070294016
>>
>> Found-by: continuous fuzzing process
>> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
>> Signed-off-by: Mi
On 9/24/2020 5:20 PM, Michael Niedermayer wrote:
> Fixes: member access within null pointer of type 'TileGroupInfo' (aka 'struct
> TileGroupInfo')
> Fixes:
> 25725/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AV1_fuzzer-5166692706287616
>
> Found-by: continuous fuzzing process
> https://gi
Michael Niedermayer:
> Fixes: NULL dereference
> Fixes:
> 25762/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SVQ3_fuzzer-5716279070294016
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
> ---
>
Fixes: heap-buffer-overflow
Fixes:
25744/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SONIC_fuzzer-5172961169113088
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/sonic.c | 11 +-
Fixes: left shift of negative value -4
Fixes:
25723/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TAK_fuzzer-6250580752990208
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/takdsp.c | 2 +
Fixes: member access within null pointer of type 'TileGroupInfo' (aka 'struct
TileGroupInfo')
Fixes:
25725/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AV1_fuzzer-5166692706287616
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off
Fixes: NULL dereference
Fixes:
25762/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SVQ3_fuzzer-5716279070294016
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/svq3.c | 4
1 file chan
On Thursday, September 24, 2020, 03:01:05 p.m. EDT, Andrew Klaassen
wrote:
> This patch adds the coefficients for the linear gamma function (1,0,1,0)
> to the colorspace filter.
I've been looking for an official standards documentation link to add for this,
but haven't had luck so far. If it'
This patch adds the coefficients for the linear gamma function (1,0,1,0)
to the colorspace filter.
Signed-off-by: Andrew Klaassen
---
libavfilter/vf_colorspace.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c
index 34f13d9d3c..39af
Signed-off-by: Paul B Mahol
---
libavformat/Makefile | 1 +
libavformat/acedec.c | 114 +++
libavformat/allformats.c | 1 +
3 files changed, 116 insertions(+)
create mode 100644 libavformat/acedec.c
diff --git a/libavformat/Makefile b/libavformat/
Paul B Mahol:
> Signed-off-by: Paul B Mahol
> ---
> libavformat/Makefile | 1 +
> libavformat/acedec.c | 114 +++
> libavformat/allformats.c | 1 +
> 3 files changed, 116 insertions(+)
> create mode 100644 libavformat/acedec.c
>
> diff --git a/lib
Signed-off-by: Paul B Mahol
---
libavformat/Makefile | 1 +
libavformat/acedec.c | 114 +++
libavformat/allformats.c | 1 +
3 files changed, 116 insertions(+)
create mode 100644 libavformat/acedec.c
diff --git a/libavformat/Makefile b/libavformat/
Paul B Mahol:
> Signed-off-by: Paul B Mahol
> ---
> libavformat/Makefile | 1 +
> libavformat/acedec.c | 113 +++
> libavformat/allformats.c | 1 +
> 3 files changed, 115 insertions(+)
> create mode 100644 libavformat/acedec.c
>
> diff --git a/lib
On 9/24/2020 1:42 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavformat/Makefile | 1 +
> libavformat/acedec.c | 113 +++
> libavformat/allformats.c | 1 +
> 3 files changed, 115 insertions(+)
> create mode 100644 libavformat/ac
Signed-off-by: Paul B Mahol
---
libavformat/Makefile | 1 +
libavformat/acedec.c | 113 +++
libavformat/allformats.c | 1 +
3 files changed, 115 insertions(+)
create mode 100644 libavformat/acedec.c
diff --git a/libavformat/Makefile b/libavformat/
Am Do., 24. Sept. 2020 um 13:44 Uhr schrieb Paul B Mahol :
> +static int ipu_read_probe(const AVProbeData *p)
> +{
> +if (AV_RB32(p->buf) != MKBETAG('i', 'p', 'u', 'm'))
> +return 0;
> +
> +if (AV_RL32(p->buf + 4) == 0)
> +return 0;
> +
> +if (AV_RL16(p->buf + 8) == 0)
On 08/08/2020 17:22, Linjie Fu wrote:
On Sat, Aug 8, 2020 at 7:21 PM Timo Rothenpieler wrote:
On 08.08.2020 02:48, Linjie Fu wrote:
On Fri, Aug 7, 2020 at 4:19 PM leozhang wrote:
Allow dynamic resolution change, this is useful for real time video
communication application.
Use below comm
On 9/24/2020 8:59 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/argo.c | 739
> libavcodec/codec_desc.c | 7 +
> libavcodec/codec_id.h | 1 +
> lib
On Thu, 24 Sep 2020 13:59:06 +0200
"Paul B Mahol" wrote:
>
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/argo.c | 739
> libavcodec/codec_desc.c | 7 +
> libavcodec/codec_i
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/argo.c | 739
libavcodec/codec_desc.c | 7 +
libavcodec/codec_id.h | 1 +
libavformat/argo_brp.c | 14 +-
6 files changed, 751 insert
On Thu, Sep 24, 2020 at 11:03:43AM +0200, Michael Niedermayer wrote:
> Fixes: shift exponent -2 is negative
> Fixes:
> 25683/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOBICLIP_fuzzer-6434808492982272
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/maste
On Thu, Sep 24, 2020 at 11:13:49AM +0800, myp...@gmail.com wrote:
> On Thu, Sep 24, 2020 at 2:10 AM Zhao Zhili wrote:
> >
> > Ping for review.
> >
> > > On Aug 24, 2020, at 12:58 AM, Zhao Zhili wrote:
> > >
> > > ---
> > > libavformat/http.c | 3 ++-
> > > 1 file changed, 2 insertions(+), 1 deleti
Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an
unsigned type to negate this value to itself
Fixes:
25675/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_G729_fuzzer-4786580731199488
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/ma
Fixes: shift exponent -2 is negative
Fixes:
25683/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOBICLIP_fuzzer-6434808492982272
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/mobiclip.c
26 matches
Mail list logo