Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add support for setting input options

2021-02-02 Thread Jan Ekström
On Mon, Jan 25, 2021 at 2:50 PM Nicolas George wrote: > > Jan Ekström (12021-01-25): > > I knew that would be useful, but opted out of it since: > > 1. For now I didn't yet need it. > > That is not a good reason. > > > 2. I wanted to keep out of the actual playlist parsing code. > > I know, file p

Re: [FFmpeg-devel] [PATCH 0/5] FIFO meta muxer related improvements

2021-02-02 Thread Jan Ekström
On Mon, Jan 25, 2021 at 10:01 AM Jan Ekström wrote: > > On Mon, Jan 11, 2021 at 4:46 PM Jan Ekström wrote: > > > > On Mon, Dec 7, 2020 at 12:08 PM Jan Ekström wrote: > > > > > > The primary parts of this are patches 1,4,5. 2 and 3 were just noticed > > > when > > > poking at the recovery timest

Re: [FFmpeg-devel] [PATCH] avformat/fifo: utilize a clone packet for muxing

2021-02-02 Thread Jan Ekström
On Mon, Jan 25, 2021 at 9:47 AM Jan Ekström wrote: > > On Thu, Jan 14, 2021 at 2:13 AM Jan Ekström wrote: > > > > On Tue, Jan 12, 2021 at 9:59 AM Jan Ekström wrote: > > > > > > On Mon, Jan 11, 2021 at 10:53 PM Andreas Rheinhardt > > > wrote: > > > > > > > > Jan Ekström: > > > > > On Tue, Dec 8,

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-02 Thread James Almer
On 2/3/2021 1:08 AM, Gyan Doshi wrote: Plan to push this in a day. It's been a day since you submitted this patch, so you can give people some more time to look at it. There's no hurry. On 01-02-2021 06:52 pm, Gyan Doshi wrote: Useful when encoding in batch or with aberrant inputs. ---  

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-02 Thread Gyan Doshi
Plan to push this in a day. On 01-02-2021 06:52 pm, Gyan Doshi wrote: Useful when encoding in batch or with aberrant inputs. --- doc/ffmpeg.texi | 7 +++ fftools/ffmpeg.c | 7 ++- fftools/ffmpeg.h | 3 +++ fftools/ffmpeg_opt.c | 24 +--- 4 files

[FFmpeg-devel] [PATCH 09/10] fftools/ffplay: use av_packet_alloc() to allocate packets

2021-02-02 Thread James Almer
Signed-off-by: James Almer --- fftools/ffplay.c | 204 +-- 1 file changed, 127 insertions(+), 77 deletions(-) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 9ff0425163..d48edc0797 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c @@ -36,6 +3

Re: [FFmpeg-devel] [PATCH 5/7] avformat/mvdec: Sanity check SAMPLE_WIDTH

2021-02-02 Thread Peter Ross
On Wed, Feb 03, 2021 at 12:13:32AM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: 9 * 8 cannot be represented in type > 'int' > Fixes: > 30048/clusterfuzz-testcase-minimized-ffmpeg_dem_MV_fuzzer-5864289917337600 > > Found-by: continuous fuzzing process > https://git

Re: [FFmpeg-devel] [PATCH 09/10] fftools/ffplay: use av_packet_alloc() to allocate packets

2021-02-02 Thread Marton Balint
On Mon, 1 Feb 2021, James Almer wrote: Signed-off-by: James Almer --- fftools/ffplay.c | 222 --- 1 file changed, 135 insertions(+), 87 deletions(-) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 9ff0425163..ef954772ed 100644 [...] -stat

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add binka demuxer

2021-02-02 Thread Andreas Rheinhardt
James Almer: > On 2/2/2021 9:40 PM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >>   libavformat/Makefile |   1 + >>   libavformat/allformats.c |   1 + >>   libavformat/binka.c  | 107 +++ >>   3 files changed, 109 insertions(+) >>   create

Re: [FFmpeg-devel] [PATCH v1] lavfi/qsvvpp: support async depth

2021-02-02 Thread Wang, Fei W
On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote: > Async depth will allow qsv filter cache few frames, and avoid force > switch and end filter task frame by frame. This change will improve > performance for some multi-task case, for example 1:N transcode( > decode + vpp + encode) with all QSV plu

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add binka demuxer

