Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Michael Niedermayer <michael@niedermayer.cc>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [WIP] False positives on Coverity
Date: Thu, 25 Jul 2024 16:41:26 +0200
Message-ID: <20240725144126.GH4991@pb2> (raw)
In-Reply-To: <20240712232023.GB4991@pb2>


[-- Attachment #1.1.1: Type: text/plain, Size: 1774 bytes --]

On Sat, Jul 13, 2024 at 01:20:23AM +0200, Michael Niedermayer wrote:
> On Fri, Jul 12, 2024 at 01:55:42AM +0200, Michael Niedermayer wrote:
> [...]
> > Only 7 outstanding remain from prior may. and 19 total. So 99% of issues
> 
> down to 3 outstanding prior may and 8 overall
> 
> 
> [...]
> > 1604599 Overflowed constant; intentional
> > 1604530 Infinite loop ; "intentional"
> > 700368 Explicit null dereferenced ; the loop will exit after this and the code cannot be reached
> > 1559187 Data race condition ; intentional
> > 1591898 Unsigned compared against 0 ; pollfd has a signed fd on some platforms
> > 1559180 Check of thread-shared field evades lock acquisition ; See source code
> 
> 4 more false positives:
> 1604428 Overflowed return value ; avio_tell() misanalysis
> 1604511 Overflowed constant ; intentional
> 1604570 Overflowed constant ; not possible
> 1591857 Resource leak ; I think this works like intended

Heres a CSV of the fate of the issues from the 22nd april outstanding set
(this should match the other things posted)

Some of the issues where categorized and or fixed by Andreas or possibly
other people. These are listed too now as far as it could be inferred
from git and coverity CSVs and various notes easily. Sadly coverity does
not export the usernames of people updating an entry in any CSV.

If you see any errors, dont hesitate to post corrections

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship: All citizens are under surveillance, all their steps and
actions recorded, for the politicians to enforce control.
Democracy: All politicians are under surveillance, all their steps and
actions recorded, for the citizens to enforce control.

[-- Attachment #1.1.2: Classification-07-12.csv --]
[-- Type: text/csv, Size: 84835 bytes --]

CID,Type,Impact,First Detected,Owner,Classification,Severity,Action,Component,Category
700368,Explicit null dereferenced,Medium,05/08/12,Michael,False Positive,Unspecified,Undecided,avcodec,Null pointer dereferences
1138443,Dereference after null check,Medium,12/16/13,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Null pointer dereferences
1361959,Untrusted loop bound,Medium,05/18/16,Michael,False Positive,Insignificant,Fix Submitted,avcodec,Insecure data handling
1397741,Unchecked return value,Medium,12/23/16,Michael,Bug,Unspecified,Fix Submitted,avfilter,Error handling issues
1403227,Division or modulo by float zero,Medium,03/22/17,michaelni@gmx.at,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1403238,Uninitialized pointer read,High,03/22/17,michaelni@gmx.at,Bug,Insignificant,Fix Submitted,avfilter,Memory - illegal accesses
1403239,Uninitialized pointer read,High,03/22/17,michaelni@gmx.at,Bug,Insignificant,Fix Submitted,avfilter,Memory - illegal accesses
1409917,Unintentional integer overflow,Medium,05/26/17,Michael,Intentional,Unspecified,Ignore,avcodec,Integer handling issues
1409920,Unintentional integer overflow,Medium,05/26/17,Michael,Intentional,Unspecified,Ignore,avcodec,Integer handling issues
1416963,Unintentional integer overflow,Medium,08/30/17,Michael,False Positive,Unspecified,Ignore,avcodec,Integer handling issues
1417663,Uninitialized scalar variable,High,09/10/17,Michael,False Positive,Unspecified,Ignore,avfilter,Uninitialized variables
1418336,Logically dead code,Medium,09/22/17,Michael,Bug,Unspecified,Fix Submitted,avfilter,Control flow issues
1419522,Unintentional integer overflow,Medium,10/11/17,Michael,False Positive,Unspecified,Ignore,avcodec,Integer handling issues
1419833,Untrusted loop bound,Medium,10/18/17,Michael,False Positive,Unspecified,Ignore,avcodec,Insecure data handling
1420393,Unchecked return value,Medium,10/29/17,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1422217,Result is not floating-point,Medium,11/19/17,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1423281,Out-of-bounds read,High,11/24/17,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1427156,Uninitialized pointer read,High,01/03/18,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1427586,Out-of-bounds read,High,01/14/18,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1428858,Logically dead code,Medium,02/04/18,michaelni@gmx.at,Bug,Insignificant,Fix Submitted,examples,Control flow issues
1429858,Unintended sign extension,Medium,03/18/18,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1429859,Unintentional integer overflow,Medium,03/18/18,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1430929,Untrusted value as argument,Medium,03/25/18,Michael,False Positive,Unspecified,Undecided,avutil,Insecure data handling
1435164,Out-of-bounds read,High,04/27/18,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Memory - illegal accesses
1435165,Out-of-bounds read,High,04/27/18,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1435166,Unused value,Low,04/27/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Code maintainability issues
1435167,Out-of-bounds read,High,04/27/18,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Memory - illegal accesses
1435168,Identical code for different branches,Medium,04/27/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Incorrect expression
1435169,Out-of-bounds read,High,04/27/18,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Memory - illegal accesses
1437470,Out-of-bounds read,High,06/22/18,Michael,Bug,Insignificant,Fix Submitted,avfilter,Memory - illegal accesses
1437472,Dereference before null check,Medium,06/22/18,Michael,Bug,Unspecified,Fix Submitted,avfilter,Null pointer dereferences
1439568,Untrusted loop bound,Medium,09/20/18,Michael,False Positive,Unspecified,Fix Submitted,avcodec,Insecure data handling
1439569,Unchecked return value,Medium,09/20/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1439571,Uninitialized pointer read,High,09/20/18,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1439572,Uninitialized pointer read,High,09/20/18,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1439574,Dereference after null check,Medium,09/20/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Null pointer dereferences
1439575,Out-of-bounds read,High,09/20/18,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Memory - illegal accesses
1439578,Unchecked return value,Medium,09/20/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1439581,Result is not floating-point,Medium,09/20/18,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1439586,Unchecked return value from library,Medium,09/20/18,Unassigned,Disappeared,Unspecified,Undecided,avformat,Error handling issues
1439654,Untrusted pointer read,Medium,09/23/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Insecure data handling
1440385,Negative array index read,High,10/19/18,Unassigned,False Positive,Unspecified,Fix Submitted,avcodec,Memory - illegal accesses
1440836,Dereference after null check,Medium,11/02/18,Michael,Bug,Unspecified,Fix Submitted,avfilter,Null pointer dereferences
1441167,Unchecked return value,Medium,11/12/18,Unassigned,Disappeared,Unspecified,Fix Submitted,avcodec,Error handling issues
1441459,Improper use of negative value,Medium,11/19/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1441930,Unintentional integer overflow,Medium,12/23/18,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1441934,Unintentional integer overflow,Medium,12/23/18,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1441935,Unchecked return value,Medium,12/23/18,Michael,False Positive,Unspecified,Fix Submitted,avcodec,Error handling issues
1441937,Unintentional integer overflow,Medium,12/23/18,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1441939,Unchecked return value,Medium,12/23/18,Unassigned,Disappeared,Unspecified,Fix Submitted,avcodec,Error handling issues
1442018,Unused value,Low,12/28/18,Michael,Bug,Insignificant,Fix Submitted,avcodec,Code maintainability issues
1442565,Untrusted loop bound,Medium,02/13/19,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1443722,Unintentional integer overflow,Medium,03/17/19,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1447467,Free of address-of expression,High,06/29/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1447546,Use after free,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - illegal accesses
1447778,Use after free,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - illegal accesses
1447911,Double free,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1447919,Double free,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1447999,Free of array-typed value,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1448143,Free of array-typed value,High,06/29/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1452397,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,Various,Memory - corruptions
1452398,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452399,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452401,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452403,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452405,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452407,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452409,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452410,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452412,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1452413,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452415,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1452418,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452419,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,ffplay,Memory - corruptions
1452420,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452424,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452425,Logically dead code,Medium,08/21/19,Michael,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1452426,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452428,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452430,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452432,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452435,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452436,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452441,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452443,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452444,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452446,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452448,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452449,Uninitialized scalar variable,High,08/21/19,Michael,False Positive,Unspecified,Fix Submitted,avformat,Uninitialized variables
1452450,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452451,Use after free,High,08/21/19,michaelni@gmx.at,False Positive,Unspecified,Undecided,Other,Memory - illegal accesses
1452452,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452453,Dereference after null check,Medium,08/21/19,Andreas,False Positive,Unspecified,Fix Submitted,avformat,Null pointer dereferences
1452454,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452455,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452456,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avdevice,Memory - corruptions
1452457,Missing break in switch,Medium,08/21/19,Michael,Intentional,Unspecified,Undecided,ffplay,Control flow issues
1452458,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452459,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452460,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452461,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452462,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452463,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,Various,Memory - corruptions
1452466,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452467,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452468,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452469,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1452471,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452472,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452473,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452474,Use after free,High,08/21/19,Michael,False Positive,Unspecified,Undecided,Other,Memory - illegal accesses
1452477,Untrusted value as argument,Medium,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1452479,Out-of-bounds access,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452481,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452483,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452485,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452486,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452487,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452488,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452490,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452491,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452492,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452495,Uninitialized scalar variable,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1452496,Uninitialized scalar variable,High,08/21/19,Unassigned,Disappeared,Unspecified,Fix Submitted,avformat,Uninitialized variables
1452497,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452498,Use after free,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1452499,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avdevice,Memory - corruptions
1452501,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452502,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452506,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452507,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452508,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452510,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452512,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452514,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452515,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452516,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452517,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452518,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452519,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452520,Use after free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1452521,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452522,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452523,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452524,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452525,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452526,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452527,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452528,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452529,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452530,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452531,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452532,Use after free,High,08/21/19,michaelni@gmx.at,False Positive,Unspecified,Undecided,Other,Memory - illegal accesses
1452534,Use after free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1452535,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452536,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452537,Use after free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1452538,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452540,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452541,Use after free,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1452544,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452546,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452551,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1452563,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452572,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452573,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452576,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452577,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452578,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452580,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452581,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452583,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452584,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452585,Untrusted loop bound,Medium,08/21/19,Michael,Bug,Unspecified,Fix Submitted,avformat,Insecure data handling
1452586,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452587,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452589,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452591,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452592,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452593,Missing break in switch,Medium,08/21/19,Michael,Intentional,Unspecified,Undecided,avformat,Control flow issues
1452594,Free of array-typed value,High,08/21/19,michaelni@gmx.at,False Positive,Unspecified,Undecided,examples,Memory - corruptions
1452596,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452598,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452599,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452601,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452602,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452603,Use after free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1452604,Use after free,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1452605,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452606,Free of array-typed value,High,08/21/19,Michael,False Positive,Unspecified,Undecided,Other,Memory - corruptions
1452607,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452608,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1452609,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452610,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452611,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452612,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1452613,Explicit null dereferenced,Medium,08/21/19,Unassigned,Disappeared,Unspecified,Undecided,avformat,Null pointer dereferences
1452614,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452616,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452617,Free of array-typed value,High,08/21/19,michaelni@gmx.at,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1452618,Out-of-bounds access,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452619,Out-of-bounds access,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avutil,Memory - corruptions
1452620,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452621,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452622,Logically dead code,Medium,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Control flow issues
1452623,Free of address-of expression,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1452626,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452628,Uninitialized scalar variable,High,08/21/19,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1452630,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452632,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452633,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452634,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452635,Double free,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452639,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452640,Division or modulo by float zero,Medium,08/21/19,Michael,False Positive,Unspecified,Undecided,avfilter,Incorrect expression
1452641,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452642,Free of array-typed value,High,08/21/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1452754,Uninitialized pointer read,High,08/23/19,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1452755,Uninitialized pointer read,High,08/23/19,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1452758,Out-of-bounds read,High,08/23/19,Michael,Bug,Unspecified,Fix Submitted,avfilter,Memory - illegal accesses
1452759,Uninitialized scalar variable,High,08/23/19,Michael,Bug,Unspecified,Fix Submitted,avfilter,Uninitialized variables
1453457,Unchecked return value,Medium,09/02/19,Michael,Bug,Unspecified,Fix Submitted,avformat,Error handling issues
1453607,Double free,High,09/06/19,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1454676,Out-of-bounds read,High,10/07/19,Michael,Bug,Unspecified,Fix Submitted,avcodec,Memory - illegal accesses
1454838,Out-of-bounds access,High,10/16/19,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1455684,Unintentional integer overflow,Medium,11/13/19,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1457610,Use after free,High,01/11/20,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1457611,Free of array-typed value,High,01/11/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1457612,Free of array-typed value,High,01/11/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1457947,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457948,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457949,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457950,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457951,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457952,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457953,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457954,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457955,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457956,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457957,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457958,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457959,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457960,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457961,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457962,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457963,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457964,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457965,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457966,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457967,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457968,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457969,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457970,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457971,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457972,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457973,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457974,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457975,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457976,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457977,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457978,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457979,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457980,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457981,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457982,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457983,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457984,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457985,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457986,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457987,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457988,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457989,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457990,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457991,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457992,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457993,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1457994,Out-of-bounds read,High,01/27/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1458043,Unchecked return value,Medium,02/01/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Error handling issues
1458126,Result is not floating-point,Medium,02/03/20,Michael,False Positive,Unspecified,Undecided,avcodec,Incorrect expression
1458127,Unchecked return value,Medium,02/03/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Error handling issues
1458148,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458149,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458150,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458151,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458152,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458153,Structurally dead code,Medium,02/06/20,Michael,False Positive,Unspecified,Undecided,avutil,Control flow issues
1458154,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458155,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458156,Result is not floating-point,Medium,02/06/20,Michael,Bug,Unspecified,Fix Submitted,avfilter,Incorrect expression
1458177,Free of address-of expression,High,02/10/20,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1458428,Unchecked return value,Medium,02/15/20,Michael,False Positive,Unspecified,Undecided,avfilter,Error handling issues
1460606,Double free,High,03/14/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1460758,Operands don't affect result,Medium,03/19/20,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1460979,Logically dead code,Medium,03/28/20,Michael,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1461195,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461196,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461197,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461198,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461199,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461200,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461201,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461202,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461203,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461204,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461205,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461207,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461208,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461209,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461210,Out-of-bounds read,High,04/04/20,Andreas,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1461470,Free of array-typed value,High,04/11/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1461482,Improper use of negative value,Medium,04/13/20,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1463550,Logically dead code,Medium,05/13/20,michaelni@gmx.at,Bug,Insignificant,Fix Submitted,examples,Control flow issues
1463852,Free of array-typed value,High,05/27/20,Unassigned,Disappeared,Unspecified,Undecided,tools,Memory - corruptions
1464082,Double free,High,06/07/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1464083,Use after free,High,06/07/20,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1464084,Double free,High,06/07/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1464085,Free of array-typed value,High,06/07/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1465261,Free of array-typed value,High,07/11/20,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1465262,Free of array-typed value,High,07/11/20,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Memory - corruptions
1465264,Free of array-typed value,High,07/11/20,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1465479,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465480,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465481,Unintentional integer overflow,Medium,07/21/20,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1465482,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465483,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465484,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465485,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465486,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465487,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465488,Unintentional integer overflow,Medium,07/21/20,michaelni@gmx.at,False Positive,Unspecified,Fix Submitted,avcodec,Integer handling issues
1465489,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465490,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465491,Unintentional integer overflow,Medium,07/21/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1465492,Free of array-typed value,High,07/21/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1465861,Free of array-typed value,High,08/11/20,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1465864,Out-of-bounds read,High,08/11/20,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1466603,Uninitialized scalar variable,High,09/01/20,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1466634,Missing break in switch,Medium,09/05/20,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1467435,Unintentional integer overflow,Medium,09/24/20,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1467648,Untrusted loop bound,Medium,09/29/20,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1467649,Untrusted loop bound,Medium,09/29/20,Unassigned,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1467656,Out-of-bounds access,High,10/01/20,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1468252,Logically dead code,Medium,10/17/20,Andreas,Bug,Unspecified,Undecided,avfilter,Control flow issues
1468326,Free of array-typed value,High,10/22/20,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1468327,Free of array-typed value,High,10/22/20,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1469450,Unintentional integer overflow,Medium,11/24/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1469451,Unintentional integer overflow,Medium,11/24/20,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1473496,Unchecked return value,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avcodec,Error handling issues
1473497,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473499,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473503,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473505,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473506,Missing break in switch,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1473508,Untrusted array index read,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473510,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473512,Unused value,Low,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Code maintainability issues
1473514,Uninitialized scalar variable,High,03/06/21,Michael,Bug,Insignificant,Fix Submitted,avcodec,Uninitialized variables
1473517,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473522,Free of array-typed value,High,03/06/21,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1473525,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,tools,Insecure data handling
1473527,Result is not floating-point,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avformat,Incorrect expression
1473532,Uninitialized scalar variable,High,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Uninitialized variables
1473538,Untrusted loop bound,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avformat,Insecure data handling
1473539,Explicit null dereferenced,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Null pointer dereferences
1473547,Untrusted pointer read,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1473549,Untrusted divisor,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,swscale,Insecure data handling
1473551,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473553,Untrusted loop bound,Medium,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Insecure data handling
1473554,Uninitialized scalar variable,High,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Uninitialized variables
1473555,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1473557,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473558,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1473559,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473560,Free of array-typed value,High,03/06/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1473562,Unchecked return value,Medium,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1473567,Result is not floating-point,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avcodec,Incorrect expression
1473569,Untrusted array index read,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473573,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473574,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1473580,Untrusted value as argument,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1473581,Missing break in switch,Medium,03/06/21,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1473582,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473583,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1473585,Uninitialized scalar variable,High,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1473590,Untrusted loop bound,Medium,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Insecure data handling
1473591,Untrusted loop bound,Medium,03/06/21,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1473592,Unchecked return value,Medium,03/06/21,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1475938,Uninitialized array index read,High,04/03/21,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1477398,Operands don't affect result,Medium,04/27/21,Michael,Intentional,Unspecified,Undecided,avfilter,Integer handling issues
1477406,Improper use of negative value,Medium,04/29/21,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1477407,Free of array-typed value,High,04/29/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1477409,Use after free,High,04/29/21,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1477410,Free of array-typed value,High,04/29/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1477413,Missing break in switch,Medium,04/29/21,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1477415,Free of array-typed value,High,04/29/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1482088,Missing break in switch,Medium,05/06/21,Michael,Intentional,Unspecified,Undecided,avformat,Control flow issues
1485002,Unintentional integer overflow,Medium,05/27/21,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1485969,Result is not floating-point,Medium,06/12/21,Michael,Intentional,Unspecified,Undecided,avformat,Incorrect expression
1489999,Unchecked return value,Medium,08/10/21,Michael,Bug,Unspecified,Fix Submitted,tools,Error handling issues
1490844,Write to pointer after free,High,08/28/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1490845,Use after free,High,08/28/21,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1490847,Write to pointer after free,High,08/28/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1490848,Free of array-typed value,High,08/28/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1490880,Division or modulo by float zero,Medium,08/31/21,Michael,False Positive,Unspecified,Undecided,avfilter,Incorrect expression
1491898,Unintentional integer overflow,Medium,09/16/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1492156,Unintentional integer overflow,Medium,09/18/21,Michael,False Positive,Unspecified,Undecided,avformat,Integer handling issues
1492299,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492300,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492301,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492302,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492303,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492305,Unintended sign extension,Medium,09/30/21,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1492867,Unchecked return value,Medium,10/14/21,michaelni@gmx.at,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1492881,Free of array-typed value,High,10/16/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1492906,Out-of-bounds read,High,10/21/21,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1493275,Missing break in switch,Medium,10/28/21,Michael,Intentional,Unspecified,Undecided,avfilter,Control flow issues
1493276,Missing break in switch,Medium,10/28/21,Michael,Intentional,Unspecified,Undecided,avfilter,Control flow issues
1494441,Untrusted value as argument,Medium,11/25/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1494532,Read from pointer after free,High,11/27/21,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1494533,Double free,High,11/27/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1494632,Untrusted loop bound,Medium,12/05/21,Unassigned,Disappeared,Unspecified,Undecided,avformat,Insecure data handling
1494634,Free of array-typed value,High,12/05/21,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1494635,Untrusted loop bound,Medium,12/05/21,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1494636,Missing break in switch,Medium,12/05/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Control flow issues
1494637,Missing break in switch,Medium,12/05/21,Michael,Bug,Unspecified,Fix Submitted,avformat,Control flow issues
1495853,Missing break in switch,Medium,12/23/21,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1496615,Explicit null dereferenced,Medium,12/28/21,Michael,False Positive,Unspecified,Undecided,avcodec,Null pointer dereferences
1496852,Macro compares unsigned to 0,Medium,01/04/22,Michael,Intentional,Unspecified,Undecided,avcodec,Integer handling issues
1496940,Logically dead code,Medium,01/08/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Control flow issues
1497114,Missing break in switch,Medium,01/13/22,Michael,Intentional,Unspecified,Undecided,swscale,Control flow issues
1497470,Operands don't affect result,Medium,01/20/22,Michael,Intentional,Unspecified,Undecided,avformat,Integer handling issues
1500278,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avformat,Uninitialized variables
1500279,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500280,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,swscale,Integer handling issues
1500282,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1500284,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1500285,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1500286,Double free,High,02/19/22,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1500287,Untrusted value as argument,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1500288,Unintentional integer overflow,Medium,02/19/22,Unassigned,False Positive,Unspecified,Undecided,avformat,Integer handling issues
1500289,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,swscale,Integer handling issues
1500291,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500292,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500293,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500294,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500295,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500296,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,swscale,Integer handling issues
1500297,Unintentional integer overflow,Medium,02/19/22,Unassigned,Intentional,Unspecified,Ignore,avformat,Integer handling issues
1500300,Unchecked return value,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1500303,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500304,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1500305,Unintentional integer overflow,Medium,02/19/22,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Integer handling issues
1500307,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500309,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1500310,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avformat,Uninitialized variables
1500311,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1500312,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1500313,Out-of-bounds read,High,02/19/22,Michael,False Positive,Unspecified,Undecided,swresample,Memory - illegal accesses
1500314,Uninitialized scalar variable,High,02/19/22,Andreas,Bug,Unspecified,Fix Submitted,avformat,Uninitialized variables
1500315,Untrusted value as argument,Medium,02/19/22,Unassigned,Potential Bug,Unspecified,Undecided,avcodec,Insecure data handling
1500318,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1500319,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500322,Out-of-bounds read,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1500323,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500324,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500325,Unintentional integer overflow,Medium,02/19/22,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Integer handling issues
1500326,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500327,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500328,Resource leak,High,02/19/22,Michael,False Positive,Unspecified,Undecided,ffplay,Resource leaks
1500330,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500332,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500333,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1500335,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500337,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500340,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500342,Unintentional integer overflow,Medium,02/19/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1500343,Unintentional integer overflow,Medium,02/19/22,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Integer handling issues
1500345,Uninitialized scalar variable,High,02/19/22,michaelni@gmx.at,False Positive,Unspecified,Fix Submitted,avfilter,Uninitialized variables
1500346,Uninitialized scalar variable,High,02/19/22,Michael,False Positive,Unspecified,Undecided,avformat,Uninitialized variables
1500347,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1500348,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500350,Unintentional integer overflow,Medium,02/19/22,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Integer handling issues
1500351,Unintentional integer overflow,Medium,02/19/22,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Integer handling issues
1500352,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1500353,Unintentional integer overflow,Medium,02/19/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1502874,Uninitialized pointer write,High,03/05/22,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1503075,Unintentional integer overflow,Medium,03/15/22,Michael,Bug,Unspecified,Fix Submitted,avdevice,Integer handling issues
1503077,Bad bit shift operation,Medium,03/15/22,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Integer handling issues
1503078,Resource leak,High,03/15/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Resource leaks
1503079,Division or modulo by zero,Medium,03/15/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1503080,Unchecked return value,Medium,03/15/22,Michael,Bug,Unspecified,Fix Submitted,ffplay,Error handling issues
1503081,Bad bit shift operation,Medium,03/15/22,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1503083,Uninitialized pointer read,High,03/15/22,Michael,False Positive,Unspecified,Undecided,examples,Memory - illegal accesses
1503088,Resource leak,High,03/15/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Resource leaks
1503782,Uninitialized scalar variable,High,04/05/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1503783,Uninitialized scalar variable,High,04/05/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1504272,Free of array-typed value,High,04/26/22,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1504412,Uninitialized scalar variable,High,05/12/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1504414,Uninitialized scalar variable,High,05/12/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1504415,Untrusted value as argument,Medium,05/12/22,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1504417,Uninitialized scalar variable,High,05/12/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1504570,Free of array-typed value,High,05/24/22,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1504571,Uninitialized scalar variable,High,05/24/22,Michael,False Positive,Unspecified,Fix Submitted,avfilter,Uninitialized variables
1505357,Unintentional integer overflow,Medium,06/07/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1505963,Unintentional integer overflow,Medium,06/14/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Integer handling issues
1506471,Free of array-typed value,High,06/18/22,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1506706,Unchecked return value,Medium,06/28/22,Andreas,Bug,Unspecified,Fix Submitted,avformat,Error handling issues
1506707,Uninitialized scalar variable,High,06/28/22,Michael,False Positive,Unspecified,Undecided,Other,Uninitialized variables
1506708,Unchecked return value,Medium,06/28/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1507242,Untrusted pointer read,Medium,07/12/22,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1507471,Free of array-typed value,High,07/26/22,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1507483,Unchecked return value,Medium,07/28/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1507875,Untrusted array index read,Medium,08/09/22,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1507877,Unintentional integer overflow,Medium,08/09/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1509370,Logically dead code,Medium,08/16/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1509371,Use of 32-bit time_t,High,08/16/22,Michael,Intentional,Unspecified,Undecided,swresample,High impact quality
1509373,Logically dead code,Medium,08/16/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Control flow issues
1512404,Use after free,High,08/25/22,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1512411,Dereference after null check,Medium,08/25/22,Michael,False Positive,Unspecified,Undecided,avcodec,Null pointer dereferences
1512414,Uninitialized pointer read,High,08/25/22,Michael,Bug,Unspecified,Fix Submitted,avformat,Memory - illegal accesses
1513722,Operands don't affect result,Medium,09/06/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Integer handling issues
1513782,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513784,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513787,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513788,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513790,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513792,Free of array-typed value,High,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Memory - corruptions
1513793,Unchecked return value,Medium,09/10/22,Unassigned,Disappeared,Unspecified,Undecided,avformat,Error handling issues
1515456,Unintentional integer overflow,Medium,09/17/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Integer handling issues
1515514,Uninitialized scalar variable,High,09/20/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1515516,Use after free,High,09/20/22,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1515517,Uninitialized scalar variable,High,09/20/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1515882,Unintentional integer overflow,Medium,10/04/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1515883,Unintentional integer overflow,Medium,10/04/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1515884,Unintentional integer overflow,Medium,10/04/22,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1515890,Out-of-bounds access,High,10/06/22,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1516089,Negative array index write,High,10/18/22,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1516090,Unchecked return value,Medium,10/18/22,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1516444,Free of array-typed value,High,10/25/22,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1516445,Out-of-bounds read,High,10/25/22,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1516647,Free of array-typed value,High,11/03/22,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1516764,Dereference null return value,Medium,11/08/22,Michael,False Positive,Unspecified,Fix Submitted,avutil,Null pointer dereferences
1516804,Unchecked return value,Medium,11/12/22,Andreas,Bug,Unspecified,Fix Submitted,avfilter,Error handling issues
1516805,Uninitialized scalar variable,High,11/12/22,Michael,False Positive,Unspecified,Undecided,avfilter,Uninitialized variables
1516957,Resource leak,High,11/17/22,Andreas,Bug,Unspecified,Fix Submitted,avcodec,Resource leaks
1516994,Out-of-bounds access,High,11/19/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Memory - corruptions
1516996,Out-of-bounds access,High,11/19/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Memory - corruptions
1516999,Out-of-bounds access,High,11/19/22,Michael,Bug,Unspecified,Fix Submitted,avfilter,Memory - corruptions
1517022,Logically dead code,Medium,11/22/22,michaelni@gmx.at,Bug,Insignificant,Fix Submitted,examples,Control flow issues
1517023,Uninitialized pointer read,High,11/22/22,michaelni@gmx.at,Bug,Moderate,Fix Submitted,examples,Memory - illegal accesses
1517103,Uninitialized pointer write,High,11/29/22,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1517305,Uninitialized pointer read,High,12/06/22,Michael,False Positive,Unspecified,Undecided,avfilter,Memory - illegal accesses
1518905,Division or modulo by zero,Medium,01/05/23,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1518967,Unchecked return value,Medium,01/07/23,Michael,Intentional,Unspecified,Undecided,avcodec,Error handling issues
1518968,Unchecked return value,Medium,01/07/23,Michael,Intentional,Unspecified,Undecided,avcodec,Error handling issues
1518989,Missing break in switch,Medium,01/10/23,Michael,Intentional,Unspecified,Undecided,ffmpeg,Control flow issues
1518990,Unchecked return value,Medium,01/10/23,Michael,Bug,Unspecified,Fix Submitted,avutil,Error handling issues
1519127,Unchecked return value,Medium,01/17/23,Michael,Intentional,Unspecified,Undecided,avfilter,Error handling issues
1520668,Free of array-typed value,High,01/31/23,Unassigned,False Positive,Unspecified,Undecided,avfilter,Memory - corruptions
1520670,Dereference after null check,Medium,01/31/23,michaelni@gmx.at,False Positive,Unspecified,Undecided,ffmpeg,Null pointer dereferences
1520672,Unintentional integer overflow,Medium,01/31/23,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1520673,Unintentional integer overflow,Medium,01/31/23,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1520674,Result is not floating-point,Medium,01/31/23,Michael,Intentional,Unspecified,Undecided,avfilter,Incorrect expression
1520676,Unintentional integer overflow,Medium,01/31/23,Michael,False Positive,Unspecified,Undecided,avfilter,Integer handling issues
1520677,Uninitialized pointer read,High,01/31/23,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Memory - illegal accesses
1521983,Unintentional integer overflow,Medium,03/14/23,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1521984,Free of array-typed value,High,03/14/23,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1524598,Improper use of negative value,Medium,03/28/23,Unassigned,Disappeared,Unspecified,Fix Submitted,tools,Integer handling issues
1524681,Logically dead code,Medium,04/06/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Control flow issues
1524701,Free of array-typed value,High,04/11/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1524728,Free of array-typed value,High,04/18/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1524729,Free of array-typed value,High,04/18/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1528149,Unintended sign extension,Medium,04/25/23,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1529220,Unused value,Low,05/05/23,Michael,Bug,Unspecified,Fix Submitted,avcodec,Code maintainability issues
1529221,Unused value,Low,05/05/23,Michael,Bug,Unspecified,Fix Submitted,avcodec,Code maintainability issues
1529222,Unused value,Low,05/05/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Code maintainability issues
1529228,Unused value,Low,05/05/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Code maintainability issues
1529991,Arguments in wrong order,Medium,05/11/23,Michael,Intentional,Unspecified,Undecided,avdevice,API usage errors
1530136,Operands don't affect result,Medium,05/16/23,Michael,Intentional,Unspecified,Undecided,avcodec,Integer handling issues
1532404,Untrusted loop bound,Medium,06/15/23,Michael,False Positive,Unspecified,Undecided,avcodec,Insecure data handling
1532406,Untrusted loop bound,Medium,06/15/23,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1538296,Structurally dead code,Medium,07/13/23,Michael,Bug,Insignificant,Fix Submitted,avutil,Control flow issues
1538298,Untrusted loop bound,Medium,07/13/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Insecure data handling
1538299,Untrusted loop bound,Medium,07/13/23,Michael,False Positive,Unspecified,Undecided,avformat,Insecure data handling
1538859,Dereference after null check,Medium,07/15/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Null pointer dereferences
1538860,Bad bit shift operation,Medium,07/15/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Integer handling issues
1538861,Uninitialized scalar variable,High,07/15/23,Michael,Bug,Unspecified,Fix Submitted,avcodec,Uninitialized variables
1538863,Resource leak,High,07/15/23,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Resource leaks
1539095,Free of array-typed value,High,07/22/23,Unassigned,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1539099,Resource leak,High,07/22/23,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Resource leaks
1539100,Negative loop bound,Medium,07/22/23,michaelni@gmx.at,Bug,Unspecified,Fix Submitted,Other,Program hangs
1539147,Unused value,Low,07/25/23,Michael,Bug,Unspecified,Fix Submitted,avfilter,Code maintainability issues
1543204,Logically dead code,Medium,09/02/23,Michael,Intentional,Unspecified,Fix Submitted,avcodec,Control flow issues
1544255,Free of array-typed value,High,09/07/23,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1544265,Logically dead code,Medium,09/09/23,michaelni@gmx.at,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1544628,Unintentional integer overflow,Medium,09/12/23,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1544629,Unintentional integer overflow,Medium,09/12/23,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1544630,Resource leak,High,09/12/23,Michael,Bug,Unspecified,Fix Submitted,avcodec,Resource leaks
1545073,Free of array-typed value,High,09/21/23,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1545116,Explicit null dereferenced,Medium,09/23/23,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Null pointer dereferences
1545117,Division or modulo by zero,Medium,09/23/23,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1546825,Out-of-bounds access,High,09/28/23,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Memory - corruptions
1546826,Out-of-bounds access,High,09/28/23,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Memory - corruptions
1547074,Missing break in switch,Medium,10/05/23,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1547075,Missing break in switch,Medium,10/05/23,Michael,Intentional,Unspecified,Undecided,avcodec,Control flow issues
1548380,Uninitialized scalar variable,High,11/02/23,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1550098,Double free,High,11/14/23,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1550133,Unchecked return value,Medium,11/16/23,Michael,Bug,Unspecified,Fix Submitted,ffplay,Error handling issues
1551679,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Fix Submitted,avformat,Concurrent data access violations
1551680,Check of thread-shared field evades lock acquisition,High,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Data race undermines locking
1551681,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Undecided,Other,Concurrent data access violations
1551682,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Concurrent data access violations
1551683,Indefinite wait,High,11/18/23,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Program hangs
1551684,Indefinite wait,High,11/18/23,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Program hangs
1551685,Uninitialized scalar variable,High,11/18/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Uninitialized variables
1551686,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Concurrent data access violations
1551687,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Fix Submitted,avformat,Concurrent data access violations
1551688,Data race condition,Medium,11/18/23,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Concurrent data access violations
1551689,Data race condition,Medium,11/18/23,Michael,Intentional,Unspecified,Undecided,avcodec,Concurrent data access violations
1551690,Check of thread-shared field evades lock acquisition,High,11/18/23,Michael,False Positive,Unspecified,Undecided,avformat,Data race undermines locking
1551691,Check of thread-shared field evades lock acquisition,High,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Data race undermines locking
1551692,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Concurrent data access violations
1551693,Data race condition,Medium,11/18/23,Michael,False Positive,Unspecified,Undecided,avcodec,Concurrent data access violations
1551694,Use after free,High,11/18/23,Michael,Bug,Insignificant,Fix Submitted,avfilter,Memory - illegal accesses
1551695,Indefinite wait,High,11/18/23,Unassigned,Disappeared,Unspecified,Undecided,avcodec,Program hangs
1559177,Resource leak,High,12/12/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Resource leaks
1559178,Unused value,Low,12/12/23,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Code maintainability issues
1559180,Check of thread-shared field evades lock acquisition,High,12/12/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Data race undermines locking
1559181,Resource leak,High,12/12/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Resource leaks
1559182,Resource leak,High,12/12/23,Unassigned,Disappeared,Unspecified,Undecided,avfilter,Resource leaks
1559186,Resource leak,High,12/12/23,Michael,False Positive,Unspecified,Undecided,ffmpeg,Resource leaks
1559187,Data race condition,Medium,12/12/23,Michael,Intentional,Unspecified,Undecided,ffmpeg,Concurrent data access violations
1559273,Data race condition,Medium,12/16/23,Unassigned,False Positive,Unspecified,Undecided,ffmpeg,Concurrent data access violations
1559546,Logically dead code,Medium,12/19/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Control flow issues
1559855,Unchecked return value from library,Medium,12/21/23,Michael,Bug,Unspecified,Fix Submitted,avformat,Error handling issues
1559901,Resource leak,High,12/23/23,Michael,Bug,Unspecified,Fix Submitted,avfilter,Resource leaks
1560036,Logically dead code,Medium,01/04/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1560037,Uninitialized scalar variable,High,01/04/24,Unassigned,Disappeared,Unspecified,Fix Submitted,avcodec,Uninitialized variables
1560038,Negative array index read,High,01/04/24,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - illegal accesses
1560039,Logically dead code,Medium,01/04/24,Michael,Intentional,Unspecified,Fix Submitted,avcodec,Control flow issues
1560040,Logically dead code,Medium,01/04/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Control flow issues
1560041,'Constant' variable guards dead code,Low,01/04/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Possible Control flow issues
1560042,Unchecked return value,Medium,01/04/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1560043,Uninitialized scalar variable,High,01/04/24,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1560044,Uninitialized scalar variable,High,01/04/24,Unassigned,Disappeared,Unspecified,Fix Submitted,avcodec,Uninitialized variables
1560045,Unintended comparison to logical negation,Medium,01/04/24,Michael,Intentional,Unspecified,Undecided,avcodec,Incorrect expression
1583741,Resource leak,High,01/09/24,Michael,False Positive,Unspecified,Undecided,avutil,Resource leaks
1583742,Unchecked return value,Medium,01/09/24,Michael,Intentional,Unspecified,Undecided,avutil,Error handling issues
1583743,Unchecked return value,Medium,01/09/24,Unassigned,Potential Bug,Unspecified,Undecided,avutil,Error handling issues
1591438,Division or modulo by zero,Medium,01/30/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1591439,Uninitialized pointer read,High,01/30/24,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Memory - illegal accesses
1591440,Free of array-typed value,High,01/30/24,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1591465,Dereference null return value,Medium,02/01/24,Unassigned,Disappeared,Unspecified,Undecided,avformat,Null pointer dereferences
1591467,Uninitialized scalar variable,High,02/01/24,Unassigned,Disappeared,Unspecified,Undecided,avformat,Uninitialized variables
1591794,Out-of-bounds read,High,02/10/24,Michael,False Positive,Unspecified,Undecided,avformat,Memory - illegal accesses
1591795,Resource leak,High,02/10/24,Andreas,Bug,Unspecified,Fix Submitted,avformat,Resource leaks
1591975,Explicit null dereferenced,Medium,02/13/24,Michael,False Positive,Unspecified,Undecided,avutil,Null pointer dereferences
1591976,Explicit null dereferenced,Medium,02/13/24,Unassigned,Disappeared,Unspecified,Undecided,avformat,Null pointer dereferences
1592142,Unintentional integer overflow,Medium,02/17/24,Michael,False Positive,Unspecified,Undecided,swscale,Integer handling issues
1592383,Unused value,Low,02/24/24,Michael,Bug,Unspecified,Fix Submitted,ffmpeg,Code maintainability issues
1592631,Free of array-typed value,High,02/27/24,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1592632,Free of array-typed value,High,02/27/24,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1592939,Dereference after null check,Medium,03/05/24,Michael,Bug,Unspecified,Fix Submitted,avformat,Null pointer dereferences
1593009,Dereference after null check,Medium,03/09/24,Michael,False Positive,Unspecified,Undecided,avutil,Null pointer dereferences
1593010,Out-of-bounds read,High,03/09/24,Michael,False Positive,Unspecified,Undecided,avutil,Memory - illegal accesses
1593172,Unintended sign extension,Medium,03/12/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1593173,Unintended sign extension,Medium,03/12/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1593174,Unintended sign extension,Medium,03/12/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1593175,Unintended sign extension,Medium,03/12/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1594482,Free of array-typed value,High,03/19/24,Unassigned,False Positive,Unspecified,Undecided,avformat,Memory - corruptions
1594483,Explicit null dereferenced,Medium,03/19/24,Michael,False Positive,Unspecified,Undecided,avformat,Null pointer dereferences
1594529,Unchecked return value,Medium,03/23/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Error handling issues
1595705,Uninitialized scalar variable,High,03/26/24,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1595706,Uninitialized scalar variable,High,03/26/24,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1595707,Unintended sign extension,Medium,03/26/24,Michael,False Positive,Unspecified,Undecided,avcodec,Integer handling issues
1595708,Explicit null dereferenced,Medium,03/26/24,Michael,False Positive,Unspecified,Undecided,avformat,Null pointer dereferences
1595709,Uninitialized scalar variable,High,03/26/24,Michael,False Positive,Unspecified,Undecided,avcodec,Uninitialized variables
1596529,Dereference after null check,Medium,04/21/24,Andreas,Bug,Unspecified,Undecided,ffmpeg,Null pointer dereferences
1596530,Free of array-typed value,High,04/21/24,Michael,False Positive,Unspecified,Undecided,ffmpeg,Memory - corruptions
1596531,Dereference before null check,Medium,04/21/24,Andreas,Bug,Unspecified,Undecided,ffmpeg,Null pointer dereferences
1596532,Copy of overlapping memory,High,04/21/24,Michael,False Positive,Unspecified,Undecided,avcodec,Memory - corruptions
1596533,Resource leak,High,04/21/24,Andreas,Bug,Unspecified,Fix Submitted,ffmpeg,Resource leaks
1596534,Dereference after null check,Medium,04/21/24,Michael,Bug,Unspecified,Fix Submitted,avcodec,Null pointer dereferences
1596535,Unchecked return value,Medium,04/21/24,Michael,False Positive,Unspecified,Undecided,avfilter,Error handling issues
1596536,Dereference null return value,Medium,04/21/24,Michael,False Positive,Unspecified,Undecided,ffmpeg,Null pointer dereferences

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  reply	other threads:[~2024-07-25 14:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 23:38 Michael Niedermayer
2024-05-14  7:37 ` Tomas Härdin
2024-05-14 11:28   ` Rémi Denis-Courmont
2024-05-15  8:06     ` Tomas Härdin
2024-06-08 16:01 ` Michael Niedermayer
2024-06-08 19:49   ` Vittorio Giovara
2024-06-08 22:49     ` Timo Rothenpieler
2024-06-09 13:10       ` Vittorio Giovara
2024-06-09 22:04         ` Michael Niedermayer
2024-06-10 12:37           ` Vittorio Giovara
2024-06-10 12:40             ` Timo Rothenpieler
2024-06-10 12:45               ` Vittorio Giovara
2024-06-11 15:46                 ` Michael Niedermayer
2024-06-09 22:02       ` Michael Niedermayer
2024-07-11 23:55 ` Michael Niedermayer
2024-07-12 23:20   ` Michael Niedermayer
2024-07-25 14:41     ` Michael Niedermayer [this message]
2024-08-12 17:40       ` Michael Niedermayer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240725144126.GH4991@pb2 \
    --to=michael@niedermayer.cc \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git