2021-02-02 Thread James Almer
On 2/2/2021 9:40 PM, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/binka.c | 107 +++ 3 files changed, 109 insertions(+) create mode 100644 libavformat/binka.c d

[FFmpeg-devel] [PATCH 1/2] avformat: add binka demuxer

2021-02-02 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/binka.c | 107 +++ 3 files changed, 109 insertions(+) create mode 100644 libavformat/binka.c diff --git a/libavformat/Makefile b/libavformat/M

[FFmpeg-devel] [PATCH 2/2] avcodec/utils: unbreak BINKAUDIO_DCT duration calculation

2021-02-02 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/utils.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index a1ae9cab18..4d1909b581 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1668,14 +1668,10 @@ static int get_

[FFmpeg-devel] [PATCH v4] fate: Add test for namespace prefixes in libraries

2021-02-02 Thread Mark Thompson
Ensures that external symbols in the built static libraries either have correct namespace prefixes or are on a known list of exceptions. Does not run on Windows, because headers there introduce additional global symbols which would cause this test to fail unhelpfully. --- Now without exceptions a

Re: [FFmpeg-devel] GSoC 2021

2021-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2021 at 07:02:00PM +0800, Steven Liu wrote: > > > > 2021年2月2日 下午5:48,Michael Niedermayer 写道: > > > > Hi all > > > > Most people probably already know but just to be sure everyone knows > > GSoC 2021 is 175h not 350h > > https://groups.google.com/g/google-summer-of-code-discuss/

Re: [FFmpeg-devel] [PATCH 1/6] avformat/cutils, dvenc: Move ff_brktimegm to its only user

2021-02-02 Thread Andreas Rheinhardt
Andreas Rheinhardt: > This also allows to completely remove cutils.c. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/Makefile | 1 - > libavformat/cutils.c | 39 --- > libavformat/dvenc.c| 13 +++-- > libavformat/internal.h | 2 --

[FFmpeg-devel] [PATCH 6/7] avcodec/fmvc: avoid copying uninitialized data

2021-02-02 Thread Michael Niedermayer
Fixes: Timeout Fixes: 30049/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FMVC_fuzzer-5986909455253504 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/fmvc.c | 2 ++ 1 file changed, 2 inse

[FFmpeg-devel] [PATCH 7/7] tools/target_dec_fuzzer: Adjust threshold for VMNC

2021-02-02 Thread Michael Niedermayer
Fixes: Timeout Fixes: 30055/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMNC_fuzzer-4739482576355328 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 1 + 1 file changed,

[FFmpeg-devel] [PATCH 5/7] avformat/mvdec: Sanity check SAMPLE_WIDTH

2021-02-02 Thread Michael Niedermayer
Fixes: signed integer overflow: 9 * 8 cannot be represented in type 'int' Fixes: 30048/clusterfuzz-testcase-minimized-ffmpeg_dem_MV_fuzzer-5864289917337600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niederma

[FFmpeg-devel] [PATCH 2/7] tools/target_dec_fuzzer: count all video decoding failures in the new API

2021-02-02 Thread Michael Niedermayer
The next commit depends on this Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c index affa6e3b51..cef47cbd50 100644 --- a/tools/target_dec_fuzzer.c +++ b/tools/target

[FFmpeg-devel] [PATCH 1/7] avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()

2021-02-02 Thread Michael Niedermayer
Fixes: signed integer overflow: -9223372032574480351 - 4294967296 cannot be represented in type 'long long' Fixes: 30022/clusterfuzz-testcase-minimized-ffmpeg_dem_KUX_fuzzer-5568610275819520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Sign

[FFmpeg-devel] [PATCH 4/7] avcodec/fits: Check gcount and pcount being non negative

2021-02-02 Thread Michael Niedermayer
Fixes: signed integer overflow: 9223372036854775807 - -30069403896 cannot be represented in type 'long' Fixes: 30046/clusterfuzz-testcase-minimized-ffmpeg_dem_FITS_fuzzer-5807144773484544 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-

[FFmpeg-devel] [PATCH 3/7] tools/target_dec_fuzzer: Adjust the threshold of vc1image

2021-02-02 Thread Michael Niedermayer
Fixes: Timeout Fixes: 30025/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5965511357759488 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 1 + 1 file chan

Re: [FFmpeg-devel] [PATCH v3 1/2] vc2enc: Add missing static to local variables

2021-02-02 Thread Mark Thompson
On 28/01/2021 19:16, Michael Niedermayer wrote: On Mon, Jan 25, 2021 at 10:07:01PM +, Mark Thompson wrote: --- libavcodec/vc2enc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vc2enc.c b/libavcodec/vc2enc.c index bab9d0f3d5..7bd2e4c2ab 100644 --- a/li

Re: [FFmpeg-devel] [PATCH v3 2/2] fate: Add test for namespace prefixes in libraries

2021-02-02 Thread Andreas Rheinhardt
Mark Thompson: > On 30/01/2021 04:47, Andreas Rheinhardt wrote: >> Mark Thompson: >>> Ensures that external symbols in the built static libraries either have >>> correct namespace prefixes or are on a known list of exceptions. >>> --- >>>   tests/Makefile  |  1 + >>>   tests/fat

[FFmpeg-devel] [PATCH] avfilter/vf_pseudocolor: Add missing braces

2021-02-02 Thread Mark Thompson
The array inside a structure needs two levels of braces. --- The previous format was unambiguous, but it provoked a lot of warning spam. gcc 10: CC libavfilter/vf_pseudocolor.o src/libavfilter/vf_pseudocolor.c:107:35: warning: missing braces around initializer [-Wmissing-braces] 107 | s

Re: [FFmpeg-devel] [PATCH v3 2/2] fate: Add test for namespace prefixes in libraries

2021-02-02 Thread Mark Thompson
On 30/01/2021 04:47, Andreas Rheinhardt wrote: Mark Thompson: Ensures that external symbols in the built static libraries either have correct namespace prefixes or are on a known list of exceptions. --- tests/Makefile | 1 + tests/fate/namespace.mak| 19 +

Re: [FFmpeg-devel] [PATCH 00/10] deprecate av_init_packet() and sizeof(AVPacket) as part of the ABI

2021-02-02 Thread James Almer
On 2/2/2021 4:33 PM, Andriy Gelman wrote: On Mon, 01. Feb 19:44, James Almer wrote: As the subject says, this puts AVPacket in line with AVFrame, allowing easier extensibility of the struct, and preventing potential undefined behavior in some cases when packets are used uninitialized on stack.

Re: [FFmpeg-devel] [PATCH] cbs_h2645: Implement replace-PS with a table rather than many functions

2021-02-02 Thread Mark Thompson
On 30/01/2021 11:01, Nuo Mi wrote: On Wed, Jan 27, 2021 at 9:52 PM Nuo Mi wrote: On Wed, Jan 27, 2021 at 7:06 AM Mark Thompson wrote: + +err = ff_cbs_make_unit_refcounted(ctx, unit); +if (err < 0) +return err; + +ref_array = + (AVBufferRef**)((uint8_t*)ctx->priv_d

[FFmpeg-devel] [PATCH] cbs_sei: Detect payload overflows when reading SEI messages

2021-02-02 Thread Mark Thompson
The top-level GetBitContext is sized for the whole NAL unit, so it fails to detect overflows where a payload continues into the following message. To fix that, we make a new context on the stack for reading each payload. --- On 01/02/2021 22:31, Michael Niedermayer wrote: Fixes: Timeout Fixes: 2

Re: [FFmpeg-devel] [PATCH 00/10] deprecate av_init_packet() and sizeof(AVPacket) as part of the ABI

2021-02-02 Thread Andriy Gelman
On Mon, 01. Feb 19:44, James Almer wrote: > As the subject says, this puts AVPacket in line with AVFrame, allowing > easier extensibility of the struct, and preventing potential undefined > behavior > in some cases when packets are used uninitialized on stack. > > This set adapts only a few modul

[FFmpeg-devel] [PATCH 1/2] avfilter/overlay_cuda: fix framesync with embedded PGS subtitle

2021-02-02 Thread nyanmisaka
Signed-off-by: nyanmisaka --- libavfilter/vf_overlay_cuda.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_overlay_cuda.c b/libavfilter/vf_overlay_cuda.c index 2f0f860e50..f6ee43e929 100644 --- a/libavfilter/vf_overlay_cuda.c +++ b/libavfilter/vf_overlay_cu

[FFmpeg-devel] [PATCH] avfilter/hwupload_cuda: add YUVA420P format support

2021-02-02 Thread nyanmisaka
Signed-off-by: nyanmisaka --- libavfilter/vf_hwupload_cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 8ee0825859..f01f202832 100644 --- a/libavfilter/vf_hwupload_cuda.c +++ b/libavfilter/vf_hwupload_c

[FFmpeg-devel] [PATCH] avfilter/overlay_cuda: fix framesync with embedded PGS subtitle

2021-02-02 Thread nyanmisaka
Signed-off-by: nyanmisaka --- libavfilter/vf_overlay_cuda.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_overlay_cuda.c b/libavfilter/vf_overlay_cuda.c index 2f0f860e50..f6ee43e929 100644 --- a/libavfilter/vf_overlay_cuda.c +++ b/libavfilter/vf_overlay_cu

[FFmpeg-devel] [PATCH 2/2] avfilter/hwupload_cuda: add YUVA420P format support

2021-02-02 Thread nyanmisaka
Signed-off-by: nyanmisaka --- libavfilter/vf_hwupload_cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 8ee0825859..f01f202832 100644 --- a/libavfilter/vf_hwupload_cuda.c +++ b/libavfilter/vf_hwupload_c

[FFmpeg-devel] [PATCH v7 2/3] avformat/mxf: add platform local tag

2021-02-02 Thread lance . lmwang
From: Limin Wang Please check the string of platform with below command: ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf ./ffmpeg -i out.mxf application_platform: Lavf (linux) Reviewed-by: Tomas Härdin Signed-off-by: Limin Wang --- configure

Re: [FFmpeg-devel] ffmpeg-devel@ffmpeg.org

2021-02-02 Thread Steven Liu
> 2021年2月2日 下午8:35,Alan Young 写道: > > <0001-avformat-hls-Use-EXT-X-PROGRAM-DATE-TIME-if-availabl.patch> LGTM > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit li

[FFmpeg-devel] [PATCH v7 3/3] avformat/mxfenc: prefer to use the configured metadata

2021-02-02 Thread lance . lmwang
From: Limin Wang The metadata company_name, product_name, product_version from input file will be deleted to avoid overwriting information Please to test with below commands: ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf and ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf

[FFmpeg-devel] [PATCH v7 1/3] avformat/mxfdec: set toolkit version metadata

2021-02-02 Thread lance . lmwang
From: Limin Wang Please check the string of toolkit version with below command: ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf ./ffmpeg -i out.mxf toolkit_version : 58.65.101.0.0 Reviewed-by: Tomas Härdin Signed-off-by: Limin Wang --- libavformat/mxfdec.c

[FFmpeg-devel] ffmpeg-devel@ffmpeg.org

2021-02-02 Thread Alan Young
>From 3692430935d7987a41225eec289adb9f2561dd98 Mon Sep 17 00:00:00 2001 From: Alan Young Date: Tue, 2 Feb 2021 12:18:34 + Subject: [PATCH] avformat/hls: Use #EXT-X-PROGRAM-DATE-TIME if available If all the segments in an HLS playlist have #EXT-X-PROGRAM-DATE-TIME timestamps then they provide

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/xbmdec: get_nibble() minor speed increase, and binary reduction

2021-02-02 Thread Paul B Mahol
Gonna apply this set too. Anyone against? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avfilter/avfilter: mark enable as runtime option too

2021-02-02 Thread Nicolas George
Paul B Mahol (12021-02-02): > Signed-off-by: Paul B Mahol > --- > libavfilter/avfilter.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Should be ok. Maybe a comment in ff_filter_process_command() to explain that set_enable_expr() is called by more generic code? Regards, -- Nicol

Re: [FFmpeg-devel] [PATCH] avformat/mxf: Establish register of local tags

2021-02-02 Thread Paul B Mahol
I think you should make tables that never change const. On Tue, Feb 2, 2021 at 12:11 AM Tomas Härdin wrote: > mån 2021-02-01 klockan 11:37 +0100 skrev Tomas Härdin: > > fre 2021-01-29 klockan 22:06 +0100 skrev Marton Balint: > > > On Thu, 28 Jan 2021, Tomas Härdin wrote: > > > > > > > tor 2021-0

[FFmpeg-devel] [PATCH] avfilter/avfilter: mark enable as runtime option too

2021-02-02 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avfilter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 8ff22c71e3..4c52d83842 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -620,11 +620,12 @@ static c

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add PFM image encoder

2021-02-02 Thread Paul B Mahol
Will apply this set soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] GSoC 2021

2021-02-02 Thread Steven Liu
> 2021年2月2日 下午5:48,Michael Niedermayer 写道: > > Hi all > > Most people probably already know but just to be sure everyone knows > GSoC 2021 is 175h not 350h > https://groups.google.com/g/google-summer-of-code-discuss/c/GgvbLrFBcUQ?pli=1 > > Some project ideas may need to be adjusted accordingl

Re: [FFmpeg-devel] [PATCH 6/8] avformat/rmdec: Fix codecdata_length overflow check

2021-02-02 Thread Michael Niedermayer
On Sat, Dec 19, 2020 at 12:22:06AM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: 2147483647 + 64 cannot be represented in type > 'int' > Fixes: > 28509/clusterfuzz-testcase-minimized-ffmpeg_dem_IVR_fuzzer-6310969680723968 > > Found-by: continuous fuzzing process > https://

Re: [FFmpeg-devel] [PATCH 3/8] avcodec/simple_idct: Fix undefined integer overflow in idct4row()

2021-02-02 Thread Michael Niedermayer
On Sat, Dec 19, 2020 at 12:22:03AM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: -1498310196 - 902891776 cannot be represented > in type 'int' > Fixes: > 28445/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5075163389493248 > > Found-by: continuous fuzzin

Re: [FFmpeg-devel] [PATCH 1/5] avformat/sccdec: Use larger intermediate for ts/next_ts computation

2021-02-02 Thread Michael Niedermayer
On Sun, Jan 17, 2021 at 11:53:07PM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: 92237203 * 33 cannot be represented in type > 'int' > Fixes: > 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_SCC_fuzzer-6603769487949824 > > Found-by: continuous fuzzing process > https://gi

Re: [FFmpeg-devel] [PATCH 1/2] avformat/wtvdec: Check for EOF before potentially reseting the eof state

2021-02-02 Thread Michael Niedermayer
On Sun, Dec 13, 2020 at 07:12:29AM +1100, Peter Ross wrote: > On Sat, Dec 12, 2020 at 12:38:43PM +0100, Michael Niedermayer wrote: > > Fixes: infinite loop > > Fixes: > > 28042/clusterfuzz-testcase-minimized-ffmpeg_dem_WTV_fuzzer-6311288967528448 > > > > Found-by: continuous fuzzing process > >

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/cri: Use ff_set_dimensions()

2021-02-02 Thread Michael Niedermayer
On Mon, Feb 01, 2021 at 11:43:20PM +0100, Paul B Mahol wrote: > LGTM will applly thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott

[FFmpeg-devel] GSoC 2021

2021-02-02 Thread Michael Niedermayer
Hi all Most people probably already know but just to be sure everyone knows GSoC 2021 is 175h not 350h https://groups.google.com/g/google-summer-of-code-discuss/c/GgvbLrFBcUQ?pli=1 Some project ideas may need to be adjusted accordingly Thanks -- Michael GnuPG fingerprint: 9FF2128B147EF6730

Re: [FFmpeg-devel] [PATCH] avdevice/xcbgrab: don't assume Xserver endianness

2021-02-02 Thread Carl Eugen Hoyos
Am Di., 2. Feb. 2021 um 04:26 Uhr schrieb Andriy Gelman : > > On Sun, 31. Jan 23:28, Carl Eugen Hoyos wrote: > > Am So., 31. Jan. 2021 um 20:51 Uhr schrieb Andriy Gelman > > : > > > > > > From: Andriy Gelman > > > > > > Xserver defines the endianness of the grabbed images. Use this information > >