| 1 | www.viva64.com/en/w 1 err Help: The documentation for all analyzer warnings is available here: https://www.viva64.com/en/w/.
|
|---|
| 2 | ./libavdevice/fbdev_common.c 128 warn V547 Expression 'fd >= 0' is always true.
|
|---|
| 3 | ./libavdevice/sndio.c 106 warn V547 Expression 'hdl' is always true.
|
|---|
| 4 | ./libavdevice/xcbgrab.c 637 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. It's dangerous to use string specifier without width specification. Buffer overflow is possible.
|
|---|
| 5 | ./libavfilter/af_acrossover.c 191 warn V614 Potentially uninitialized variable 'q' used. Consider checking the third actual argument of the 'set_lp' function.
|
|---|
| 6 | ./libavfilter/af_adeclick.c 652 warn V560 A part of conditional expression is always true: s->samples_left <= 0.
|
|---|
| 7 | ./libavfilter/af_adeclick.c 657 warn V547 Expression '!s->eof' is always true.
|
|---|
| 8 | ./libavfilter/af_aecho.c 227 err V573 Uninitialized variable 'index' was used. The variable was used to initialize itself.
|
|---|
| 9 | ./libavfilter/af_aecho.c 228 err V573 Uninitialized variable 'index' was used. The variable was used to initialize itself.
|
|---|
| 10 | ./libavfilter/af_aecho.c 229 err V573 Uninitialized variable 'index' was used. The variable was used to initialize itself.
|
|---|
| 11 | ./libavfilter/af_aecho.c 230 err V573 Uninitialized variable 'index' was used. The variable was used to initialize itself.
|
|---|
| 12 | ./libavfilter/window_func.h 136 warn V699 Consider inspecting the 'sum = norm = norm ? norm : sum' expression. It is possible that 'sum = norm == norm ? norm : sum' should be used here instead.
|
|---|
| 13 | ./libavfilter/af_afftfilt.c 233 warn V636 The 's->window_size / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 14 | ./libavfilter/af_afftfilt.c 238 warn V547 Expression '!in' is always true.
|
|---|
| 15 | ./libavfilter/af_afftfilt.c 265 warn V636 The 'window_size / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 16 | ./libavfilter/af_afir.c 565 warn V560 A part of conditional expression is always true: s->eof_coeffs.
|
|---|
| 17 | ./libavfilter/af_alimiter.c 183 warn V636 The expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 18 | ./libavfilter/af_alimiter.c 231 warn V636 The expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 19 | ./libavfilter/af_channelmap.c 175 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 20 | ./libavfilter/af_channelmap.c 183 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 21 | ./libavfilter/af_channelmap.c 192 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 22 | ./libavfilter/af_channelmap.c 202 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 23 | ./libavfilter/af_channelmap.c 212 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 24 | ./libavfilter/af_channelmap.c 222 warn V618 It's dangerous to call the 'av_log' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 25 | ./libavfilter/af_earwax.c 142 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'taps'.
|
|---|
| 26 | ./libavfilter/af_firequalizer.c 365 warn V636 The 's->rdft_len / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 27 | ./libavfilter/af_firequalizer.c 367 warn V636 The 's->rdft_len / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 28 | ./libavfilter/af_firequalizer.c 368 warn V636 The 's->rdft_len / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 29 | ./libavfilter/af_firequalizer.c 372 warn V636 The 's->rdft_len / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 30 | ./libavfilter/af_firequalizer.c 624 err V547 Expression 's->gain_entry_err < 0' is always false.
|
|---|
| 31 | ./libavfilter/af_haas.c 167 warn V614 Potentially uninitialized variable 'mid' used.
|
|---|
| 32 | ./libavfilter/af_hdcd.c 1337 warn V1015 Suspicious simultaneous use of bitwise and logical operators.
|
|---|
| 33 | ./libavfilter/af_headphone.c 659 warn V560 A part of conditional expression is always true: s->eof_hrirs.
|
|---|
| 34 | ./libavfilter/af_headphone.c 713 warn V519 The 'ret' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 712, 713.
|
|---|
| 35 | ./libavfilter/af_loudnorm.c 272 warn V719 The switch statement does not cover all values of the 'LimiterState' enum: STATE_NB.
|
|---|
| 36 | ./libavfilter/af_loudnorm.c 463 warn V719 The switch statement does not cover all values of the 'FrameType' enum: FRAME_NB.
|
|---|
| 37 | ./libavfilter/af_loudnorm.c 834 warn V719 The switch statement does not cover all values of the 'PrintFormat' enum: PF_NB.
|
|---|
| 38 | ./libavfilter/af_mcompand.c 458 warn V636 The 'outlink->sample_rate / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 39 | ./libavfilter/af_surround.c 254 warn V636 The 's->buf_size / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 40 | ./libavfilter/af_surround.c 255 warn V636 The 's->buf_size / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 41 | ./libavfilter/avf_aphasemeter.c 208 warn V547 Expression 'metadata' is always true.
|
|---|
| 42 | ./libavfilter/avf_concat.c 154 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 43 | ./libavfilter/avf_showfreqs.c 198 warn V547 Expression '!s->fft_data' is always false.
|
|---|
| 44 | ./libavfilter/avf_showfreqs.c 198 warn V778 Two similar code fragments were found. Perhaps, this is a typo and 'avg_data' variable should be used instead of 'fft_data'.
|
|---|
| 45 | ./libavfilter/avf_showspectrum.c 749 warn V636 The 'inlink->sample_rate / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 46 | ./libavfilter/avf_showspectrum.c 805 warn V636 The 'inlink->sample_rate / 2' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 47 | ./libavfilter/avf_showspectrum.c 1064 warn V547 Expression '!s->stop' is always false.
|
|---|
| 48 | ./libavfilter/avf_showwaves.c 594 err V629 Consider inspecting the 'abs(p[ch + i * nb_channels]) << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 49 | ./libavfilter/avfilter.c 563 warn V507 Pointer to local array 'local_res' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 50 | ./libavfilter/avfilter.c 1258 warn V779 Unreachable code detected. It is possible that an error is present.
|
|---|
| 51 | ./libavfilter/avfiltergraph.c 422 warn V547 Expression 'a' is always true.
|
|---|
| 52 | ./libavfilter/avfiltergraph.c 424 warn V547 Expression 'b' is always true.
|
|---|
| 53 | ./libavfilter/buffersrc.c 223 err V1013 Suspicious subexpression s->sample_fmt != frame->format in a sequence of similar comparisons.
|
|---|
| 54 | ./libavfilter/buffersrc.c 223 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 55 | ./libavfilter/buffersrc.c 223 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 56 | ./libavfilter/buffersrc.c 234 err V568 It's odd that 'sizeof()' operator evaluates the size of a pointer to a class, but not the size of the 'copy' class object.
|
|---|
| 57 | ./libavfilter/buffersrc.c 381 warn V1004 The 's->channel_layout_str' pointer was used unsafely after it was verified against nullptr. Check lines: 344, 381.
|
|---|
| 58 | ./libavfilter/colorspacedsp_template.c 260 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 59 | ./libavfilter/colorspacedsp_template.c 263 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 60 | ./libavfilter/colorspacedsp_template.c 264 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 61 | ./libavfilter/colorspacedsp_template.c 265 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 62 | ./libavfilter/colorspacedsp_template.c 266 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 63 | ./libavfilter/colorspacedsp_template.c 267 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 64 | ./libavfilter/colorspacedsp_template.c 269 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 65 | ./libavfilter/colorspacedsp_template.c 272 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 66 | ./libavfilter/colorspacedsp_template.c 273 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 67 | ./libavfilter/colorspacedsp_template.c 274 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 68 | ./libavfilter/colorspacedsp_template.c 275 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 69 | ./libavfilter/colorspacedsp_template.c 276 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 70 | ./libavfilter/dnn/dnn_backend_native.h 39 err V501 There are identical sub-expressions to the left and to the right of the '|' operator: DOT_INPUT | DOT_INPUT
|
|---|
| 71 | ./libavfilter/f_loop.c 187 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions 's->nb_samples < s->size' and 's->nb_samples >= s->size'.
|
|---|
| 72 | ./libavfilter/f_loop.c 381 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions 's->nb_frames < s->size' and 's->nb_frames >= s->size'.
|
|---|
| 73 | ./libavfilter/f_metadata.c 323 warn V560 A part of conditional expression is always true: e->value.
|
|---|
| 74 | ./libavfilter/f_sendcmd.c 488 warn V560 A part of conditional expression is always true: flags.
|
|---|
| 75 | ./libavfilter/f_sidedata.c 110 warn V560 A part of conditional expression is always false: s->type == - 1.
|
|---|
| 76 | ./libavfilter/f_sidedata.c 125 warn V547 Expression 's->type != - 1' is always true.
|
|---|
| 77 | ./libavfilter/f_sidedata.c 135 warn V547 Expression 's->type == - 1' is always false.
|
|---|
| 78 | ./libavfilter/f_streamselect.c 264 err V530 The return value of function 'strtol' is required to be utilized.
|
|---|
| 79 | ./libavfilter/fifo.c 204 warn V547 Expression '!s->root.next' is always true.
|
|---|
| 80 | ./libavfilter/fifo.c 241 warn V547 Expression '!fifo->root.next' is always true.
|
|---|
| 81 | ./libavfilter/framepool.c 270 warn V557 Array overrun is possible. The value of 'i + 8' index could reach 8.
|
|---|
| 82 | ./libavfilter/pthread.c 102 err V547 Expression 'ret < 0' is always false.
|
|---|
| 83 | ./libavfilter/src_movie.c 259 warn V560 A part of conditional expression is always true: timestamp > 0.
|
|---|
| 84 | ./libavfilter/src_movie.c 330 warn V1004 The 'movie->format_name' pointer was used unsafely after it was verified against nullptr. Check lines: 243, 330.
|
|---|
| 85 | ./libavfilter/transform.c 176 warn V719 The switch statement does not cover all values of the 'FillMethod' enum: FILL_BLANK, FILL_COUNT.
|
|---|
| 86 | ./libavfilter/trim.c 279 warn V547 Expression is always false.
|
|---|
| 87 | ./libavfilter/vaf_spectrumsynth.c 325 warn V764 Possible incorrect order of arguments passed to 'read16_fft_bin' function: 'y' and 'x'.
|
|---|
| 88 | ./libavfilter/vaf_spectrumsynth.c 332 warn V764 Possible incorrect order of arguments passed to 'read8_fft_bin' function: 'y' and 'x'.
|
|---|
| 89 | ./libavfilter/vf_atadenoise.c 147 err V548 Consider reviewing type casting. TYPE X[][] is not equivalent to TYPE **X.
|
|---|
| 90 | ./libavfilter/vf_atadenoise.c 224 err V548 Consider reviewing type casting. TYPE X[][] is not equivalent to TYPE **X.
|
|---|
| 91 | ./libavfilter/vf_avgblur.c 173 warn V519 The 'ptr' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 173, 173.
|
|---|
| 92 | ./libavfilter/vf_avgblur.c 174 warn V519 The 'ptr' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 174, 174.
|
|---|
| 93 | ./libavfilter/vf_blend.c 642 warn V719 The switch statement does not cover all values of the 'BlendMode' enum: BLEND_NB, BLEND_UNSET.
|
|---|
| 94 | ./libavfilter/vf_blend.c 643 warn V719 The switch statement does not cover all values of the 'BlendMode' enum: BLEND_NB, BLEND_UNSET.
|
|---|
| 95 | ./libavfilter/vf_blend.c 644 warn V719 The switch statement does not cover all values of the 'BlendMode' enum: BLEND_NB, BLEND_UNSET.
|
|---|
| 96 | ./libavfilter/vf_blend.c 645 warn V719 The switch statement does not cover all values of the 'BlendMode' enum: BLEND_NB, BLEND_UNSET.
|
|---|
| 97 | ./libavfilter/vf_blend.c 646 warn V719 The switch statement does not cover all values of the 'BlendMode' enum: BLEND_NB, BLEND_UNSET.
|
|---|
| 98 | ./libavfilter/vf_bm3d.c 278 warn V636 The expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 99 | ./libavfilter/vf_bm3d.c 809 warn V547 Expression 's->group_bits > 1' is always true.
|
|---|
| 100 | ./libavfilter/vf_bm3d.c 1006 err V614 Potentially uninitialized pointer 'ref' used.
|
|---|
| 101 | ./libavfilter/vf_ciescope.c 1195 warn V519 The 'wx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1193, 1195.
|
|---|
| 102 | ./libavfilter/vf_ciescope.c 1196 warn V519 The 'wy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1194, 1196.
|
|---|
| 103 | ./libavfilter/vf_ciescope.c 1202 warn V519 The 'wx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1200, 1202.
|
|---|
| 104 | ./libavfilter/vf_ciescope.c 1203 warn V519 The 'wy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1201, 1203.
|
|---|
| 105 | ./libavfilter/vf_codecview.c 263 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 106 | ./libavfilter/vf_datascope.c 935 err V767 Suspicious access to element of 'pixelstep' array by a constant index inside a loop.
|
|---|
| 107 | ./libavfilter/vf_dedot.c 343 warn V560 A part of conditional expression is always true: !s->eof.
|
|---|
| 108 | ./libavfilter/vf_deflicker.c 393 warn V547 Expression 'metadata' is always true.
|
|---|
| 109 | ./libavfilter/vf_detelecine.c 224 err V547 Expression 's->nskip_fields == 0' is always true.
|
|---|
| 110 | ./libavfilter/vf_displace.c 104 warn V719 The switch statement does not cover all values of the 'EdgeMode' enum: EDGE_NB.
|
|---|
| 111 | ./libavfilter/vf_displace.c 179 warn V719 The switch statement does not cover all values of the 'EdgeMode' enum: EDGE_NB.
|
|---|
| 112 | ./libavfilter/vf_fftdnoiz.c 198 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 113 | ./libavfilter/vf_fftdnoiz.c 624 warn V560 A part of conditional expression is always true: s->nb_next > 0.
|
|---|
| 114 | ./libavfilter/vf_fftfilt.c 321 warn V547 Expression 's->depth > 8' is always true.
|
|---|
| 115 | ./libavfilter/vf_fieldmatch.c 765 warn V1037 Two or more case-branches perform the same actions. Check lines: 765, 780
|
|---|
| 116 | ./libavfilter/vf_fspp.c 165 err V512 A call of the 'memset' function will lead to underflow of the buffer 'block3'.
|
|---|
| 117 | ./libavfilter/vf_histeq.c 206 warn V547 Expression 'luma > 0' is always true.
|
|---|
| 118 | ./libavfilter/vf_hqdn3d.c 183 err V610 Undefined behavior. Check the shift operator '<<'. The left operand '-256' is negative.
|
|---|
| 119 | ./libavfilter/vf_hqx.c 526 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('rg' = [-255..255]).
|
|---|
| 120 | ./libavfilter/vf_lut3d.c 511 err V529 Odd semicolon ';' after 'for' operator.
|
|---|
| 121 | ./libavfilter/vf_lut3d.c 692 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 122 | ./libavfilter/vf_lut3d.c 988 err V529 Odd semicolon ';' after 'for' operator.
|
|---|
| 123 | ./libavfilter/vf_lut3d.c 1530 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 124 | ./libavfilter/vf_minterpolate.c 910 err V696 The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 910, 910.
|
|---|
| 125 | ./libavfilter/vf_minterpolate.c 1006 err V696 The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 1006, 1006.
|
|---|
| 126 | ./libavfilter/vf_minterpolate.c 1072 err V696 The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always false. Check lines: 1072, 1072.
|
|---|
| 127 | ./libavfilter/vf_nnedi.c 285 warn V1032 The pointer 'weights' is cast to a more strictly aligned pointer type.
|
|---|
| 128 | ./libavfilter/vf_nnedi.c 387 warn V1032 The pointer 'ws' is cast to a more strictly aligned pointer type.
|
|---|
| 129 | ./libavfilter/vf_nnedi.c 1013 warn V1032 The pointer 'ws' is cast to a more strictly aligned pointer type.
|
|---|
| 130 | ./libavfilter/vf_nnedi.c 1046 warn V1032 The pointer 'ws' is cast to a more strictly aligned pointer type.
|
|---|
| 131 | ./libavfilter/vf_nnedi.c 1104 warn V1032 The pointer 'ws' is cast to a more strictly aligned pointer type.
|
|---|
| 132 | ./libavfilter/vf_noise.c 213 err V548 Consider reviewing type casting. TYPE X[][] is not equivalent to TYPE **X.
|
|---|
| 133 | ./libavfilter/vf_overlay.c 491 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions '!vsub' and 'vsub'.
|
|---|
| 134 | ./libavfilter/vf_pad.c 177 warn V636 The '(s->w - inlink->w) / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 135 | ./libavfilter/vf_pad.c 179 warn V636 The '(s->h - inlink->h) / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 136 | ./libavfilter/vf_premultiply.c 619 err V614 Potentially uninitialized pointer 'alpha' used.
|
|---|
| 137 | ./libavfilter/vf_pullup.c 104 warn V751 Parameter 'b' is not used inside function body.
|
|---|
| 138 | ./libavfilter/vf_sab.c 232 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 139 | ./libavfilter/vf_sab.c 233 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 140 | ./libavfilter/vf_sab.c 234 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 141 | ./libavfilter/vf_sab.c 235 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 142 | ./libavfilter/vf_scale.c 202 warn V560 A part of conditional expression is always true: s.
|
|---|
| 143 | ./libavfilter/vf_scale.c 204 warn V560 A part of conditional expression is always true: s.
|
|---|
| 144 | ./libavfilter/vf_scale.c 206 warn V560 A part of conditional expression is always true: s.
|
|---|
| 145 | ./libavfilter/vf_scale.c 208 warn V560 A part of conditional expression is always true: s.
|
|---|
| 146 | ./libavfilter/vf_scale.c 210 warn V560 A part of conditional expression is always true: s.
|
|---|
| 147 | ./libavfilter/vf_scale.c 266 warn V560 A part of conditional expression is always false: w > 0x7fffffff.
|
|---|
| 148 | ./libavfilter/vf_scale.c 266 warn V560 A part of conditional expression is always false: h > 0x7fffffff.
|
|---|
| 149 | ./libavfilter/vf_scale.c 267 warn V560 A part of conditional expression is always false: (h * inlink->w) > 0x7fffffff.
|
|---|
| 150 | ./libavfilter/vf_scale.c 268 warn V560 A part of conditional expression is always false: (w * inlink->h) > 0x7fffffff.
|
|---|
| 151 | ./libavfilter/vf_scale.c 278 warn V1015 Suspicious simultaneous use of bitwise and logical operators.
|
|---|
| 152 | ./libavfilter/vf_shuffleplanes.c 98 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'frame->data'.
|
|---|
| 153 | ./libavfilter/signature_lookup.c 246 warn V636 The expression was implicitly cast from 'size_t' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 154 | ./libavfilter/signature_lookup.c 494 err V564 The '|' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '||' operator.
|
|---|
| 155 | ./libavfilter/vf_smartblur.c 186 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 156 | ./libavfilter/vf_smartblur.c 187 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 157 | ./libavfilter/vf_smartblur.c 188 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 158 | ./libavfilter/vf_smartblur.c 189 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 159 | ./libavfilter/vf_spp.c 195 err V610 Undefined behavior. Check the shift operator '<<'. The left operand '-1' is negative.
|
|---|
| 160 | ./libavfilter/vf_spp.c 225 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 161 | ./libavfilter/vf_spp.c 225 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 162 | ./libavfilter/vf_stereo3d.c 562 warn V1037 Two or more case-branches perform the same actions. Check lines: 562, 566
|
|---|
| 163 | ./libavfilter/vf_stereo3d.c 1087 err V614 Potentially uninitialized pointer 'out' used.
|
|---|
| 164 | ./libavfilter/vf_super2xsai.c 228 warn V587 An odd sequence of assignments of this kind: A = B; B = A;. Check lines: 225, 228.
|
|---|
| 165 | ./libavfilter/vf_v360.c 773 warn V614 Potentially uninitialized variable 'l_x' used.
|
|---|
| 166 | ./libavfilter/vf_v360.c 774 warn V614 Potentially uninitialized variable 'l_y' used.
|
|---|
| 167 | ./libavfilter/vf_v360.c 775 warn V614 Potentially uninitialized variable 'l_z' used.
|
|---|
| 168 | ./libavfilter/vf_waveform.c 1396 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 169 | ./libavfilter/vf_waveform.c 1397 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 170 | ./libavfilter/vf_waveform.c 1398 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 171 | ./libavfilter/vf_waveform.c 1399 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 172 | ./libavfilter/vf_waveform.c 1400 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 173 | ./libavfilter/vf_waveform.c 1401 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 174 | ./libavfilter/vf_waveform.c 1402 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 175 | ./libavfilter/vf_waveform.c 1403 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical.
|
|---|
| 176 | ./libavfilter/vf_waveform.c 2700 warn V592 The expression was enclosed by parentheses twice: ((expression)). One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 177 | ./libavfilter/vf_waveform.c 2742 warn V592 The expression was enclosed by parentheses twice: ((expression)). One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 178 | ./libavfilter/vf_xbr.c 398 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('rg' = [-255..255]).
|
|---|
| 179 | ./libavfilter/vsrc_life.c 326 warn V560 A part of conditional expression is always false: pos[N][1] == - 1.
|
|---|
| 180 | ./libavfilter/vsrc_life.c 328 warn V560 A part of conditional expression is always false: pos[W][0] == - 1.
|
|---|
| 181 | ./libavfilter/vsrc_life.c 329 warn V560 A part of conditional expression is always false: pos[E][0] == - 1.
|
|---|
| 182 | ./libavfilter/vsrc_life.c 331 warn V560 A part of conditional expression is always false: pos[S][1] == - 1.
|
|---|
| 183 | ./libavfilter/vsrc_mandelbrot.c 260 warn V636 The 's->h / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 184 | ./libavfilter/vsrc_mandelbrot.c 269 warn V636 The 's->w / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 185 | ./libavfilter/vsrc_mptestsrc.c 305 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- (w))' is negative.
|
|---|
| 186 | ./libavfilter/vsrc_mptestsrc.c 305 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- (h))' is negative.
|
|---|
| 187 | ./libavfilter/vsrc_mptestsrc.c 328 warn V719 The switch statement does not cover all values of the 'test_type' enum: TEST_NB.
|
|---|
| 188 | ./libavfilter/x86/vf_yadif_init.c 77 warn V560 A part of conditional expression is always true: bit_depth <= 14.
|
|---|
| 189 | ./libavformat/aadec.c 132 err V535 The variable 'i' is being used for this loop and for the outer loop. Check lines: 106, 132.
|
|---|
| 190 | ./libavformat/aadec.c 164 err V614 Uninitialized buffer 'src' used. Consider checking the third actual argument of the 'av_tea_crypt' function.
|
|---|
| 191 | ./libavformat/aiffdec.c 156 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 192 | ./libavformat/aiffdec.c 181 err V629 Consider inspecting the 'par->block_align << 3' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 193 | ./libavformat/aiffdec.c 238 warn V560 A part of conditional expression is always false.
|
|---|
| 194 | ./libavformat/aiffdec.c 400 warn V547 Expression 'st->codecpar->block_align' is always true.
|
|---|
| 195 | ./libavformat/aiffenc.c 52 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 196 | ./libavformat/amr.c 80 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'AMR_header'.
|
|---|
| 197 | ./libavformat/anm.c 114 warn V555 The expression '(anm->nb_records - 1) > (0)' will work as 'anm->nb_records != 1'.
|
|---|
| 198 | ./libavformat/ape.c 244 warn V560 A part of conditional expression is always true: ape->fileversion >= 3800.
|
|---|
| 199 | ./libavformat/apngdec.c 361 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 200 | ./libavformat/apngdec.c 401 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 201 | ./libavformat/apngenc.c 72 err V614 Uninitialized buffer 'tagbuf' used. Consider checking the third actual argument of the 'av_crc' function.
|
|---|
| 202 | ./libavformat/asfdec_f.c 917 warn V560 A part of conditional expression is always true: rfc1766.
|
|---|
| 203 | ./libavformat/asfdec_f.c 1218 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 204 | ./libavformat/asfdec_f.c 1605 warn V656 Variables 'pct', 'ict' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'avio_rl32(s->pb)' expression. Check lines: 1604, 1605.
|
|---|
| 205 | ./libavformat/asfdec_o.c 319 warn V1037 Two or more case-branches perform the same actions. Check lines: 319, 328
|
|---|
| 206 | ./libavformat/asfdec_o.c 902 err V763 Parameter 'g' is always rewritten in function body before being used.
|
|---|
| 207 | ./libavformat/asfdec_o.c 1147 warn V519 The 'asf_pkt->duration' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1144, 1147.
|
|---|
| 208 | ./libavformat/asfdec_o.c 1446 warn V547 Expression 'pb->eof_reached' is always false.
|
|---|
| 209 | ./libavformat/asfdec_o.c 1461 warn V719 The switch statement does not cover all values of the enum: PARSE_PACKET_HEADER.
|
|---|
| 210 | ./libavformat/asfdec_o.c 1496 warn V560 A part of conditional expression is always true: asf_pkt.
|
|---|
| 211 | ./libavformat/asfdec_o.c 1512 warn V547 Expression 'pb->eof_reached' is always true.
|
|---|
| 212 | ./libavformat/asfdec_o.c 1561 warn V519 The 'pkt->duration' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 1558, 1561.
|
|---|
| 213 | ./libavformat/asfdec_o.c 1604 warn V1001 The 'dts' variable is assigned but is not used by the end of the function.
|
|---|
| 214 | ./libavformat/asfdec_o.c 1732 warn V560 A part of conditional expression is always false: asf->data_reached.
|
|---|
| 215 | ./libavformat/asfdec_o.c 1747 warn V560 A part of conditional expression is always false: asf->data_reached.
|
|---|
| 216 | ./libavformat/asfdec_o.c 1753 warn V547 Expression '!asf->data_reached' is always true.
|
|---|
| 217 | ./libavformat/async.c 450 warn V547 Expression 'c->seek_completed' is always false.
|
|---|
| 218 | ./libavformat/avidec.c 507 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 219 | ./libavformat/avidec.c 515 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 220 | ./libavformat/avidec.c 587 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 221 | ./libavformat/avidec.c 805 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 222 | ./libavformat/avidec.c 1494 err V781 The value of the 'index' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 1494, 1496.
|
|---|
| 223 | ./libavformat/avienc.c 316 warn V636 The 'bitrate / 8' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 224 | ./libavformat/avienc.c 364 warn V719 The switch statement does not cover all values of the 'AVMediaType' enum: AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB, AVMEDIA_TYPE_UNKNOWN.
|
|---|
| 225 | ./libavformat/aviobuf.c 297 warn V560 A part of conditional expression is always true: whence != 2.
|
|---|
| 226 | ./libavformat/aviobuf.c 515 warn V719 The switch statement does not cover all values of the 'AVIODataMarkerType' enum: AVIO_DATA_MARKER_SYNC_POINT.
|
|---|
| 227 | ./libavformat/bintext.c 359 warn V547 Expression '!bin->fsize' is always true.
|
|---|
| 228 | ./libavformat/brstm.c 148 warn V1037 Two or more case-branches perform the same actions. Check lines: 148, 156
|
|---|
| 229 | ./libavformat/cafdec.c 117 warn V560 A part of conditional expression is always false.
|
|---|
| 230 | ./libavformat/cdxl.c 188 warn V793 It is odd that the result of the 'audio_size + video_size' statement is a part of the condition. Perhaps, this statement should have been compared with something else.
|
|---|
| 231 | ./libavformat/cinedec.c 205 err V547 Expression 'biBitCount == 48' is always true.
|
|---|
| 232 | ./libavformat/concatdec.c 490 warn V560 A part of conditional expression is always true: ret < 0.
|
|---|
| 233 | ./libavformat/concatdec.c 749 warn V547 Expression 'cat->cur_file != cur_file_saved' is always false.
|
|---|
| 234 | ./libavformat/concatdec.c 756 warn V547 Expression 'cat->cur_file != cur_file_saved' is always false.
|
|---|
| 235 | ./libavformat/crypto.c 136 err V547 Expression 'ret < 0' is always true.
|
|---|
| 236 | ./libavformat/dashenc.c 1531 err V547 Expression 'dirname_len >= sizeof (filename)' is always false.
|
|---|
| 237 | ./libavformat/dhav.c 198 warn V519 The 'ret' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 189, 198.
|
|---|
| 238 | ./libavformat/dhav.c 185 warn V1037 Two or more case-branches perform the same actions. Check lines: 185, 208
|
|---|
| 239 | ./libavformat/dump.c 485 warn V778 Two similar code fragments were found. Perhaps, this is a typo and 'qmax' variable should be used instead of 'codec'.
|
|---|
| 240 | ./libavformat/dvenc.c 118 err V564 The '|' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '||' operator.
|
|---|
| 241 | ./libavformat/dxa.c 186 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'buf'.
|
|---|
| 242 | ./libavformat/dxa.c 193 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'pal'.
|
|---|
| 243 | ./libavformat/dxa.c 193 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'buf'.
|
|---|
| 244 | ./libavformat/electronicarts.c 738 warn V560 A part of conditional expression is always false: partial_packet.
|
|---|
| 245 | ./libavformat/fifo.c 407 warn V614 Potentially uninitialized variable 'ret' used.
|
|---|
| 246 | ./libavformat/filmstripdec.c 90 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 247 | ./libavformat/flic.c 181 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'header'.
|
|---|
| 248 | ./libavformat/flvdec.c 904 warn V614 Potentially uninitialized buffer 'buf' used. Consider checking the first actual argument of the 'strcmp' function.
|
|---|
| 249 | ./libavformat/flvdec.c 1012 err V629 Consider inspecting the '(unsigned) avio_r8(s->pb) << 24' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 250 | ./libavutil/softfloat.h 217 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('(val.mant - 0x20000000)' = [-536870911..1610612735]).
|
|---|
| 251 | ./libavformat/fsb.c 101 err V547 Expression 'version == 4' is always true.
|
|---|
| 252 | ./libavformat/ftp.c 541 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 253 | ./libavformat/ftp.c 541 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 254 | ./libavformat/ftp.c 596 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 255 | ./libavformat/ftp.c 596 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 256 | ./libavformat/gopher.c 93 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 257 | ./libavformat/gopher.c 93 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 258 | ./libavformat/hdsenc.c 506 warn V547 Expression 'ret >= 0' is always true.
|
|---|
| 259 | ./libavformat/hevc.c 543 err V501 There are identical sub-expressions to the left and to the right of the '&&' operator: get_bits1(gb) && get_bits1(gb)
|
|---|
| 260 | ./libavformat/hls.c 933 err V595 The 'pls' pointer was utilized before it was verified against nullptr. Check lines: 933, 938.
|
|---|
| 261 | ./libavformat/hlsenc.c 830 warn V547 Expression 'hls->max_seg_size > 0' is always true.
|
|---|
| 262 | ./libavformat/hlsenc.c 1100 warn V560 A part of conditional expression is always true: en.
|
|---|
| 263 | ./libavformat/hlsenc.c 1480 warn V560 A part of conditional expression is always true: vs->discontinuity_set == 0.
|
|---|
| 264 | ./libavformat/hlsenc.c 1550 warn V560 A part of conditional expression is always true: ret >= 0.
|
|---|
| 265 | ./libavformat/hlsenc.c 2819 warn V547 Expression '!vs->oformat' is always false.
|
|---|
| 266 | ./libavformat/hlsenc.c 2885 warn V547 Expression 'ret < 0' is always false.
|
|---|
| 267 | ./libavformat/http.c 203 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 268 | ./libavformat/http.c 203 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 269 | ./libavformat/http.c 233 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 270 | ./libavformat/http.c 233 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 271 | ./libavformat/http.c 520 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 272 | ./libavformat/http.c 520 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 273 | ./libavformat/http.c 1418 warn V560 A part of conditional expression is always true: s->chunksize > 0.
|
|---|
| 274 | ./libavformat/http.c 1839 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 275 | ./libavformat/http.c 1839 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 276 | ./libavformat/http.c 1844 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 277 | ./libavformat/http.c 1844 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 278 | ./libavformat/icoenc.c 48 err V501 There are identical sub-expressions to the left and to the right of the '!=' operator: AV_PIX_FMT_BGRA != AV_PIX_FMT_BGRA
|
|---|
| 279 | ./libavformat/id3v2.c 290 warn V547 Expression '(left -= 2) >= 0' is always true.
|
|---|
| 280 | ./libavformat/id3v2.c 339 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the signed int type is expected.
|
|---|
| 281 | ./libavformat/id3v2.c 959 warn V547 Expression '!tencr' is always false.
|
|---|
| 282 | ./libavformat/id3v2.c 1097 warn V614 Potentially uninitialized buffer 'buf' used. Consider checking the first actual argument of the 'ff_id3v2_match' function.
|
|---|
| 283 | ./libavformat/id3v2.c 1100 warn V614 Potentially uninitialized variable 'buf[6]' used.
|
|---|
| 284 | ./libavformat/id3v2.c 1101 warn V614 Potentially uninitialized variable 'buf[7]' used.
|
|---|
| 285 | ./libavformat/id3v2.c 1102 warn V614 Potentially uninitialized variable 'buf[8]' used.
|
|---|
| 286 | ./libavformat/id3v2.c 1103 warn V614 Potentially uninitialized variable 'buf[9]' used.
|
|---|
| 287 | ./libavformat/id3v2.c 1104 warn V614 Potentially uninitialized variable 'buf[3]' used. Consider checking the fifth actual argument of the 'id3v2_parse' function.
|
|---|
| 288 | ./libavformat/id3v2.c 1104 warn V614 Potentially uninitialized variable 'buf[5]' used. Consider checking the sixth actual argument of the 'id3v2_parse' function.
|
|---|
| 289 | ./libavformat/idcin.c 133 warn V648 Priority of the '&&' operation is higher than that of the '||' operation. Consider inspecting the 'number > 2 || sample_rate &&!number' expression.
|
|---|
| 290 | ./libavformat/idcin.c 138 warn V648 Priority of the '&&' operation is higher than that of the '||' operation. Consider inspecting the 'number > 2 || sample_rate &&!number' expression.
|
|---|
| 291 | ./libavformat/ilbc.c 65 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'mode20_header'.
|
|---|
| 292 | ./libavformat/img2dec.c 451 warn V560 A part of conditional expression is always true: s->is_pipe.
|
|---|
| 293 | ./libavformat/img2dec.c 559 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 294 | ./libavformat/ipmovie.c 435 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 295 | ./libavformat/jacosubdec.c 48 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 296 | ./libavformat/jacosubdec.c 48 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 297 | ./libavformat/jacosubdec.c 122 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 298 | ./libavformat/jacosubdec.c 122 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 299 | ./libavformat/lmlm4.c 111 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 300 | ./libavformat/lxfdec.c 276 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 301 | ./libavformat/lxfdec.c 276 warn V547 Expression is always true.
|
|---|
| 302 | ./libavformat/matroska.c 181 warn V719 The switch statement does not cover all values of the enum.
|
|---|
| 303 | ./libavformat/matroskadec.c 854 err V629 Consider inspecting the '1 << ff_log2_tab[total]' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 304 | ./libavformat/matroskadec.c 1208 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 305 | ./libavformat/matroskadec.c 1461 warn V614 Potentially uninitialized variable 'level_check' used.
|
|---|
| 306 | ./libavformat/matroskadec.c 1528 warn V784 The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
|
|---|
| 307 | ./libavformat/matroskadec.c 2618 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 308 | ./libavformat/matroskadec.c 3085 warn V560 A part of conditional expression is always true: res == 0.
|
|---|
| 309 | ./libavformat/matroskaenc.c 239 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 310 | ./libavformat/matroskaenc.c 359 err V614 Uninitialized buffer 'crc' used. Consider checking the third actual argument of the 'put_ebml_binary' function.
|
|---|
| 311 | ./libavformat/matroskaenc.c 1051 warn V719 The switch statement does not cover all values of the 'AVFieldOrder' enum: AV_FIELD_PROGRESSIVE, AV_FIELD_UNKNOWN.
|
|---|
| 312 | ./libavformat/matroskaenc.c 1108 warn V719 The switch statement does not cover all values of the 'AVStereo3DType' enum: AV_STEREO3D_SIDEBYSIDE_QUINCUNX.
|
|---|
| 313 | ./libavformat/matroskaenc.c 1158 warn V1016 Expression is always false.
|
|---|
| 314 | ./libavformat/matroskaenc.c 1161 warn V1001 The 'format' variable is assigned but is not used by the end of the function.
|
|---|
| 315 | ./libavformat/matroskaenc.c 1266 err V614 Potentially uninitialized pointer 'codec_id' used. Consider checking the third actual argument of the 'put_ebml_string' function.
|
|---|
| 316 | ./libavformat/matroskaenc.c 1503 warn V560 A part of conditional expression is always false: chapterend < 0.
|
|---|
| 317 | ./libavformat/matroskaenc.c 1941 err V614 Uninitialized buffer 'date_utc_buf' used. Consider checking the third actual argument of the 'put_ebml_binary' function.
|
|---|
| 318 | ./libavformat/microdvddec.c 49 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the signed char type is expected.
|
|---|
| 319 | ./libavformat/microdvddec.c 50 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the signed char type is expected.
|
|---|
| 320 | ./libavformat/microdvddec.c 51 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the signed char type is expected.
|
|---|
| 321 | ./libavformat/mmsh.c 153 warn V547 Expression 'res < 0' is always false.
|
|---|
| 322 | ./libavformat/mmst.c 320 warn V560 A part of conditional expression is always false: length_remaining < 0.
|
|---|
| 323 | ./libavformat/mmst.c 530 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 324 | ./libavformat/mmst.c 530 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 325 | ./libavformat/mov.c 175 warn V547 Expression 'p < end' is always true.
|
|---|
| 326 | ./libavformat/mov.c 1073 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'c->file_key'.
|
|---|
| 327 | ./libavformat/mov.c 1074 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'input'.
|
|---|
| 328 | ./libavformat/mov.c 1486 warn V560 A part of conditional expression is always true: c->time_scale > 0.
|
|---|
| 329 | ./libavformat/mov.c 2612 warn V547 Expression 'sc->extradata' is always true.
|
|---|
| 330 | ./libavformat/mov.c 3805 warn V547 Expression is always false.
|
|---|
| 331 | ./libavformat/mov.c 4397 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 332 | ./libavformat/mov.c 4397 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 333 | ./libavformat/mov.c 4397 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 334 | ./libavformat/mov.c 5872 err V614 Potentially uninitialized pointer 'st' used.
|
|---|
| 335 | ./libavformat/mov.c 6842 warn V1032 The pointer 'buf' is cast to a more strictly aligned pointer type.
|
|---|
| 336 | ./libavformat/mov.c 7805 warn V560 A part of conditional expression is always true: sc->ctts_index < sc->ctts_count.
|
|---|
| 337 | ./libavformat/movenc.c 208 warn V547 Expression 'track->entry' is always true.
|
|---|
| 338 | ./libavformat/movenc.c 442 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 339 | ./libavformat/mp3dec.c 333 warn V560 A part of conditional expression is always true: !mp3->frames.
|
|---|
| 340 | ./libavformat/mp3dec.c 333 warn V560 A part of conditional expression is always true: !mp3->header_filesize.
|
|---|
| 341 | ./libavformat/mp3dec.c 380 warn V547 Expression 'mp3_parse_vbr_tags(s, st, off) < 0' is always true.
|
|---|
| 342 | ./libavformat/mp3dec.c 413 err V1028 Possible overflow. Consider casting operands of the 'i + 1024 + frame_size + 4' operator to the 'int64_t' type, not the result.
|
|---|
| 343 | ./libavformat/mp3enc.c 177 warn V614 Potentially uninitialized variable 'srate_idx' used.
|
|---|
| 344 | ./libavformat/mp3enc.c 359 warn V555 The expression of the 'A - B > 0' kind will work as 'A != B'.
|
|---|
| 345 | ./libavformat/mpeg.c 778 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 346 | ./libavformat/mpegenc.c 794 warn V547 Expression 'pts != ((int64_t) 0x8000000000000000UL)' is always true.
|
|---|
| 347 | ./libavformat/mpegenc.c 1242 err V547 Expression 'ret < 0' is always false.
|
|---|
| 348 | ./libavformat/mpegts.c 2013 warn V699 Consider inspecting the 'foo = bar = baz ? .... : ....' expression. It is possible that 'foo = bar == baz ? .... : ....' should be used here instead.
|
|---|
| 349 | ./libavformat/mpegts.c 2065 warn V1037 Two or more case-branches perform the same actions. Check lines: 2065, 2079
|
|---|
| 350 | ./libavformat/mpegts.c 2479 err V595 The 'ts->pids[pmt_pid]' pointer was utilized before it was verified against nullptr. Check lines: 2479, 2481.
|
|---|
| 351 | ./libavformat/mpegtsenc.c 395 warn V719 The switch statement does not cover all values of the 'AVMediaType' enum: AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB, AVMEDIA_TYPE_UNKNOWN.
|
|---|
| 352 | ./libavformat/mpegtsenc.c 830 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 353 | ./libavformat/mpegtsenc.c 1443 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 354 | ./libavformat/mpegtsenc.c 1460 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 355 | ./libavformat/mpegtsenc.c 1503 warn V1037 Two or more case-branches perform the same actions. Check lines: 1503, 1506
|
|---|
| 356 | ./libavformat/mpegtsenc.c 1645 err V547 Expression is always false.
|
|---|
| 357 | ./libavformat/mtv.c 131 warn V560 A part of conditional expression is always true: mtv->img_bpp >= 8.
|
|---|
| 358 | ./libavformat/mtv.c 135 warn V560 A part of conditional expression is always true: mtv->img_bpp >= 8.
|
|---|
| 359 | ./libavformat/musx.c 124 warn V560 A part of conditional expression is always true: version == 4.
|
|---|
| 360 | ./libavformat/mux.c 136 err V590 Consider inspecting this expression. The expression is excessive or contains a misprint.
|
|---|
| 361 | ./libavformat/mvi.c 99 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 362 | ./libavformat/mvi.c 129 err V629 Consider inspecting the 'count << 10' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 363 | ./libavformat/mxfdec.c 1171 warn V1037 Two or more case-branches perform the same actions. Check lines: 1171, 1218
|
|---|
| 364 | ./libavformat/mxfdec.c 1396 warn V719 The switch statement does not cover all values of the enum: NormalWrap.
|
|---|
| 365 | ./libavformat/mxfdec.c 1470 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 366 | ./libavformat/mxfdec.c 1474 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 367 | ./libavformat/mxfdec.c 2260 warn V560 A part of conditional expression is always true: source_track.
|
|---|
| 368 | ./libavformat/mxfdec.c 2260 warn V560 A part of conditional expression is always true: component.
|
|---|
| 369 | ./libavformat/mxfenc.c 2463 err V1028 Possible overflow. Consider casting operands of the 'time->tm_year + 1900' operator to the 'uint64_t' type, not the result.
|
|---|
| 370 | ./libavformat/mxfenc.c 2464 err V1028 Possible overflow. Consider casting operands of the 'time->tm_mon + 1' operator to the 'uint64_t' type, not the result.
|
|---|
| 371 | ./libavformat/mxfenc.c 2466 err V629 Consider inspecting the 'time->tm_hour << 24' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 372 | ./libavformat/mxfenc.c 2623 err V522 Dereferencing of the null pointer 'spf' might take place.
|
|---|
| 373 | ./libavformat/mxfenc.c 2700 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'sc->track_essence_element_key'.
|
|---|
| 374 | ./libavformat/mxfenc.c 2700 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'mxf_essence_container_uls[15].element_ul'.
|
|---|
| 375 | ./libavformat/mxfenc.c 2917 warn V547 Expression '!mxf_parse_dv_frame(s, st, pkt)' is always false.
|
|---|
| 376 | ./libavformat/nistspheredec.c 92 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 377 | ./libavformat/nsvdec.c 472 warn V722 An abnormality within similar comparisons. It is possible that a typo is present inside the expression: nsv->vheight != vwidth.
|
|---|
| 378 | ./libavformat/nsvdec.c 497 err V547 Expression 'nsv->state == NSV_FOUND_NSVF' is always false.
|
|---|
| 379 | ./libavformat/nsvdec.c 503 err V547 Expression 'nsv->state == NSV_FOUND_NSVS' is always false.
|
|---|
| 380 | ./libavformat/nsvdec.c 598 warn V560 A part of conditional expression is always true: asize.
|
|---|
| 381 | ./libavformat/nutdec.c 214 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 382 | ./libavformat/nutdec.c 222 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 383 | ./libavformat/nutdec.c 228 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 384 | ./libavformat/nutdec.c 229 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 385 | ./libavformat/nutdec.c 309 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 386 | ./libavformat/nutdec.c 313 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 387 | ./libavformat/nutdec.c 374 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 388 | ./libavformat/nutdec.c 421 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 389 | ./libavformat/nutdec.c 422 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 390 | ./libavformat/nutdec.c 424 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 391 | ./libavformat/nutdec.c 428 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 392 | ./libavformat/nutdec.c 435 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 393 | ./libavformat/nutdec.c 436 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 394 | ./libavformat/nutdec.c 447 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 395 | ./libavformat/nutdec.c 449 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 396 | ./libavformat/nutdec.c 503 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 397 | ./libavformat/nutdec.c 590 warn V560 A part of conditional expression is always true: metadata.
|
|---|
| 398 | ./libavformat/nutdec.c 697 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 399 | ./libavformat/nutdec.c 1015 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 400 | ./libavformat/nutenc.c 96 warn V1001 The 'header' variable is assigned but is not used by the end of the function.
|
|---|
| 401 | ./libavformat/nutenc.c 689 warn V547 Expression '(3) > (3 +!!nut->flags)' is always false.
|
|---|
| 402 | ./libavformat/nutenc.c 782 warn V793 It is odd that the result of the 'pkt->size / fc->size_mul' statement is a part of the condition. Perhaps, this statement should have been compared with something else.
|
|---|
| 403 | ./libavformat/nutenc.c 1049 err V629 Consider inspecting the '1 << nus->msb_pts_shift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 404 | ./libavformat/nutenc.c 1051 err V629 Consider inspecting the '1 << nus->msb_pts_shift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 405 | ./libavformat/oggdec.c 584 warn V560 A part of conditional expression is always true: os->codec.
|
|---|
| 406 | ./libavformat/oggenc.c 159 err V629 Consider inspecting the '1 << oggstream->kfgshift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 407 | ./libavformat/omadec.c 255 warn V560 A part of conditional expression is always false: 16 + 48 > geob->datasize.
|
|---|
| 408 | ./libavformat/omadec.c 272 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'oc->r_val'.
|
|---|
| 409 | ./libavformat/omadec.c 273 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 410 | ./libavformat/omadec.c 280 err V614 Uninitialized buffer 'buf' used. Consider checking the second actual argument of the 'kset' function.
|
|---|
| 411 | ./libavformat/omadec.c 409 warn V512 A call of the 'memcmp' function will lead to underflow of the buffer 'buf'.
|
|---|
| 412 | ./libavformat/paf.c 59 warn V512 A call of the 'memcmp' function will lead to a buffer underflow.
|
|---|
| 413 | ./libavformat/prompeg.c 298 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 414 | ./libavformat/prompeg.c 298 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 415 | ./libavformat/prompeg.c 302 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 416 | ./libavformat/prompeg.c 302 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 417 | ./libavformat/psxstr.c 125 warn V793 It is odd that the result of the 'vid + aud' statement is a part of the condition. Perhaps, this statement should have been compared with something else.
|
|---|
| 418 | ./libavformat/r3d.c 329 warn V547 Expression 'st->codecpar->sample_rate' is always true.
|
|---|
| 419 | ./libavformat/realtextdec.c 52 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 420 | ./libavformat/realtextdec.c 52 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 421 | ./libavformat/realtextdec.c 52 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 422 | ./libavformat/realtextdec.c 52 warn V576 Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 423 | ./libavformat/realtextdec.c 53 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 424 | ./libavformat/realtextdec.c 53 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 425 | ./libavformat/realtextdec.c 53 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 426 | ./libavformat/realtextdec.c 54 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 427 | ./libavformat/realtextdec.c 54 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 428 | ./libavformat/realtextdec.c 54 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 429 | ./libavformat/realtextdec.c 55 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 430 | ./libavformat/realtextdec.c 55 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 431 | ./libavformat/realtextdec.c 56 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 432 | ./libavformat/realtextdec.c 56 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 433 | ./libavformat/redspark.c 89 err V614 Uninitialized buffer 'header' used. Consider checking the second actual argument of the 'bytestream2_init' function.
|
|---|
| 434 | ./libavformat/rmdec.c 461 err V614 Potentially uninitialized pointer 'st' used. Consider checking the first actual argument of the 'av_add_index_entry' function.
|
|---|
| 435 | ./libavformat/rtmppkt.c 59 warn V1004 The 'str1' pointer was used unsafely after it was verified against nullptr. Check lines: 53, 59.
|
|---|
| 436 | ./libavformat/rtmppkt.c 60 warn V1004 The 'str2' pointer was used unsafely after it was verified against nullptr. Check lines: 55, 60.
|
|---|
| 437 | ./libavformat/rtmppkt.c 401 err V614 Uninitialized buffer 'ts_header' used. Consider checking the second actual argument of the 'ffurl_write' function.
|
|---|
| 438 | ./libavformat/rtmppkt.c 477 warn V560 A part of conditional expression is always false: size < 0.
|
|---|
| 439 | ./libavformat/rtmppkt.c 527 warn V560 A part of conditional expression is always false: size < 0.
|
|---|
| 440 | ./libavformat/rtmpproto.c 1085 warn V507 Pointer to local array 'tmp_buf' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 441 | ./libavformat/rtmpproto.c 1696 warn V1004 The 'nonce' pointer was used unsafely after it was verified against nullptr. Check lines: 1681, 1696.
|
|---|
| 442 | ./libavformat/rtmpproto.c 2638 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 443 | ./libavformat/rtmpproto.c 2638 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 444 | ./libavformat/rtmpproto.c 2643 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 445 | ./libavformat/rtmpproto.c 2643 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 446 | ./libavformat/rtmpproto.c 2649 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 447 | ./libavformat/rtmpproto.c 2649 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 448 | ./libavformat/rtmpproto.c 2660 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 449 | ./libavformat/rtmpproto.c 2660 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 450 | ./libavformat/rtp.c 99 err V595 The 'fmt' pointer was utilized before it was verified against nullptr. Check lines: 99, 107.
|
|---|
| 451 | ./libavformat/rtpdec.c 812 warn V1004 The 'buf' pointer was used unsafely after it was verified against nullptr. Check lines: 790, 812.
|
|---|
| 452 | ./libavformat/rtpdec_jpeg.c 316 warn V507 Pointer to local array 'new_qtables' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 453 | ./libavformat/rtpdec_mpa_robust.c 76 warn V763 Parameter 'len' is always rewritten in function body before being used.
|
|---|
| 454 | ./libavformat/rtpenc.c 585 warn V1037 Two or more case-branches perform the same actions. Check lines: 585, 604
|
|---|
| 455 | ./libavformat/rtpproto.c 178 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 456 | ./libavformat/rtpproto.c 178 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 457 | ./libavformat/rtpproto.c 346 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 458 | ./libavformat/rtpproto.c 346 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 459 | ./libavformat/rtsp.c 936 warn V614 Potentially uninitialized buffer 'lower_transport' used. Consider checking the first actual argument of the 'av_strcasecmp' function.
|
|---|
| 460 | ./libavformat/rtspdec.c 295 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 461 | ./libavformat/rtspdec.c 295 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 462 | ./libavformat/rtspenc.c 76 err V575 The null pointer is passed into 'ff_url_join' function. Inspect the seventh argument.
|
|---|
| 463 | ./libavformat/rtspenc.c 76 warn V618 It's dangerous to call the 'ff_url_join' function in such a manner, as the line being passed could contain format specification. The example of the safe code: printf("%s", str);
|
|---|
| 464 | ./libavformat/sapenc.c 221 warn V641 The size of the '& localaddr' buffer is not a multiple of the element size of the type 'struct sockaddr_in6'.
|
|---|
| 465 | ./libavformat/sauce.c 74 warn V547 Expression 'filetype' is always true.
|
|---|
| 466 | ./libavformat/sauce.c 59 warn V656 Variables 't1', 't2' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'avio_rl16(pb)' expression. Check lines: 58, 59.
|
|---|
| 467 | ./libavformat/sbgdec.c 925 err V595 The 's->tseq' pointer was utilized before it was verified against nullptr. Check lines: 925, 930.
|
|---|
| 468 | ./libavformat/sdp.c 216 err V575 The 'memcpy' function doesn't copy the whole string. Use 'strcpy / strcpy_s' function to preserve terminal null.
|
|---|
| 469 | ./libavformat/segment.c 393 warn V519 The 'seg->segment_list_entries_end' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 390, 393.
|
|---|
| 470 | ./libavformat/segment.c 911 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 471 | ./libavformat/segment.c 950 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 472 | ./libavformat/smoothstreamingenc.c 549 warn V547 Expression '!bitrate' is always true.
|
|---|
| 473 | ./libavformat/soxdec.c 98 warn V560 A part of conditional expression is always true: comment_size < (0x7fffffff * 2U + 1U).
|
|---|
| 474 | ./libavformat/spdifenc.c 208 warn V560 A part of conditional expression is always true: core_size.
|
|---|
| 475 | ./libavformat/spdifenc.c 219 warn V560 A part of conditional expression is always true: core_size.
|
|---|
| 476 | ./libavformat/srtp.c 58 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'input'.
|
|---|
| 477 | ./libavformat/srtp.c 121 err V614 Uninitialized variable 'indexbuf[i]' used.
|
|---|
| 478 | ./libavformat/srtp.c 175 err V614 Uninitialized buffer 'rocbuf' used. Consider checking the second actual argument of the 'av_hmac_update' function.
|
|---|
| 479 | ./libavformat/srtp.c 318 err V614 Uninitialized buffer 'rocbuf' used. Consider checking the second actual argument of the 'av_hmac_update' function.
|
|---|
| 480 | ./libavformat/subfile.c 141 warn V614 Potentially uninitialized variable 'new_pos' used.
|
|---|
| 481 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 482 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 483 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 484 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 485 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the seventh actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 486 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the eighth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 487 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the ninth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 488 | ./libavformat/subviewerdec.c 60 warn V576 Incorrect format. Consider checking the tenth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 489 | ./libavformat/supdec.c 48 warn V656 Variables 'pts', 'dts' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'avio_rb32(s->pb)' expression. Check lines: 47, 48.
|
|---|
| 490 | ./libavformat/udp.c 258 warn V547 Expression 'addr->sa_family == 2' is always false.
|
|---|
| 491 | ./libavformat/udp.c 363 warn V547 Expression 'udp_fd >= 0' is always false.
|
|---|
| 492 | ./libavformat/udp.c 1001 warn V1020 The function exited without calling the 'pthread_mutex_unlock' function. Check lines: 1001, 950.
|
|---|
| 493 | ./libavformat/udp.c 1000 warn V1020 The function exited without calling the 'pthread_mutex_unlock' function. Check lines: 1000, 950.
|
|---|
| 494 | ./libavformat/udp.c 998 warn V1020 The function exited without calling the 'pthread_mutex_unlock' function. Check lines: 998, 950.
|
|---|
| 495 | ./libavformat/udp.c 994 warn V1020 The function exited without calling the 'pthread_mutex_unlock' function. Check lines: 994, 950.
|
|---|
| 496 | ./libavformat/ty.c 549 err V512 A call of the 'memset' function will lead to underflow of the buffer 'ty->pes_buffer'.
|
|---|
| 497 | ./libavformat/ty.c 735 warn V1004 The 'ty->rec_hdrs' pointer was used unsafely after it was verified against nullptr. Check lines: 730, 735.
|
|---|
| 498 | ./libavformat/unix.c 98 warn V547 Expression 'fd >= 0' is always true.
|
|---|
| 499 | ./libavformat/utils.c 695 warn V719 The switch statement does not cover all values of the 'AVMediaType' enum: AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB, AVMEDIA_TYPE_UNKNOWN.
|
|---|
| 500 | ./libavformat/utils.c 2295 warn V763 Parameter 'pos_min' is always rewritten in function body before being used.
|
|---|
| 501 | ./libavformat/utils.c 2993 warn V719 The switch statement does not cover all values of the 'AVMediaType' enum: AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB, AVMEDIA_TYPE_UNKNOWN.
|
|---|
| 502 | ./libavformat/utils.c 3411 warn V547 Expression 'st->r_frame_rate.num' is always false.
|
|---|
| 503 | ./libavformat/utils.c 4780 warn V560 A part of conditional expression is always true: ls.
|
|---|
| 504 | ./libavformat/utils.c 4840 err V547 Expression is always true. Probably the '&&' operator should be used here.
|
|---|
| 505 | ./libavformat/utils.c 5108 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 506 | ./libavformat/wavdec.c 431 warn V699 Consider inspecting the 'foo = bar = baz ? .... : ....' expression. It is possible that 'foo = bar == baz ? .... : ....' should be used here instead.
|
|---|
| 507 | ./libavformat/wavdec.c 644 warn V560 A part of conditional expression is always true.
|
|---|
| 508 | ./libavformat/webvttdec.c 55 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 509 | ./libavformat/webvttdec.c 55 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 510 | ./libavformat/webvttdec.c 55 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 511 | ./libavformat/webvttdec.c 55 warn V576 Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 512 | ./libavformat/webvttdec.c 56 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 513 | ./libavformat/webvttdec.c 56 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 514 | ./libavformat/webvttdec.c 56 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 515 | ./libavformat/wtvdec.c 697 warn V555 The expression '(size - consumed) > (0)' will work as 'size != consumed'.
|
|---|
| 516 | ./libavformat/wtvdec.c 701 warn V555 The expression '(size - consumed) > (0)' will work as 'size != consumed'.
|
|---|
| 517 | ./libavformat/xwma.c 222 warn V547 Expression 'size < 0' is always false.
|
|---|
| 518 | ./libavcodec/012v.c 84 warn V507 Pointer to local array 'y_temp' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 519 | ./libavcodec/012v.c 85 warn V507 Pointer to local array 'u_temp' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 520 | ./libavcodec/012v.c 86 warn V507 Pointer to local array 'v_temp' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 521 | ./libavcodec/4xm.c 311 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 522 | ./libavcodec/4xm.c 368 err V610 Undefined behavior. Check the shift operator '<<'. The right operand is negative ('log2h' = [-1..2147483646]).
|
|---|
| 523 | ./libavcodec/4xm.c 369 err V610 Undefined behavior. Check the shift operator '<<'. The right operand is negative ('log2h' = [-1..2147483646]).
|
|---|
| 524 | ./libavcodec/4xm.c 375 err V610 Undefined behavior. Check the shift operator '<<'. The right operand is negative ('log2w' = [-1..2147483646]).
|
|---|
| 525 | ./libavcodec/4xm.c 376 err V610 Undefined behavior. Check the shift operator '<<'. The right operand is negative ('log2w' = [-1..2147483646]).
|
|---|
| 526 | ./libavcodec/4xm.c 453 warn V555 The expression of the 'A - B > 0' kind will work as 'A != B'.
|
|---|
| 527 | ./libavcodec/4xm.c 866 warn V560 A part of conditional expression is always false: data_size < 0.
|
|---|
| 528 | ./libavcodec/4xm.c 911 warn V547 Expression 'f->version <= 1' is always false.
|
|---|
| 529 | ./libavcodec/aaccoder.c 622 warn V768 The expression 'sce->band_alt[w * 16 + g]' is of enum type. It is odd that it is used as an expression of a Boolean-type.
|
|---|
| 530 | ./libavcodec/aaccoder.c 623 warn V768 The expression 'sce->band_alt[w * 16 + g]' is of enum type. It is odd that it is used as an expression of a Boolean-type.
|
|---|
| 531 | ./libavcodec/aaccoder.c 673 warn V768 The expression 'sce->band_alt[w * 16 + g]' is of enum type. It is odd that it is used as an expression of a Boolean-type.
|
|---|
| 532 | ./libavcodec/aacdec_template.c 133 warn V768 The variable 'che_pos' is of enum type. It is odd that it is used as a variable of a Boolean-type.
|
|---|
| 533 | ./libavcodec/aacdec_template.c 2613 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 534 | ./libavcodec/aacdec_template.c 2676 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 535 | ./libavcodec/aacdec_template.c 2684 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
|
|---|
| 536 | ./libavcodec/aacdec_template.c 2693 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 537 | ./libavcodec/aacdec_template.c 2702 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 538 | ./libavcodec/aacdec_template.c 2742 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 539 | ./libavcodec/aacdec_template.c 2750 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
|
|---|
| 540 | ./libavcodec/aacdec_template.c 2759 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 541 | ./libavcodec/aacdec_template.c 2768 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 542 | ./libavcodec/aacdec_template.c 2794 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 543 | ./libavcodec/aacdec_template.c 2802 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 544 | ./libavcodec/aacdec_template.c 3076 warn V557 Array underrun is possible. The value of 'chan_config - 1' index could reach -1.
|
|---|
| 545 | ./libavcodec/aacdec_template.c 3077 warn V557 Array underrun is possible. The value of 'chan_config - 1' index could reach -1.
|
|---|
| 546 | ./libavcodec/aacdec_template.c 3089 warn V1037 Two or more case-branches perform the same actions. Check lines: 3089, 3095
|
|---|
| 547 | ./libavcodec/aacdec_template.c 3104 warn V560 A part of conditional expression is always true: samples.
|
|---|
| 548 | ./libavcodec/aacdec_fixed.c 380 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('(gain - 1024)' = [-1024..2147482623]).
|
|---|
| 549 | ./libavcodec/aacenc.c 168 err V512 A call of the 'memset' function will lead to underflow of the buffer 'out'.
|
|---|
| 550 | ./libavcodec/aacenc.c 625 err V661 A suspicious expression 'A[B == C]'. Probably meant 'A[B] == C'.
|
|---|
| 551 | ./libavcodec/aacenc_tns.c 75 err V583 The '?:' operator, regardless of its conditional expression, always returns one and the same value: 4 == 4.
|
|---|
| 552 | ./libavcodec/aacenc_tns.c 168 err V583 The '?:' operator, regardless of its conditional expression, always returns one and the same value: 4 == 4.
|
|---|
| 553 | ./libavcodec/aacenc_tns.c 199 warn V560 A part of conditional expression is always false: !order.
|
|---|
| 554 | ./libavcodec/aacenc_tns.c 204 warn V557 Array overrun is possible. The value of 'g' index could reach 2.
|
|---|
| 555 | ./libavcodec/aacenc_tns.c 205 err V547 Expression 'g < tns->n_filt[w]' is always true.
|
|---|
| 556 | ./libavcodec/aacenc_tns.c 206 err V547 Expression 'g < tns->n_filt[w]' is always true.
|
|---|
| 557 | ./libavcodec/aacps.c 415 err V512 A call of the 'memset' function will lead to underflow of the buffer 'out[1][n]'.
|
|---|
| 558 | ./libavcodec/aacps.c 507 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 559 | ./libavcodec/aacps.c 509 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 560 | ./libavcodec/aacps.c 511 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 561 | ./libavcodec/aacps.c 513 err V1028 Possible overflow. Consider casting operands, not the result.
|
|---|
| 562 | ./libavcodec/aacpsy.c 445 warn V1037 Two or more case-branches perform the same actions. Check lines: 445, 454
|
|---|
| 563 | ./libavcodec/aacpsy.c 529 warn V636 The 'ctx->frame_bits / 8' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 564 | ./libavcodec/aacpsy.c 658 err V661 A suspicious expression 'A[B == C]'. Probably meant 'A[B] == C'.
|
|---|
| 565 | ./libavcodec/aacsbr_template.c 1370 err V512 A call of the 'memset' function will lead to overflow of the buffer 'ch_data->s_indexmapped[1]'.
|
|---|
| 566 | ./libavcodec/aacsbr_template.c 601 err V609 Divide by zero. Denominator range [-3..5].
|
|---|
| 567 | ./libavcodec/eac3dec.c 276 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 568 | ./libavcodec/eac3dec.c 443 warn V547 Expression 's->bit_alloc_params.sr_code != 3' is always true.
|
|---|
| 569 | ./libavcodec/eac3dec.c 519 warn V557 Array underrun is possible. The value of 'blk - 1' index could reach -1.
|
|---|
| 570 | ./libavcodec/ac3dec.c 383 err V781 The value of the 's->channel_mode' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 383, 393.
|
|---|
| 571 | ./libavcodec/ac3dec.c 717 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->delay[ch - 1 + offset]'.
|
|---|
| 572 | ./libavcodec/ac3dec.c 896 err V629 Consider inspecting the 'bin << 23' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 573 | ./libavcodec/ac3dsp.c 58 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 574 | ./libavcodec/ac3enc.c 2461 warn V560 A part of conditional expression is always true: 1.
|
|---|
| 575 | ./libavcodec/adxenc.c 184 warn V1004 The 'frame' pointer was used unsafely after it was verified against nullptr. Check lines: 144, 184.
|
|---|
| 576 | ./libavcodec/agm.c 1205 warn V560 A part of conditional expression is always true: !s->dct.
|
|---|
| 577 | ./libavcodec/alac.c 465 warn V560 A part of conditional expression is always false: alac->nb_samples.
|
|---|
| 578 | ./libavcodec/alacenc.c 449 err V547 Expression 'prediction_type == 15' is always false.
|
|---|
| 579 | ./libavcodec/alsdec.c 415 warn V547 Expression 'ht_size > (2147483647)' is always false.
|
|---|
| 580 | ./libavcodec/alsdec.c 1045 err V547 Expression 'ret < 0' is always false.
|
|---|
| 581 | ./libavcodec/amrnbdec.c 336 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'lsf_r'.
|
|---|
| 582 | ./libavcodec/amrnbdec.c 929 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'pole_out'.
|
|---|
| 583 | ./libavcodec/amrwbdec.c 501 warn V719 The switch statement does not cover all values of the 'Mode' enum: MODE_SID, NO_DATA, SP_LOST.
|
|---|
| 584 | ./libavcodec/amrwbdec.c 1136 warn V1016 Expression 'ctx->fr_cur_mode > MODE_SID' is always false.
|
|---|
| 585 | ./libavcodec/apedec.c 609 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 586 | ./libavcodec/apedec.c 610 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 587 | ./libavcodec/apedec.c 778 err V512 A call of the 'memset' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 588 | ./libavcodec/apedec.c 983 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 589 | ./libavcodec/apedec.c 1028 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 590 | ./libavcodec/apedec.c 1086 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 591 | ./libavcodec/apedec.c 1108 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 592 | ./libavcodec/apedec.c 1184 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 593 | ./libavcodec/apedec.c 1227 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'p->historybuffer'.
|
|---|
| 594 | ./libavcodec/aptx.c 806 err V568 It's odd that the argument of sizeof() operator is the 'reconstructed_differences[- i - 1]' expression.
|
|---|
| 595 | ./libavcodec/ass_split.c 166 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 596 | ./libavcodec/ass_split.c 529 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 597 | ./libavcodec/ass_split.c 531 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 598 | ./libavcodec/ass_split.c 539 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 599 | ./libavcodec/ass_split.c 543 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 600 | ./libavcodec/ass_split.c 545 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 601 | ./libavcodec/atrac3.c 617 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('(subband_tab[num_subbands] - 1)' = [-1..1023]).
|
|---|
| 602 | ./libavcodec/atrac3.c 628 err V512 A call of the 'memset' function will lead to underflow of the buffer 'snd->imdct_buf'.
|
|---|
| 603 | ./libavcodec/atrac3.c 771 warn V560 A part of conditional expression is always true: i < avctx->channels.
|
|---|
| 604 | ./libavcodec/atrac3plusdec.c 294 err V568 It's odd that the argument of sizeof() operator is the expression.
|
|---|
| 605 | ./libavcodec/atrac3plusdec.c 299 err V568 It's odd that the argument of sizeof() operator is the expression.
|
|---|
| 606 | ./libavcodec/atrac3plusdsp.c 173 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 607 | ./libavcodec/atrac9dec.c 545 warn V557 Array overrun is possible. The value of 'g_bins[i] + j' index could reach 511.
|
|---|
| 608 | ./libavcodec/atrac9dec.c 545 warn V557 Array underrun is possible. The value of 'g_bins[i] - j - 1' index could reach -256.
|
|---|
| 609 | ./libavcodec/atrac9dec.c 916 warn V557 Array overrun is possible. The value of '(j * alloc_c_len) / i' index could reach 2256.
|
|---|
| 610 | ./libavcodec/audio_frame_queue.c 84 err V595 The 'afq->frames' pointer was utilized before it was verified against nullptr. Check lines: 84, 107.
|
|---|
| 611 | ./libavcodec/avpacket.c 369 warn V719 The switch statement does not cover all values of the 'AVPacketSideDataType' enum: AV_PKT_DATA_NB.
|
|---|
| 612 | ./libavcodec/avpacket.c 531 warn V560 A part of conditional expression is always true: size.
|
|---|
| 613 | ./libavcodec/avs.c 101 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 614 | ./libavcodec/bink.c 858 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 615 | ./libavcodec/bink.c 859 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 616 | ./libavcodec/bink.c 1025 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 617 | ./libavcodec/bink.c 1026 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 618 | ./libavcodec/bink.c 1027 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 619 | ./libavcodec/bitstream_filter.c 76 warn V547 Expression 'priv' is always false.
|
|---|
| 620 | ./libavcodec/bmp.c 122 warn V560 A part of conditional expression is always false: comp != BMP_RLE8.
|
|---|
| 621 | ./libavcodec/bmp.c 186 warn V555 The expression 'hsize - ihsize - 14 > 0' will work as 'hsize - ihsize != 14'.
|
|---|
| 622 | ./libavcodec/bmp.c 193 warn V555 The expression 'hsize - ihsize - 14 > 0' will work as 'hsize - ihsize != 14'.
|
|---|
| 623 | ./libavcodec/bmvvideo.c 143 warn V560 A part of conditional expression is always false: len <= 0.
|
|---|
| 624 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -128. The value range of unsigned char type: [0, 255].
|
|---|
| 625 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -80. The value range of unsigned char type: [0, 255].
|
|---|
| 626 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -89. The value range of unsigned char type: [0, 255].
|
|---|
| 627 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -98. The value range of unsigned char type: [0, 255].
|
|---|
| 628 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -106. The value range of unsigned char type: [0, 255].
|
|---|
| 629 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -114. The value range of unsigned char type: [0, 255].
|
|---|
| 630 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -121. The value range of unsigned char type: [0, 255].
|
|---|
| 631 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -48. The value range of unsigned char type: [0, 255].
|
|---|
| 632 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -59. The value range of unsigned char type: [0, 255].
|
|---|
| 633 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -69. The value range of unsigned char type: [0, 255].
|
|---|
| 634 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -78. The value range of unsigned char type: [0, 255].
|
|---|
| 635 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -87. The value range of unsigned char type: [0, 255].
|
|---|
| 636 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -96. The value range of unsigned char type: [0, 255].
|
|---|
| 637 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -104. The value range of unsigned char type: [0, 255].
|
|---|
| 638 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -112. The value range of unsigned char type: [0, 255].
|
|---|
| 639 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -119. The value range of unsigned char type: [0, 255].
|
|---|
| 640 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -126. The value range of unsigned char type: [0, 255].
|
|---|
| 641 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -16. The value range of unsigned char type: [0, 255].
|
|---|
| 642 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -29. The value range of unsigned char type: [0, 255].
|
|---|
| 643 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -40. The value range of unsigned char type: [0, 255].
|
|---|
| 644 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -51. The value range of unsigned char type: [0, 255].
|
|---|
| 645 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -61. The value range of unsigned char type: [0, 255].
|
|---|
| 646 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -71. The value range of unsigned char type: [0, 255].
|
|---|
| 647 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -81. The value range of unsigned char type: [0, 255].
|
|---|
| 648 | ./libavcodec/cabac.c 35 err V569 Truncation of constant value -90. The value range of unsigned char type: [0, 255].
|
|---|
| 649 | ./libavcodec/cavs.h 251 warn V719 The switch statement does not cover all values of the 'cavs_block' enum: BLK_8X8.
|
|---|
| 650 | ./libavcodec/cavsdec.c 823 warn V719 The switch statement does not cover all values of the 'cavs_sub_mb' enum: B_SUB_BWD.
|
|---|
| 651 | ./libavcodec/cbs_av1.c 231 warn V555 The expression 'w - 1 > 0' will work as 'w != 1'.
|
|---|
| 652 | ./libavcodec/cbs_av1_syntax_template.c 27 err V614 Uninitialized variable 'value' used.
|
|---|
| 653 | ./libavcodec/cbs_av1_syntax_template.c 29 err V614 Uninitialized variable 'value' used.
|
|---|
| 654 | ./libavcodec/cbs_av1_syntax_template.c 30 err V614 Uninitialized variable 'value' used.
|
|---|
| 655 | ./libavcodec/cbs_av1_syntax_template.c 31 err V614 Uninitialized variable 'value' used.
|
|---|
| 656 | ./libavcodec/cbs_av1_syntax_template.c 33 err V614 Uninitialized variable 'value' used.
|
|---|
| 657 | ./libavcodec/cbs_av1_syntax_template.c 36 err V614 Uninitialized variable 'value' used.
|
|---|
| 658 | ./libavcodec/cbs_av1_syntax_template.c 37 err V614 Uninitialized variable 'value' used.
|
|---|
| 659 | ./libavcodec/cbs_av1_syntax_template.c 38 err V614 Uninitialized variable 'value' used.
|
|---|
| 660 | ./libavcodec/cbs_av1_syntax_template.c 50 err V614 Uninitialized variable 'value' used.
|
|---|
| 661 | ./libavcodec/cbs_av1_syntax_template.c 54 err V614 Uninitialized variable 'value' used.
|
|---|
| 662 | ./libavcodec/cbs_av1_syntax_template.c 66 err V614 Uninitialized variable 'value' used.
|
|---|
| 663 | ./libavcodec/cbs_av1_syntax_template.c 77 err V614 Uninitialized variable 'value' used.
|
|---|
| 664 | ./libavcodec/cbs_av1_syntax_template.c 81 err V614 Uninitialized variable 'value' used.
|
|---|
| 665 | ./libavcodec/cbs_av1_syntax_template.c 90 err V614 Uninitialized variable 'value' used.
|
|---|
| 666 | ./libavcodec/cbs_av1_syntax_template.c 93 err V614 Uninitialized variable 'value' used.
|
|---|
| 667 | ./libavcodec/cbs_av1_syntax_template.c 95 err V614 Uninitialized variable 'value' used.
|
|---|
| 668 | ./libavcodec/cbs_av1_syntax_template.c 96 err V614 Uninitialized variable 'value' used.
|
|---|
| 669 | ./libavcodec/cbs_av1_syntax_template.c 97 err V614 Uninitialized variable 'value' used.
|
|---|
| 670 | ./libavcodec/cbs_av1_syntax_template.c 105 err V614 Uninitialized variable 'value' used.
|
|---|
| 671 | ./libavcodec/cbs_av1_syntax_template.c 118 err V614 Uninitialized variable 'value' used.
|
|---|
| 672 | ./libavcodec/cbs_av1_syntax_template.c 121 err V614 Uninitialized variable 'value' used.
|
|---|
| 673 | ./libavcodec/cbs_av1_syntax_template.c 131 err V614 Uninitialized variable 'value' used.
|
|---|
| 674 | ./libavcodec/cbs_av1_syntax_template.c 133 err V614 Uninitialized variable 'value' used.
|
|---|
| 675 | ./libavcodec/cbs_av1_syntax_template.c 142 err V614 Uninitialized variable 'value' used.
|
|---|
| 676 | ./libavcodec/cbs_av1_syntax_template.c 146 err V614 Uninitialized variable 'value' used.
|
|---|
| 677 | ./libavcodec/cbs_av1_syntax_template.c 157 err V614 Uninitialized variable 'value' used.
|
|---|
| 678 | ./libavcodec/cbs_av1_syntax_template.c 158 err V614 Uninitialized variable 'value' used.
|
|---|
| 679 | ./libavcodec/cbs_av1_syntax_template.c 160 err V614 Uninitialized variable 'value' used.
|
|---|
| 680 | ./libavcodec/cbs_av1_syntax_template.c 172 err V614 Uninitialized variable 'value' used.
|
|---|
| 681 | ./libavcodec/cbs_av1_syntax_template.c 173 err V614 Uninitialized variable 'value' used.
|
|---|
| 682 | ./libavcodec/cbs_av1_syntax_template.c 174 err V614 Uninitialized variable 'value' used.
|
|---|
| 683 | ./libavcodec/cbs_av1_syntax_template.c 175 err V614 Uninitialized variable 'value' used.
|
|---|
| 684 | ./libavcodec/cbs_av1_syntax_template.c 187 err V614 Uninitialized variable 'value' used.
|
|---|
| 685 | ./libavcodec/cbs_av1_syntax_template.c 189 err V614 Uninitialized variable 'value' used.
|
|---|
| 686 | ./libavcodec/cbs_av1_syntax_template.c 190 err V614 Uninitialized variable 'value' used.
|
|---|
| 687 | ./libavcodec/cbs_av1_syntax_template.c 199 err V614 Uninitialized variable 'value' used.
|
|---|
| 688 | ./libavcodec/cbs_av1_syntax_template.c 206 err V614 Uninitialized variable 'value' used.
|
|---|
| 689 | ./libavcodec/cbs_av1_syntax_template.c 210 err V614 Uninitialized variable 'value' used.
|
|---|
| 690 | ./libavcodec/cbs_av1_syntax_template.c 219 err V614 Uninitialized variable 'value' used.
|
|---|
| 691 | ./libavcodec/cbs_av1_syntax_template.c 221 err V614 Uninitialized variable 'value' used.
|
|---|
| 692 | ./libavcodec/cbs_av1_syntax_template.c 251 err V614 Uninitialized variable 'value' used.
|
|---|
| 693 | ./libavcodec/cbs_av1_syntax_template.c 252 err V614 Uninitialized variable 'value' used.
|
|---|
| 694 | ./libavcodec/cbs_av1_syntax_template.c 254 err V614 Uninitialized variable 'value' used.
|
|---|
| 695 | ./libavcodec/cbs_av1_syntax_template.c 255 err V614 Uninitialized variable 'value' used.
|
|---|
| 696 | ./libavcodec/cbs_av1_syntax_template.c 260 err V614 Uninitialized variable 'value' used.
|
|---|
| 697 | ./libavcodec/cbs_av1_syntax_template.c 262 err V614 Uninitialized variable 'value' used.
|
|---|
| 698 | ./libavcodec/cbs_av1_syntax_template.c 263 err V614 Uninitialized variable 'value' used.
|
|---|
| 699 | ./libavcodec/cbs_av1_syntax_template.c 266 err V614 Uninitialized variable 'value' used.
|
|---|
| 700 | ./libavcodec/cbs_av1_syntax_template.c 267 err V614 Uninitialized variable 'value' used.
|
|---|
| 701 | ./libavcodec/cbs_av1_syntax_template.c 268 err V614 Uninitialized variable 'value' used.
|
|---|
| 702 | ./libavcodec/cbs_av1_syntax_template.c 284 err V614 Uninitialized variable 'value' used.
|
|---|
| 703 | ./libavcodec/cbs_av1_syntax_template.c 285 err V614 Uninitialized variable 'value' used.
|
|---|
| 704 | ./libavcodec/cbs_av1_syntax_template.c 286 err V614 Uninitialized variable 'value' used.
|
|---|
| 705 | ./libavcodec/cbs_av1_syntax_template.c 287 err V614 Uninitialized variable 'value' used.
|
|---|
| 706 | ./libavcodec/cbs_av1_syntax_template.c 289 err V614 Uninitialized variable 'value' used.
|
|---|
| 707 | ./libavcodec/cbs_av1_syntax_template.c 291 err V614 Uninitialized variable 'value' used.
|
|---|
| 708 | ./libavcodec/cbs_av1_syntax_template.c 292 err V614 Uninitialized variable 'value' used.
|
|---|
| 709 | ./libavcodec/cbs_av1_syntax_template.c 298 err V614 Uninitialized variable 'value' used.
|
|---|
| 710 | ./libavcodec/cbs_av1_syntax_template.c 303 err V614 Uninitialized variable 'value' used.
|
|---|
| 711 | ./libavcodec/cbs_av1_syntax_template.c 305 err V614 Uninitialized variable 'value' used.
|
|---|
| 712 | ./libavcodec/cbs_av1_syntax_template.c 310 err V614 Uninitialized variable 'value' used.
|
|---|
| 713 | ./libavcodec/cbs_av1_syntax_template.c 316 err V614 Uninitialized variable 'value' used.
|
|---|
| 714 | ./libavcodec/cbs_av1_syntax_template.c 319 err V614 Uninitialized variable 'value' used.
|
|---|
| 715 | ./libavcodec/cbs_av1_syntax_template.c 320 err V614 Uninitialized variable 'value' used.
|
|---|
| 716 | ./libavcodec/cbs_av1_syntax_template.c 321 err V614 Uninitialized variable 'value' used.
|
|---|
| 717 | ./libavcodec/cbs_av1_syntax_template.c 326 err V614 Uninitialized variable 'value' used.
|
|---|
| 718 | ./libavcodec/cbs_av1_syntax_template.c 350 err V614 Uninitialized variable 'value' used.
|
|---|
| 719 | ./libavcodec/cbs_av1_syntax_template.c 355 err V614 Uninitialized variable 'value' used.
|
|---|
| 720 | ./libavcodec/cbs_av1_syntax_template.c 376 err V614 Uninitialized variable 'value' used.
|
|---|
| 721 | ./libavcodec/cbs_av1_syntax_template.c 377 err V614 Uninitialized variable 'value' used.
|
|---|
| 722 | ./libavcodec/cbs_av1_syntax_template.c 397 err V614 Uninitialized variable 'value' used.
|
|---|
| 723 | ./libavcodec/cbs_av1_syntax_template.c 400 err V614 Uninitialized variable 'value' used.
|
|---|
| 724 | ./libavcodec/cbs_av1_syntax_template.c 401 err V614 Uninitialized variable 'value' used.
|
|---|
| 725 | ./libavcodec/cbs_av1_syntax_template.c 458 err V614 Uninitialized variable 'value' used.
|
|---|
| 726 | ./libavcodec/cbs_av1_syntax_template.c 463 err V614 Uninitialized variable 'value' used.
|
|---|
| 727 | ./libavcodec/cbs_av1_syntax_template.c 499 err V614 Uninitialized variable 'value' used.
|
|---|
| 728 | ./libavcodec/cbs_av1_syntax_template.c 553 err V614 Uninitialized variable 'value' used.
|
|---|
| 729 | ./libavcodec/cbs_av1_syntax_template.c 555 err V614 Uninitialized variable 'value' used.
|
|---|
| 730 | ./libavcodec/cbs_av1_syntax_template.c 573 err V614 Uninitialized variable 'value' used.
|
|---|
| 731 | ./libavcodec/cbs_av1_syntax_template.c 575 err V614 Uninitialized variable 'value' used.
|
|---|
| 732 | ./libavcodec/cbs_av1_syntax_template.c 579 err V614 Uninitialized variable 'value' used.
|
|---|
| 733 | ./libavcodec/cbs_av1_syntax_template.c 583 err V614 Uninitialized variable 'value' used.
|
|---|
| 734 | ./libavcodec/cbs_av1_syntax_template.c 584 err V614 Uninitialized variable 'value' used.
|
|---|
| 735 | ./libavcodec/cbs_av1_syntax_template.c 587 err V614 Uninitialized variable 'value' used.
|
|---|
| 736 | ./libavcodec/cbs_av1_syntax_template.c 588 err V614 Uninitialized variable 'value' used.
|
|---|
| 737 | ./libavcodec/cbs_av1_syntax_template.c 600 err V614 Uninitialized variable 'value' used.
|
|---|
| 738 | ./libavcodec/cbs_av1_syntax_template.c 602 err V614 Uninitialized variable 'value' used.
|
|---|
| 739 | ./libavcodec/cbs_av1_syntax_template.c 603 err V614 Uninitialized variable 'value' used.
|
|---|
| 740 | ./libavcodec/cbs_av1_syntax_template.c 605 err V614 Uninitialized variable 'value' used.
|
|---|
| 741 | ./libavcodec/cbs_av1_syntax_template.c 620 err V614 Uninitialized variable 'value' used.
|
|---|
| 742 | ./libavcodec/cbs_av1_syntax_template.c 628 err V614 Uninitialized variable 'value' used.
|
|---|
| 743 | ./libavcodec/cbs_av1_syntax_template.c 630 err V614 Uninitialized variable 'value' used.
|
|---|
| 744 | ./libavcodec/cbs_av1_syntax_template.c 633 err V614 Uninitialized variable 'value' used.
|
|---|
| 745 | ./libavcodec/cbs_av1_syntax_template.c 670 err V614 Uninitialized variable 'value' used.
|
|---|
| 746 | ./libavcodec/cbs_av1_syntax_template.c 675 err V614 Uninitialized variable 'value' used.
|
|---|
| 747 | ./libavcodec/cbs_av1_syntax_template.c 687 err V614 Uninitialized variable 'value' used.
|
|---|
| 748 | ./libavcodec/cbs_av1_syntax_template.c 691 err V614 Uninitialized variable 'value' used.
|
|---|
| 749 | ./libavcodec/cbs_av1_syntax_template.c 692 err V614 Uninitialized variable 'value' used.
|
|---|
| 750 | ./libavcodec/cbs_av1_syntax_template.c 728 err V614 Uninitialized variable 'value' used.
|
|---|
| 751 | ./libavcodec/cbs_av1_syntax_template.c 729 err V614 Uninitialized variable 'value' used.
|
|---|
| 752 | ./libavcodec/cbs_av1_syntax_template.c 734 err V614 Uninitialized variable 'value' used.
|
|---|
| 753 | ./libavcodec/cbs_av1_syntax_template.c 735 err V614 Uninitialized variable 'value' used.
|
|---|
| 754 | ./libavcodec/cbs_av1_syntax_template.c 739 err V614 Uninitialized variable 'value' used.
|
|---|
| 755 | ./libavcodec/cbs_av1_syntax_template.c 741 err V614 Uninitialized variable 'value' used.
|
|---|
| 756 | ./libavcodec/cbs_av1_syntax_template.c 743 err V614 Uninitialized variable 'value' used.
|
|---|
| 757 | ./libavcodec/cbs_av1_syntax_template.c 780 err V614 Uninitialized variable 'value' used.
|
|---|
| 758 | ./libavcodec/cbs_av1_syntax_template.c 781 err V614 Uninitialized variable 'value' used.
|
|---|
| 759 | ./libavcodec/cbs_av1_syntax_template.c 828 err V614 Uninitialized variable 'value' used.
|
|---|
| 760 | ./libavcodec/cbs_av1_syntax_template.c 860 err V614 Uninitialized variable 'value' used.
|
|---|
| 761 | ./libavcodec/cbs_av1_syntax_template.c 938 err V614 Uninitialized variable 'value' used.
|
|---|
| 762 | ./libavcodec/cbs_av1_syntax_template.c 1031 err V614 Uninitialized variable 'value' used.
|
|---|
| 763 | ./libavcodec/cbs_av1_syntax_template.c 1036 err V614 Uninitialized variable 'value' used.
|
|---|
| 764 | ./libavcodec/cbs_av1_syntax_template.c 1039 err V614 Uninitialized variable 'value' used.
|
|---|
| 765 | ./libavcodec/cbs_av1_syntax_template.c 1044 err V614 Uninitialized variable 'value' used.
|
|---|
| 766 | ./libavcodec/cbs_av1_syntax_template.c 1048 err V614 Uninitialized variable 'value' used.
|
|---|
| 767 | ./libavcodec/cbs_av1_syntax_template.c 1057 err V614 Uninitialized variable 'value' used.
|
|---|
| 768 | ./libavcodec/cbs_av1_syntax_template.c 1067 err V614 Uninitialized variable 'value' used.
|
|---|
| 769 | ./libavcodec/cbs_av1_syntax_template.c 1072 err V614 Uninitialized variable 'value' used.
|
|---|
| 770 | ./libavcodec/cbs_av1_syntax_template.c 1079 err V614 Uninitialized variable 'value' used.
|
|---|
| 771 | ./libavcodec/cbs_av1_syntax_template.c 1080 err V614 Uninitialized variable 'value' used.
|
|---|
| 772 | ./libavcodec/cbs_av1_syntax_template.c 1097 err V614 Uninitialized variable 'value' used.
|
|---|
| 773 | ./libavcodec/cbs_av1_syntax_template.c 1098 err V614 Uninitialized variable 'value' used.
|
|---|
| 774 | ./libavcodec/cbs_av1_syntax_template.c 1100 err V614 Uninitialized variable 'value' used.
|
|---|
| 775 | ./libavcodec/cbs_av1_syntax_template.c 1101 err V614 Uninitialized variable 'value' used.
|
|---|
| 776 | ./libavcodec/cbs_av1_syntax_template.c 1102 err V614 Uninitialized variable 'value' used.
|
|---|
| 777 | ./libavcodec/cbs_av1_syntax_template.c 1105 err V614 Uninitialized variable 'value' used.
|
|---|
| 778 | ./libavcodec/cbs_av1_syntax_template.c 1106 err V614 Uninitialized variable 'value' used.
|
|---|
| 779 | ./libavcodec/cbs_av1_syntax_template.c 1107 err V614 Uninitialized variable 'value' used.
|
|---|
| 780 | ./libavcodec/cbs_av1_syntax_template.c 1110 err V614 Uninitialized variable 'value' used.
|
|---|
| 781 | ./libavcodec/cbs_av1_syntax_template.c 1111 err V614 Uninitialized variable 'value' used.
|
|---|
| 782 | ./libavcodec/cbs_av1_syntax_template.c 1143 err V614 Uninitialized variable 'value' used.
|
|---|
| 783 | ./libavcodec/cbs_av1_syntax_template.c 1148 err V614 Uninitialized variable 'value' used.
|
|---|
| 784 | ./libavcodec/cbs_av1_syntax_template.c 1153 err V614 Uninitialized variable 'value' used.
|
|---|
| 785 | ./libavcodec/cbs_av1_syntax_template.c 1158 err V614 Uninitialized variable 'value' used.
|
|---|
| 786 | ./libavcodec/cbs_av1_syntax_template.c 1168 err V614 Uninitialized variable 'value' used.
|
|---|
| 787 | ./libavcodec/cbs_av1_syntax_template.c 1172 err V614 Uninitialized variable 'value' used.
|
|---|
| 788 | ./libavcodec/cbs_av1_syntax_template.c 1176 err V614 Uninitialized variable 'value' used.
|
|---|
| 789 | ./libavcodec/cbs_av1_syntax_template.c 1182 err V614 Uninitialized variable 'value' used.
|
|---|
| 790 | ./libavcodec/cbs_av1_syntax_template.c 1188 err V614 Uninitialized variable 'value' used.
|
|---|
| 791 | ./libavcodec/cbs_av1_syntax_template.c 1198 err V614 Uninitialized variable 'value' used.
|
|---|
| 792 | ./libavcodec/cbs_av1_syntax_template.c 1202 err V614 Uninitialized variable 'value' used.
|
|---|
| 793 | ./libavcodec/cbs_av1_syntax_template.c 1209 err V614 Uninitialized variable 'value' used.
|
|---|
| 794 | ./libavcodec/cbs_av1_syntax_template.c 1217 err V614 Uninitialized variable 'value' used.
|
|---|
| 795 | ./libavcodec/cbs_av1_syntax_template.c 1243 err V614 Uninitialized variable 'value' used.
|
|---|
| 796 | ./libavcodec/cbs_av1_syntax_template.c 1248 err V614 Uninitialized variable 'value' used.
|
|---|
| 797 | ./libavcodec/cbs_av1_syntax_template.c 1255 err V614 Uninitialized variable 'value' used.
|
|---|
| 798 | ./libavcodec/cbs_av1_syntax_template.c 1258 err V614 Uninitialized variable 'value' used.
|
|---|
| 799 | ./libavcodec/cbs_av1_syntax_template.c 1279 err V614 Uninitialized variable 'value' used.
|
|---|
| 800 | ./libavcodec/cbs_av1_syntax_template.c 1298 err V614 Uninitialized variable 'value' used.
|
|---|
| 801 | ./libavcodec/cbs_av1_syntax_template.c 1306 err V614 Uninitialized variable 'value' used.
|
|---|
| 802 | ./libavcodec/cbs_av1_syntax_template.c 1308 err V614 Uninitialized variable 'value' used.
|
|---|
| 803 | ./libavcodec/cbs_av1_syntax_template.c 1309 err V614 Uninitialized variable 'value' used.
|
|---|
| 804 | ./libavcodec/cbs_av1_syntax_template.c 1343 err V614 Uninitialized variable 'value' used.
|
|---|
| 805 | ./libavcodec/cbs_av1_syntax_template.c 1347 err V614 Uninitialized variable 'value' used.
|
|---|
| 806 | ./libavcodec/cbs_av1_syntax_template.c 1353 err V614 Uninitialized variable 'value' used.
|
|---|
| 807 | ./libavcodec/cbs_av1_syntax_template.c 1365 err V614 Uninitialized variable 'value' used.
|
|---|
| 808 | ./libavcodec/cbs_av1_syntax_template.c 1427 err V614 Uninitialized variable 'value' used.
|
|---|
| 809 | ./libavcodec/cbs_av1_syntax_template.c 1429 err V614 Uninitialized variable 'value' used.
|
|---|
| 810 | ./libavcodec/cbs_av1_syntax_template.c 1568 err V614 Uninitialized variable 'value' used.
|
|---|
| 811 | ./libavcodec/cbs_av1_syntax_template.c 1578 err V614 Uninitialized variable 'value' used.
|
|---|
| 812 | ./libavcodec/cbs_av1_syntax_template.c 1579 err V614 Uninitialized variable 'value' used.
|
|---|
| 813 | ./libavcodec/cbs_av1_syntax_template.c 1614 err V614 Uninitialized variable 'value' used.
|
|---|
| 814 | ./libavcodec/cbs_av1_syntax_template.c 1615 err V614 Uninitialized variable 'value' used.
|
|---|
| 815 | ./libavcodec/cbs_av1_syntax_template.c 1617 err V614 Uninitialized variable 'value' used.
|
|---|
| 816 | ./libavcodec/cbs_av1_syntax_template.c 1629 err V614 Uninitialized variable 'value' used.
|
|---|
| 817 | ./libavcodec/cbs_av1_syntax_template.c 1630 err V614 Uninitialized variable 'value' used.
|
|---|
| 818 | ./libavcodec/cbs_av1_syntax_template.c 1645 err V614 Uninitialized variable 'value' used.
|
|---|
| 819 | ./libavcodec/cbs_av1_syntax_template.c 1646 err V614 Uninitialized variable 'value' used.
|
|---|
| 820 | ./libavcodec/cbs_av1_syntax_template.c 1648 err V614 Uninitialized variable 'value' used.
|
|---|
| 821 | ./libavcodec/cbs_av1_syntax_template.c 1651 err V614 Uninitialized variable 'value' used.
|
|---|
| 822 | ./libavcodec/cbs_av1_syntax_template.c 1671 err V614 Uninitialized variable 'value' used.
|
|---|
| 823 | ./libavcodec/cbs_av1_syntax_template.c 1672 err V614 Uninitialized variable 'value' used.
|
|---|
| 824 | ./libavcodec/cbs_av1_syntax_template.c 1673 err V614 Uninitialized variable 'value' used.
|
|---|
| 825 | ./libavcodec/cbs_av1_syntax_template.c 1674 err V614 Uninitialized variable 'value' used.
|
|---|
| 826 | ./libavcodec/cbs_av1_syntax_template.c 1675 err V614 Uninitialized variable 'value' used.
|
|---|
| 827 | ./libavcodec/cbs_av1_syntax_template.c 1689 err V614 Uninitialized variable 'value' used.
|
|---|
| 828 | ./libavcodec/cbs_av1_syntax_template.c 1709 err V614 Uninitialized variable 'value' used.
|
|---|
| 829 | ./libavcodec/cbs_av1_syntax_template.c 1723 err V614 Uninitialized variable 'value' used.
|
|---|
| 830 | ./libavcodec/cbs_av1_syntax_template.c 1725 err V614 Uninitialized variable 'value' used.
|
|---|
| 831 | ./libavcodec/cbs_av1_syntax_template.c 1750 err V614 Uninitialized variable 'value' used.
|
|---|
| 832 | ./libavcodec/cbs_av1_syntax_template.c 1751 err V614 Uninitialized variable 'value' used.
|
|---|
| 833 | ./libavcodec/cbs_av1_syntax_template.c 1752 err V614 Uninitialized variable 'value' used.
|
|---|
| 834 | ./libavcodec/cbs_av1_syntax_template.c 1753 err V614 Uninitialized variable 'value' used.
|
|---|
| 835 | ./libavcodec/cbs_av1_syntax_template.c 1754 err V614 Uninitialized variable 'value' used.
|
|---|
| 836 | ./libavcodec/cbs_av1_syntax_template.c 1757 err V614 Uninitialized variable 'value' used.
|
|---|
| 837 | ./libavcodec/cbs_av1_syntax_template.c 1758 err V614 Uninitialized variable 'value' used.
|
|---|
| 838 | ./libavcodec/cbs_av1_syntax_template.c 1759 err V614 Uninitialized variable 'value' used.
|
|---|
| 839 | ./libavcodec/cbs_av1_syntax_template.c 1761 err V614 Uninitialized variable 'value' used.
|
|---|
| 840 | ./libavcodec/cbs_av1_syntax_template.c 1763 err V614 Uninitialized variable 'value' used.
|
|---|
| 841 | ./libavcodec/cbs_av1_syntax_template.c 1764 err V614 Uninitialized variable 'value' used.
|
|---|
| 842 | ./libavcodec/cbs_av1_syntax_template.c 1766 err V614 Uninitialized variable 'value' used.
|
|---|
| 843 | ./libavcodec/cbs_av1_syntax_template.c 1767 err V614 Uninitialized variable 'value' used.
|
|---|
| 844 | ./libavcodec/cbs_av1_syntax_template.c 1769 err V614 Uninitialized variable 'value' used.
|
|---|
| 845 | ./libavcodec/cbs_av1_syntax_template.c 1774 err V614 Uninitialized variable 'value' used.
|
|---|
| 846 | ./libavcodec/cbs_av1_syntax_template.c 1776 err V614 Uninitialized variable 'value' used.
|
|---|
| 847 | ./libavcodec/cbs_av1_syntax_template.c 88 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 848 | ./libavcodec/cbs_av1_syntax_template.c 88 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 849 | ./libavcodec/cbs_av1_syntax_template.c 99 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 850 | ./libavcodec/cbs_av1_syntax_template.c 99 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 851 | ./libavcodec/cbs_av1_syntax_template.c 100 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 852 | ./libavcodec/cbs_av1_syntax_template.c 100 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 853 | ./libavcodec/cbs_av1_syntax_template.c 101 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 854 | ./libavcodec/cbs_av1_syntax_template.c 101 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 855 | ./libavcodec/cbs_av1_syntax_template.c 107 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 856 | ./libavcodec/cbs_av1_syntax_template.c 107 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 857 | ./libavcodec/cbs_av1_syntax_template.c 108 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 858 | ./libavcodec/cbs_av1_syntax_template.c 108 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 859 | ./libavcodec/cbs_av1_syntax_template.c 109 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 860 | ./libavcodec/cbs_av1_syntax_template.c 109 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 861 | ./libavcodec/cbs_av1_syntax_template.c 110 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 862 | ./libavcodec/cbs_av1_syntax_template.c 110 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 863 | ./libavcodec/cbs_av1_syntax_template.c 115 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 864 | ./libavcodec/cbs_av1_syntax_template.c 115 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 865 | ./libavcodec/cbs_av1_syntax_template.c 116 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 866 | ./libavcodec/cbs_av1_syntax_template.c 116 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 867 | ./libavcodec/cbs_av1_syntax_template.c 117 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 868 | ./libavcodec/cbs_av1_syntax_template.c 117 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 869 | ./libavcodec/cbs_av1_syntax_template.c 124 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 870 | ./libavcodec/cbs_av1_syntax_template.c 124 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 871 | ./libavcodec/cbs_av1_syntax_template.c 125 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 872 | ./libavcodec/cbs_av1_syntax_template.c 125 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 873 | ./libavcodec/cbs_av1_syntax_template.c 127 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 874 | ./libavcodec/cbs_av1_syntax_template.c 127 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 875 | ./libavcodec/cbs_av1_syntax_template.c 128 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 876 | ./libavcodec/cbs_av1_syntax_template.c 128 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 877 | ./libavcodec/cbs_av1_syntax_template.c 135 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 878 | ./libavcodec/cbs_av1_syntax_template.c 135 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 879 | ./libavcodec/cbs_av1_syntax_template.c 137 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 880 | ./libavcodec/cbs_av1_syntax_template.c 137 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 881 | ./libavcodec/cbs_av1_syntax_template.c 138 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 882 | ./libavcodec/cbs_av1_syntax_template.c 138 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 883 | ./libavcodec/cbs_av1_syntax_template.c 193 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 884 | ./libavcodec/cbs_av1_syntax_template.c 193 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 885 | ./libavcodec/cbs_av1_syntax_template.c 194 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 886 | ./libavcodec/cbs_av1_syntax_template.c 194 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 887 | ./libavcodec/cbs_av1_syntax_template.c 195 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 888 | ./libavcodec/cbs_av1_syntax_template.c 195 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 889 | ./libavcodec/cbs_av1_syntax_template.c 196 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 890 | ./libavcodec/cbs_av1_syntax_template.c 196 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 891 | ./libavcodec/cbs_av1_syntax_template.c 197 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 892 | ./libavcodec/cbs_av1_syntax_template.c 197 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 893 | ./libavcodec/cbs_av1_syntax_template.c 201 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 894 | ./libavcodec/cbs_av1_syntax_template.c 201 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 895 | ./libavcodec/cbs_av1_syntax_template.c 202 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 896 | ./libavcodec/cbs_av1_syntax_template.c 202 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 897 | ./libavcodec/cbs_av1_syntax_template.c 203 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 898 | ./libavcodec/cbs_av1_syntax_template.c 203 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 899 | ./libavcodec/cbs_av1_syntax_template.c 216 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 900 | ./libavcodec/cbs_av1_syntax_template.c 216 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 901 | ./libavcodec/cbs_av1_syntax_template.c 229 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 902 | ./libavcodec/cbs_av1_syntax_template.c 229 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 903 | ./libavcodec/cbs_av1_syntax_template.c 240 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 904 | ./libavcodec/cbs_av1_syntax_template.c 240 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 905 | ./libavcodec/cbs_av1_syntax_template.c 258 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 906 | ./libavcodec/cbs_av1_syntax_template.c 258 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 907 | ./libavcodec/cbs_av1_syntax_template.c 271 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 908 | ./libavcodec/cbs_av1_syntax_template.c 271 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 909 | ./libavcodec/cbs_av1_syntax_template.c 272 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 910 | ./libavcodec/cbs_av1_syntax_template.c 272 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 911 | ./libavcodec/cbs_av1_syntax_template.c 273 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 912 | ./libavcodec/cbs_av1_syntax_template.c 273 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 913 | ./libavcodec/cbs_av1_syntax_template.c 274 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 914 | ./libavcodec/cbs_av1_syntax_template.c 274 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 915 | ./libavcodec/cbs_av1_syntax_template.c 275 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 916 | ./libavcodec/cbs_av1_syntax_template.c 275 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 917 | ./libavcodec/cbs_av1_syntax_template.c 276 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 918 | ./libavcodec/cbs_av1_syntax_template.c 276 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 919 | ./libavcodec/cbs_av1_syntax_template.c 277 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 920 | ./libavcodec/cbs_av1_syntax_template.c 277 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 921 | ./libavcodec/cbs_av1_syntax_template.c 279 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 922 | ./libavcodec/cbs_av1_syntax_template.c 279 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 923 | ./libavcodec/cbs_av1_syntax_template.c 281 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 924 | ./libavcodec/cbs_av1_syntax_template.c 281 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 925 | ./libavcodec/cbs_av1_syntax_template.c 294 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 926 | ./libavcodec/cbs_av1_syntax_template.c 294 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 927 | ./libavcodec/cbs_av1_syntax_template.c 295 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 928 | ./libavcodec/cbs_av1_syntax_template.c 295 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 929 | ./libavcodec/cbs_av1_syntax_template.c 300 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 930 | ./libavcodec/cbs_av1_syntax_template.c 300 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 931 | ./libavcodec/cbs_av1_syntax_template.c 307 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 932 | ./libavcodec/cbs_av1_syntax_template.c 307 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 933 | ./libavcodec/cbs_av1_syntax_template.c 312 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 934 | ./libavcodec/cbs_av1_syntax_template.c 312 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 935 | ./libavcodec/cbs_av1_syntax_template.c 352 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 936 | ./libavcodec/cbs_av1_syntax_template.c 352 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 937 | ./libavcodec/cbs_av1_syntax_template.c 460 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 938 | ./libavcodec/cbs_av1_syntax_template.c 460 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 939 | ./libavcodec/cbs_av1_syntax_template.c 557 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 940 | ./libavcodec/cbs_av1_syntax_template.c 557 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 941 | ./libavcodec/cbs_av1_syntax_template.c 581 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 942 | ./libavcodec/cbs_av1_syntax_template.c 581 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 943 | ./libavcodec/cbs_av1_syntax_template.c 590 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 944 | ./libavcodec/cbs_av1_syntax_template.c 590 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 945 | ./libavcodec/cbs_av1_syntax_template.c 591 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 946 | ./libavcodec/cbs_av1_syntax_template.c 591 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 947 | ./libavcodec/cbs_av1_syntax_template.c 594 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 948 | ./libavcodec/cbs_av1_syntax_template.c 594 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 949 | ./libavcodec/cbs_av1_syntax_template.c 595 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 950 | ./libavcodec/cbs_av1_syntax_template.c 595 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 951 | ./libavcodec/cbs_av1_syntax_template.c 596 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 952 | ./libavcodec/cbs_av1_syntax_template.c 596 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 953 | ./libavcodec/cbs_av1_syntax_template.c 597 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 954 | ./libavcodec/cbs_av1_syntax_template.c 597 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 955 | ./libavcodec/cbs_av1_syntax_template.c 607 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 956 | ./libavcodec/cbs_av1_syntax_template.c 607 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 957 | ./libavcodec/cbs_av1_syntax_template.c 624 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 958 | ./libavcodec/cbs_av1_syntax_template.c 624 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 959 | ./libavcodec/cbs_av1_syntax_template.c 625 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 960 | ./libavcodec/cbs_av1_syntax_template.c 625 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 961 | ./libavcodec/cbs_av1_syntax_template.c 626 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 962 | ./libavcodec/cbs_av1_syntax_template.c 626 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 963 | ./libavcodec/cbs_av1_syntax_template.c 632 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 964 | ./libavcodec/cbs_av1_syntax_template.c 632 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 965 | ./libavcodec/cbs_av1_syntax_template.c 647 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 966 | ./libavcodec/cbs_av1_syntax_template.c 647 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 967 | ./libavcodec/cbs_av1_syntax_template.c 655 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 968 | ./libavcodec/cbs_av1_syntax_template.c 655 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 969 | ./libavcodec/cbs_av1_syntax_template.c 656 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 970 | ./libavcodec/cbs_av1_syntax_template.c 656 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 971 | ./libavcodec/cbs_av1_syntax_template.c 672 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 972 | ./libavcodec/cbs_av1_syntax_template.c 672 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 973 | ./libavcodec/cbs_av1_syntax_template.c 689 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 974 | ./libavcodec/cbs_av1_syntax_template.c 689 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 975 | ./libavcodec/cbs_av1_syntax_template.c 694 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 976 | ./libavcodec/cbs_av1_syntax_template.c 694 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 977 | ./libavcodec/cbs_av1_syntax_template.c 695 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 978 | ./libavcodec/cbs_av1_syntax_template.c 695 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 979 | ./libavcodec/cbs_av1_syntax_template.c 698 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 980 | ./libavcodec/cbs_av1_syntax_template.c 698 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 981 | ./libavcodec/cbs_av1_syntax_template.c 699 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 982 | ./libavcodec/cbs_av1_syntax_template.c 699 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 983 | ./libavcodec/cbs_av1_syntax_template.c 700 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 984 | ./libavcodec/cbs_av1_syntax_template.c 700 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 985 | ./libavcodec/cbs_av1_syntax_template.c 713 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 986 | ./libavcodec/cbs_av1_syntax_template.c 713 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 987 | ./libavcodec/cbs_av1_syntax_template.c 714 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 988 | ./libavcodec/cbs_av1_syntax_template.c 714 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 989 | ./libavcodec/cbs_av1_syntax_template.c 715 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 990 | ./libavcodec/cbs_av1_syntax_template.c 715 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 991 | ./libavcodec/cbs_av1_syntax_template.c 716 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 992 | ./libavcodec/cbs_av1_syntax_template.c 716 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 993 | ./libavcodec/cbs_av1_syntax_template.c 717 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 994 | ./libavcodec/cbs_av1_syntax_template.c 717 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 995 | ./libavcodec/cbs_av1_syntax_template.c 718 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 996 | ./libavcodec/cbs_av1_syntax_template.c 718 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 997 | ./libavcodec/cbs_av1_syntax_template.c 719 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 998 | ./libavcodec/cbs_av1_syntax_template.c 719 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 999 | ./libavcodec/cbs_av1_syntax_template.c 720 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1000 | ./libavcodec/cbs_av1_syntax_template.c 720 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1001 | ./libavcodec/cbs_av1_syntax_template.c 721 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1002 | ./libavcodec/cbs_av1_syntax_template.c 721 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1003 | ./libavcodec/cbs_av1_syntax_template.c 722 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1004 | ./libavcodec/cbs_av1_syntax_template.c 722 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1005 | ./libavcodec/cbs_av1_syntax_template.c 724 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1006 | ./libavcodec/cbs_av1_syntax_template.c 724 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1007 | ./libavcodec/cbs_av1_syntax_template.c 770 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1008 | ./libavcodec/cbs_av1_syntax_template.c 770 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1009 | ./libavcodec/cbs_av1_syntax_template.c 771 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1010 | ./libavcodec/cbs_av1_syntax_template.c 771 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1011 | ./libavcodec/cbs_av1_syntax_template.c 772 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1012 | ./libavcodec/cbs_av1_syntax_template.c 772 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1013 | ./libavcodec/cbs_av1_syntax_template.c 773 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1014 | ./libavcodec/cbs_av1_syntax_template.c 773 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1015 | ./libavcodec/cbs_av1_syntax_template.c 774 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1016 | ./libavcodec/cbs_av1_syntax_template.c 774 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1017 | ./libavcodec/cbs_av1_syntax_template.c 775 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1018 | ./libavcodec/cbs_av1_syntax_template.c 775 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1019 | ./libavcodec/cbs_av1_syntax_template.c 830 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1020 | ./libavcodec/cbs_av1_syntax_template.c 830 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1021 | ./libavcodec/cbs_av1_syntax_template.c 844 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1022 | ./libavcodec/cbs_av1_syntax_template.c 844 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1023 | ./libavcodec/cbs_av1_syntax_template.c 858 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1024 | ./libavcodec/cbs_av1_syntax_template.c 858 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1025 | ./libavcodec/cbs_av1_syntax_template.c 940 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1026 | ./libavcodec/cbs_av1_syntax_template.c 940 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1027 | ./libavcodec/cbs_av1_syntax_template.c 1041 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1028 | ./libavcodec/cbs_av1_syntax_template.c 1041 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1029 | ./libavcodec/cbs_av1_syntax_template.c 1055 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1030 | ./libavcodec/cbs_av1_syntax_template.c 1055 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1031 | ./libavcodec/cbs_av1_syntax_template.c 1064 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1032 | ./libavcodec/cbs_av1_syntax_template.c 1064 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1033 | ./libavcodec/cbs_av1_syntax_template.c 1065 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1034 | ./libavcodec/cbs_av1_syntax_template.c 1065 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1035 | ./libavcodec/cbs_av1_syntax_template.c 1136 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1036 | ./libavcodec/cbs_av1_syntax_template.c 1136 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1037 | ./libavcodec/cbs_av1_syntax_template.c 1137 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1038 | ./libavcodec/cbs_av1_syntax_template.c 1137 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1039 | ./libavcodec/cbs_av1_syntax_template.c 1138 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1040 | ./libavcodec/cbs_av1_syntax_template.c 1138 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1041 | ./libavcodec/cbs_av1_syntax_template.c 1139 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1042 | ./libavcodec/cbs_av1_syntax_template.c 1139 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1043 | ./libavcodec/cbs_av1_syntax_template.c 1161 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1044 | ./libavcodec/cbs_av1_syntax_template.c 1161 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1045 | ./libavcodec/cbs_av1_syntax_template.c 1163 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1046 | ./libavcodec/cbs_av1_syntax_template.c 1163 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1047 | ./libavcodec/cbs_av1_syntax_template.c 1180 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1048 | ./libavcodec/cbs_av1_syntax_template.c 1180 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1049 | ./libavcodec/cbs_av1_syntax_template.c 1186 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1050 | ./libavcodec/cbs_av1_syntax_template.c 1186 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1051 | ./libavcodec/cbs_av1_syntax_template.c 1204 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1052 | ./libavcodec/cbs_av1_syntax_template.c 1204 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1053 | ./libavcodec/cbs_av1_syntax_template.c 1211 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1054 | ./libavcodec/cbs_av1_syntax_template.c 1211 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1055 | ./libavcodec/cbs_av1_syntax_template.c 1213 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1056 | ./libavcodec/cbs_av1_syntax_template.c 1213 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1057 | ./libavcodec/cbs_av1_syntax_template.c 1235 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1058 | ./libavcodec/cbs_av1_syntax_template.c 1235 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1059 | ./libavcodec/cbs_av1_syntax_template.c 1239 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1060 | ./libavcodec/cbs_av1_syntax_template.c 1239 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1061 | ./libavcodec/cbs_av1_syntax_template.c 1241 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1062 | ./libavcodec/cbs_av1_syntax_template.c 1241 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1063 | ./libavcodec/cbs_av1_syntax_template.c 1250 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1064 | ./libavcodec/cbs_av1_syntax_template.c 1250 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1065 | ./libavcodec/cbs_av1_syntax_template.c 1253 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1066 | ./libavcodec/cbs_av1_syntax_template.c 1253 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1067 | ./libavcodec/cbs_av1_syntax_template.c 1277 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1068 | ./libavcodec/cbs_av1_syntax_template.c 1277 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1069 | ./libavcodec/cbs_av1_syntax_template.c 1300 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1070 | ./libavcodec/cbs_av1_syntax_template.c 1300 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1071 | ./libavcodec/cbs_av1_syntax_template.c 1304 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1072 | ./libavcodec/cbs_av1_syntax_template.c 1304 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1073 | ./libavcodec/cbs_av1_syntax_template.c 1313 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1074 | ./libavcodec/cbs_av1_syntax_template.c 1313 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1075 | ./libavcodec/cbs_av1_syntax_template.c 1316 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1076 | ./libavcodec/cbs_av1_syntax_template.c 1316 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1077 | ./libavcodec/cbs_av1_syntax_template.c 1318 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1078 | ./libavcodec/cbs_av1_syntax_template.c 1318 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1079 | ./libavcodec/cbs_av1_syntax_template.c 1341 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1080 | ./libavcodec/cbs_av1_syntax_template.c 1341 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1081 | ./libavcodec/cbs_av1_syntax_template.c 1351 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1082 | ./libavcodec/cbs_av1_syntax_template.c 1351 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1083 | ./libavcodec/cbs_av1_syntax_template.c 1355 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1084 | ./libavcodec/cbs_av1_syntax_template.c 1355 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1085 | ./libavcodec/cbs_av1_syntax_template.c 1363 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1086 | ./libavcodec/cbs_av1_syntax_template.c 1363 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1087 | ./libavcodec/cbs_av1_syntax_template.c 1425 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1088 | ./libavcodec/cbs_av1_syntax_template.c 1425 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1089 | ./libavcodec/cbs_av1_syntax_template.c 1570 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1090 | ./libavcodec/cbs_av1_syntax_template.c 1570 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1091 | ./libavcodec/cbs_av1_syntax_template.c 1573 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1092 | ./libavcodec/cbs_av1_syntax_template.c 1573 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1093 | ./libavcodec/cbs_av1_syntax_template.c 1574 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1094 | ./libavcodec/cbs_av1_syntax_template.c 1574 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1095 | ./libavcodec/cbs_av1_syntax_template.c 1778 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1096 | ./libavcodec/cbs_av1_syntax_template.c 1778 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1097 | ./libavcodec/cbs_h264_syntax_template.c 23 err V614 Uninitialized variable 'value' used.
|
|---|
| 1098 | ./libavcodec/cbs_h264_syntax_template.c 25 err V614 Uninitialized variable 'value' used.
|
|---|
| 1099 | ./libavcodec/cbs_h264_syntax_template.c 36 err V614 Uninitialized variable 'value' used.
|
|---|
| 1100 | ./libavcodec/cbs_h264_syntax_template.c 37 err V614 Uninitialized variable 'value' used.
|
|---|
| 1101 | ./libavcodec/cbs_h264_syntax_template.c 38 err V614 Uninitialized variable 'value' used.
|
|---|
| 1102 | ./libavcodec/cbs_h264_syntax_template.c 50 err V614 Uninitialized variable 'value' used.
|
|---|
| 1103 | ./libavcodec/cbs_h264_syntax_template.c 52 err V614 Uninitialized variable 'value' used.
|
|---|
| 1104 | ./libavcodec/cbs_h264_syntax_template.c 93 err V614 Uninitialized variable 'value' used.
|
|---|
| 1105 | ./libavcodec/cbs_h264_syntax_template.c 94 err V614 Uninitialized variable 'value' used.
|
|---|
| 1106 | ./libavcodec/cbs_h264_syntax_template.c 95 err V614 Uninitialized variable 'value' used.
|
|---|
| 1107 | ./libavcodec/cbs_h264_syntax_template.c 103 err V614 Uninitialized variable 'value' used.
|
|---|
| 1108 | ./libavcodec/cbs_h264_syntax_template.c 104 err V614 Uninitialized variable 'value' used.
|
|---|
| 1109 | ./libavcodec/cbs_h264_syntax_template.c 105 err V614 Uninitialized variable 'value' used.
|
|---|
| 1110 | ./libavcodec/cbs_h264_syntax_template.c 106 err V614 Uninitialized variable 'value' used.
|
|---|
| 1111 | ./libavcodec/cbs_h264_syntax_template.c 116 err V614 Uninitialized variable 'value' used.
|
|---|
| 1112 | ./libavcodec/cbs_h264_syntax_template.c 118 err V614 Uninitialized variable 'value' used.
|
|---|
| 1113 | ./libavcodec/cbs_h264_syntax_template.c 120 err V614 Uninitialized variable 'value' used.
|
|---|
| 1114 | ./libavcodec/cbs_h264_syntax_template.c 121 err V614 Uninitialized variable 'value' used.
|
|---|
| 1115 | ./libavcodec/cbs_h264_syntax_template.c 127 err V614 Uninitialized variable 'value' used.
|
|---|
| 1116 | ./libavcodec/cbs_h264_syntax_template.c 129 err V614 Uninitialized variable 'value' used.
|
|---|
| 1117 | ./libavcodec/cbs_h264_syntax_template.c 131 err V614 Uninitialized variable 'value' used.
|
|---|
| 1118 | ./libavcodec/cbs_h264_syntax_template.c 133 err V614 Uninitialized variable 'value' used.
|
|---|
| 1119 | ./libavcodec/cbs_h264_syntax_template.c 134 err V614 Uninitialized variable 'value' used.
|
|---|
| 1120 | ./libavcodec/cbs_h264_syntax_template.c 135 err V614 Uninitialized variable 'value' used.
|
|---|
| 1121 | ./libavcodec/cbs_h264_syntax_template.c 137 err V614 Uninitialized variable 'value' used.
|
|---|
| 1122 | ./libavcodec/cbs_h264_syntax_template.c 138 err V614 Uninitialized variable 'value' used.
|
|---|
| 1123 | ./libavcodec/cbs_h264_syntax_template.c 139 err V614 Uninitialized variable 'value' used.
|
|---|
| 1124 | ./libavcodec/cbs_h264_syntax_template.c 153 err V614 Uninitialized variable 'value' used.
|
|---|
| 1125 | ./libavcodec/cbs_h264_syntax_template.c 155 err V614 Uninitialized variable 'value' used.
|
|---|
| 1126 | ./libavcodec/cbs_h264_syntax_template.c 156 err V614 Uninitialized variable 'value' used.
|
|---|
| 1127 | ./libavcodec/cbs_h264_syntax_template.c 162 err V614 Uninitialized variable 'value' used.
|
|---|
| 1128 | ./libavcodec/cbs_h264_syntax_template.c 164 err V614 Uninitialized variable 'value' used.
|
|---|
| 1129 | ./libavcodec/cbs_h264_syntax_template.c 165 err V614 Uninitialized variable 'value' used.
|
|---|
| 1130 | ./libavcodec/cbs_h264_syntax_template.c 166 err V614 Uninitialized variable 'value' used.
|
|---|
| 1131 | ./libavcodec/cbs_h264_syntax_template.c 171 err V614 Uninitialized variable 'value' used.
|
|---|
| 1132 | ./libavcodec/cbs_h264_syntax_template.c 175 err V614 Uninitialized variable 'value' used.
|
|---|
| 1133 | ./libavcodec/cbs_h264_syntax_template.c 181 err V614 Uninitialized variable 'value' used.
|
|---|
| 1134 | ./libavcodec/cbs_h264_syntax_template.c 185 err V614 Uninitialized variable 'value' used.
|
|---|
| 1135 | ./libavcodec/cbs_h264_syntax_template.c 187 err V614 Uninitialized variable 'value' used.
|
|---|
| 1136 | ./libavcodec/cbs_h264_syntax_template.c 189 err V614 Uninitialized variable 'value' used.
|
|---|
| 1137 | ./libavcodec/cbs_h264_syntax_template.c 190 err V614 Uninitialized variable 'value' used.
|
|---|
| 1138 | ./libavcodec/cbs_h264_syntax_template.c 191 err V614 Uninitialized variable 'value' used.
|
|---|
| 1139 | ./libavcodec/cbs_h264_syntax_template.c 194 err V614 Uninitialized variable 'value' used.
|
|---|
| 1140 | ./libavcodec/cbs_h264_syntax_template.c 195 err V614 Uninitialized variable 'value' used.
|
|---|
| 1141 | ./libavcodec/cbs_h264_syntax_template.c 196 err V614 Uninitialized variable 'value' used.
|
|---|
| 1142 | ./libavcodec/cbs_h264_syntax_template.c 197 err V614 Uninitialized variable 'value' used.
|
|---|
| 1143 | ./libavcodec/cbs_h264_syntax_template.c 270 err V614 Uninitialized variable 'value' used.
|
|---|
| 1144 | ./libavcodec/cbs_h264_syntax_template.c 272 err V614 Uninitialized variable 'value' used.
|
|---|
| 1145 | ./libavcodec/cbs_h264_syntax_template.c 273 err V614 Uninitialized variable 'value' used.
|
|---|
| 1146 | ./libavcodec/cbs_h264_syntax_template.c 274 err V614 Uninitialized variable 'value' used.
|
|---|
| 1147 | ./libavcodec/cbs_h264_syntax_template.c 275 err V614 Uninitialized variable 'value' used.
|
|---|
| 1148 | ./libavcodec/cbs_h264_syntax_template.c 276 err V614 Uninitialized variable 'value' used.
|
|---|
| 1149 | ./libavcodec/cbs_h264_syntax_template.c 277 err V614 Uninitialized variable 'value' used.
|
|---|
| 1150 | ./libavcodec/cbs_h264_syntax_template.c 279 err V614 Uninitialized variable 'value' used.
|
|---|
| 1151 | ./libavcodec/cbs_h264_syntax_template.c 281 err V614 Uninitialized variable 'value' used.
|
|---|
| 1152 | ./libavcodec/cbs_h264_syntax_template.c 283 err V614 Uninitialized variable 'value' used.
|
|---|
| 1153 | ./libavcodec/cbs_h264_syntax_template.c 290 err V614 Uninitialized variable 'value' used.
|
|---|
| 1154 | ./libavcodec/cbs_h264_syntax_template.c 293 err V614 Uninitialized variable 'value' used.
|
|---|
| 1155 | ./libavcodec/cbs_h264_syntax_template.c 297 err V614 Uninitialized variable 'value' used.
|
|---|
| 1156 | ./libavcodec/cbs_h264_syntax_template.c 298 err V614 Uninitialized variable 'value' used.
|
|---|
| 1157 | ./libavcodec/cbs_h264_syntax_template.c 300 err V614 Uninitialized variable 'value' used.
|
|---|
| 1158 | ./libavcodec/cbs_h264_syntax_template.c 302 err V614 Uninitialized variable 'value' used.
|
|---|
| 1159 | ./libavcodec/cbs_h264_syntax_template.c 326 err V614 Uninitialized variable 'value' used.
|
|---|
| 1160 | ./libavcodec/cbs_h264_syntax_template.c 327 err V614 Uninitialized variable 'value' used.
|
|---|
| 1161 | ./libavcodec/cbs_h264_syntax_template.c 330 err V614 Uninitialized variable 'value' used.
|
|---|
| 1162 | ./libavcodec/cbs_h264_syntax_template.c 332 err V614 Uninitialized variable 'value' used.
|
|---|
| 1163 | ./libavcodec/cbs_h264_syntax_template.c 333 err V614 Uninitialized variable 'value' used.
|
|---|
| 1164 | ./libavcodec/cbs_h264_syntax_template.c 334 err V614 Uninitialized variable 'value' used.
|
|---|
| 1165 | ./libavcodec/cbs_h264_syntax_template.c 335 err V614 Uninitialized variable 'value' used.
|
|---|
| 1166 | ./libavcodec/cbs_h264_syntax_template.c 341 err V614 Uninitialized variable 'value' used.
|
|---|
| 1167 | ./libavcodec/cbs_h264_syntax_template.c 342 err V614 Uninitialized variable 'value' used.
|
|---|
| 1168 | ./libavcodec/cbs_h264_syntax_template.c 344 err V614 Uninitialized variable 'value' used.
|
|---|
| 1169 | ./libavcodec/cbs_h264_syntax_template.c 345 err V614 Uninitialized variable 'value' used.
|
|---|
| 1170 | ./libavcodec/cbs_h264_syntax_template.c 347 err V614 Uninitialized variable 'value' used.
|
|---|
| 1171 | ./libavcodec/cbs_h264_syntax_template.c 349 err V614 Uninitialized variable 'value' used.
|
|---|
| 1172 | ./libavcodec/cbs_h264_syntax_template.c 351 err V614 Uninitialized variable 'value' used.
|
|---|
| 1173 | ./libavcodec/cbs_h264_syntax_template.c 353 err V614 Uninitialized variable 'value' used.
|
|---|
| 1174 | ./libavcodec/cbs_h264_syntax_template.c 355 err V614 Uninitialized variable 'value' used.
|
|---|
| 1175 | ./libavcodec/cbs_h264_syntax_template.c 356 err V614 Uninitialized variable 'value' used.
|
|---|
| 1176 | ./libavcodec/cbs_h264_syntax_template.c 357 err V614 Uninitialized variable 'value' used.
|
|---|
| 1177 | ./libavcodec/cbs_h264_syntax_template.c 358 err V614 Uninitialized variable 'value' used.
|
|---|
| 1178 | ./libavcodec/cbs_h264_syntax_template.c 361 err V614 Uninitialized variable 'value' used.
|
|---|
| 1179 | ./libavcodec/cbs_h264_syntax_template.c 382 err V614 Uninitialized variable 'value' used.
|
|---|
| 1180 | ./libavcodec/cbs_h264_syntax_template.c 384 err V614 Uninitialized variable 'value' used.
|
|---|
| 1181 | ./libavcodec/cbs_h264_syntax_template.c 389 err V614 Uninitialized variable 'value' used.
|
|---|
| 1182 | ./libavcodec/cbs_h264_syntax_template.c 390 err V614 Uninitialized variable 'value' used.
|
|---|
| 1183 | ./libavcodec/cbs_h264_syntax_template.c 393 err V614 Uninitialized variable 'value' used.
|
|---|
| 1184 | ./libavcodec/cbs_h264_syntax_template.c 394 err V614 Uninitialized variable 'value' used.
|
|---|
| 1185 | ./libavcodec/cbs_h264_syntax_template.c 397 err V614 Uninitialized variable 'value' used.
|
|---|
| 1186 | ./libavcodec/cbs_h264_syntax_template.c 416 err V614 Uninitialized variable 'value' used.
|
|---|
| 1187 | ./libavcodec/cbs_h264_syntax_template.c 417 err V614 Uninitialized variable 'value' used.
|
|---|
| 1188 | ./libavcodec/cbs_h264_syntax_template.c 426 err V614 Uninitialized variable 'value' used.
|
|---|
| 1189 | ./libavcodec/cbs_h264_syntax_template.c 427 err V614 Uninitialized variable 'value' used.
|
|---|
| 1190 | ./libavcodec/cbs_h264_syntax_template.c 429 err V614 Uninitialized variable 'value' used.
|
|---|
| 1191 | ./libavcodec/cbs_h264_syntax_template.c 437 err V614 Uninitialized variable 'value' used.
|
|---|
| 1192 | ./libavcodec/cbs_h264_syntax_template.c 452 err V614 Uninitialized variable 'value' used.
|
|---|
| 1193 | ./libavcodec/cbs_h264_syntax_template.c 453 err V614 Uninitialized variable 'value' used.
|
|---|
| 1194 | ./libavcodec/cbs_h264_syntax_template.c 455 err V614 Uninitialized variable 'value' used.
|
|---|
| 1195 | ./libavcodec/cbs_h264_syntax_template.c 465 err V614 Uninitialized variable 'value' used.
|
|---|
| 1196 | ./libavcodec/cbs_h264_syntax_template.c 466 err V614 Uninitialized variable 'value' used.
|
|---|
| 1197 | ./libavcodec/cbs_h264_syntax_template.c 468 err V614 Uninitialized variable 'value' used.
|
|---|
| 1198 | ./libavcodec/cbs_h264_syntax_template.c 469 err V614 Uninitialized variable 'value' used.
|
|---|
| 1199 | ./libavcodec/cbs_h264_syntax_template.c 471 err V614 Uninitialized variable 'value' used.
|
|---|
| 1200 | ./libavcodec/cbs_h264_syntax_template.c 472 err V614 Uninitialized variable 'value' used.
|
|---|
| 1201 | ./libavcodec/cbs_h264_syntax_template.c 473 err V614 Uninitialized variable 'value' used.
|
|---|
| 1202 | ./libavcodec/cbs_h264_syntax_template.c 475 err V614 Uninitialized variable 'value' used.
|
|---|
| 1203 | ./libavcodec/cbs_h264_syntax_template.c 476 err V614 Uninitialized variable 'value' used.
|
|---|
| 1204 | ./libavcodec/cbs_h264_syntax_template.c 477 err V614 Uninitialized variable 'value' used.
|
|---|
| 1205 | ./libavcodec/cbs_h264_syntax_template.c 481 err V614 Uninitialized variable 'value' used.
|
|---|
| 1206 | ./libavcodec/cbs_h264_syntax_template.c 483 err V614 Uninitialized variable 'value' used.
|
|---|
| 1207 | ./libavcodec/cbs_h264_syntax_template.c 501 err V614 Uninitialized variable 'value' used.
|
|---|
| 1208 | ./libavcodec/cbs_h264_syntax_template.c 522 err V614 Uninitialized variable 'value' used.
|
|---|
| 1209 | ./libavcodec/cbs_h264_syntax_template.c 566 err V614 Uninitialized variable 'value' used.
|
|---|
| 1210 | ./libavcodec/cbs_h264_syntax_template.c 567 err V614 Uninitialized variable 'value' used.
|
|---|
| 1211 | ./libavcodec/cbs_h264_syntax_template.c 568 err V614 Uninitialized variable 'value' used.
|
|---|
| 1212 | ./libavcodec/cbs_h264_syntax_template.c 569 err V614 Uninitialized variable 'value' used.
|
|---|
| 1213 | ./libavcodec/cbs_h264_syntax_template.c 570 err V614 Uninitialized variable 'value' used.
|
|---|
| 1214 | ./libavcodec/cbs_h264_syntax_template.c 571 err V614 Uninitialized variable 'value' used.
|
|---|
| 1215 | ./libavcodec/cbs_h264_syntax_template.c 572 err V614 Uninitialized variable 'value' used.
|
|---|
| 1216 | ./libavcodec/cbs_h264_syntax_template.c 574 err V614 Uninitialized variable 'value' used.
|
|---|
| 1217 | ./libavcodec/cbs_h264_syntax_template.c 575 err V614 Uninitialized variable 'value' used.
|
|---|
| 1218 | ./libavcodec/cbs_h264_syntax_template.c 576 err V614 Uninitialized variable 'value' used.
|
|---|
| 1219 | ./libavcodec/cbs_h264_syntax_template.c 578 err V614 Uninitialized variable 'value' used.
|
|---|
| 1220 | ./libavcodec/cbs_h264_syntax_template.c 580 err V614 Uninitialized variable 'value' used.
|
|---|
| 1221 | ./libavcodec/cbs_h264_syntax_template.c 581 err V614 Uninitialized variable 'value' used.
|
|---|
| 1222 | ./libavcodec/cbs_h264_syntax_template.c 583 err V614 Uninitialized variable 'value' used.
|
|---|
| 1223 | ./libavcodec/cbs_h264_syntax_template.c 584 err V614 Uninitialized variable 'value' used.
|
|---|
| 1224 | ./libavcodec/cbs_h264_syntax_template.c 586 err V614 Uninitialized variable 'value' used.
|
|---|
| 1225 | ./libavcodec/cbs_h264_syntax_template.c 599 err V614 Uninitialized variable 'value' used.
|
|---|
| 1226 | ./libavcodec/cbs_h264_syntax_template.c 652 err V614 Uninitialized variable 'value' used.
|
|---|
| 1227 | ./libavcodec/cbs_h264_syntax_template.c 653 err V614 Uninitialized variable 'value' used.
|
|---|
| 1228 | ./libavcodec/cbs_h264_syntax_template.c 662 err V614 Uninitialized variable 'value' used.
|
|---|
| 1229 | ./libavcodec/cbs_h264_syntax_template.c 684 err V614 Uninitialized variable 'value' used.
|
|---|
| 1230 | ./libavcodec/cbs_h264_syntax_template.c 685 err V614 Uninitialized variable 'value' used.
|
|---|
| 1231 | ./libavcodec/cbs_h264_syntax_template.c 688 err V614 Uninitialized variable 'value' used.
|
|---|
| 1232 | ./libavcodec/cbs_h264_syntax_template.c 697 err V614 Uninitialized variable 'value' used.
|
|---|
| 1233 | ./libavcodec/cbs_h264_syntax_template.c 711 err V614 Uninitialized variable 'value' used.
|
|---|
| 1234 | ./libavcodec/cbs_h264_syntax_template.c 715 err V614 Uninitialized variable 'value' used.
|
|---|
| 1235 | ./libavcodec/cbs_h264_syntax_template.c 774 err V614 Uninitialized variable 'value' used.
|
|---|
| 1236 | ./libavcodec/cbs_h264_syntax_template.c 775 err V614 Uninitialized variable 'value' used.
|
|---|
| 1237 | ./libavcodec/cbs_h264_syntax_template.c 776 err V614 Uninitialized variable 'value' used.
|
|---|
| 1238 | ./libavcodec/cbs_h264_syntax_template.c 777 err V614 Uninitialized variable 'value' used.
|
|---|
| 1239 | ./libavcodec/cbs_h264_syntax_template.c 789 err V614 Uninitialized variable 'value' used.
|
|---|
| 1240 | ./libavcodec/cbs_h264_syntax_template.c 791 err V614 Uninitialized variable 'value' used.
|
|---|
| 1241 | ./libavcodec/cbs_h264_syntax_template.c 792 err V614 Uninitialized variable 'value' used.
|
|---|
| 1242 | ./libavcodec/cbs_h264_syntax_template.c 793 err V614 Uninitialized variable 'value' used.
|
|---|
| 1243 | ./libavcodec/cbs_h264_syntax_template.c 794 err V614 Uninitialized variable 'value' used.
|
|---|
| 1244 | ./libavcodec/cbs_h264_syntax_template.c 795 err V614 Uninitialized variable 'value' used.
|
|---|
| 1245 | ./libavcodec/cbs_h264_syntax_template.c 813 err V614 Uninitialized variable 'value' used.
|
|---|
| 1246 | ./libavcodec/cbs_h264_syntax_template.c 814 err V614 Uninitialized variable 'value' used.
|
|---|
| 1247 | ./libavcodec/cbs_h264_syntax_template.c 816 err V614 Uninitialized variable 'value' used.
|
|---|
| 1248 | ./libavcodec/cbs_h264_syntax_template.c 817 err V614 Uninitialized variable 'value' used.
|
|---|
| 1249 | ./libavcodec/cbs_h264_syntax_template.c 830 err V614 Uninitialized variable 'value' used.
|
|---|
| 1250 | ./libavcodec/cbs_h264_syntax_template.c 863 err V614 Uninitialized variable 'value' used.
|
|---|
| 1251 | ./libavcodec/cbs_h264_syntax_template.c 902 err V614 Uninitialized variable 'value' used.
|
|---|
| 1252 | ./libavcodec/cbs_h264_syntax_template.c 904 err V614 Uninitialized variable 'value' used.
|
|---|
| 1253 | ./libavcodec/cbs_h264_syntax_template.c 941 err V614 Uninitialized variable 'value' used.
|
|---|
| 1254 | ./libavcodec/cbs_h264_syntax_template.c 944 err V614 Uninitialized variable 'value' used.
|
|---|
| 1255 | ./libavcodec/cbs_h264_syntax_template.c 948 err V614 Uninitialized variable 'value' used.
|
|---|
| 1256 | ./libavcodec/cbs_h264_syntax_template.c 951 err V614 Uninitialized variable 'value' used.
|
|---|
| 1257 | ./libavcodec/cbs_h264_syntax_template.c 1016 err V614 Uninitialized variable 'value' used.
|
|---|
| 1258 | ./libavcodec/cbs_h264_syntax_template.c 1032 err V614 Uninitialized variable 'value' used.
|
|---|
| 1259 | ./libavcodec/cbs_h264_syntax_template.c 1035 err V614 Uninitialized variable 'value' used.
|
|---|
| 1260 | ./libavcodec/cbs_h264_syntax_template.c 1043 err V614 Uninitialized variable 'value' used.
|
|---|
| 1261 | ./libavcodec/cbs_h264_syntax_template.c 1048 err V614 Uninitialized variable 'value' used.
|
|---|
| 1262 | ./libavcodec/cbs_h264_syntax_template.c 1056 err V614 Uninitialized variable 'value' used.
|
|---|
| 1263 | ./libavcodec/cbs_h264_syntax_template.c 1059 err V614 Uninitialized variable 'value' used.
|
|---|
| 1264 | ./libavcodec/cbs_h264_syntax_template.c 1067 err V614 Uninitialized variable 'value' used.
|
|---|
| 1265 | ./libavcodec/cbs_h264_syntax_template.c 1072 err V614 Uninitialized variable 'value' used.
|
|---|
| 1266 | ./libavcodec/cbs_h264_syntax_template.c 1090 err V614 Uninitialized variable 'value' used.
|
|---|
| 1267 | ./libavcodec/cbs_h264_syntax_template.c 1094 err V614 Uninitialized variable 'value' used.
|
|---|
| 1268 | ./libavcodec/cbs_h264_syntax_template.c 1144 err V614 Uninitialized variable 'value' used.
|
|---|
| 1269 | ./libavcodec/cbs_h264_syntax_template.c 1145 err V614 Uninitialized variable 'value' used.
|
|---|
| 1270 | ./libavcodec/cbs_h264_syntax_template.c 1147 err V614 Uninitialized variable 'value' used.
|
|---|
| 1271 | ./libavcodec/cbs_h264_syntax_template.c 1150 err V614 Uninitialized variable 'value' used.
|
|---|
| 1272 | ./libavcodec/cbs_h264_syntax_template.c 1159 err V614 Uninitialized variable 'value' used.
|
|---|
| 1273 | ./libavcodec/cbs_h264_syntax_template.c 1163 err V614 Uninitialized variable 'value' used.
|
|---|
| 1274 | ./libavcodec/cbs_h264_syntax_template.c 1167 err V614 Uninitialized variable 'value' used.
|
|---|
| 1275 | ./libavcodec/cbs_h264_syntax_template.c 1171 err V614 Uninitialized variable 'value' used.
|
|---|
| 1276 | ./libavcodec/cbs_h264_syntax_template.c 1216 err V614 Uninitialized variable 'value' used.
|
|---|
| 1277 | ./libavcodec/cbs_h264_syntax_template.c 1217 err V614 Uninitialized variable 'value' used.
|
|---|
| 1278 | ./libavcodec/cbs_h264_syntax_template.c 1231 err V614 Uninitialized variable 'value' used.
|
|---|
| 1279 | ./libavcodec/cbs_h264_syntax_template.c 1250 err V614 Uninitialized variable 'value' used.
|
|---|
| 1280 | ./libavcodec/cbs_h264_syntax_template.c 1252 err V614 Uninitialized variable 'value' used.
|
|---|
| 1281 | ./libavcodec/cbs_h264_syntax_template.c 1255 err V614 Uninitialized variable 'value' used.
|
|---|
| 1282 | ./libavcodec/cbs_h264_syntax_template.c 1257 err V614 Uninitialized variable 'value' used.
|
|---|
| 1283 | ./libavcodec/cbs_h264_syntax_template.c 1266 err V614 Uninitialized variable 'value' used.
|
|---|
| 1284 | ./libavcodec/cbs_h264_syntax_template.c 1269 err V614 Uninitialized variable 'value' used.
|
|---|
| 1285 | ./libavcodec/cbs_h264_syntax_template.c 1272 err V614 Uninitialized variable 'value' used.
|
|---|
| 1286 | ./libavcodec/cbs_h264_syntax_template.c 1276 err V614 Uninitialized variable 'value' used.
|
|---|
| 1287 | ./libavcodec/cbs_h264_syntax_template.c 1279 err V614 Uninitialized variable 'value' used.
|
|---|
| 1288 | ./libavcodec/cbs_h264_syntax_template.c 1289 err V614 Uninitialized variable 'value' used.
|
|---|
| 1289 | ./libavcodec/cbs_h264_syntax_template.c 1299 err V614 Uninitialized variable 'value' used.
|
|---|
| 1290 | ./libavcodec/cbs_h264_syntax_template.c 1302 err V614 Uninitialized variable 'value' used.
|
|---|
| 1291 | ./libavcodec/cbs_h264_syntax_template.c 1304 err V614 Uninitialized variable 'value' used.
|
|---|
| 1292 | ./libavcodec/cbs_h264_syntax_template.c 1306 err V614 Uninitialized variable 'value' used.
|
|---|
| 1293 | ./libavcodec/cbs_h264_syntax_template.c 1334 err V614 Uninitialized variable 'value' used.
|
|---|
| 1294 | ./libavcodec/cbs_h264_syntax_template.c 1337 err V614 Uninitialized variable 'value' used.
|
|---|
| 1295 | ./libavcodec/cbs_h264_syntax_template.c 1341 err V614 Uninitialized variable 'value' used.
|
|---|
| 1296 | ./libavcodec/cbs_h264_syntax_template.c 1342 err V614 Uninitialized variable 'value' used.
|
|---|
| 1297 | ./libavcodec/cbs_h264_syntax_template.c 1346 err V614 Uninitialized variable 'value' used.
|
|---|
| 1298 | ./libavcodec/cbs_h264_syntax_template.c 1348 err V614 Uninitialized variable 'value' used.
|
|---|
| 1299 | ./libavcodec/cbs_h264_syntax_template.c 1349 err V614 Uninitialized variable 'value' used.
|
|---|
| 1300 | ./libavcodec/cbs_h264_syntax_template.c 1371 err V614 Uninitialized variable 'value' used.
|
|---|
| 1301 | ./libavcodec/cbs_h264_syntax_template.c 1376 err V614 Uninitialized variable 'value' used.
|
|---|
| 1302 | ./libavcodec/cbs_h264_syntax_template.c 1394 err V614 Uninitialized variable 'value' used.
|
|---|
| 1303 | ./libavcodec/cbs_h265_syntax_template.c 23 err V614 Uninitialized variable 'value' used.
|
|---|
| 1304 | ./libavcodec/cbs_h265_syntax_template.c 25 err V614 Uninitialized variable 'value' used.
|
|---|
| 1305 | ./libavcodec/cbs_h265_syntax_template.c 36 err V614 Uninitialized variable 'value' used.
|
|---|
| 1306 | ./libavcodec/cbs_h265_syntax_template.c 39 err V614 Uninitialized variable 'value' used.
|
|---|
| 1307 | ./libavcodec/cbs_h265_syntax_template.c 42 err V614 Uninitialized variable 'value' used.
|
|---|
| 1308 | ./libavcodec/cbs_h265_syntax_template.c 42 err V523 The 'then' statement is equivalent to the 'else' statement.
|
|---|
| 1309 | ./libavcodec/cbs_h265_syntax_template.c 44 err V614 Uninitialized variable 'value' used.
|
|---|
| 1310 | ./libavcodec/cbs_h265_syntax_template.c 45 err V614 Uninitialized variable 'value' used.
|
|---|
| 1311 | ./libavcodec/cbs_h265_syntax_template.c 54 err V614 Uninitialized variable 'value' used.
|
|---|
| 1312 | ./libavcodec/cbs_h265_syntax_template.c 56 err V614 Uninitialized variable 'value' used.
|
|---|
| 1313 | ./libavcodec/cbs_h265_syntax_template.c 77 err V614 Uninitialized variable 'value' used.
|
|---|
| 1314 | ./libavcodec/cbs_h265_syntax_template.c 96 err V614 Uninitialized variable 'value' used.
|
|---|
| 1315 | ./libavcodec/cbs_h265_syntax_template.c 97 err V614 Uninitialized variable 'value' used.
|
|---|
| 1316 | ./libavcodec/cbs_h265_syntax_template.c 98 err V614 Uninitialized variable 'value' used.
|
|---|
| 1317 | ./libavcodec/cbs_h265_syntax_template.c 103 err V614 Uninitialized variable 'value' used.
|
|---|
| 1318 | ./libavcodec/cbs_h265_syntax_template.c 104 err V614 Uninitialized variable 'value' used.
|
|---|
| 1319 | ./libavcodec/cbs_h265_syntax_template.c 105 err V614 Uninitialized variable 'value' used.
|
|---|
| 1320 | ./libavcodec/cbs_h265_syntax_template.c 106 err V614 Uninitialized variable 'value' used.
|
|---|
| 1321 | ./libavcodec/cbs_h265_syntax_template.c 114 err V614 Uninitialized variable 'value' used.
|
|---|
| 1322 | ./libavcodec/cbs_h265_syntax_template.c 115 err V614 Uninitialized variable 'value' used.
|
|---|
| 1323 | ./libavcodec/cbs_h265_syntax_template.c 116 err V614 Uninitialized variable 'value' used.
|
|---|
| 1324 | ./libavcodec/cbs_h265_syntax_template.c 117 err V614 Uninitialized variable 'value' used.
|
|---|
| 1325 | ./libavcodec/cbs_h265_syntax_template.c 118 err V614 Uninitialized variable 'value' used.
|
|---|
| 1326 | ./libavcodec/cbs_h265_syntax_template.c 119 err V614 Uninitialized variable 'value' used.
|
|---|
| 1327 | ./libavcodec/cbs_h265_syntax_template.c 120 err V614 Uninitialized variable 'value' used.
|
|---|
| 1328 | ./libavcodec/cbs_h265_syntax_template.c 121 err V614 Uninitialized variable 'value' used.
|
|---|
| 1329 | ./libavcodec/cbs_h265_syntax_template.c 122 err V614 Uninitialized variable 'value' used.
|
|---|
| 1330 | ./libavcodec/cbs_h265_syntax_template.c 126 err V614 Uninitialized variable 'value' used.
|
|---|
| 1331 | ./libavcodec/cbs_h265_syntax_template.c 127 err V614 Uninitialized variable 'value' used.
|
|---|
| 1332 | ./libavcodec/cbs_h265_syntax_template.c 128 err V614 Uninitialized variable 'value' used.
|
|---|
| 1333 | ./libavcodec/cbs_h265_syntax_template.c 130 err V614 Uninitialized variable 'value' used.
|
|---|
| 1334 | ./libavcodec/cbs_h265_syntax_template.c 131 err V614 Uninitialized variable 'value' used.
|
|---|
| 1335 | ./libavcodec/cbs_h265_syntax_template.c 134 err V614 Uninitialized variable 'value' used.
|
|---|
| 1336 | ./libavcodec/cbs_h265_syntax_template.c 135 err V614 Uninitialized variable 'value' used.
|
|---|
| 1337 | ./libavcodec/cbs_h265_syntax_template.c 136 err V614 Uninitialized variable 'value' used.
|
|---|
| 1338 | ./libavcodec/cbs_h265_syntax_template.c 137 err V614 Uninitialized variable 'value' used.
|
|---|
| 1339 | ./libavcodec/cbs_h265_syntax_template.c 139 err V614 Uninitialized variable 'value' used.
|
|---|
| 1340 | ./libavcodec/cbs_h265_syntax_template.c 140 err V614 Uninitialized variable 'value' used.
|
|---|
| 1341 | ./libavcodec/cbs_h265_syntax_template.c 146 err V614 Uninitialized variable 'value' used.
|
|---|
| 1342 | ./libavcodec/cbs_h265_syntax_template.c 148 err V614 Uninitialized variable 'value' used.
|
|---|
| 1343 | ./libavcodec/cbs_h265_syntax_template.c 153 err V614 Uninitialized variable 'value' used.
|
|---|
| 1344 | ./libavcodec/cbs_h265_syntax_template.c 162 err V614 Uninitialized variable 'value' used.
|
|---|
| 1345 | ./libavcodec/cbs_h265_syntax_template.c 197 err V614 Uninitialized variable 'value' used.
|
|---|
| 1346 | ./libavcodec/cbs_h265_syntax_template.c 198 err V614 Uninitialized variable 'value' used.
|
|---|
| 1347 | ./libavcodec/cbs_h265_syntax_template.c 200 err V614 Uninitialized variable 'value' used.
|
|---|
| 1348 | ./libavcodec/cbs_h265_syntax_template.c 201 err V614 Uninitialized variable 'value' used.
|
|---|
| 1349 | ./libavcodec/cbs_h265_syntax_template.c 204 err V614 Uninitialized variable 'value' used.
|
|---|
| 1350 | ./libavcodec/cbs_h265_syntax_template.c 206 err V614 Uninitialized variable 'value' used.
|
|---|
| 1351 | ./libavcodec/cbs_h265_syntax_template.c 207 err V614 Uninitialized variable 'value' used.
|
|---|
| 1352 | ./libavcodec/cbs_h265_syntax_template.c 209 err V614 Uninitialized variable 'value' used.
|
|---|
| 1353 | ./libavcodec/cbs_h265_syntax_template.c 210 err V614 Uninitialized variable 'value' used.
|
|---|
| 1354 | ./libavcodec/cbs_h265_syntax_template.c 218 err V614 Uninitialized variable 'value' used.
|
|---|
| 1355 | ./libavcodec/cbs_h265_syntax_template.c 261 err V614 Uninitialized variable 'value' used.
|
|---|
| 1356 | ./libavcodec/cbs_h265_syntax_template.c 262 err V614 Uninitialized variable 'value' used.
|
|---|
| 1357 | ./libavcodec/cbs_h265_syntax_template.c 266 err V614 Uninitialized variable 'value' used.
|
|---|
| 1358 | ./libavcodec/cbs_h265_syntax_template.c 268 err V614 Uninitialized variable 'value' used.
|
|---|
| 1359 | ./libavcodec/cbs_h265_syntax_template.c 269 err V614 Uninitialized variable 'value' used.
|
|---|
| 1360 | ./libavcodec/cbs_h265_syntax_template.c 270 err V614 Uninitialized variable 'value' used.
|
|---|
| 1361 | ./libavcodec/cbs_h265_syntax_template.c 271 err V614 Uninitialized variable 'value' used.
|
|---|
| 1362 | ./libavcodec/cbs_h265_syntax_template.c 274 err V614 Uninitialized variable 'value' used.
|
|---|
| 1363 | ./libavcodec/cbs_h265_syntax_template.c 275 err V614 Uninitialized variable 'value' used.
|
|---|
| 1364 | ./libavcodec/cbs_h265_syntax_template.c 277 err V614 Uninitialized variable 'value' used.
|
|---|
| 1365 | ./libavcodec/cbs_h265_syntax_template.c 279 err V614 Uninitialized variable 'value' used.
|
|---|
| 1366 | ./libavcodec/cbs_h265_syntax_template.c 280 err V614 Uninitialized variable 'value' used.
|
|---|
| 1367 | ./libavcodec/cbs_h265_syntax_template.c 281 err V614 Uninitialized variable 'value' used.
|
|---|
| 1368 | ./libavcodec/cbs_h265_syntax_template.c 324 err V614 Uninitialized variable 'value' used.
|
|---|
| 1369 | ./libavcodec/cbs_h265_syntax_template.c 326 err V614 Uninitialized variable 'value' used.
|
|---|
| 1370 | ./libavcodec/cbs_h265_syntax_template.c 328 err V614 Uninitialized variable 'value' used.
|
|---|
| 1371 | ./libavcodec/cbs_h265_syntax_template.c 329 err V614 Uninitialized variable 'value' used.
|
|---|
| 1372 | ./libavcodec/cbs_h265_syntax_template.c 335 err V614 Uninitialized variable 'value' used.
|
|---|
| 1373 | ./libavcodec/cbs_h265_syntax_template.c 337 err V614 Uninitialized variable 'value' used.
|
|---|
| 1374 | ./libavcodec/cbs_h265_syntax_template.c 339 err V614 Uninitialized variable 'value' used.
|
|---|
| 1375 | ./libavcodec/cbs_h265_syntax_template.c 341 err V614 Uninitialized variable 'value' used.
|
|---|
| 1376 | ./libavcodec/cbs_h265_syntax_template.c 342 err V614 Uninitialized variable 'value' used.
|
|---|
| 1377 | ./libavcodec/cbs_h265_syntax_template.c 343 err V614 Uninitialized variable 'value' used.
|
|---|
| 1378 | ./libavcodec/cbs_h265_syntax_template.c 345 err V614 Uninitialized variable 'value' used.
|
|---|
| 1379 | ./libavcodec/cbs_h265_syntax_template.c 346 err V614 Uninitialized variable 'value' used.
|
|---|
| 1380 | ./libavcodec/cbs_h265_syntax_template.c 347 err V614 Uninitialized variable 'value' used.
|
|---|
| 1381 | ./libavcodec/cbs_h265_syntax_template.c 361 err V614 Uninitialized variable 'value' used.
|
|---|
| 1382 | ./libavcodec/cbs_h265_syntax_template.c 363 err V614 Uninitialized variable 'value' used.
|
|---|
| 1383 | ./libavcodec/cbs_h265_syntax_template.c 364 err V614 Uninitialized variable 'value' used.
|
|---|
| 1384 | ./libavcodec/cbs_h265_syntax_template.c 370 err V614 Uninitialized variable 'value' used.
|
|---|
| 1385 | ./libavcodec/cbs_h265_syntax_template.c 371 err V614 Uninitialized variable 'value' used.
|
|---|
| 1386 | ./libavcodec/cbs_h265_syntax_template.c 372 err V614 Uninitialized variable 'value' used.
|
|---|
| 1387 | ./libavcodec/cbs_h265_syntax_template.c 374 err V614 Uninitialized variable 'value' used.
|
|---|
| 1388 | ./libavcodec/cbs_h265_syntax_template.c 376 err V614 Uninitialized variable 'value' used.
|
|---|
| 1389 | ./libavcodec/cbs_h265_syntax_template.c 377 err V614 Uninitialized variable 'value' used.
|
|---|
| 1390 | ./libavcodec/cbs_h265_syntax_template.c 378 err V614 Uninitialized variable 'value' used.
|
|---|
| 1391 | ./libavcodec/cbs_h265_syntax_template.c 379 err V614 Uninitialized variable 'value' used.
|
|---|
| 1392 | ./libavcodec/cbs_h265_syntax_template.c 382 err V614 Uninitialized variable 'value' used.
|
|---|
| 1393 | ./libavcodec/cbs_h265_syntax_template.c 384 err V614 Uninitialized variable 'value' used.
|
|---|
| 1394 | ./libavcodec/cbs_h265_syntax_template.c 385 err V614 Uninitialized variable 'value' used.
|
|---|
| 1395 | ./libavcodec/cbs_h265_syntax_template.c 386 err V614 Uninitialized variable 'value' used.
|
|---|
| 1396 | ./libavcodec/cbs_h265_syntax_template.c 388 err V614 Uninitialized variable 'value' used.
|
|---|
| 1397 | ./libavcodec/cbs_h265_syntax_template.c 390 err V614 Uninitialized variable 'value' used.
|
|---|
| 1398 | ./libavcodec/cbs_h265_syntax_template.c 397 err V614 Uninitialized variable 'value' used.
|
|---|
| 1399 | ./libavcodec/cbs_h265_syntax_template.c 399 err V614 Uninitialized variable 'value' used.
|
|---|
| 1400 | ./libavcodec/cbs_h265_syntax_template.c 400 err V614 Uninitialized variable 'value' used.
|
|---|
| 1401 | ./libavcodec/cbs_h265_syntax_template.c 401 err V614 Uninitialized variable 'value' used.
|
|---|
| 1402 | ./libavcodec/cbs_h265_syntax_template.c 402 err V614 Uninitialized variable 'value' used.
|
|---|
| 1403 | ./libavcodec/cbs_h265_syntax_template.c 403 err V614 Uninitialized variable 'value' used.
|
|---|
| 1404 | ./libavcodec/cbs_h265_syntax_template.c 404 err V614 Uninitialized variable 'value' used.
|
|---|
| 1405 | ./libavcodec/cbs_h265_syntax_template.c 405 err V614 Uninitialized variable 'value' used.
|
|---|
| 1406 | ./libavcodec/cbs_h265_syntax_template.c 406 err V614 Uninitialized variable 'value' used.
|
|---|
| 1407 | ./libavcodec/cbs_h265_syntax_template.c 429 err V614 Uninitialized variable 'value' used.
|
|---|
| 1408 | ./libavcodec/cbs_h265_syntax_template.c 431 err V614 Uninitialized variable 'value' used.
|
|---|
| 1409 | ./libavcodec/cbs_h265_syntax_template.c 432 err V614 Uninitialized variable 'value' used.
|
|---|
| 1410 | ./libavcodec/cbs_h265_syntax_template.c 433 err V614 Uninitialized variable 'value' used.
|
|---|
| 1411 | ./libavcodec/cbs_h265_syntax_template.c 434 err V614 Uninitialized variable 'value' used.
|
|---|
| 1412 | ./libavcodec/cbs_h265_syntax_template.c 435 err V614 Uninitialized variable 'value' used.
|
|---|
| 1413 | ./libavcodec/cbs_h265_syntax_template.c 445 err V614 Uninitialized variable 'value' used.
|
|---|
| 1414 | ./libavcodec/cbs_h265_syntax_template.c 450 err V614 Uninitialized variable 'value' used.
|
|---|
| 1415 | ./libavcodec/cbs_h265_syntax_template.c 472 err V614 Uninitialized variable 'value' used.
|
|---|
| 1416 | ./libavcodec/cbs_h265_syntax_template.c 473 err V614 Uninitialized variable 'value' used.
|
|---|
| 1417 | ./libavcodec/cbs_h265_syntax_template.c 481 err V614 Uninitialized variable 'value' used.
|
|---|
| 1418 | ./libavcodec/cbs_h265_syntax_template.c 483 err V614 Uninitialized variable 'value' used.
|
|---|
| 1419 | ./libavcodec/cbs_h265_syntax_template.c 484 err V614 Uninitialized variable 'value' used.
|
|---|
| 1420 | ./libavcodec/cbs_h265_syntax_template.c 485 err V614 Uninitialized variable 'value' used.
|
|---|
| 1421 | ./libavcodec/cbs_h265_syntax_template.c 487 err V614 Uninitialized variable 'value' used.
|
|---|
| 1422 | ./libavcodec/cbs_h265_syntax_template.c 488 err V614 Uninitialized variable 'value' used.
|
|---|
| 1423 | ./libavcodec/cbs_h265_syntax_template.c 504 err V614 Uninitialized variable 'value' used.
|
|---|
| 1424 | ./libavcodec/cbs_h265_syntax_template.c 520 err V614 Uninitialized variable 'value' used.
|
|---|
| 1425 | ./libavcodec/cbs_h265_syntax_template.c 534 err V614 Uninitialized variable 'value' used.
|
|---|
| 1426 | ./libavcodec/cbs_h265_syntax_template.c 542 err V614 Uninitialized variable 'value' used.
|
|---|
| 1427 | ./libavcodec/cbs_h265_syntax_template.c 543 err V614 Uninitialized variable 'value' used.
|
|---|
| 1428 | ./libavcodec/cbs_h265_syntax_template.c 641 err V614 Uninitialized variable 'value' used.
|
|---|
| 1429 | ./libavcodec/cbs_h265_syntax_template.c 642 err V614 Uninitialized variable 'value' used.
|
|---|
| 1430 | ./libavcodec/cbs_h265_syntax_template.c 694 err V614 Uninitialized variable 'value' used.
|
|---|
| 1431 | ./libavcodec/cbs_h265_syntax_template.c 695 err V614 Uninitialized variable 'value' used.
|
|---|
| 1432 | ./libavcodec/cbs_h265_syntax_template.c 696 err V614 Uninitialized variable 'value' used.
|
|---|
| 1433 | ./libavcodec/cbs_h265_syntax_template.c 697 err V614 Uninitialized variable 'value' used.
|
|---|
| 1434 | ./libavcodec/cbs_h265_syntax_template.c 698 err V614 Uninitialized variable 'value' used.
|
|---|
| 1435 | ./libavcodec/cbs_h265_syntax_template.c 699 err V614 Uninitialized variable 'value' used.
|
|---|
| 1436 | ./libavcodec/cbs_h265_syntax_template.c 700 err V614 Uninitialized variable 'value' used.
|
|---|
| 1437 | ./libavcodec/cbs_h265_syntax_template.c 701 err V614 Uninitialized variable 'value' used.
|
|---|
| 1438 | ./libavcodec/cbs_h265_syntax_template.c 702 err V614 Uninitialized variable 'value' used.
|
|---|
| 1439 | ./libavcodec/cbs_h265_syntax_template.c 712 err V614 Uninitialized variable 'value' used.
|
|---|
| 1440 | ./libavcodec/cbs_h265_syntax_template.c 714 err V614 Uninitialized variable 'value' used.
|
|---|
| 1441 | ./libavcodec/cbs_h265_syntax_template.c 716 err V614 Uninitialized variable 'value' used.
|
|---|
| 1442 | ./libavcodec/cbs_h265_syntax_template.c 717 err V614 Uninitialized variable 'value' used.
|
|---|
| 1443 | ./libavcodec/cbs_h265_syntax_template.c 719 err V614 Uninitialized variable 'value' used.
|
|---|
| 1444 | ./libavcodec/cbs_h265_syntax_template.c 721 err V614 Uninitialized variable 'value' used.
|
|---|
| 1445 | ./libavcodec/cbs_h265_syntax_template.c 731 err V614 Uninitialized variable 'value' used.
|
|---|
| 1446 | ./libavcodec/cbs_h265_syntax_template.c 732 err V614 Uninitialized variable 'value' used.
|
|---|
| 1447 | ./libavcodec/cbs_h265_syntax_template.c 750 err V614 Uninitialized variable 'value' used.
|
|---|
| 1448 | ./libavcodec/cbs_h265_syntax_template.c 753 err V614 Uninitialized variable 'value' used.
|
|---|
| 1449 | ./libavcodec/cbs_h265_syntax_template.c 754 err V614 Uninitialized variable 'value' used.
|
|---|
| 1450 | ./libavcodec/cbs_h265_syntax_template.c 776 err V614 Uninitialized variable 'value' used.
|
|---|
| 1451 | ./libavcodec/cbs_h265_syntax_template.c 778 err V614 Uninitialized variable 'value' used.
|
|---|
| 1452 | ./libavcodec/cbs_h265_syntax_template.c 780 err V614 Uninitialized variable 'value' used.
|
|---|
| 1453 | ./libavcodec/cbs_h265_syntax_template.c 784 err V614 Uninitialized variable 'value' used.
|
|---|
| 1454 | ./libavcodec/cbs_h265_syntax_template.c 785 err V614 Uninitialized variable 'value' used.
|
|---|
| 1455 | ./libavcodec/cbs_h265_syntax_template.c 787 err V614 Uninitialized variable 'value' used.
|
|---|
| 1456 | ./libavcodec/cbs_h265_syntax_template.c 789 err V614 Uninitialized variable 'value' used.
|
|---|
| 1457 | ./libavcodec/cbs_h265_syntax_template.c 790 err V614 Uninitialized variable 'value' used.
|
|---|
| 1458 | ./libavcodec/cbs_h265_syntax_template.c 791 err V614 Uninitialized variable 'value' used.
|
|---|
| 1459 | ./libavcodec/cbs_h265_syntax_template.c 792 err V614 Uninitialized variable 'value' used.
|
|---|
| 1460 | ./libavcodec/cbs_h265_syntax_template.c 800 err V614 Uninitialized variable 'value' used.
|
|---|
| 1461 | ./libavcodec/cbs_h265_syntax_template.c 801 err V614 Uninitialized variable 'value' used.
|
|---|
| 1462 | ./libavcodec/cbs_h265_syntax_template.c 803 err V614 Uninitialized variable 'value' used.
|
|---|
| 1463 | ./libavcodec/cbs_h265_syntax_template.c 805 err V614 Uninitialized variable 'value' used.
|
|---|
| 1464 | ./libavcodec/cbs_h265_syntax_template.c 827 err V614 Uninitialized variable 'value' used.
|
|---|
| 1465 | ./libavcodec/cbs_h265_syntax_template.c 830 err V614 Uninitialized variable 'value' used.
|
|---|
| 1466 | ./libavcodec/cbs_h265_syntax_template.c 843 err V614 Uninitialized variable 'value' used.
|
|---|
| 1467 | ./libavcodec/cbs_h265_syntax_template.c 846 err V614 Uninitialized variable 'value' used.
|
|---|
| 1468 | ./libavcodec/cbs_h265_syntax_template.c 849 err V614 Uninitialized variable 'value' used.
|
|---|
| 1469 | ./libavcodec/cbs_h265_syntax_template.c 851 err V614 Uninitialized variable 'value' used.
|
|---|
| 1470 | ./libavcodec/cbs_h265_syntax_template.c 854 err V614 Uninitialized variable 'value' used.
|
|---|
| 1471 | ./libavcodec/cbs_h265_syntax_template.c 856 err V614 Uninitialized variable 'value' used.
|
|---|
| 1472 | ./libavcodec/cbs_h265_syntax_template.c 863 err V614 Uninitialized variable 'value' used.
|
|---|
| 1473 | ./libavcodec/cbs_h265_syntax_template.c 864 err V614 Uninitialized variable 'value' used.
|
|---|
| 1474 | ./libavcodec/cbs_h265_syntax_template.c 866 err V614 Uninitialized variable 'value' used.
|
|---|
| 1475 | ./libavcodec/cbs_h265_syntax_template.c 868 err V614 Uninitialized variable 'value' used.
|
|---|
| 1476 | ./libavcodec/cbs_h265_syntax_template.c 870 err V614 Uninitialized variable 'value' used.
|
|---|
| 1477 | ./libavcodec/cbs_h265_syntax_template.c 873 err V614 Uninitialized variable 'value' used.
|
|---|
| 1478 | ./libavcodec/cbs_h265_syntax_template.c 875 err V614 Uninitialized variable 'value' used.
|
|---|
| 1479 | ./libavcodec/cbs_h265_syntax_template.c 878 err V614 Uninitialized variable 'value' used.
|
|---|
| 1480 | ./libavcodec/cbs_h265_syntax_template.c 881 err V614 Uninitialized variable 'value' used.
|
|---|
| 1481 | ./libavcodec/cbs_h265_syntax_template.c 885 err V614 Uninitialized variable 'value' used.
|
|---|
| 1482 | ./libavcodec/cbs_h265_syntax_template.c 887 err V614 Uninitialized variable 'value' used.
|
|---|
| 1483 | ./libavcodec/cbs_h265_syntax_template.c 895 err V614 Uninitialized variable 'value' used.
|
|---|
| 1484 | ./libavcodec/cbs_h265_syntax_template.c 896 err V614 Uninitialized variable 'value' used.
|
|---|
| 1485 | ./libavcodec/cbs_h265_syntax_template.c 898 err V614 Uninitialized variable 'value' used.
|
|---|
| 1486 | ./libavcodec/cbs_h265_syntax_template.c 902 err V614 Uninitialized variable 'value' used.
|
|---|
| 1487 | ./libavcodec/cbs_h265_syntax_template.c 904 err V614 Uninitialized variable 'value' used.
|
|---|
| 1488 | ./libavcodec/cbs_h265_syntax_template.c 905 err V614 Uninitialized variable 'value' used.
|
|---|
| 1489 | ./libavcodec/cbs_h265_syntax_template.c 906 err V614 Uninitialized variable 'value' used.
|
|---|
| 1490 | ./libavcodec/cbs_h265_syntax_template.c 907 err V614 Uninitialized variable 'value' used.
|
|---|
| 1491 | ./libavcodec/cbs_h265_syntax_template.c 908 err V614 Uninitialized variable 'value' used.
|
|---|
| 1492 | ./libavcodec/cbs_h265_syntax_template.c 935 err V614 Uninitialized variable 'value' used.
|
|---|
| 1493 | ./libavcodec/cbs_h265_syntax_template.c 936 err V614 Uninitialized variable 'value' used.
|
|---|
| 1494 | ./libavcodec/cbs_h265_syntax_template.c 938 err V614 Uninitialized variable 'value' used.
|
|---|
| 1495 | ./libavcodec/cbs_h265_syntax_template.c 940 err V614 Uninitialized variable 'value' used.
|
|---|
| 1496 | ./libavcodec/cbs_h265_syntax_template.c 942 err V614 Uninitialized variable 'value' used.
|
|---|
| 1497 | ./libavcodec/cbs_h265_syntax_template.c 949 err V614 Uninitialized variable 'value' used.
|
|---|
| 1498 | ./libavcodec/cbs_h265_syntax_template.c 950 err V614 Uninitialized variable 'value' used.
|
|---|
| 1499 | ./libavcodec/cbs_h265_syntax_template.c 960 err V614 Uninitialized variable 'value' used.
|
|---|
| 1500 | ./libavcodec/cbs_h265_syntax_template.c 962 err V614 Uninitialized variable 'value' used.
|
|---|
| 1501 | ./libavcodec/cbs_h265_syntax_template.c 964 err V614 Uninitialized variable 'value' used.
|
|---|
| 1502 | ./libavcodec/cbs_h265_syntax_template.c 965 err V614 Uninitialized variable 'value' used.
|
|---|
| 1503 | ./libavcodec/cbs_h265_syntax_template.c 966 err V614 Uninitialized variable 'value' used.
|
|---|
| 1504 | ./libavcodec/cbs_h265_syntax_template.c 967 err V614 Uninitialized variable 'value' used.
|
|---|
| 1505 | ./libavcodec/cbs_h265_syntax_template.c 975 err V614 Uninitialized variable 'value' used.
|
|---|
| 1506 | ./libavcodec/cbs_h265_syntax_template.c 977 err V614 Uninitialized variable 'value' used.
|
|---|
| 1507 | ./libavcodec/cbs_h265_syntax_template.c 979 err V614 Uninitialized variable 'value' used.
|
|---|
| 1508 | ./libavcodec/cbs_h265_syntax_template.c 980 err V614 Uninitialized variable 'value' used.
|
|---|
| 1509 | ./libavcodec/cbs_h265_syntax_template.c 982 err V614 Uninitialized variable 'value' used.
|
|---|
| 1510 | ./libavcodec/cbs_h265_syntax_template.c 1006 err V614 Uninitialized variable 'value' used.
|
|---|
| 1511 | ./libavcodec/cbs_h265_syntax_template.c 1007 err V614 Uninitialized variable 'value' used.
|
|---|
| 1512 | ./libavcodec/cbs_h265_syntax_template.c 1016 err V614 Uninitialized variable 'value' used.
|
|---|
| 1513 | ./libavcodec/cbs_h265_syntax_template.c 1017 err V614 Uninitialized variable 'value' used.
|
|---|
| 1514 | ./libavcodec/cbs_h265_syntax_template.c 1018 err V614 Uninitialized variable 'value' used.
|
|---|
| 1515 | ./libavcodec/cbs_h265_syntax_template.c 1019 err V614 Uninitialized variable 'value' used.
|
|---|
| 1516 | ./libavcodec/cbs_h265_syntax_template.c 1020 err V614 Uninitialized variable 'value' used.
|
|---|
| 1517 | ./libavcodec/cbs_h265_syntax_template.c 1022 err V614 Uninitialized variable 'value' used.
|
|---|
| 1518 | ./libavcodec/cbs_h265_syntax_template.c 1023 err V614 Uninitialized variable 'value' used.
|
|---|
| 1519 | ./libavcodec/cbs_h265_syntax_template.c 1025 err V614 Uninitialized variable 'value' used.
|
|---|
| 1520 | ./libavcodec/cbs_h265_syntax_template.c 1027 err V614 Uninitialized variable 'value' used.
|
|---|
| 1521 | ./libavcodec/cbs_h265_syntax_template.c 1028 err V614 Uninitialized variable 'value' used.
|
|---|
| 1522 | ./libavcodec/cbs_h265_syntax_template.c 1029 err V614 Uninitialized variable 'value' used.
|
|---|
| 1523 | ./libavcodec/cbs_h265_syntax_template.c 1031 err V614 Uninitialized variable 'value' used.
|
|---|
| 1524 | ./libavcodec/cbs_h265_syntax_template.c 1036 err V614 Uninitialized variable 'value' used.
|
|---|
| 1525 | ./libavcodec/cbs_h265_syntax_template.c 1037 err V614 Uninitialized variable 'value' used.
|
|---|
| 1526 | ./libavcodec/cbs_h265_syntax_template.c 1038 err V614 Uninitialized variable 'value' used.
|
|---|
| 1527 | ./libavcodec/cbs_h265_syntax_template.c 1040 err V614 Uninitialized variable 'value' used.
|
|---|
| 1528 | ./libavcodec/cbs_h265_syntax_template.c 1041 err V614 Uninitialized variable 'value' used.
|
|---|
| 1529 | ./libavcodec/cbs_h265_syntax_template.c 1043 err V614 Uninitialized variable 'value' used.
|
|---|
| 1530 | ./libavcodec/cbs_h265_syntax_template.c 1044 err V614 Uninitialized variable 'value' used.
|
|---|
| 1531 | ./libavcodec/cbs_h265_syntax_template.c 1045 err V614 Uninitialized variable 'value' used.
|
|---|
| 1532 | ./libavcodec/cbs_h265_syntax_template.c 1048 err V614 Uninitialized variable 'value' used.
|
|---|
| 1533 | ./libavcodec/cbs_h265_syntax_template.c 1049 err V614 Uninitialized variable 'value' used.
|
|---|
| 1534 | ./libavcodec/cbs_h265_syntax_template.c 1050 err V614 Uninitialized variable 'value' used.
|
|---|
| 1535 | ./libavcodec/cbs_h265_syntax_template.c 1057 err V614 Uninitialized variable 'value' used.
|
|---|
| 1536 | ./libavcodec/cbs_h265_syntax_template.c 1063 err V614 Uninitialized variable 'value' used.
|
|---|
| 1537 | ./libavcodec/cbs_h265_syntax_template.c 1064 err V614 Uninitialized variable 'value' used.
|
|---|
| 1538 | ./libavcodec/cbs_h265_syntax_template.c 1066 err V614 Uninitialized variable 'value' used.
|
|---|
| 1539 | ./libavcodec/cbs_h265_syntax_template.c 1067 err V614 Uninitialized variable 'value' used.
|
|---|
| 1540 | ./libavcodec/cbs_h265_syntax_template.c 1069 err V614 Uninitialized variable 'value' used.
|
|---|
| 1541 | ./libavcodec/cbs_h265_syntax_template.c 1070 err V614 Uninitialized variable 'value' used.
|
|---|
| 1542 | ./libavcodec/cbs_h265_syntax_template.c 1082 err V614 Uninitialized variable 'value' used.
|
|---|
| 1543 | ./libavcodec/cbs_h265_syntax_template.c 1086 err V614 Uninitialized variable 'value' used.
|
|---|
| 1544 | ./libavcodec/cbs_h265_syntax_template.c 1088 err V614 Uninitialized variable 'value' used.
|
|---|
| 1545 | ./libavcodec/cbs_h265_syntax_template.c 1092 err V614 Uninitialized variable 'value' used.
|
|---|
| 1546 | ./libavcodec/cbs_h265_syntax_template.c 1094 err V614 Uninitialized variable 'value' used.
|
|---|
| 1547 | ./libavcodec/cbs_h265_syntax_template.c 1096 err V614 Uninitialized variable 'value' used.
|
|---|
| 1548 | ./libavcodec/cbs_h265_syntax_template.c 1097 err V614 Uninitialized variable 'value' used.
|
|---|
| 1549 | ./libavcodec/cbs_h265_syntax_template.c 1098 err V614 Uninitialized variable 'value' used.
|
|---|
| 1550 | ./libavcodec/cbs_h265_syntax_template.c 1099 err V614 Uninitialized variable 'value' used.
|
|---|
| 1551 | ./libavcodec/cbs_h265_syntax_template.c 1100 err V614 Uninitialized variable 'value' used.
|
|---|
| 1552 | ./libavcodec/cbs_h265_syntax_template.c 1127 err V614 Uninitialized variable 'value' used.
|
|---|
| 1553 | ./libavcodec/cbs_h265_syntax_template.c 1143 err V614 Uninitialized variable 'value' used.
|
|---|
| 1554 | ./libavcodec/cbs_h265_syntax_template.c 1150 err V614 Uninitialized variable 'value' used.
|
|---|
| 1555 | ./libavcodec/cbs_h265_syntax_template.c 1169 err V614 Uninitialized variable 'value' used.
|
|---|
| 1556 | ./libavcodec/cbs_h265_syntax_template.c 1171 err V614 Uninitialized variable 'value' used.
|
|---|
| 1557 | ./libavcodec/cbs_h265_syntax_template.c 1275 err V614 Uninitialized variable 'value' used.
|
|---|
| 1558 | ./libavcodec/cbs_h265_syntax_template.c 1279 err V614 Uninitialized variable 'value' used.
|
|---|
| 1559 | ./libavcodec/cbs_h265_syntax_template.c 1281 err V614 Uninitialized variable 'value' used.
|
|---|
| 1560 | ./libavcodec/cbs_h265_syntax_template.c 1311 err V614 Uninitialized variable 'value' used.
|
|---|
| 1561 | ./libavcodec/cbs_h265_syntax_template.c 1314 err V614 Uninitialized variable 'value' used.
|
|---|
| 1562 | ./libavcodec/cbs_h265_syntax_template.c 1323 err V614 Uninitialized variable 'value' used.
|
|---|
| 1563 | ./libavcodec/cbs_h265_syntax_template.c 1326 err V614 Uninitialized variable 'value' used.
|
|---|
| 1564 | ./libavcodec/cbs_h265_syntax_template.c 1329 err V614 Uninitialized variable 'value' used.
|
|---|
| 1565 | ./libavcodec/cbs_h265_syntax_template.c 1335 err V614 Uninitialized variable 'value' used.
|
|---|
| 1566 | ./libavcodec/cbs_h265_syntax_template.c 1337 err V614 Uninitialized variable 'value' used.
|
|---|
| 1567 | ./libavcodec/cbs_h265_syntax_template.c 1344 err V614 Uninitialized variable 'value' used.
|
|---|
| 1568 | ./libavcodec/cbs_h265_syntax_template.c 1364 err V614 Uninitialized variable 'value' used.
|
|---|
| 1569 | ./libavcodec/cbs_h265_syntax_template.c 1370 err V614 Uninitialized variable 'value' used.
|
|---|
| 1570 | ./libavcodec/cbs_h265_syntax_template.c 1395 err V614 Uninitialized variable 'value' used.
|
|---|
| 1571 | ./libavcodec/cbs_h265_syntax_template.c 1404 err V614 Uninitialized variable 'value' used.
|
|---|
| 1572 | ./libavcodec/cbs_h265_syntax_template.c 1406 err V614 Uninitialized variable 'value' used.
|
|---|
| 1573 | ./libavcodec/cbs_h265_syntax_template.c 1416 err V614 Uninitialized variable 'value' used.
|
|---|
| 1574 | ./libavcodec/cbs_h265_syntax_template.c 1418 err V614 Uninitialized variable 'value' used.
|
|---|
| 1575 | ./libavcodec/cbs_h265_syntax_template.c 1420 err V614 Uninitialized variable 'value' used.
|
|---|
| 1576 | ./libavcodec/cbs_h265_syntax_template.c 1433 err V614 Uninitialized variable 'value' used.
|
|---|
| 1577 | ./libavcodec/cbs_h265_syntax_template.c 1435 err V614 Uninitialized variable 'value' used.
|
|---|
| 1578 | ./libavcodec/cbs_h265_syntax_template.c 1440 err V614 Uninitialized variable 'value' used.
|
|---|
| 1579 | ./libavcodec/cbs_h265_syntax_template.c 1445 err V614 Uninitialized variable 'value' used.
|
|---|
| 1580 | ./libavcodec/cbs_h265_syntax_template.c 1450 err V614 Uninitialized variable 'value' used.
|
|---|
| 1581 | ./libavcodec/cbs_h265_syntax_template.c 1460 err V614 Uninitialized variable 'value' used.
|
|---|
| 1582 | ./libavcodec/cbs_h265_syntax_template.c 1462 err V614 Uninitialized variable 'value' used.
|
|---|
| 1583 | ./libavcodec/cbs_h265_syntax_template.c 1467 err V614 Uninitialized variable 'value' used.
|
|---|
| 1584 | ./libavcodec/cbs_h265_syntax_template.c 1471 err V614 Uninitialized variable 'value' used.
|
|---|
| 1585 | ./libavcodec/cbs_h265_syntax_template.c 1472 err V614 Uninitialized variable 'value' used.
|
|---|
| 1586 | ./libavcodec/cbs_h265_syntax_template.c 1478 err V614 Uninitialized variable 'value' used.
|
|---|
| 1587 | ./libavcodec/cbs_h265_syntax_template.c 1481 err V614 Uninitialized variable 'value' used.
|
|---|
| 1588 | ./libavcodec/cbs_h265_syntax_template.c 1484 err V614 Uninitialized variable 'value' used.
|
|---|
| 1589 | ./libavcodec/cbs_h265_syntax_template.c 1493 err V614 Uninitialized variable 'value' used.
|
|---|
| 1590 | ./libavcodec/cbs_h265_syntax_template.c 1498 err V614 Uninitialized variable 'value' used.
|
|---|
| 1591 | ./libavcodec/cbs_h265_syntax_template.c 1502 err V614 Uninitialized variable 'value' used.
|
|---|
| 1592 | ./libavcodec/cbs_h265_syntax_template.c 1504 err V614 Uninitialized variable 'value' used.
|
|---|
| 1593 | ./libavcodec/cbs_h265_syntax_template.c 1505 err V614 Uninitialized variable 'value' used.
|
|---|
| 1594 | ./libavcodec/cbs_h265_syntax_template.c 1519 err V614 Uninitialized variable 'value' used.
|
|---|
| 1595 | ./libavcodec/cbs_h265_syntax_template.c 1535 err V614 Uninitialized variable 'value' used.
|
|---|
| 1596 | ./libavcodec/cbs_h265_syntax_template.c 1544 err V614 Uninitialized variable 'value' used.
|
|---|
| 1597 | ./libavcodec/cbs_h265_syntax_template.c 1551 err V614 Uninitialized variable 'value' used.
|
|---|
| 1598 | ./libavcodec/cbs_h265_syntax_template.c 1577 err V614 Uninitialized variable 'value' used.
|
|---|
| 1599 | ./libavcodec/cbs_h265_syntax_template.c 1602 err V614 Uninitialized variable 'value' used.
|
|---|
| 1600 | ./libavcodec/cbs_h265_syntax_template.c 1607 err V614 Uninitialized variable 'value' used.
|
|---|
| 1601 | ./libavcodec/cbs_h265_syntax_template.c 1609 err V614 Uninitialized variable 'value' used.
|
|---|
| 1602 | ./libavcodec/cbs_h265_syntax_template.c 1615 err V614 Uninitialized variable 'value' used.
|
|---|
| 1603 | ./libavcodec/cbs_h265_syntax_template.c 1618 err V614 Uninitialized variable 'value' used.
|
|---|
| 1604 | ./libavcodec/cbs_h265_syntax_template.c 1656 err V614 Uninitialized variable 'value' used.
|
|---|
| 1605 | ./libavcodec/cbs_h265_syntax_template.c 1689 err V614 Uninitialized variable 'value' used.
|
|---|
| 1606 | ./libavcodec/cbs_h265_syntax_template.c 1690 err V614 Uninitialized variable 'value' used.
|
|---|
| 1607 | ./libavcodec/cbs_h265_syntax_template.c 1693 err V614 Uninitialized variable 'value' used.
|
|---|
| 1608 | ./libavcodec/cbs_h265_syntax_template.c 1709 err V614 Uninitialized variable 'value' used.
|
|---|
| 1609 | ./libavcodec/cbs_h265_syntax_template.c 1712 err V614 Uninitialized variable 'value' used.
|
|---|
| 1610 | ./libavcodec/cbs_h265_syntax_template.c 1716 err V614 Uninitialized variable 'value' used.
|
|---|
| 1611 | ./libavcodec/cbs_h265_syntax_template.c 1722 err V614 Uninitialized variable 'value' used.
|
|---|
| 1612 | ./libavcodec/cbs_h265_syntax_template.c 1723 err V614 Uninitialized variable 'value' used.
|
|---|
| 1613 | ./libavcodec/cbs_h265_syntax_template.c 1727 err V614 Uninitialized variable 'value' used.
|
|---|
| 1614 | ./libavcodec/cbs_h265_syntax_template.c 1749 err V614 Uninitialized variable 'value' used.
|
|---|
| 1615 | ./libavcodec/cbs_h265_syntax_template.c 1750 err V614 Uninitialized variable 'value' used.
|
|---|
| 1616 | ./libavcodec/cbs_h265_syntax_template.c 1753 err V614 Uninitialized variable 'value' used.
|
|---|
| 1617 | ./libavcodec/cbs_h265_syntax_template.c 1762 err V614 Uninitialized variable 'value' used.
|
|---|
| 1618 | ./libavcodec/cbs_h265_syntax_template.c 1776 err V614 Uninitialized variable 'value' used.
|
|---|
| 1619 | ./libavcodec/cbs_h265_syntax_template.c 1780 err V614 Uninitialized variable 'value' used.
|
|---|
| 1620 | ./libavcodec/cbs_h265_syntax_template.c 1839 err V614 Uninitialized variable 'value' used.
|
|---|
| 1621 | ./libavcodec/cbs_h265_syntax_template.c 1841 err V614 Uninitialized variable 'value' used.
|
|---|
| 1622 | ./libavcodec/cbs_h265_syntax_template.c 1842 err V614 Uninitialized variable 'value' used.
|
|---|
| 1623 | ./libavcodec/cbs_h265_syntax_template.c 1854 err V614 Uninitialized variable 'value' used.
|
|---|
| 1624 | ./libavcodec/cbs_h265_syntax_template.c 1856 err V614 Uninitialized variable 'value' used.
|
|---|
| 1625 | ./libavcodec/cbs_h265_syntax_template.c 1857 err V614 Uninitialized variable 'value' used.
|
|---|
| 1626 | ./libavcodec/cbs_h265_syntax_template.c 1858 err V614 Uninitialized variable 'value' used.
|
|---|
| 1627 | ./libavcodec/cbs_h265_syntax_template.c 1859 err V614 Uninitialized variable 'value' used.
|
|---|
| 1628 | ./libavcodec/cbs_h265_syntax_template.c 1874 err V614 Uninitialized variable 'value' used.
|
|---|
| 1629 | ./libavcodec/cbs_h265_syntax_template.c 1883 err V614 Uninitialized variable 'value' used.
|
|---|
| 1630 | ./libavcodec/cbs_h265_syntax_template.c 1884 err V614 Uninitialized variable 'value' used.
|
|---|
| 1631 | ./libavcodec/cbs_h265_syntax_template.c 1886 err V614 Uninitialized variable 'value' used.
|
|---|
| 1632 | ./libavcodec/cbs_h265_syntax_template.c 1916 err V614 Uninitialized variable 'value' used.
|
|---|
| 1633 | ./libavcodec/cbs_h265_syntax_template.c 1939 err V614 Uninitialized variable 'value' used.
|
|---|
| 1634 | ./libavcodec/cbs_h265_syntax_template.c 1994 err V614 Uninitialized variable 'value' used.
|
|---|
| 1635 | ./libavcodec/cbs_h265_syntax_template.c 1995 err V614 Uninitialized variable 'value' used.
|
|---|
| 1636 | ./libavcodec/cbs_h265_syntax_template.c 1997 err V614 Uninitialized variable 'value' used.
|
|---|
| 1637 | ./libavcodec/cbs_h265_syntax_template.c 1999 err V614 Uninitialized variable 'value' used.
|
|---|
| 1638 | ./libavcodec/cbs_h265_syntax_template.c 2012 err V614 Uninitialized variable 'value' used.
|
|---|
| 1639 | ./libavcodec/cbs_h265_syntax_template.c 2013 err V614 Uninitialized variable 'value' used.
|
|---|
| 1640 | ./libavcodec/cbs_h265_syntax_template.c 2026 err V614 Uninitialized variable 'value' used.
|
|---|
| 1641 | ./libavcodec/cbs_h265_syntax_template.c 2039 err V614 Uninitialized variable 'value' used.
|
|---|
| 1642 | ./libavcodec/cbs_h265_syntax_template.c 2041 err V614 Uninitialized variable 'value' used.
|
|---|
| 1643 | ./libavcodec/cbs_h265_syntax_template.c 2042 err V614 Uninitialized variable 'value' used.
|
|---|
| 1644 | ./libavcodec/cbs_h265_syntax_template.c 2044 err V614 Uninitialized variable 'value' used.
|
|---|
| 1645 | ./libavcodec/cbs_h265_syntax_template.c 2045 err V614 Uninitialized variable 'value' used.
|
|---|
| 1646 | ./libavcodec/cbs_h265_syntax_template.c 2046 err V614 Uninitialized variable 'value' used.
|
|---|
| 1647 | ./libavcodec/cbs_h265_syntax_template.c 2047 err V614 Uninitialized variable 'value' used.
|
|---|
| 1648 | ./libavcodec/cbs_h265_syntax_template.c 2049 err V614 Uninitialized variable 'value' used.
|
|---|
| 1649 | ./libavcodec/cbs_h265_syntax_template.c 2128 err V614 Uninitialized variable 'value' used.
|
|---|
| 1650 | ./libavcodec/cbs_h265_syntax_template.c 2130 err V614 Uninitialized variable 'value' used.
|
|---|
| 1651 | ./libavcodec/cbs_h265_syntax_template.c 2171 err V614 Uninitialized variable 'value' used.
|
|---|
| 1652 | ./libavcodec/cbs_h265_syntax_template.c 2174 err V614 Uninitialized variable 'value' used.
|
|---|
| 1653 | ./libavcodec/cbs_h265_syntax_template.c 2178 err V614 Uninitialized variable 'value' used.
|
|---|
| 1654 | ./libavcodec/cbs_h265_syntax_template.c 2181 err V614 Uninitialized variable 'value' used.
|
|---|
| 1655 | ./libavcodec/cbs_h264_syntax_template.c 124 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1656 | ./libavcodec/cbs_h264_syntax_template.c 124 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1657 | ./libavcodec/cbs_h264_syntax_template.c 141 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1658 | ./libavcodec/cbs_h264_syntax_template.c 141 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1659 | ./libavcodec/cbs_h264_syntax_template.c 142 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1660 | ./libavcodec/cbs_h264_syntax_template.c 142 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1661 | ./libavcodec/cbs_h264_syntax_template.c 143 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1662 | ./libavcodec/cbs_h264_syntax_template.c 143 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1663 | ./libavcodec/cbs_h264_syntax_template.c 146 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1664 | ./libavcodec/cbs_h264_syntax_template.c 146 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1665 | ./libavcodec/cbs_h264_syntax_template.c 147 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1666 | ./libavcodec/cbs_h264_syntax_template.c 147 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1667 | ./libavcodec/cbs_h264_syntax_template.c 148 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1668 | ./libavcodec/cbs_h264_syntax_template.c 148 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1669 | ./libavcodec/cbs_h264_syntax_template.c 149 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1670 | ./libavcodec/cbs_h264_syntax_template.c 149 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1671 | ./libavcodec/cbs_h264_syntax_template.c 150 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1672 | ./libavcodec/cbs_h264_syntax_template.c 150 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1673 | ./libavcodec/cbs_h264_syntax_template.c 158 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1674 | ./libavcodec/cbs_h264_syntax_template.c 158 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1675 | ./libavcodec/cbs_h264_syntax_template.c 159 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1676 | ./libavcodec/cbs_h264_syntax_template.c 159 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1677 | ./libavcodec/cbs_h264_syntax_template.c 168 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1678 | ./libavcodec/cbs_h264_syntax_template.c 168 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1679 | ./libavcodec/cbs_h264_syntax_template.c 183 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1680 | ./libavcodec/cbs_h264_syntax_template.c 183 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1681 | ./libavcodec/cbs_h264_syntax_template.c 199 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1682 | ./libavcodec/cbs_h264_syntax_template.c 199 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1683 | ./libavcodec/cbs_h264_syntax_template.c 200 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1684 | ./libavcodec/cbs_h264_syntax_template.c 200 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1685 | ./libavcodec/cbs_h264_syntax_template.c 201 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1686 | ./libavcodec/cbs_h264_syntax_template.c 201 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1687 | ./libavcodec/cbs_h264_syntax_template.c 202 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1688 | ./libavcodec/cbs_h264_syntax_template.c 202 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1689 | ./libavcodec/cbs_h264_syntax_template.c 203 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1690 | ./libavcodec/cbs_h264_syntax_template.c 203 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1691 | ./libavcodec/cbs_h264_syntax_template.c 209 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1692 | ./libavcodec/cbs_h264_syntax_template.c 209 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1693 | ./libavcodec/cbs_h264_syntax_template.c 210 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1694 | ./libavcodec/cbs_h264_syntax_template.c 210 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1695 | ./libavcodec/cbs_h264_syntax_template.c 212 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1696 | ./libavcodec/cbs_h264_syntax_template.c 212 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1697 | ./libavcodec/cbs_h264_syntax_template.c 213 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1698 | ./libavcodec/cbs_h264_syntax_template.c 213 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1699 | ./libavcodec/cbs_h264_syntax_template.c 224 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1700 | ./libavcodec/cbs_h264_syntax_template.c 224 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1701 | ./libavcodec/cbs_h264_syntax_template.c 226 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1702 | ./libavcodec/cbs_h264_syntax_template.c 226 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1703 | ./libavcodec/cbs_h264_syntax_template.c 227 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1704 | ./libavcodec/cbs_h264_syntax_template.c 227 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1705 | ./libavcodec/cbs_h264_syntax_template.c 228 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1706 | ./libavcodec/cbs_h264_syntax_template.c 228 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1707 | ./libavcodec/cbs_h264_syntax_template.c 229 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1708 | ./libavcodec/cbs_h264_syntax_template.c 229 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1709 | ./libavcodec/cbs_h264_syntax_template.c 230 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1710 | ./libavcodec/cbs_h264_syntax_template.c 230 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1711 | ./libavcodec/cbs_h264_syntax_template.c 232 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1712 | ./libavcodec/cbs_h264_syntax_template.c 232 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1713 | ./libavcodec/cbs_h264_syntax_template.c 233 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1714 | ./libavcodec/cbs_h264_syntax_template.c 233 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1715 | ./libavcodec/cbs_h264_syntax_template.c 235 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1716 | ./libavcodec/cbs_h264_syntax_template.c 235 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1717 | ./libavcodec/cbs_h264_syntax_template.c 236 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1718 | ./libavcodec/cbs_h264_syntax_template.c 236 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1719 | ./libavcodec/cbs_h264_syntax_template.c 238 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1720 | ./libavcodec/cbs_h264_syntax_template.c 238 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1721 | ./libavcodec/cbs_h264_syntax_template.c 240 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1722 | ./libavcodec/cbs_h264_syntax_template.c 240 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1723 | ./libavcodec/cbs_h264_syntax_template.c 241 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1724 | ./libavcodec/cbs_h264_syntax_template.c 241 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1725 | ./libavcodec/cbs_h264_syntax_template.c 242 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1726 | ./libavcodec/cbs_h264_syntax_template.c 242 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1727 | ./libavcodec/cbs_h264_syntax_template.c 243 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1728 | ./libavcodec/cbs_h264_syntax_template.c 243 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1729 | ./libavcodec/cbs_h264_syntax_template.c 244 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1730 | ./libavcodec/cbs_h264_syntax_template.c 244 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1731 | ./libavcodec/cbs_h264_syntax_template.c 250 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1732 | ./libavcodec/cbs_h264_syntax_template.c 250 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1733 | ./libavcodec/cbs_h264_syntax_template.c 251 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1734 | ./libavcodec/cbs_h264_syntax_template.c 251 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1735 | ./libavcodec/cbs_h264_syntax_template.c 253 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1736 | ./libavcodec/cbs_h264_syntax_template.c 253 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1737 | ./libavcodec/cbs_h264_syntax_template.c 254 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1738 | ./libavcodec/cbs_h264_syntax_template.c 254 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1739 | ./libavcodec/cbs_h264_syntax_template.c 295 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1740 | ./libavcodec/cbs_h264_syntax_template.c 295 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1741 | ./libavcodec/cbs_h264_syntax_template.c 319 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1742 | ./libavcodec/cbs_h264_syntax_template.c 319 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1743 | ./libavcodec/cbs_h264_syntax_template.c 321 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1744 | ./libavcodec/cbs_h264_syntax_template.c 321 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1745 | ./libavcodec/cbs_h264_syntax_template.c 322 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1746 | ./libavcodec/cbs_h264_syntax_template.c 322 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1747 | ./libavcodec/cbs_h264_syntax_template.c 323 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1748 | ./libavcodec/cbs_h264_syntax_template.c 323 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1749 | ./libavcodec/cbs_h264_syntax_template.c 503 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1750 | ./libavcodec/cbs_h264_syntax_template.c 503 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1751 | ./libavcodec/cbs_h264_syntax_template.c 504 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1752 | ./libavcodec/cbs_h264_syntax_template.c 504 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1753 | ./libavcodec/cbs_h264_syntax_template.c 505 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1754 | ./libavcodec/cbs_h264_syntax_template.c 505 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1755 | ./libavcodec/cbs_h264_syntax_template.c 601 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1756 | ./libavcodec/cbs_h264_syntax_template.c 601 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1757 | ./libavcodec/cbs_h264_syntax_template.c 969 warn V756 The 'i' counter is not used inside a nested loop. Consider inspecting usage of 'k' counter.
|
|---|
| 1758 | ./libavcodec/cbs_h264_syntax_template.c 1259 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1759 | ./libavcodec/cbs_h264_syntax_template.c 1259 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1760 | ./libavcodec/cbs_h264_syntax_template.c 1261 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1761 | ./libavcodec/cbs_h264_syntax_template.c 1261 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1762 | ./libavcodec/cbs_h264_syntax_template.c 1262 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1763 | ./libavcodec/cbs_h264_syntax_template.c 1262 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1764 | ./libavcodec/cbs_h264_syntax_template.c 1281 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1765 | ./libavcodec/cbs_h264_syntax_template.c 1281 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1766 | ./libavcodec/cbs_h264_syntax_template.c 1283 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1767 | ./libavcodec/cbs_h264_syntax_template.c 1283 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1768 | ./libavcodec/cbs_h264_syntax_template.c 1284 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1769 | ./libavcodec/cbs_h264_syntax_template.c 1284 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1770 | ./libavcodec/cbs_h264_syntax_template.c 1291 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1771 | ./libavcodec/cbs_h264_syntax_template.c 1291 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1772 | ./libavcodec/cbs_h264_syntax_template.c 1308 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1773 | ./libavcodec/cbs_h264_syntax_template.c 1308 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1774 | ./libavcodec/cbs_h264_syntax_template.c 1310 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1775 | ./libavcodec/cbs_h264_syntax_template.c 1310 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1776 | ./libavcodec/cbs_h264_syntax_template.c 1351 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1777 | ./libavcodec/cbs_h264_syntax_template.c 1351 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1778 | ./libavcodec/cbs_h264_syntax_template.c 1352 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1779 | ./libavcodec/cbs_h264_syntax_template.c 1352 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1780 | ./libavcodec/cbs_h264_syntax_template.c 1355 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1781 | ./libavcodec/cbs_h264_syntax_template.c 1355 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1782 | ./libavcodec/cbs_h264_syntax_template.c 1356 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1783 | ./libavcodec/cbs_h264_syntax_template.c 1356 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1784 | ./libavcodec/cbs_h264_syntax_template.c 1357 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1785 | ./libavcodec/cbs_h264_syntax_template.c 1357 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1786 | ./libavcodec/cbs_h265_syntax_template.c 283 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1787 | ./libavcodec/cbs_h265_syntax_template.c 283 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1788 | ./libavcodec/cbs_h265_syntax_template.c 285 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1789 | ./libavcodec/cbs_h265_syntax_template.c 285 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1790 | ./libavcodec/cbs_h265_syntax_template.c 286 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1791 | ./libavcodec/cbs_h265_syntax_template.c 286 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1792 | ./libavcodec/cbs_h265_syntax_template.c 287 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1793 | ./libavcodec/cbs_h265_syntax_template.c 287 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1794 | ./libavcodec/cbs_h265_syntax_template.c 297 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1795 | ./libavcodec/cbs_h265_syntax_template.c 297 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1796 | ./libavcodec/cbs_h265_syntax_template.c 301 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1797 | ./libavcodec/cbs_h265_syntax_template.c 301 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1798 | ./libavcodec/cbs_h265_syntax_template.c 308 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1799 | ./libavcodec/cbs_h265_syntax_template.c 308 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1800 | ./libavcodec/cbs_h265_syntax_template.c 332 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1801 | ./libavcodec/cbs_h265_syntax_template.c 332 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1802 | ./libavcodec/cbs_h265_syntax_template.c 349 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1803 | ./libavcodec/cbs_h265_syntax_template.c 349 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1804 | ./libavcodec/cbs_h265_syntax_template.c 350 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1805 | ./libavcodec/cbs_h265_syntax_template.c 350 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1806 | ./libavcodec/cbs_h265_syntax_template.c 351 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1807 | ./libavcodec/cbs_h265_syntax_template.c 351 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1808 | ./libavcodec/cbs_h265_syntax_template.c 354 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1809 | ./libavcodec/cbs_h265_syntax_template.c 354 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1810 | ./libavcodec/cbs_h265_syntax_template.c 355 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1811 | ./libavcodec/cbs_h265_syntax_template.c 355 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1812 | ./libavcodec/cbs_h265_syntax_template.c 356 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1813 | ./libavcodec/cbs_h265_syntax_template.c 356 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1814 | ./libavcodec/cbs_h265_syntax_template.c 357 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1815 | ./libavcodec/cbs_h265_syntax_template.c 357 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1816 | ./libavcodec/cbs_h265_syntax_template.c 358 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1817 | ./libavcodec/cbs_h265_syntax_template.c 358 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1818 | ./libavcodec/cbs_h265_syntax_template.c 366 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1819 | ./libavcodec/cbs_h265_syntax_template.c 366 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1820 | ./libavcodec/cbs_h265_syntax_template.c 367 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1821 | ./libavcodec/cbs_h265_syntax_template.c 367 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1822 | ./libavcodec/cbs_h265_syntax_template.c 408 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1823 | ./libavcodec/cbs_h265_syntax_template.c 408 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1824 | ./libavcodec/cbs_h265_syntax_template.c 409 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1825 | ./libavcodec/cbs_h265_syntax_template.c 409 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1826 | ./libavcodec/cbs_h265_syntax_template.c 410 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1827 | ./libavcodec/cbs_h265_syntax_template.c 410 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1828 | ./libavcodec/cbs_h265_syntax_template.c 411 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1829 | ./libavcodec/cbs_h265_syntax_template.c 411 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1830 | ./libavcodec/cbs_h265_syntax_template.c 412 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1831 | ./libavcodec/cbs_h265_syntax_template.c 412 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1832 | ./libavcodec/cbs_h265_syntax_template.c 413 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1833 | ./libavcodec/cbs_h265_syntax_template.c 413 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1834 | ./libavcodec/cbs_h265_syntax_template.c 414 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1835 | ./libavcodec/cbs_h265_syntax_template.c 414 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1836 | ./libavcodec/cbs_h265_syntax_template.c 463 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1837 | ./libavcodec/cbs_h265_syntax_template.c 463 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1838 | ./libavcodec/cbs_h265_syntax_template.c 465 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1839 | ./libavcodec/cbs_h265_syntax_template.c 465 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1840 | ./libavcodec/cbs_h265_syntax_template.c 467 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1841 | ./libavcodec/cbs_h265_syntax_template.c 467 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1842 | ./libavcodec/cbs_h265_syntax_template.c 479 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1843 | ./libavcodec/cbs_h265_syntax_template.c 479 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1844 | ./libavcodec/cbs_h265_syntax_template.c 496 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1845 | ./libavcodec/cbs_h265_syntax_template.c 496 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1846 | ./libavcodec/cbs_h265_syntax_template.c 522 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1847 | ./libavcodec/cbs_h265_syntax_template.c 522 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1848 | ./libavcodec/cbs_h265_syntax_template.c 536 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1849 | ./libavcodec/cbs_h265_syntax_template.c 536 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1850 | ./libavcodec/cbs_h265_syntax_template.c 552 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1851 | ./libavcodec/cbs_h265_syntax_template.c 552 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1852 | ./libavcodec/cbs_h265_syntax_template.c 604 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1853 | ./libavcodec/cbs_h265_syntax_template.c 604 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1854 | ./libavcodec/cbs_h265_syntax_template.c 606 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1855 | ./libavcodec/cbs_h265_syntax_template.c 606 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1856 | ./libavcodec/cbs_h265_syntax_template.c 608 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1857 | ./libavcodec/cbs_h265_syntax_template.c 608 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1858 | ./libavcodec/cbs_h265_syntax_template.c 633 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1859 | ./libavcodec/cbs_h265_syntax_template.c 633 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1860 | ./libavcodec/cbs_h265_syntax_template.c 635 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1861 | ./libavcodec/cbs_h265_syntax_template.c 635 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1862 | ./libavcodec/cbs_h265_syntax_template.c 637 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1863 | ./libavcodec/cbs_h265_syntax_template.c 637 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1864 | ./libavcodec/cbs_h265_syntax_template.c 782 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1865 | ./libavcodec/cbs_h265_syntax_template.c 782 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1866 | ./libavcodec/cbs_h265_syntax_template.c 794 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1867 | ./libavcodec/cbs_h265_syntax_template.c 794 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1868 | ./libavcodec/cbs_h265_syntax_template.c 795 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1869 | ./libavcodec/cbs_h265_syntax_template.c 795 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1870 | ./libavcodec/cbs_h265_syntax_template.c 796 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1871 | ./libavcodec/cbs_h265_syntax_template.c 796 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1872 | ./libavcodec/cbs_h265_syntax_template.c 797 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1873 | ./libavcodec/cbs_h265_syntax_template.c 797 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1874 | ./libavcodec/cbs_h265_syntax_template.c 818 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1875 | ./libavcodec/cbs_h265_syntax_template.c 818 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1876 | ./libavcodec/cbs_h265_syntax_template.c 820 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1877 | ./libavcodec/cbs_h265_syntax_template.c 820 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1878 | ./libavcodec/cbs_h265_syntax_template.c 822 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1879 | ./libavcodec/cbs_h265_syntax_template.c 822 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1880 | ./libavcodec/cbs_h265_syntax_template.c 860 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1881 | ./libavcodec/cbs_h265_syntax_template.c 860 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1882 | ./libavcodec/cbs_h265_syntax_template.c 969 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1883 | ./libavcodec/cbs_h265_syntax_template.c 969 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1884 | ./libavcodec/cbs_h265_syntax_template.c 970 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1885 | ./libavcodec/cbs_h265_syntax_template.c 970 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1886 | ./libavcodec/cbs_h265_syntax_template.c 971 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1887 | ./libavcodec/cbs_h265_syntax_template.c 971 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1888 | ./libavcodec/cbs_h265_syntax_template.c 972 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1889 | ./libavcodec/cbs_h265_syntax_template.c 972 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1890 | ./libavcodec/cbs_h265_syntax_template.c 1034 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1891 | ./libavcodec/cbs_h265_syntax_template.c 1034 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1892 | ./libavcodec/cbs_h265_syntax_template.c 1059 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1893 | ./libavcodec/cbs_h265_syntax_template.c 1059 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1894 | ./libavcodec/cbs_h265_syntax_template.c 1060 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1895 | ./libavcodec/cbs_h265_syntax_template.c 1060 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1896 | ./libavcodec/cbs_h265_syntax_template.c 1072 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1897 | ./libavcodec/cbs_h265_syntax_template.c 1072 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1898 | ./libavcodec/cbs_h265_syntax_template.c 1073 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1899 | ./libavcodec/cbs_h265_syntax_template.c 1073 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1900 | ./libavcodec/cbs_h265_syntax_template.c 1076 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1901 | ./libavcodec/cbs_h265_syntax_template.c 1076 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1902 | ./libavcodec/cbs_h265_syntax_template.c 1077 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1903 | ./libavcodec/cbs_h265_syntax_template.c 1077 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1904 | ./libavcodec/cbs_h265_syntax_template.c 1078 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1905 | ./libavcodec/cbs_h265_syntax_template.c 1078 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1906 | ./libavcodec/cbs_h265_syntax_template.c 1079 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1907 | ./libavcodec/cbs_h265_syntax_template.c 1079 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1908 | ./libavcodec/cbs_h265_syntax_template.c 1173 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1909 | ./libavcodec/cbs_h265_syntax_template.c 1173 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1910 | ./libavcodec/cbs_h265_syntax_template.c 1179 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1911 | ./libavcodec/cbs_h265_syntax_template.c 1179 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1912 | ./libavcodec/cbs_h265_syntax_template.c 1186 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1913 | ./libavcodec/cbs_h265_syntax_template.c 1186 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1914 | ./libavcodec/cbs_h265_syntax_template.c 1197 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1915 | ./libavcodec/cbs_h265_syntax_template.c 1197 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1916 | ./libavcodec/cbs_h265_syntax_template.c 1198 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1917 | ./libavcodec/cbs_h265_syntax_template.c 1198 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1918 | ./libavcodec/cbs_h265_syntax_template.c 1209 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1919 | ./libavcodec/cbs_h265_syntax_template.c 1209 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1920 | ./libavcodec/cbs_h265_syntax_template.c 1210 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1921 | ./libavcodec/cbs_h265_syntax_template.c 1210 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1922 | ./libavcodec/cbs_h265_syntax_template.c 1220 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1923 | ./libavcodec/cbs_h265_syntax_template.c 1220 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1924 | ./libavcodec/cbs_h265_syntax_template.c 1227 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1925 | ./libavcodec/cbs_h265_syntax_template.c 1227 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1926 | ./libavcodec/cbs_h265_syntax_template.c 1238 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1927 | ./libavcodec/cbs_h265_syntax_template.c 1238 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1928 | ./libavcodec/cbs_h265_syntax_template.c 1239 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1929 | ./libavcodec/cbs_h265_syntax_template.c 1239 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1930 | ./libavcodec/cbs_h265_syntax_template.c 1250 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1931 | ./libavcodec/cbs_h265_syntax_template.c 1250 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1932 | ./libavcodec/cbs_h265_syntax_template.c 1251 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1933 | ./libavcodec/cbs_h265_syntax_template.c 1251 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1934 | ./libavcodec/cbs_h265_syntax_template.c 1313 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1935 | ./libavcodec/cbs_h265_syntax_template.c 1313 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1936 | ./libavcodec/cbs_h265_syntax_template.c 1316 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1937 | ./libavcodec/cbs_h265_syntax_template.c 1316 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1938 | ./libavcodec/cbs_h265_syntax_template.c 1348 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1939 | ./libavcodec/cbs_h265_syntax_template.c 1348 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1940 | ./libavcodec/cbs_h265_syntax_template.c 1367 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1941 | ./libavcodec/cbs_h265_syntax_template.c 1367 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1942 | ./libavcodec/cbs_h265_syntax_template.c 1390 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1943 | ./libavcodec/cbs_h265_syntax_template.c 1390 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1944 | ./libavcodec/cbs_h265_syntax_template.c 1397 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1945 | ./libavcodec/cbs_h265_syntax_template.c 1397 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1946 | ./libavcodec/cbs_h265_syntax_template.c 1408 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1947 | ./libavcodec/cbs_h265_syntax_template.c 1408 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1948 | ./libavcodec/cbs_h265_syntax_template.c 1410 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1949 | ./libavcodec/cbs_h265_syntax_template.c 1410 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1950 | ./libavcodec/cbs_h265_syntax_template.c 1411 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1951 | ./libavcodec/cbs_h265_syntax_template.c 1411 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1952 | ./libavcodec/cbs_h265_syntax_template.c 1422 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1953 | ./libavcodec/cbs_h265_syntax_template.c 1422 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1954 | ./libavcodec/cbs_h265_syntax_template.c 1424 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1955 | ./libavcodec/cbs_h265_syntax_template.c 1424 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1956 | ./libavcodec/cbs_h265_syntax_template.c 1425 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1957 | ./libavcodec/cbs_h265_syntax_template.c 1425 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1958 | ./libavcodec/cbs_h265_syntax_template.c 1437 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1959 | ./libavcodec/cbs_h265_syntax_template.c 1437 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1960 | ./libavcodec/cbs_h265_syntax_template.c 1442 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1961 | ./libavcodec/cbs_h265_syntax_template.c 1442 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1962 | ./libavcodec/cbs_h265_syntax_template.c 1447 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1963 | ./libavcodec/cbs_h265_syntax_template.c 1447 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1964 | ./libavcodec/cbs_h265_syntax_template.c 1452 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1965 | ./libavcodec/cbs_h265_syntax_template.c 1452 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1966 | ./libavcodec/cbs_h265_syntax_template.c 1464 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1967 | ./libavcodec/cbs_h265_syntax_template.c 1464 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1968 | ./libavcodec/cbs_h265_syntax_template.c 1474 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1969 | ./libavcodec/cbs_h265_syntax_template.c 1474 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1970 | ./libavcodec/cbs_h265_syntax_template.c 1475 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1971 | ./libavcodec/cbs_h265_syntax_template.c 1475 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1972 | ./libavcodec/cbs_h265_syntax_template.c 1488 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1973 | ./libavcodec/cbs_h265_syntax_template.c 1488 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1974 | ./libavcodec/cbs_h265_syntax_template.c 1489 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1975 | ./libavcodec/cbs_h265_syntax_template.c 1489 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1976 | ./libavcodec/cbs_h265_syntax_template.c 1490 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1977 | ./libavcodec/cbs_h265_syntax_template.c 1490 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1978 | ./libavcodec/cbs_h265_syntax_template.c 1495 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1979 | ./libavcodec/cbs_h265_syntax_template.c 1495 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1980 | ./libavcodec/cbs_h265_syntax_template.c 1500 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1981 | ./libavcodec/cbs_h265_syntax_template.c 1500 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1982 | ./libavcodec/cbs_h265_syntax_template.c 1507 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1983 | ./libavcodec/cbs_h265_syntax_template.c 1507 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1984 | ./libavcodec/cbs_h265_syntax_template.c 1508 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1985 | ./libavcodec/cbs_h265_syntax_template.c 1508 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1986 | ./libavcodec/cbs_h265_syntax_template.c 1511 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1987 | ./libavcodec/cbs_h265_syntax_template.c 1511 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1988 | ./libavcodec/cbs_h265_syntax_template.c 1513 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1989 | ./libavcodec/cbs_h265_syntax_template.c 1513 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1990 | ./libavcodec/cbs_h265_syntax_template.c 1514 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1991 | ./libavcodec/cbs_h265_syntax_template.c 1514 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1992 | ./libavcodec/cbs_h265_syntax_template.c 1521 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1993 | ./libavcodec/cbs_h265_syntax_template.c 1521 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1994 | ./libavcodec/cbs_h265_syntax_template.c 1604 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1995 | ./libavcodec/cbs_h265_syntax_template.c 1604 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1996 | ./libavcodec/cbs_h265_syntax_template.c 1611 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1997 | ./libavcodec/cbs_h265_syntax_template.c 1611 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1998 | ./libavcodec/cbs_h265_syntax_template.c 1612 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 1999 | ./libavcodec/cbs_h265_syntax_template.c 1612 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2000 | ./libavcodec/cbs_h265_syntax_template.c 1695 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2001 | ./libavcodec/cbs_h265_syntax_template.c 1695 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2002 | ./libavcodec/cbs_h265_syntax_template.c 1696 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2003 | ./libavcodec/cbs_h265_syntax_template.c 1696 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2004 | ./libavcodec/cbs_h265_syntax_template.c 1698 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2005 | ./libavcodec/cbs_h265_syntax_template.c 1698 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2006 | ./libavcodec/cbs_h265_syntax_template.c 1975 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2007 | ./libavcodec/cbs_h265_syntax_template.c 1975 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2008 | ./libavcodec/cbs_h265_syntax_template.c 2051 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2009 | ./libavcodec/cbs_h265_syntax_template.c 2051 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2010 | ./libavcodec/cbs_h265_syntax_template.c 2052 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2011 | ./libavcodec/cbs_h265_syntax_template.c 2052 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2012 | ./libavcodec/cbs_h265_syntax_template.c 2053 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2013 | ./libavcodec/cbs_h265_syntax_template.c 2053 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2014 | ./libavcodec/cbs_h265_syntax_template.c 2199 warn V756 The 'i' counter is not used inside a nested loop. Consider inspecting usage of 'k' counter.
|
|---|
| 2015 | ./libavcodec/cbs_h2645.c 771 warn V557 Array overrun is possible. The value of 'id' index could reach 32.
|
|---|
| 2016 | ./libavcodec/cbs_h2645.c 771 warn V557 Array overrun is possible. The value of 'id' index could reach 32.
|
|---|
| 2017 | ./libavcodec/cbs_h2645.c 771 warn V557 Array overrun is possible. The value of 'id' index could reach 32.
|
|---|
| 2018 | ./libavcodec/cbs_h2645.c 773 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2019 | ./libavcodec/cbs_h2645.c 773 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2020 | ./libavcodec/cbs_h2645.c 773 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2021 | ./libavcodec/cbs_h2645.c 774 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2022 | ./libavcodec/cbs_h2645.c 774 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2023 | ./libavcodec/cbs_h2645.c 774 warn V557 Array overrun is possible. The value of 'id' index could reach 16.
|
|---|
| 2024 | ./libavcodec/cbs_h2645.c 775 warn V557 Array overrun is possible. The value of 'id' index could reach 64.
|
|---|
| 2025 | ./libavcodec/cbs_h2645.c 775 warn V557 Array overrun is possible. The value of 'id' index could reach 64.
|
|---|
| 2026 | ./libavcodec/cbs_h2645.c 775 warn V557 Array overrun is possible. The value of 'id' index could reach 64.
|
|---|
| 2027 | ./libavcodec/cbs_jpeg_syntax_template.c 26 err V614 Uninitialized variable 'value' used.
|
|---|
| 2028 | ./libavcodec/cbs_jpeg_syntax_template.c 28 err V614 Uninitialized variable 'value' used.
|
|---|
| 2029 | ./libavcodec/cbs_jpeg_syntax_template.c 29 err V614 Uninitialized variable 'value' used.
|
|---|
| 2030 | ./libavcodec/cbs_jpeg_syntax_template.c 30 err V614 Uninitialized variable 'value' used.
|
|---|
| 2031 | ./libavcodec/cbs_jpeg_syntax_template.c 31 err V614 Uninitialized variable 'value' used.
|
|---|
| 2032 | ./libavcodec/cbs_jpeg_syntax_template.c 48 err V614 Uninitialized variable 'value' used.
|
|---|
| 2033 | ./libavcodec/cbs_jpeg_syntax_template.c 49 err V614 Uninitialized variable 'value' used.
|
|---|
| 2034 | ./libavcodec/cbs_jpeg_syntax_template.c 69 err V614 Uninitialized variable 'value' used.
|
|---|
| 2035 | ./libavcodec/cbs_jpeg_syntax_template.c 83 err V614 Uninitialized variable 'value' used.
|
|---|
| 2036 | ./libavcodec/cbs_jpeg_syntax_template.c 84 err V614 Uninitialized variable 'value' used.
|
|---|
| 2037 | ./libavcodec/cbs_jpeg_syntax_template.c 107 err V614 Uninitialized variable 'value' used.
|
|---|
| 2038 | ./libavcodec/cbs_jpeg_syntax_template.c 128 err V614 Uninitialized variable 'value' used.
|
|---|
| 2039 | ./libavcodec/cbs_jpeg_syntax_template.c 130 err V614 Uninitialized variable 'value' used.
|
|---|
| 2040 | ./libavcodec/cbs_jpeg_syntax_template.c 137 err V614 Uninitialized variable 'value' used.
|
|---|
| 2041 | ./libavcodec/cbs_jpeg_syntax_template.c 138 err V614 Uninitialized variable 'value' used.
|
|---|
| 2042 | ./libavcodec/cbs_jpeg_syntax_template.c 139 err V614 Uninitialized variable 'value' used.
|
|---|
| 2043 | ./libavcodec/cbs_jpeg_syntax_template.c 140 err V614 Uninitialized variable 'value' used.
|
|---|
| 2044 | ./libavcodec/cbs_jpeg_syntax_template.c 152 err V614 Uninitialized variable 'value' used.
|
|---|
| 2045 | ./libavcodec/cbs_jpeg_syntax_template.c 176 err V614 Uninitialized variable 'value' used.
|
|---|
| 2046 | ./libavcodec/cbs_jpeg.c 234 warn V614 Potentially uninitialized variable 'next_marker' used.
|
|---|
| 2047 | ./libavcodec/cbs_jpeg.c 237 warn V614 Potentially uninitialized variable 'next_start' used.
|
|---|
| 2048 | ./libavcodec/cbs_mpeg2_syntax_template.c 27 err V614 Uninitialized variable 'value' used.
|
|---|
| 2049 | ./libavcodec/cbs_mpeg2_syntax_template.c 29 err V614 Uninitialized variable 'value' used.
|
|---|
| 2050 | ./libavcodec/cbs_mpeg2_syntax_template.c 30 err V614 Uninitialized variable 'value' used.
|
|---|
| 2051 | ./libavcodec/cbs_mpeg2_syntax_template.c 35 err V614 Uninitialized variable 'value' used.
|
|---|
| 2052 | ./libavcodec/cbs_mpeg2_syntax_template.c 36 err V614 Uninitialized variable 'value' used.
|
|---|
| 2053 | ./libavcodec/cbs_mpeg2_syntax_template.c 37 err V614 Uninitialized variable 'value' used.
|
|---|
| 2054 | ./libavcodec/cbs_mpeg2_syntax_template.c 39 err V614 Uninitialized variable 'value' used.
|
|---|
| 2055 | ./libavcodec/cbs_mpeg2_syntax_template.c 41 err V614 Uninitialized variable 'value' used.
|
|---|
| 2056 | ./libavcodec/cbs_mpeg2_syntax_template.c 42 err V614 Uninitialized variable 'value' used.
|
|---|
| 2057 | ./libavcodec/cbs_mpeg2_syntax_template.c 44 err V614 Uninitialized variable 'value' used.
|
|---|
| 2058 | ./libavcodec/cbs_mpeg2_syntax_template.c 50 err V614 Uninitialized variable 'value' used.
|
|---|
| 2059 | ./libavcodec/cbs_mpeg2_syntax_template.c 67 err V614 Uninitialized variable 'value' used.
|
|---|
| 2060 | ./libavcodec/cbs_mpeg2_syntax_template.c 95 err V614 Uninitialized variable 'value' used.
|
|---|
| 2061 | ./libavcodec/cbs_mpeg2_syntax_template.c 96 err V614 Uninitialized variable 'value' used.
|
|---|
| 2062 | ./libavcodec/cbs_mpeg2_syntax_template.c 97 err V614 Uninitialized variable 'value' used.
|
|---|
| 2063 | ./libavcodec/cbs_mpeg2_syntax_template.c 98 err V614 Uninitialized variable 'value' used.
|
|---|
| 2064 | ./libavcodec/cbs_mpeg2_syntax_template.c 99 err V614 Uninitialized variable 'value' used.
|
|---|
| 2065 | ./libavcodec/cbs_mpeg2_syntax_template.c 107 err V614 Uninitialized variable 'value' used.
|
|---|
| 2066 | ./libavcodec/cbs_mpeg2_syntax_template.c 108 err V614 Uninitialized variable 'value' used.
|
|---|
| 2067 | ./libavcodec/cbs_mpeg2_syntax_template.c 109 err V614 Uninitialized variable 'value' used.
|
|---|
| 2068 | ./libavcodec/cbs_mpeg2_syntax_template.c 110 err V614 Uninitialized variable 'value' used.
|
|---|
| 2069 | ./libavcodec/cbs_mpeg2_syntax_template.c 111 err V614 Uninitialized variable 'value' used.
|
|---|
| 2070 | ./libavcodec/cbs_mpeg2_syntax_template.c 112 err V614 Uninitialized variable 'value' used.
|
|---|
| 2071 | ./libavcodec/cbs_mpeg2_syntax_template.c 124 err V614 Uninitialized variable 'value' used.
|
|---|
| 2072 | ./libavcodec/cbs_mpeg2_syntax_template.c 126 err V614 Uninitialized variable 'value' used.
|
|---|
| 2073 | ./libavcodec/cbs_mpeg2_syntax_template.c 138 err V614 Uninitialized variable 'value' used.
|
|---|
| 2074 | ./libavcodec/cbs_mpeg2_syntax_template.c 139 err V614 Uninitialized variable 'value' used.
|
|---|
| 2075 | ./libavcodec/cbs_mpeg2_syntax_template.c 140 err V614 Uninitialized variable 'value' used.
|
|---|
| 2076 | ./libavcodec/cbs_mpeg2_syntax_template.c 153 err V614 Uninitialized variable 'value' used.
|
|---|
| 2077 | ./libavcodec/cbs_mpeg2_syntax_template.c 154 err V614 Uninitialized variable 'value' used.
|
|---|
| 2078 | ./libavcodec/cbs_mpeg2_syntax_template.c 155 err V614 Uninitialized variable 'value' used.
|
|---|
| 2079 | ./libavcodec/cbs_mpeg2_syntax_template.c 167 err V614 Uninitialized variable 'value' used.
|
|---|
| 2080 | ./libavcodec/cbs_mpeg2_syntax_template.c 169 err V614 Uninitialized variable 'value' used.
|
|---|
| 2081 | ./libavcodec/cbs_mpeg2_syntax_template.c 170 err V614 Uninitialized variable 'value' used.
|
|---|
| 2082 | ./libavcodec/cbs_mpeg2_syntax_template.c 171 err V614 Uninitialized variable 'value' used.
|
|---|
| 2083 | ./libavcodec/cbs_mpeg2_syntax_template.c 200 err V614 Uninitialized variable 'value' used.
|
|---|
| 2084 | ./libavcodec/cbs_mpeg2_syntax_template.c 205 err V614 Uninitialized variable 'value' used.
|
|---|
| 2085 | ./libavcodec/cbs_mpeg2_syntax_template.c 217 err V614 Uninitialized variable 'value' used.
|
|---|
| 2086 | ./libavcodec/cbs_mpeg2_syntax_template.c 219 err V614 Uninitialized variable 'value' used.
|
|---|
| 2087 | ./libavcodec/cbs_mpeg2_syntax_template.c 220 err V614 Uninitialized variable 'value' used.
|
|---|
| 2088 | ./libavcodec/cbs_mpeg2_syntax_template.c 221 err V614 Uninitialized variable 'value' used.
|
|---|
| 2089 | ./libavcodec/cbs_mpeg2_syntax_template.c 225 err V614 Uninitialized variable 'value' used.
|
|---|
| 2090 | ./libavcodec/cbs_mpeg2_syntax_template.c 226 err V614 Uninitialized variable 'value' used.
|
|---|
| 2091 | ./libavcodec/cbs_mpeg2_syntax_template.c 230 err V614 Uninitialized variable 'value' used.
|
|---|
| 2092 | ./libavcodec/cbs_mpeg2_syntax_template.c 231 err V614 Uninitialized variable 'value' used.
|
|---|
| 2093 | ./libavcodec/cbs_mpeg2_syntax_template.c 248 err V614 Uninitialized variable 'value' used.
|
|---|
| 2094 | ./libavcodec/cbs_mpeg2_syntax_template.c 249 err V614 Uninitialized variable 'value' used.
|
|---|
| 2095 | ./libavcodec/cbs_mpeg2_syntax_template.c 250 err V614 Uninitialized variable 'value' used.
|
|---|
| 2096 | ./libavcodec/cbs_mpeg2_syntax_template.c 251 err V614 Uninitialized variable 'value' used.
|
|---|
| 2097 | ./libavcodec/cbs_mpeg2_syntax_template.c 253 err V614 Uninitialized variable 'value' used.
|
|---|
| 2098 | ./libavcodec/cbs_mpeg2_syntax_template.c 254 err V614 Uninitialized variable 'value' used.
|
|---|
| 2099 | ./libavcodec/cbs_mpeg2_syntax_template.c 255 err V614 Uninitialized variable 'value' used.
|
|---|
| 2100 | ./libavcodec/cbs_mpeg2_syntax_template.c 256 err V614 Uninitialized variable 'value' used.
|
|---|
| 2101 | ./libavcodec/cbs_mpeg2_syntax_template.c 257 err V614 Uninitialized variable 'value' used.
|
|---|
| 2102 | ./libavcodec/cbs_mpeg2_syntax_template.c 258 err V614 Uninitialized variable 'value' used.
|
|---|
| 2103 | ./libavcodec/cbs_mpeg2_syntax_template.c 259 err V614 Uninitialized variable 'value' used.
|
|---|
| 2104 | ./libavcodec/cbs_mpeg2_syntax_template.c 260 err V614 Uninitialized variable 'value' used.
|
|---|
| 2105 | ./libavcodec/cbs_mpeg2_syntax_template.c 261 err V614 Uninitialized variable 'value' used.
|
|---|
| 2106 | ./libavcodec/cbs_mpeg2_syntax_template.c 262 err V614 Uninitialized variable 'value' used.
|
|---|
| 2107 | ./libavcodec/cbs_mpeg2_syntax_template.c 263 err V614 Uninitialized variable 'value' used.
|
|---|
| 2108 | ./libavcodec/cbs_mpeg2_syntax_template.c 286 err V614 Uninitialized variable 'value' used.
|
|---|
| 2109 | ./libavcodec/cbs_mpeg2_syntax_template.c 288 err V614 Uninitialized variable 'value' used.
|
|---|
| 2110 | ./libavcodec/cbs_mpeg2_syntax_template.c 289 err V614 Uninitialized variable 'value' used.
|
|---|
| 2111 | ./libavcodec/cbs_mpeg2_syntax_template.c 290 err V614 Uninitialized variable 'value' used.
|
|---|
| 2112 | ./libavcodec/cbs_mpeg2_syntax_template.c 291 err V614 Uninitialized variable 'value' used.
|
|---|
| 2113 | ./libavcodec/cbs_mpeg2_syntax_template.c 292 err V614 Uninitialized variable 'value' used.
|
|---|
| 2114 | ./libavcodec/cbs_mpeg2_syntax_template.c 305 err V614 Uninitialized variable 'value' used.
|
|---|
| 2115 | ./libavcodec/cbs_mpeg2_syntax_template.c 311 err V614 Uninitialized variable 'value' used.
|
|---|
| 2116 | ./libavcodec/cbs_mpeg2_syntax_template.c 317 err V614 Uninitialized variable 'value' used.
|
|---|
| 2117 | ./libavcodec/cbs_mpeg2_syntax_template.c 323 err V614 Uninitialized variable 'value' used.
|
|---|
| 2118 | ./libavcodec/cbs_mpeg2_syntax_template.c 342 err V614 Uninitialized variable 'value' used.
|
|---|
| 2119 | ./libavcodec/cbs_mpeg2_syntax_template.c 344 err V614 Uninitialized variable 'value' used.
|
|---|
| 2120 | ./libavcodec/cbs_mpeg2_syntax_template.c 357 err V614 Uninitialized variable 'value' used.
|
|---|
| 2121 | ./libavcodec/cbs_mpeg2_syntax_template.c 358 err V614 Uninitialized variable 'value' used.
|
|---|
| 2122 | ./libavcodec/cbs_mpeg2_syntax_template.c 391 err V614 Uninitialized variable 'value' used.
|
|---|
| 2123 | ./libavcodec/cbs_mpeg2_syntax_template.c 394 err V614 Uninitialized variable 'value' used.
|
|---|
| 2124 | ./libavcodec/cbs_mpeg2_syntax_template.c 397 err V614 Uninitialized variable 'value' used.
|
|---|
| 2125 | ./libavcodec/cbs_mpeg2_syntax_template.c 400 err V614 Uninitialized variable 'value' used.
|
|---|
| 2126 | ./libavcodec/cbs_mpeg2_syntax_template.c 403 err V614 Uninitialized variable 'value' used.
|
|---|
| 2127 | ./libavcodec/cbs_mpeg2_syntax_template.c 404 err V614 Uninitialized variable 'value' used.
|
|---|
| 2128 | ./libavcodec/cbs_mpeg2_syntax_template.c 405 err V614 Uninitialized variable 'value' used.
|
|---|
| 2129 | ./libavcodec/cbs_mpeg2_syntax_template.c 406 err V614 Uninitialized variable 'value' used.
|
|---|
| 2130 | ./libavcodec/cbs_mpeg2_syntax_template.c 422 err V614 Uninitialized variable 'value' used.
|
|---|
| 2131 | ./libavcodec/cbs_mpeg2_syntax_template.c 148 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2132 | ./libavcodec/cbs_mpeg2_syntax_template.c 148 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2133 | ./libavcodec/cbs_mpeg2_syntax_template.c 149 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2134 | ./libavcodec/cbs_mpeg2_syntax_template.c 149 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2135 | ./libavcodec/cbs_mpeg2_syntax_template.c 150 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2136 | ./libavcodec/cbs_mpeg2_syntax_template.c 150 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2137 | ./libavcodec/cbs_vp9_syntax_template.c 27 err V614 Uninitialized variable 'value' used.
|
|---|
| 2138 | ./libavcodec/cbs_vp9_syntax_template.c 28 err V614 Uninitialized variable 'value' used.
|
|---|
| 2139 | ./libavcodec/cbs_vp9_syntax_template.c 29 err V614 Uninitialized variable 'value' used.
|
|---|
| 2140 | ./libavcodec/cbs_vp9_syntax_template.c 50 err V614 Uninitialized variable 'value' used.
|
|---|
| 2141 | ./libavcodec/cbs_vp9_syntax_template.c 55 err V614 Uninitialized variable 'value' used.
|
|---|
| 2142 | ./libavcodec/cbs_vp9_syntax_template.c 58 err V614 Uninitialized variable 'value' used.
|
|---|
| 2143 | ./libavcodec/cbs_vp9_syntax_template.c 60 err V614 Uninitialized variable 'value' used.
|
|---|
| 2144 | ./libavcodec/cbs_vp9_syntax_template.c 61 err V614 Uninitialized variable 'value' used.
|
|---|
| 2145 | ./libavcodec/cbs_vp9_syntax_template.c 88 err V614 Uninitialized variable 'value' used.
|
|---|
| 2146 | ./libavcodec/cbs_vp9_syntax_template.c 89 err V614 Uninitialized variable 'value' used.
|
|---|
| 2147 | ./libavcodec/cbs_vp9_syntax_template.c 107 err V614 Uninitialized variable 'value' used.
|
|---|
| 2148 | ./libavcodec/cbs_vp9_syntax_template.c 110 err V614 Uninitialized variable 'value' used.
|
|---|
| 2149 | ./libavcodec/cbs_vp9_syntax_template.c 111 err V614 Uninitialized variable 'value' used.
|
|---|
| 2150 | ./libavcodec/cbs_vp9_syntax_template.c 157 err V614 Uninitialized variable 'value' used.
|
|---|
| 2151 | ./libavcodec/cbs_vp9_syntax_template.c 159 err V614 Uninitialized variable 'value' used.
|
|---|
| 2152 | ./libavcodec/cbs_vp9_syntax_template.c 169 err V614 Uninitialized variable 'value' used.
|
|---|
| 2153 | ./libavcodec/cbs_vp9_syntax_template.c 170 err V614 Uninitialized variable 'value' used.
|
|---|
| 2154 | ./libavcodec/cbs_vp9_syntax_template.c 172 err V614 Uninitialized variable 'value' used.
|
|---|
| 2155 | ./libavcodec/cbs_vp9_syntax_template.c 174 err V614 Uninitialized variable 'value' used.
|
|---|
| 2156 | ./libavcodec/cbs_vp9_syntax_template.c 197 err V614 Uninitialized variable 'value' used.
|
|---|
| 2157 | ./libavcodec/cbs_vp9_syntax_template.c 199 err V614 Uninitialized variable 'value' used.
|
|---|
| 2158 | ./libavcodec/cbs_vp9_syntax_template.c 200 err V614 Uninitialized variable 'value' used.
|
|---|
| 2159 | ./libavcodec/cbs_vp9_syntax_template.c 201 err V614 Uninitialized variable 'value' used.
|
|---|
| 2160 | ./libavcodec/cbs_vp9_syntax_template.c 214 err V614 Uninitialized variable 'value' used.
|
|---|
| 2161 | ./libavcodec/cbs_vp9_syntax_template.c 217 err V614 Uninitialized variable 'value' used.
|
|---|
| 2162 | ./libavcodec/cbs_vp9_syntax_template.c 221 err V614 Uninitialized variable 'value' used.
|
|---|
| 2163 | ./libavcodec/cbs_vp9_syntax_template.c 230 err V614 Uninitialized variable 'value' used.
|
|---|
| 2164 | ./libavcodec/cbs_vp9_syntax_template.c 232 err V614 Uninitialized variable 'value' used.
|
|---|
| 2165 | ./libavcodec/cbs_vp9_syntax_template.c 283 err V614 Uninitialized variable 'value' used.
|
|---|
| 2166 | ./libavcodec/cbs_vp9_syntax_template.c 285 err V614 Uninitialized variable 'value' used.
|
|---|
| 2167 | ./libavcodec/cbs_vp9_syntax_template.c 286 err V614 Uninitialized variable 'value' used.
|
|---|
| 2168 | ./libavcodec/cbs_vp9_syntax_template.c 291 err V614 Uninitialized variable 'value' used.
|
|---|
| 2169 | ./libavcodec/cbs_vp9_syntax_template.c 293 err V614 Uninitialized variable 'value' used.
|
|---|
| 2170 | ./libavcodec/cbs_vp9_syntax_template.c 300 err V614 Uninitialized variable 'value' used.
|
|---|
| 2171 | ./libavcodec/cbs_vp9_syntax_template.c 301 err V614 Uninitialized variable 'value' used.
|
|---|
| 2172 | ./libavcodec/cbs_vp9_syntax_template.c 302 err V614 Uninitialized variable 'value' used.
|
|---|
| 2173 | ./libavcodec/cbs_vp9_syntax_template.c 314 err V614 Uninitialized variable 'value' used.
|
|---|
| 2174 | ./libavcodec/cbs_vp9_syntax_template.c 319 err V614 Uninitialized variable 'value' used.
|
|---|
| 2175 | ./libavcodec/cbs_vp9_syntax_template.c 338 err V614 Uninitialized variable 'value' used.
|
|---|
| 2176 | ./libavcodec/cbs_vp9_syntax_template.c 343 err V614 Uninitialized variable 'value' used.
|
|---|
| 2177 | ./libavcodec/cbs_vp9_syntax_template.c 352 err V614 Uninitialized variable 'value' used.
|
|---|
| 2178 | ./libavcodec/cbs_vp9_syntax_template.c 358 err V614 Uninitialized variable 'value' used.
|
|---|
| 2179 | ./libavcodec/cbs_vp9_syntax_template.c 359 err V614 Uninitialized variable 'value' used.
|
|---|
| 2180 | ./libavcodec/cbs_vp9_syntax_template.c 365 err V614 Uninitialized variable 'value' used.
|
|---|
| 2181 | ./libavcodec/cbs_vp9_syntax_template.c 372 err V614 Uninitialized variable 'value' used.
|
|---|
| 2182 | ./libavcodec/cbs_vp9_syntax_template.c 401 err V614 Uninitialized variable 'value' used.
|
|---|
| 2183 | ./libavcodec/cbs_vp9_syntax_template.c 427 err V614 Uninitialized variable 'value' used.
|
|---|
| 2184 | ./libavcodec/cbs_vp9_syntax_template.c 428 err V614 Uninitialized variable 'value' used.
|
|---|
| 2185 | ./libavcodec/cbs_vp9_syntax_template.c 429 err V614 Uninitialized variable 'value' used.
|
|---|
| 2186 | ./libavcodec/cbs_vp9_syntax_template.c 437 err V614 Uninitialized variable 'value' used.
|
|---|
| 2187 | ./libavcodec/cbs_vp9_syntax_template.c 438 err V614 Uninitialized variable 'value' used.
|
|---|
| 2188 | ./libavcodec/cbs_vp9_syntax_template.c 439 err V614 Uninitialized variable 'value' used.
|
|---|
| 2189 | ./libavcodec/cbs_vp9_syntax_template.c 31 warn V560 A part of conditional expression is always false: frame_sync_byte_0 != VP9_FRAME_SYNC_0.
|
|---|
| 2190 | ./libavcodec/cbs_vp9_syntax_template.c 32 warn V560 A part of conditional expression is always false: frame_sync_byte_1 != VP9_FRAME_SYNC_1.
|
|---|
| 2191 | ./libavcodec/cbs_vp9_syntax_template.c 33 warn V560 A part of conditional expression is always false: frame_sync_byte_2 != VP9_FRAME_SYNC_2.
|
|---|
| 2192 | ./libavcodec/cbs_vp9_syntax_template.c 64 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2193 | ./libavcodec/cbs_vp9_syntax_template.c 64 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2194 | ./libavcodec/cbs_vp9_syntax_template.c 65 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2195 | ./libavcodec/cbs_vp9_syntax_template.c 65 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2196 | ./libavcodec/cbs_vp9_syntax_template.c 68 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2197 | ./libavcodec/cbs_vp9_syntax_template.c 68 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2198 | ./libavcodec/cbs_vp9_syntax_template.c 70 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2199 | ./libavcodec/cbs_vp9_syntax_template.c 70 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2200 | ./libavcodec/cbs_vp9_syntax_template.c 71 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2201 | ./libavcodec/cbs_vp9_syntax_template.c 71 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2202 | ./libavcodec/cbs_vp9_syntax_template.c 226 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2203 | ./libavcodec/cbs_vp9_syntax_template.c 226 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2204 | ./libavcodec/cbs_vp9_syntax_template.c 243 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2205 | ./libavcodec/cbs_vp9_syntax_template.c 243 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2206 | ./libavcodec/cbs_vp9_syntax_template.c 245 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2207 | ./libavcodec/cbs_vp9_syntax_template.c 245 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2208 | ./libavcodec/cbs_vp9_syntax_template.c 246 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2209 | ./libavcodec/cbs_vp9_syntax_template.c 246 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2210 | ./libavcodec/cbs_vp9_syntax_template.c 294 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2211 | ./libavcodec/cbs_vp9_syntax_template.c 294 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2212 | ./libavcodec/cbs_vp9_syntax_template.c 295 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2213 | ./libavcodec/cbs_vp9_syntax_template.c 295 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2214 | ./libavcodec/cbs_vp9_syntax_template.c 296 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2215 | ./libavcodec/cbs_vp9_syntax_template.c 296 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2216 | ./libavcodec/cbs_vp9_syntax_template.c 310 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2217 | ./libavcodec/cbs_vp9_syntax_template.c 310 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2218 | ./libavcodec/cbs_vp9_syntax_template.c 316 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2219 | ./libavcodec/cbs_vp9_syntax_template.c 316 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2220 | ./libavcodec/cbs_vp9_syntax_template.c 321 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2221 | ./libavcodec/cbs_vp9_syntax_template.c 321 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2222 | ./libavcodec/cbs_vp9_syntax_template.c 329 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2223 | ./libavcodec/cbs_vp9_syntax_template.c 329 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2224 | ./libavcodec/cbs_vp9_syntax_template.c 330 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2225 | ./libavcodec/cbs_vp9_syntax_template.c 330 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2226 | ./libavcodec/cbs_vp9_syntax_template.c 331 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2227 | ./libavcodec/cbs_vp9_syntax_template.c 331 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2228 | ./libavcodec/cbs_vp9_syntax_template.c 361 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2229 | ./libavcodec/cbs_vp9_syntax_template.c 361 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2230 | ./libavcodec/cbs_vp9_syntax_template.c 362 err V576 Incorrect format. Consider checking the fifth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2231 | ./libavcodec/cbs_vp9_syntax_template.c 362 err V576 Incorrect format. Consider checking the sixth actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2232 | ./libavcodec/ccaption_dec.c 480 warn V719 The switch statement does not cover all values of the 'cc_font' enum: CCFONT_REGULAR.
|
|---|
| 2233 | ./libavcodec/cinepak.c 197 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p'.
|
|---|
| 2234 | ./libavcodec/cinepak.c 203 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p'.
|
|---|
| 2235 | ./libavcodec/cinepak.c 206 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p'.
|
|---|
| 2236 | ./libavcodec/cinepak.c 242 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'cb2 + 0'.
|
|---|
| 2237 | ./libavcodec/cinepak.c 243 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'cb3 + 0'.
|
|---|
| 2238 | ./libavcodec/cinepak.c 246 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'cb0 + 0'.
|
|---|
| 2239 | ./libavcodec/cinepak.c 247 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'cb1 + 0'.
|
|---|
| 2240 | ./libavcodec/cinepakenc.c 173 warn V547 Expression '!(s->best_frame = av_frame_alloc())' is always false.
|
|---|
| 2241 | ./libavcodec/cinepakenc.c 173 warn V559 Suspicious assignment inside the conditional expression of 'if' statement: s->best_frame = av_frame_alloc().
|
|---|
| 2242 | ./libavcodec/cinepakenc.c 175 warn V547 Expression '!(s->scratch_frame = av_frame_alloc())' is always false.
|
|---|
| 2243 | ./libavcodec/cinepakenc.c 175 warn V559 Suspicious assignment inside the conditional expression of 'if' statement: s->scratch_frame = av_frame_alloc().
|
|---|
| 2244 | ./libavcodec/cinepakenc.c 178 warn V547 Expression '!(s->input_frame = av_frame_alloc())' is always false.
|
|---|
| 2245 | ./libavcodec/cinepakenc.c 178 warn V559 Suspicious assignment inside the conditional expression of 'if' statement: s->input_frame = av_frame_alloc().
|
|---|
| 2246 | ./libavcodec/cinepakenc.c 409 warn V547 Expression 'incremental_codebook_replacement_mode' is always false.
|
|---|
| 2247 | ./libavcodec/cinepakenc.c 410 warn V547 Expression 'incremental_codebook_replacement_mode' is always false.
|
|---|
| 2248 | ./libavcodec/cinepakenc.c 412 warn V547 Expression 'incremental_codebook_replacement_mode' is always false.
|
|---|
| 2249 | ./libavcodec/cinepakenc.c 419 warn V547 Expression 'incremental_codebook_replacement_mode' is always false.
|
|---|
| 2250 | ./libavcodec/cinepakenc.c 1040 warn V547 Expression 'rr > 255' is always false.
|
|---|
| 2251 | ./libavcodec/cinepakenc.c 1038 warn V547 Expression 'rr < 0' is always false.
|
|---|
| 2252 | ./libavcodec/dca_exss.c 448 err V1008 Consider inspecting the 'for' operator. No more than one iteration of the loop will be performed.
|
|---|
| 2253 | ./libavcodec/dca_exss.c 452 err V1008 Consider inspecting the 'for' operator. No more than one iteration of the loop will be performed.
|
|---|
| 2254 | ./libavcodec/dca_exss.c 479 err V1008 Consider inspecting the 'for' operator. No more than one iteration of the loop will be performed.
|
|---|
| 2255 | ./libavcodec/dca_xll.c 659 warn V756 The 'j' counter is not used inside a nested loop. Consider inspecting usage of 'k' counter.
|
|---|
| 2256 | ./libavcodec/dcaadpcm.c 193 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'work_bufer'.
|
|---|
| 2257 | ./libavcodec/dcadsp.c 246 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2258 | ./libavcodec/dcadsp.c 270 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2259 | ./libavcodec/dcaenc.c 217 err V512 A call of the 'memset' function will lead to underflow of the buffer 'c->adpcm_history[i][j]'.
|
|---|
| 2260 | ./libavcodec/dcaenc.c 424 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2261 | ./libavcodec/dcaenc.c 425 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2262 | ./libavcodec/dds.c 285 warn V1037 Two or more case-branches perform the same actions. Check lines: 285, 291
|
|---|
| 2263 | ./libavcodec/decode.c 118 warn V547 Expression 'ret < 0' is always true.
|
|---|
| 2264 | ./libavcodec/decode.c 989 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2265 | ./libavcodec/decode.c 1172 warn V547 Expression '!config' is always false.
|
|---|
| 2266 | ./libavcodec/decode.c 1642 warn V557 Array overrun is possible. The value of 'i + 8' index could reach 8.
|
|---|
| 2267 | ./libavcodec/decode.c 1980 err V1013 Suspicious subexpression frame->format != avctx->pix_fmt in a sequence of similar comparisons.
|
|---|
| 2268 | ./libavcodec/dirac_dwt_template.c 410 warn V751 Parameter 'height' is not used inside function body.
|
|---|
| 2269 | ./libavcodec/dirac_parser.c 263 warn V519 The '* poutbuf' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 250, 263.
|
|---|
| 2270 | ./libavcodec/dirac_parser.c 264 warn V519 The '* poutbuf_size' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 251, 264.
|
|---|
| 2271 | ./libavcodec/diracdec.c 1437 err V629 Consider inspecting the '1 << ep' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2272 | ./libavcodec/diracdec.c 1812 warn V751 Parameter 'yblen' is not used inside function body.
|
|---|
| 2273 | ./libavcodec/diracdec.c 2321 warn V547 Expression '!s->current_picture' is always true.
|
|---|
| 2274 | ./libavcodec/dnxhdenc.c 233 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions '!offset' and 'offset'.
|
|---|
| 2275 | ./libavcodec/dnxhdenc.c 234 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions '!run' and 'run'.
|
|---|
| 2276 | ./libavcodec/dnxhdenc.c 855 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2277 | ./libavcodec/dolby_e.c 295 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2278 | ./libavcodec/dolby_e.c 296 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2279 | ./libavcodec/dolby_e.c 297 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2280 | ./libavcodec/dolby_e.c 319 err V522 Dereferencing of the null pointer 'p' might take place.
|
|---|
| 2281 | ./libavcodec/dolby_e.c 378 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2282 | ./libavcodec/dolby_e.c 690 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2283 | ./libavcodec/dolby_e.c 707 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2284 | ./libavcodec/dvd_nav_parser.c 72 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'pc1->buffer'.
|
|---|
| 2285 | ./libavcodec/dvdec.c 291 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2286 | ./libavcodec/dvdec.c 292 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2287 | ./libavcodec/dvdsub_parser.c 51 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2288 | ./libavcodec/dvdsubdec.c 247 warn V547 Expression 'big_offsets' is always true.
|
|---|
| 2289 | ./libavcodec/dv_tablegen.h 85 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2290 | ./libavcodec/dv_tablegen.h 87 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2291 | ./libavcodec/dvenc.c 252 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2292 | ./libavcodec/dvenc.c 410 err V767 Suspicious access to element of 'size' array by a constant index inside a loop.
|
|---|
| 2293 | ./libavcodec/dvenc.c 434 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2294 | ./libavcodec/eatgq.c 71 warn V557 Array overrun is possible. The value of 'i ++' index could reach 64.
|
|---|
| 2295 | ./libavcodec/eatgq.c 170 err V512 A call of the 'memset' function will lead to underflow of the buffer 'dc'.
|
|---|
| 2296 | ./libavcodec/encode.c 169 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 162, 169.
|
|---|
| 2297 | ./libavcodec/encode.c 330 err V595 The 'frame' pointer was utilized before it was verified against nullptr. Check lines: 330, 338.
|
|---|
| 2298 | ./libavcodec/encode.c 446 warn V560 A part of conditional expression is always true: ret >= 0.
|
|---|
| 2299 | ./libavcodec/escape124.c 94 warn V547 Expression 'size >= 0x7fffffff / sizeof (MacroBlock)' is always false.
|
|---|
| 2300 | ./libavcodec/evrcdec.c 632 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'mem'.
|
|---|
| 2301 | ./libavcodec/evrcdec.c 674 warn V560 A part of conditional expression is always false: e->bitrate == RATE_HALF.
|
|---|
| 2302 | ./libavcodec/evrcdec.c 810 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'e->pitch'.
|
|---|
| 2303 | ./libavcodec/evrcdec.c 893 warn V547 Expression 'error_flag' is always false.
|
|---|
| 2304 | ./libavcodec/exr.c 1139 warn V719 The switch statement does not cover all values of the 'ExrCompr' enum: EXR_DWA, EXR_DWB, EXR_UNKN.
|
|---|
| 2305 | ./libavcodec/fft_template.c 261 err V547 Expression 's->fft_permutation == FF_FFT_PERM_AVX' is always false.
|
|---|
| 2306 | ./libavcodec/ffv1dec_template.c 183 warn V547 Expression 'transparency' is always true.
|
|---|
| 2307 | ./libavcodec/ffv1dec.c 267 warn V547 Expression '!p->key_frame' is always true.
|
|---|
| 2308 | ./libavcodec/ffv1enc_template.c 167 warn V547 Expression 'transparency' is always true.
|
|---|
| 2309 | ./libavcodec/ffv1enc.c 521 err V547 Expression '(s->version) > (2)' is always false.
|
|---|
| 2310 | ./libavcodec/ffv1enc.c 525 warn V547 Expression '(s->version) > (2)' is always false.
|
|---|
| 2311 | ./libavcodec/ffv1enc.c 845 warn V793 It is odd that the result of the 'a + b' statement is a part of the condition. Perhaps, this statement should have been compared with something else.
|
|---|
| 2312 | ./libavcodec/ffv1enc.c 855 warn V793 It is odd that the result of the 'a + b' statement is a part of the condition. Perhaps, this statement should have been compared with something else.
|
|---|
| 2313 | ./libavcodec/ffv1enc.c 880 err V1028 Possible overflow. Consider casting operands of the 's->bits_per_raw_sample + 1' operator to the 'int64_t' type, not the result.
|
|---|
| 2314 | ./libavcodec/fits.c 116 warn V719 The switch statement does not cover all values of the 'FITSHeaderState' enum: STATE_GCOUNT, STATE_PCOUNT.
|
|---|
| 2315 | ./libavcodec/flac.c 46 err V629 Consider inspecting the 'top << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2316 | ./libavcodec/flac.c 46 warn V784 The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
|
|---|
| 2317 | ./libavcodec/flac_parser.c 638 warn V560 A part of conditional expression is always true: buf_size.
|
|---|
| 2318 | ./libavcodec/flacenc.c 188 warn V719 The switch statement does not cover all values of the 'FFLPCType' enum: FF_LPC_TYPE_DEFAULT, FF_LPC_TYPE_NB.
|
|---|
| 2319 | ./libavcodec/flashsv.c 182 warn V751 Parameter 'height' is not used inside function body.
|
|---|
| 2320 | ./libavcodec/flashsv.c 454 warn V560 A part of conditional expression is always false: s->zlibprime_curr.
|
|---|
| 2321 | ./libavcodec/flashsv.c 484 warn V560 A part of conditional expression is always true: s->ver == 2.
|
|---|
| 2322 | ./libavcodec/flashsv2enc.c 161 warn V1004 The 'databuf' pointer was used unsafely after it was verified against nullptr.
|
|---|
| 2323 | ./libavcodec/g2meet.c 609 warn V751 Parameter 'y' is not used inside function body.
|
|---|
| 2324 | ./libavcodec/g2meet.c 1230 warn V560 A part of conditional expression is always false: cursor_w > 256.
|
|---|
| 2325 | ./libavcodec/g2meet.c 1231 warn V560 A part of conditional expression is always false: cursor_h > 256.
|
|---|
| 2326 | ./libavcodec/g722enc.c 164 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2327 | ./libavcodec/g723_1dec.c 593 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'filter_signal'.
|
|---|
| 2328 | ./libavcodec/g723_1dec.c 712 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2329 | ./libavcodec/g723_1dec.c 718 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2330 | ./libavcodec/g723_1dec.c 771 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'vector_ptr'.
|
|---|
| 2331 | ./libavcodec/g723_1dec.c 910 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p->excitation'.
|
|---|
| 2332 | ./libavcodec/g723_1dec.c 963 err V512 A call of the 'memset' function will lead to underflow of the buffer 'p->excitation'.
|
|---|
| 2333 | ./libavcodec/g723_1dec.c 1002 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p->audio'.
|
|---|
| 2334 | ./libavcodec/g723_1enc.c 116 err V629 Consider inspecting the 'temp << scale' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2335 | ./libavcodec/g723_1enc.c 116 err V1028 Possible overflow. Consider casting operands of the 'temp << scale' operator to the 'int64_t' type, not the result.
|
|---|
| 2336 | ./libavcodec/g723_1enc.c 159 err V1028 Possible overflow. Consider casting operands of the 'partial_corr << 14' operator to the 'int64_t' type, not the result.
|
|---|
| 2337 | ./libavcodec/g723_1enc.c 164 err V1028 Possible overflow. Consider casting operands of the 'error << 16' operator to the 'int64_t' type, not the result.
|
|---|
| 2338 | ./libavcodec/g723_1enc.c 170 err V1028 Possible overflow. Consider casting operands of the 'lpc[j] << 16' operator to the 'int64_t' type, not the result.
|
|---|
| 2339 | ./libavcodec/g723_1enc.c 236 err V629 Consider inspecting the 'f[i] << shift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2340 | ./libavcodec/g723_1enc.c 236 err V1028 Possible overflow. Consider casting operands of the 'f[i] << shift' operator to the 'int64_t' type, not the result.
|
|---|
| 2341 | ./libavcodec/g723_1enc.c 396 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p->iir_mem'.
|
|---|
| 2342 | ./libavcodec/g723_1enc.c 412 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'p->iir_mem'.
|
|---|
| 2343 | ./libavcodec/g723_1enc.c 449 err V629 Consider inspecting the 'ccr << exp' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2344 | ./libavcodec/g723_1enc.c 449 err V1028 Possible overflow. Consider casting operands of the 'ccr << exp' operator to the 'int64_t' type, not the result.
|
|---|
| 2345 | ./libavcodec/g723_1enc.c 457 err V629 Consider inspecting the 'orig_eng << temp' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2346 | ./libavcodec/g723_1enc.c 457 err V1028 Possible overflow. Consider casting operands of the 'orig_eng << temp' operator to the 'int64_t' type, not the result.
|
|---|
| 2347 | ./libavcodec/g723_1enc.c 519 err V629 Consider inspecting the 'energy[i] << exp' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2348 | ./libavcodec/g723_1enc.c 519 err V1028 Possible overflow. Consider casting operands of the 'energy[i] << exp' operator to the 'int64_t' type, not the result.
|
|---|
| 2349 | ./libavcodec/g723_1enc.c 573 err V629 Consider inspecting the 'hf->gain * src[i - hf->index] << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2350 | ./libavcodec/g723_1enc.c 582 err V629 Consider inspecting the 'hf->gain * src[i - hf->index] << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2351 | ./libavcodec/g723_1enc.c 607 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'buf_16'.
|
|---|
| 2352 | ./libavcodec/g723_1enc.c 715 err V629 Consider inspecting the 'ccr_buf[i] << temp' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2353 | ./libavcodec/g723_1enc.c 715 err V1028 Possible overflow. Consider casting operands of the 'ccr_buf[i] << temp' operator to the 'int64_t' type, not the result.
|
|---|
| 2354 | ./libavcodec/g723_1enc.c 1133 err V512 A call of the 'memset' function will lead to underflow of the buffer 'vector'.
|
|---|
| 2355 | ./libavcodec/g723_1enc.c 1148 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'vector'.
|
|---|
| 2356 | ./libavcodec/g729postfilter.c 306 warn V614 Potentially uninitialized variable 'best_delay_frac' used.
|
|---|
| 2357 | ./libavcodec/g729dec.c 628 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'synth'.
|
|---|
| 2358 | ./libavcodec/gdv.c 553 warn V547 Expression 'ret < 0' is always false.
|
|---|
| 2359 | ./libavcodec/h263dec.c 667 warn V560 A part of conditional expression is always true: 1.
|
|---|
| 2360 | ./libavcodec/h263dec.c 667 warn V560 A part of conditional expression is always false: !(1 || 1 || 1 || 1 || 1 || 1).
|
|---|
| 2361 | ./libavcodec/h2645_parse.c 124 warn V547 Expression 'nal->skipped_bytes_pos' is always true.
|
|---|
| 2362 | ./libavcodec/h264_mvpred.h 62 warn V1032 The pointer 'sl->mv_cache[list][scan8[0] - 2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2363 | ./libavcodec/h264_mvpred.h 278 warn V1032 The pointer 'mvbuf[0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2364 | ./libavcodec/h264_mvpred.h 278 warn V1032 The pointer 'A' is cast to a more strictly aligned pointer type.
|
|---|
| 2365 | ./libavcodec/h264_mvpred.h 278 err V614 Uninitialized variable 'mvbuf[0][1]' used.
|
|---|
| 2366 | ./libavcodec/h264_mvpred.h 291 warn V1032 The pointer 'mvbuf[1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2367 | ./libavcodec/h264_mvpred.h 291 warn V1032 The pointer 'B' is cast to a more strictly aligned pointer type.
|
|---|
| 2368 | ./libavcodec/h264_mvpred.h 291 err V614 Uninitialized variable 'mvbuf[1][1]' used.
|
|---|
| 2369 | ./libavcodec/h264_mvpred.h 307 warn V1032 The pointer 'mvbuf[2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2370 | ./libavcodec/h264_mvpred.h 307 warn V1032 The pointer 'C' is cast to a more strictly aligned pointer type.
|
|---|
| 2371 | ./libavcodec/h264_mvpred.h 307 err V614 Uninitialized variable 'mvbuf[2][1]' used.
|
|---|
| 2372 | ./libavcodec/h264_mvpred.h 637 warn V557 Array overrun is possible. The value of 'cache_idx' index could reach 15.
|
|---|
| 2373 | ./libavcodec/h264_mvpred.h 637 warn V1032 The pointer 'mv_cache[cache_idx]' is cast to a more strictly aligned pointer type.
|
|---|
| 2374 | ./libavcodec/h264_mvpred.h 637 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2375 | ./libavcodec/h264_mvpred.h 639 warn V557 Array overrun is possible. The value of 'cache_idx + 8' index could reach 23.
|
|---|
| 2376 | ./libavcodec/h264_mvpred.h 639 warn V1032 The pointer 'mv_cache[cache_idx + 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2377 | ./libavcodec/h264_mvpred.h 639 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2378 | ./libavcodec/h264_mvpred.h 644 warn V557 Array overrun is possible. The value of 'cache_idx' index could reach 15.
|
|---|
| 2379 | ./libavcodec/h264_mvpred.h 645 warn V557 Array overrun is possible. The value of 'cache_idx + 8' index could reach 23.
|
|---|
| 2380 | ./libavcodec/h264_mvpred.h 655 warn V1032 The pointer 'mv_cache[- 1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2381 | ./libavcodec/h264_mvpred.h 655 warn V1032 The pointer 'mv[b_xy + b_stride * left_block[0]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2382 | ./libavcodec/h264_mvpred.h 666 warn V1032 The pointer 'mv_cache[4 - 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2383 | ./libavcodec/h264_mvpred.h 666 warn V1032 The pointer 'mv[b_xy]' is cast to a more strictly aligned pointer type.
|
|---|
| 2384 | ./libavcodec/h264_mvpred.h 678 warn V1032 The pointer 'mv_cache[- 1 - 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2385 | ./libavcodec/h264_mvpred.h 695 err V557 Array overrun is possible. The '2 + 8 * 0' index is pointing beyond array bound.
|
|---|
| 2386 | ./libavcodec/h264_mvpred.h 695 warn V1032 The pointer 'mv_cache[2 + 8 * 0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2387 | ./libavcodec/h264_mvpred.h 696 err V557 Array overrun is possible. The '2 + 8 * 2' index is pointing beyond array bound.
|
|---|
| 2388 | ./libavcodec/h264_mvpred.h 696 warn V1032 The pointer 'mv_cache[2 + 8 * 2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2389 | ./libavcodec/h264_mvpred.h 701 warn V1032 The pointer 'mvd_cache[0 - 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2390 | ./libavcodec/h264_mvpred.h 701 warn V1032 The pointer 'mvd[b_xy + 0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2391 | ./libavcodec/h264_mvpred.h 707 warn V1032 The pointer 'mvd_cache[- 1 + 0 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2392 | ./libavcodec/h264_mvpred.h 707 warn V1032 The pointer 'mvd[b_xy - left_block[0]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2393 | ./libavcodec/h264_mvpred.h 708 err V557 Array overrun is possible. The '- 1 + 1 * 8' index is pointing beyond array bound.
|
|---|
| 2394 | ./libavcodec/h264_mvpred.h 708 warn V1032 The pointer 'mvd_cache[- 1 + 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2395 | ./libavcodec/h264_mvpred.h 708 warn V1032 The pointer 'mvd[b_xy - left_block[1]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2396 | ./libavcodec/h264_mvpred.h 711 err V557 Array overrun is possible. The '- 1 + 1 * 8' index is pointing beyond array bound.
|
|---|
| 2397 | ./libavcodec/h264_mvpred.h 715 err V557 Array overrun is possible. The '- 1 + 2 * 8' index is pointing beyond array bound.
|
|---|
| 2398 | ./libavcodec/h264_mvpred.h 715 warn V1032 The pointer 'mvd_cache[- 1 + 2 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2399 | ./libavcodec/h264_mvpred.h 715 warn V1032 The pointer 'mvd[b_xy - left_block[2]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2400 | ./libavcodec/h264_mvpred.h 716 err V557 Array overrun is possible. The '- 1 + 3 * 8' index is pointing beyond array bound.
|
|---|
| 2401 | ./libavcodec/h264_mvpred.h 716 warn V1032 The pointer 'mvd_cache[- 1 + 3 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 2402 | ./libavcodec/h264_mvpred.h 716 warn V1032 The pointer 'mvd[b_xy - left_block[3]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2403 | ./libavcodec/h264_mvpred.h 718 err V557 Array overrun is possible. The '- 1 + 2 * 8' index is pointing beyond array bound.
|
|---|
| 2404 | ./libavcodec/h264_mvpred.h 719 err V557 Array overrun is possible. The '- 1 + 3 * 8' index is pointing beyond array bound.
|
|---|
| 2405 | ./libavcodec/h264_mvpred.h 721 err V557 Array overrun is possible. The '2 + 8 * 0' index is pointing beyond array bound.
|
|---|
| 2406 | ./libavcodec/h264_mvpred.h 721 warn V1032 The pointer 'mvd_cache[2 + 8 * 0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2407 | ./libavcodec/h264_mvpred.h 722 err V557 Array overrun is possible. The '2 + 8 * 2' index is pointing beyond array bound.
|
|---|
| 2408 | ./libavcodec/h264_mvpred.h 722 warn V1032 The pointer 'mvd_cache[2 + 8 * 2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2409 | ./libavcodec/h264_cabac.c 1290 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 2410 | ./libavcodec/h264_cabac.c 1758 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2411 | ./libavcodec/h264_cabac.c 2180 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2412 | ./libavcodec/h264_cabac.c 2181 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2413 | ./libavcodec/h264_cabac.c 2181 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2414 | ./libavcodec/h264_cabac.c 2182 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2415 | ./libavcodec/h264_cabac.c 2183 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2416 | ./libavcodec/h264_cabac.c 2183 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2417 | ./libavcodec/h264_cabac.c 2185 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2418 | ./libavcodec/h264_cabac.c 2186 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2419 | ./libavcodec/h264_cabac.c 2186 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2420 | ./libavcodec/h264_cabac.c 2187 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2421 | ./libavcodec/h264_cabac.c 2188 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2422 | ./libavcodec/h264_cabac.c 2188 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2423 | ./libavcodec/h264_cabac.c 2190 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2424 | ./libavcodec/h264_cabac.c 2191 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2425 | ./libavcodec/h264_cabac.c 2193 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2426 | ./libavcodec/h264_cabac.c 2194 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2427 | ./libavcodec/h264_cabac.c 2196 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2428 | ./libavcodec/h264_cabac.c 2197 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2429 | ./libavcodec/h264_cabac.c 2199 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2430 | ./libavcodec/h264_cabac.c 2200 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2431 | ./libavcodec/h264dec.h 794 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 2432 | ./libavcodec/h264_cavlc.c 618 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2433 | ./libavcodec/h264_cavlc.c 931 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2434 | ./libavcodec/h264_cavlc.c 932 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2435 | ./libavcodec/h264_cavlc.c 932 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2436 | ./libavcodec/h264_cavlc.c 933 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2437 | ./libavcodec/h264_cavlc.c 934 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2438 | ./libavcodec/h264_cavlc.c 934 err V557 Array overrun is possible. The '9' index is pointing beyond array bound.
|
|---|
| 2439 | ./libavcodec/h264_cavlc.c 936 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2440 | ./libavcodec/h264_cavlc.c 937 err V557 Array overrun is possible. The '1' index is pointing beyond array bound.
|
|---|
| 2441 | ./libavcodec/h264_cavlc.c 939 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2442 | ./libavcodec/h264_cavlc.c 940 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2443 | ./libavcodec/h264_cavlc.c 946 warn V1032 The pointer 'sl->mv_cache[list][scan8[4 * i]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2444 | ./libavcodec/h264_direct.c 103 warn V560 A part of conditional expression is always true: interl.
|
|---|
| 2445 | ./libavcodec/h264_direct.c 253 warn V1032 The pointer 'A' is cast to a more strictly aligned pointer type.
|
|---|
| 2446 | ./libavcodec/h264_direct.c 255 warn V1032 The pointer 'B' is cast to a more strictly aligned pointer type.
|
|---|
| 2447 | ./libavcodec/h264_direct.c 257 warn V1032 The pointer 'C' is cast to a more strictly aligned pointer type.
|
|---|
| 2448 | ./libavcodec/h264_direct.c 468 warn V1032 The pointer 'sl->mv_cache[0][scan8[i8 * 4 + i4]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2449 | ./libavcodec/h264_direct.c 470 warn V1032 The pointer 'sl->mv_cache[1][scan8[i8 * 4 + i4]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2450 | ./libavcodec/h264_direct.c 711 warn V1032 The pointer 'sl->mv_cache[1][scan8[i8 * 4 + i4]]' is cast to a more strictly aligned pointer type.
|
|---|
| 2451 | ./libavcodec/h264_loopfilter.c 246 warn V560 A part of conditional expression is always true: !(0 && (h->flags & (1 << 13))).
|
|---|
| 2452 | ./libavcodec/h264_loopfilter.c 283 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2453 | ./libavcodec/h264_loopfilter.c 309 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2454 | ./libavcodec/h264_loopfilter.c 310 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2455 | ./libavcodec/h264_loopfilter.c 364 warn V1032 The pointer 'bS[0][0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2456 | ./libavcodec/h264_loopfilter.c 365 warn V1032 The pointer 'bS[0][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2457 | ./libavcodec/h264_loopfilter.c 366 warn V1032 The pointer 'bS[1][0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2458 | ./libavcodec/h264_loopfilter.c 367 warn V1032 The pointer 'bS[1][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2459 | ./libavcodec/h264_loopfilter.c 372 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 2460 | ./libavcodec/h264_loopfilter.c 405 warn V1032 The pointer 'bS[0][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2461 | ./libavcodec/h264_loopfilter.c 407 warn V1032 The pointer 'bS[0][3]' is cast to a more strictly aligned pointer type.
|
|---|
| 2462 | ./libavcodec/h264_loopfilter.c 410 warn V1032 The pointer 'bS[1][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2463 | ./libavcodec/h264_loopfilter.c 412 warn V1032 The pointer 'bS[1][3]' is cast to a more strictly aligned pointer type.
|
|---|
| 2464 | ./libavcodec/h264_loopfilter.c 509 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2465 | ./libavcodec/h264_loopfilter.c 546 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2466 | ./libavcodec/h264_loopfilter.c 629 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2467 | ./libavcodec/h264_loopfilter.c 727 warn V560 A part of conditional expression is always true: !(0 && (h->flags & (1 << 13))).
|
|---|
| 2468 | ./libavcodec/h264_loopfilter.c 740 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2469 | ./libavcodec/h264_mb.c 566 warn V1032 The pointer 'sl->top_borders[top_idx][sl->mb_x + 1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2470 | ./libavcodec/h264_mb.c 599 warn V1032 The pointer 'mb' is cast to a more strictly aligned pointer type.
|
|---|
| 2471 | ./libavcodec/h264_mb.c 608 warn V1032 The pointer 'mb' is cast to a more strictly aligned pointer type.
|
|---|
| 2472 | ./libavcodec/h264_mb_template.c 202 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2473 | ./libavcodec/h264_mb_template.c 237 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2474 | ./libavcodec/h264_ps.c 273 warn V699 Consider inspecting the 'last = factors[scan[i]] = next ? next : last' expression. It is possible that 'last = factors[scan[i]] == next ? next : last' should be used here instead.
|
|---|
| 2475 | ./libavcodec/h264_slice.c 586 warn V560 A part of conditional expression is always false: simple.
|
|---|
| 2476 | ./libavcodec/h264_slice.c 1037 err V1013 Suspicious subexpression in a sequence of similar comparisons.
|
|---|
| 2477 | ./libavcodec/h264_slice.c 2252 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2478 | ./libavcodec/h264_slice.c 2253 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2479 | ./libavcodec/h264_slice.c 2254 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2480 | ./libavcodec/h264_slice.c 2255 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2481 | ./libavcodec/h264dec.c 1007 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2482 | ./libavcodec/h264addpx_template.c 34 warn V1032 The pointer '_src' is cast to a more strictly aligned pointer type.
|
|---|
| 2483 | ./libavcodec/h264addpx_template.c 54 warn V1032 The pointer '_src' is cast to a more strictly aligned pointer type.
|
|---|
| 2484 | ./libavcodec/h264idct_template.c 37 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2485 | ./libavcodec/h264idct_template.c 72 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2486 | ./libavcodec/h264idct_template.c 147 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2487 | ./libavcodec/h264idct_template.c 162 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2488 | ./libavcodec/h264idct_template.c 179 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2489 | ./libavcodec/h264idct_template.c 189 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2490 | ./libavcodec/h264idct_template.c 198 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2491 | ./libavcodec/h264idct_template.c 210 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2492 | ./libavcodec/h264idct_template.c 223 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 2493 | ./libavcodec/h264idct_template.c 247 warn V1032 The pointer '_input' is cast to a more strictly aligned pointer type.
|
|---|
| 2494 | ./libavcodec/h264idct_template.c 248 warn V1032 The pointer '_output' is cast to a more strictly aligned pointer type.
|
|---|
| 2495 | ./libavcodec/h264idct_template.c 283 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2496 | ./libavcodec/h264idct_template.c 308 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2497 | ./libavcodec/h264pred_template.c 39 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2498 | ./libavcodec/h264pred_template.c 52 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2499 | ./libavcodec/h264pred_template.c 67 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2500 | ./libavcodec/h264pred_template.c 81 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2501 | ./libavcodec/h264pred_template.c 95 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2502 | ./libavcodec/h264pred_template.c 108 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2503 | ./libavcodec/h264pred_template.c 121 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2504 | ./libavcodec/h264pred_template.c 134 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2505 | ./libavcodec/h264pred_template.c 334 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2506 | ./libavcodec/h264pred_template.c 356 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2507 | ./libavcodec/h264pred_template.c 388 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2508 | ./libavcodec/h264pred_template.c 403 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2509 | ./libavcodec/h264pred_template.c 418 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2510 | ./libavcodec/h264pred_template.c 430 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2511 | ./libavcodec/h264pred_template.c 431 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2512 | ./libavcodec/h264pred_template.c 432 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2513 | ./libavcodec/h264pred_template.c 493 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2514 | ./libavcodec/h264pred_template.c 507 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2515 | ./libavcodec/h264pred_template.c 524 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2516 | ./libavcodec/h264pred_template.c 536 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2517 | ./libavcodec/h264pred_template.c 554 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2518 | ./libavcodec/h264pred_template.c 555 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2519 | ./libavcodec/h264pred_template.c 556 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2520 | ./libavcodec/h264pred_template.c 581 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2521 | ./libavcodec/h264pred_template.c 613 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2522 | ./libavcodec/h264pred_template.c 639 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2523 | ./libavcodec/h264pred_template.c 664 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2524 | ./libavcodec/h264pred_template.c 699 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2525 | ./libavcodec/h264pred_template.c 891 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2526 | ./libavcodec/h264pred_template.c 901 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2527 | ./libavcodec/h264pred_template.c 911 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2528 | ./libavcodec/h264pred_template.c 923 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2529 | ./libavcodec/h264pred_template.c 936 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2530 | ./libavcodec/h264pred_template.c 956 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2531 | ./libavcodec/h264pred_template.c 1133 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2532 | ./libavcodec/h264pred_template.c 1169 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2533 | ./libavcodec/h264pred_template.c 1215 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2534 | ./libavcodec/h264pred_template.c 1236 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2535 | ./libavcodec/h264pred_template.c 1256 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2536 | ./libavcodec/h264pred_template.c 1281 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 2537 | ./libavcodec/h265_metadata_bsf.c 124 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2538 | ./libavcodec/h265_metadata_bsf.c 127 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2539 | ./libavcodec/hapdec.c 141 warn V560 A part of conditional expression is always true: (section_type & 0x0F) != HAP_FMT_RGBDXT1.
|
|---|
| 2540 | ./libavcodec/hapdec.c 142 warn V560 A part of conditional expression is always true.
|
|---|
| 2541 | ./libavcodec/hapdec.c 143 warn V560 A part of conditional expression is always true.
|
|---|
| 2542 | ./libavcodec/hapdec.c 146 warn V560 A part of conditional expression is always true.
|
|---|
| 2543 | ./libavcodec/hapdec.c 215 err V614 Potentially uninitialized pointer 'compressorstr' used. Consider checking the fourth actual argument of the 'av_log' function.
|
|---|
| 2544 | ./libavcodec/hapdec.c 323 warn V547 Expression '(section_type & 0x0F) != 0x0D' is always true.
|
|---|
| 2545 | ./libavcodec/hapqa_extract_bsf.c 67 warn V547 Expression '(section_type & 0x0F) != 0x0D' is always true.
|
|---|
| 2546 | ./libavcodec/hevc_cabac.c 1052 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2547 | ./libavcodec/hevc_mp4toannexb_bsf.c 155 warn V560 A part of conditional expression is always false: (18446744073709551615UL) - nalu_size < 4.
|
|---|
| 2548 | ./libavcodec/hevc_ps.c 729 err V512 A call of the 'memset' function will lead to underflow of the buffer 'sl->sl[0][matrixId]'.
|
|---|
| 2549 | ./libavcodec/hevc_ps.c 795 warn V557 Array overrun is possible. The value of 'i' index could reach 63.
|
|---|
| 2550 | ./libavcodec/hevc_ps.c 796 warn V557 Array overrun is possible. The value of 'i' index could reach 63.
|
|---|
| 2551 | ./libavcodec/hevc_refs.c 525 warn V547 Expression 'long_rps' is always true.
|
|---|
| 2552 | ./libavcodec/hevcdec.c 1147 err V535 The variable 'i' is being used for this loop and for the outer loop. Check lines: 1128, 1147.
|
|---|
| 2553 | ./libavcodec/hevcdec.c 1176 err V535 The variable 'i' is being used for this loop and for the outer loop. Check lines: 1157, 1176.
|
|---|
| 2554 | ./libavcodec/hevcpred_template.c 224 warn V519 The 'left[- 1]' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 209, 224.
|
|---|
| 2555 | ./libavcodec/htmlsubtitles.c 260 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 2556 | ./libavcodec/huffyuvdec.c 185 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2557 | ./libavcodec/huffyuvdec.c 186 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2558 | ./libavcodec/huffyuvdec.c 187 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2559 | ./libavcodec/huffyuvdec.c 189 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2560 | ./libavcodec/huffyuvdec.c 190 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2561 | ./libavcodec/huffyuvdec.c 191 warn V557 Array overrun is possible. The value of 'i' index could reach 4095.
|
|---|
| 2562 | ./libavcodec/huffyuvdec.c 258 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->bits[1]'.
|
|---|
| 2563 | ./libavcodec/huffyuvdec.c 258 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->bits[0]'.
|
|---|
| 2564 | ./libavcodec/huffyuvdec.c 259 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->len[1]'.
|
|---|
| 2565 | ./libavcodec/huffyuvdec.c 259 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->len[0]'.
|
|---|
| 2566 | ./libavcodec/huffyuvdec.c 261 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->bits[2]'.
|
|---|
| 2567 | ./libavcodec/huffyuvdec.c 261 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->bits[1]'.
|
|---|
| 2568 | ./libavcodec/huffyuvdec.c 262 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->len[2]'.
|
|---|
| 2569 | ./libavcodec/huffyuvdec.c 262 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->len[1]'.
|
|---|
| 2570 | ./libavcodec/huffyuvdec.c 302 err V512 A call of the 'memset' function will lead to underflow of the buffer 's->vlc'.
|
|---|
| 2571 | ./libavcodec/huffyuvdec.c 320 err V547 Expression '(s->n) > (16384)' is always false.
|
|---|
| 2572 | ./libavcodec/huffyuvdsp.c 34 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 2573 | ./libavcodec/huffyuvdsp.c 35 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 2574 | ./libavcodec/huffyuvencdsp.c 44 warn V1032 The pointer 'src1' is cast to a more strictly aligned pointer type.
|
|---|
| 2575 | ./libavcodec/huffyuvencdsp.c 45 warn V1032 The pointer 'src2' is cast to a more strictly aligned pointer type.
|
|---|
| 2576 | ./libavcodec/huffyuvencdsp.c 46 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 2577 | ./libavcodec/ilbcdec.c 582 err V512 A call of the 'memset' function will lead to underflow of the buffer 'sampleValVec'.
|
|---|
| 2578 | ./libavcodec/ilbcdec.c 582 err V597 The compiler could delete the 'memset' function call, which is used to flush 'sampleValVec' buffer. The memset_s() function should be used to erase the private data.
|
|---|
| 2579 | ./libavcodec/ilbcdec.c 1099 warn V547 Expression is always false.
|
|---|
| 2580 | ./libavcodec/ilbcdec.c 1097 warn V547 Expression 's->consPLICount * s->block_samples > 960' is always false.
|
|---|
| 2581 | ./libavcodec/ilbcdec.c 1095 warn V547 Expression 's->consPLICount * s->block_samples > 640' is always false.
|
|---|
| 2582 | ./libavcodec/ilbcdec.c 1352 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('tmp' = [-2147483648..2147483647]).
|
|---|
| 2583 | ./libavcodec/imc.c 485 warn V658 A value is being subtracted from the unsigned variable. This can result in an overflow. In such a case, the '>' comparison operation can potentially behave unexpectedly.
|
|---|
| 2584 | ./libavcodec/imc.c 843 warn V557 Array underrun is possible. The value of 'band_tab[i + 1] - band_tab[i]' index could reach -240.
|
|---|
| 2585 | ./libavcodec/imc.c 843 warn V557 Array overrun is possible. The value of 'band_tab[i + 1] - band_tab[i]' index could reach 256.
|
|---|
| 2586 | ./libavcodec/imc.c 1025 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2587 | ./libavcodec/indeo3.c 541 warn V560 A part of conditional expression is always false: !cell->mv_ptr.
|
|---|
| 2588 | ./libavcodec/indeo3.c 771 warn V560 A part of conditional expression is always false: curr_cell.height <= 0.
|
|---|
| 2589 | ./libavcodec/indeo4.c 437 warn V557 Array overrun is possible. The value of 'quant_index_to_tab[band->quant_mat]' index could reach 8.
|
|---|
| 2590 | ./libavcodec/indeo4.c 438 warn V557 Array overrun is possible. The value of 'quant_index_to_tab[band->quant_mat]' index could reach 8.
|
|---|
| 2591 | ./libavcodec/interplayacm.c 495 err V767 Suspicious access to element of 'p' array by a constant index inside a loop.
|
|---|
| 2592 | ./libavcodec/intrax8.c 329 err V661 A suspicious expression 'A[B > C]'. Probably meant 'A[B] > C'.
|
|---|
| 2593 | ./libavcodec/ituh263dec.c 592 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2594 | ./libavcodec/ituh263dec.c 1209 err V547 Expression 'ufep == 1' is always true.
|
|---|
| 2595 | ./libavcodec/ituh263dec.c 1241 warn V560 A part of conditional expression is always false: s->pp_time <= 0.
|
|---|
| 2596 | ./libavcodec/ituh263enc.c 207 warn V547 Expression 'ufep' is always true.
|
|---|
| 2597 | ./libavcodec/ivi.c 571 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2598 | ./libavcodec/ivi.c 670 warn V547 Expression 'mb->type' is always true.
|
|---|
| 2599 | ./libavcodec/j2kenc.c 323 err V523 The 'then' statement is equivalent to the 'else' statement.
|
|---|
| 2600 | ./libavcodec/j2kenc.c 524 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('6 * i - (9 << (7 - 1) - 1)' = [-288..474]).
|
|---|
| 2601 | ./libavcodec/j2kenc.c 525 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2602 | ./libavcodec/j2kenc.c 528 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('....' = [-334..429]).
|
|---|
| 2603 | ./libavcodec/j2kenc.c 530 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('1 - 4 * i' = [-507..1]).
|
|---|
| 2604 | ./libavcodec/j2kenc.c 530 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2605 | ./libavcodec/j2kenc.c 1031 warn V666 Consider inspecting third argument of the function 'bytestream_put_buffer'. It is possible that the value does not correspond with the length of a string which was passed with the second argument.
|
|---|
| 2606 | ./libavcodec/jpeg2000.c 416 err V634 The priority of the '+' operation is higher than that of the '>>' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2607 | ./libavcodec/jpeg2000.c 593 warn V547 Expression '!comp->reslevel' is always false.
|
|---|
| 2608 | ./libavcodec/jpeg2000dec.c 340 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2609 | ./libavcodec/jpeg2000dec.c 340 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2610 | ./libavcodec/jpeg2000dec.c 2152 warn V636 The '(9223372036854775807L) / (hnum * vden)' expression was implicitly cast from 'long' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2611 | ./libavcodec/jpeg2000dec.c 2153 warn V636 The '(9223372036854775807L) / (vnum * hden)' expression was implicitly cast from 'long' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2612 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2613 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2614 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2615 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 13th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2616 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 16th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2617 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 19th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2618 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 22nd actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2619 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 25th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2620 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 29th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2621 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 32nd actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2622 | ./libavcodec/libvpxenc.c 180 err V576 Incorrect format. Consider checking the 35th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2623 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2624 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2625 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2626 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the 13th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2627 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the 16th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2628 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the 19th actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2629 | ./libavcodec/libvpxenc.c 199 err V576 Incorrect format. Consider checking the 23rd actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2630 | ./libavcodec/libvpxenc.c 209 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2631 | ./libavcodec/libvpxenc.c 209 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2632 | ./libavcodec/libvpxenc.c 213 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2633 | ./libavcodec/libvpxenc.c 213 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2634 | ./libavcodec/libvpxenc.c 217 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2635 | ./libavcodec/libvpxenc.c 219 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2636 | ./libavcodec/libvpxenc.c 224 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2637 | ./libavcodec/libvpxenc.c 229 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2638 | ./libavcodec/libvpxenc.c 231 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2639 | ./libavcodec/libvpxenc.c 236 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2640 | ./libavcodec/libvpxenc.c 236 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2641 | ./libavcodec/libvpxenc.c 236 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2642 | ./libavcodec/libvpxenc.c 241 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2643 | ./libavcodec/libvpxenc.c 241 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2644 | ./libavcodec/libvpxenc.c 241 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2645 | ./libavcodec/libvpxenc.c 247 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2646 | ./libavcodec/libvpxenc.c 250 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2647 | ./libavcodec/libvpxenc.c 250 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2648 | ./libavcodec/libvpxenc.c 250 err V576 Incorrect format. Consider checking the tenth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2649 | ./libavcodec/libvpxenc.c 296 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2650 | ./libavcodec/libvpxenc.c 318 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_log' function. An odd value of the width.
|
|---|
| 2651 | ./libavcodec/libvpxenc.c 982 warn V719 The switch statement does not cover all values of the 'vpx_codec_cx_pkt_kind' enum: VPX_CODEC_FPMB_STATS_PKT.
|
|---|
| 2652 | ./libavcodec/lpc.c 227 warn V560 A part of conditional expression is always true: lpc_type == FF_LPC_TYPE_CHOLESKY.
|
|---|
| 2653 | ./libavcodec/lsp.c 39 warn V756 The 'i' counter is not used inside a nested loop. Consider inspecting usage of 'j' counter.
|
|---|
| 2654 | ./libavcodec/lsp.c 232 warn V756 The 'i' counter is not used inside a nested loop. Consider inspecting usage of 'j' counter.
|
|---|
| 2655 | ./libavcodec/mace.c 197 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('current' = [-32768..32767]).
|
|---|
| 2656 | ./libavcodec/mace.c 198 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('(current)' = [-32768..32767]).
|
|---|
| 2657 | ./libavcodec/mace.c 217 err V610 Unspecified behavior. Check the shift operator '>>='. The left operand is negative ('current' = [-32768..32767]).
|
|---|
| 2658 | ./libavcodec/me_cmp.c 661 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2659 | ./libavcodec/me_cmp.c 727 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2660 | ./libavcodec/me_cmp.c 744 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2661 | ./libavcodec/me_cmp.c 770 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2662 | ./libavcodec/me_cmp.c 771 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2663 | ./libavcodec/me_cmp.c 772 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2664 | ./libavcodec/me_cmp.c 817 err V781 The value of the 'last' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 817, 829.
|
|---|
| 2665 | ./libavcodec/me_cmp.c 847 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2666 | ./libavcodec/me_cmp.c 1017 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2667 | ./libavcodec/mjpegdec.c 558 warn V1037 Two or more case-branches perform the same actions. Check lines: 558, 566
|
|---|
| 2668 | ./libavcodec/mjpegdec.c 1132 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2669 | ./libavcodec/mjpegdec.c 1253 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2670 | ./libavcodec/mjpegdec.c 1254 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2671 | ./libavcodec/mjpegdec.c 1255 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2672 | ./libavcodec/mlpdec.c 941 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'iirbuf'.
|
|---|
| 2673 | ./libavcodec/mlpdec.c 941 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'iir->state'.
|
|---|
| 2674 | ./libavcodec/mlpdec.c 949 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'iir->state'.
|
|---|
| 2675 | ./libavcodec/mlpdsp.c 82 err V629 Consider inspecting the expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2676 | ./libavcodec/mlpenc.c 1159 warn V684 A value of the variable 'substr_hdr' is not modified. Consider inspecting the expression. It is possible that '1' should be present instead of '0'.
|
|---|
| 2677 | ./libavcodec/mlpenc.c 1162 warn V684 A value of the variable 'substr_hdr' is not modified. Consider inspecting the expression. It is possible that '1' should be present instead of '0'.
|
|---|
| 2678 | ./libavcodec/mlpenc.c 2051 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'dst_path'.
|
|---|
| 2679 | ./libavcodec/motion_est.c 136 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2680 | ./libavcodec/motion_est.c 139 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2681 | ./libavcodec/motion_est.c 155 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2682 | ./libavcodec/motion_est.c 156 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2683 | ./libavcodec/motion_est.c 157 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2684 | ./libavcodec/motion_est.c 158 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2685 | ./libavcodec/motion_est.c 170 err V557 Array overrun is possible. The '8' index is pointing beyond array bound.
|
|---|
| 2686 | ./libavcodec/motion_est_template.c 284 err V614 Uninitialized variable 'best_pos[i][0]' used. Consider checking the second actual argument of the 'memmove' function.
|
|---|
| 2687 | ./libavcodec/motion_est_template.c 746 warn V557 Array underrun is possible. The value of 'minima_count - 1' index could reach -1.
|
|---|
| 2688 | ./libavcodec/motion_est_template.c 747 warn V557 Array underrun is possible. The value of 'minima_count - 1' index could reach -1.
|
|---|
| 2689 | ./libavcodec/motion_est_template.c 748 warn V557 Array underrun is possible. The value of 'minima_count - 1' index could reach -1.
|
|---|
| 2690 | ./libavcodec/motion_est_template.c 749 warn V557 Array underrun is possible. The value of 'minima_count - 1' index could reach -1.
|
|---|
| 2691 | ./libavcodec/motion_est.c 440 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2692 | ./libavcodec/motion_est.c 446 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2693 | ./libavcodec/motion_est.c 448 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2694 | ./libavcodec/motion_est.c 452 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2695 | ./libavcodec/motion_est.c 463 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2696 | ./libavcodec/motion_est.c 469 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2697 | ./libavcodec/motion_est.c 470 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2698 | ./libavcodec/motion_est.c 477 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 1)' is negative.
|
|---|
| 2699 | ./libavcodec/motion_est.c 552 warn V547 Expression 'range' is always true.
|
|---|
| 2700 | ./libavcodec/motion_est.c 1402 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(- 32)' is negative.
|
|---|
| 2701 | ./libavcodec/motion_est.c 1590 warn V1032 The pointer 's->b_direct_mv_table[xy]' is cast to a more strictly aligned pointer type.
|
|---|
| 2702 | ./libavcodec/motionpixels.c 268 err V614 Uninitialized variable 'p.y' used.
|
|---|
| 2703 | ./libavcodec/motionpixels.c 271 err V614 Uninitialized variable 'p.v' used.
|
|---|
| 2704 | ./libavcodec/motionpixels.c 273 err V614 Uninitialized variable 'p.u' used.
|
|---|
| 2705 | ./libavcodec/movtextdec.c 269 warn V1001 The 'tsmb' variable is assigned but is not used by the end of the function.
|
|---|
| 2706 | ./libavcodec/movtextdec.c 277 warn V1001 The 'tsmb' variable is assigned but is not used by the end of the function.
|
|---|
| 2707 | ./libavcodec/movtextdec.c 343 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('tmp' = [-128..127]).
|
|---|
| 2708 | ./libavcodec/mpc7.c 53 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2709 | ./libavcodec/mpc7.c 233 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('buf_size' = [-3..2147483643]).
|
|---|
| 2710 | ./libavcodec/mpc7.c 244 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2711 | ./libavcodec/mpeg12dec.c 460 warn V560 A part of conditional expression is always false: i > 63.
|
|---|
| 2712 | ./libavcodec/mpeg12dec.c 801 warn V560 A part of conditional expression is always true: s->picture_structure == 3.
|
|---|
| 2713 | ./libavcodec/mpeg12dec.c 801 warn V571 Recurring check. The 's->picture_structure == 3' condition was already verified in line 800.
|
|---|
| 2714 | ./libavcodec/mpeg12dec.c 987 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2715 | ./libavcodec/mpeg12dec.c 1277 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 2716 | ./libavcodec/mpeg12dec.c 1418 err V629 Consider inspecting the 'bit_rate_ext << 18' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2717 | ./libavcodec/mpeg12enc.c 90 err V547 Expression 'alevel < 128' is always true.
|
|---|
| 2718 | ./libavcodec/mpeg12enc.c 612 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('val' = [-1..2147483646]).
|
|---|
| 2719 | ./libavcodec/mpeg4videodec.c 298 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2720 | ./libavcodec/mpeg4videodec.c 298 err V629 Consider inspecting the '1 << alpha + rho' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2721 | ./libavcodec/mpeg4videodec.c 303 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2722 | ./libavcodec/mpeg4videodec.c 303 err V629 Consider inspecting the '1 << alpha + rho' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2723 | ./libavcodec/mpeg4videodec.c 312 err V629 Consider inspecting the '1 << (alpha + rho + 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2724 | ./libavcodec/mpeg4videodec.c 317 err V629 Consider inspecting the '1 << (alpha + rho + 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2725 | ./libavcodec/mpeg4videodec.c 330 err V629 Consider inspecting the '1 << (alpha + beta + rho - min_ab)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2726 | ./libavcodec/mpeg4videodec.c 334 err V629 Consider inspecting the '1 << (alpha + beta + rho - min_ab)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2727 | ./libavcodec/mpeg4videodec.c 356 warn V614 Potentially uninitialized variable 'sprite_delta[0][0]' used.
|
|---|
| 2728 | ./libavcodec/mpeg4videodec.c 1354 warn V547 Expression '!s->mb_intra' is always true.
|
|---|
| 2729 | ./libavcodec/mpeg4videodec.c 1925 warn V614 Potentially uninitialized variable 'j' used.
|
|---|
| 2730 | ./libavcodec/mpeg4videodec.c 1889 warn V560 A part of conditional expression is always true: group >= 1.
|
|---|
| 2731 | ./libavcodec/mpeg4videodec.c 1896 warn V560 A part of conditional expression is always true: group >= 7.
|
|---|
| 2732 | ./libavcodec/mpeg4videodec.c 1907 warn V560 A part of conditional expression is always true: group >= 13.
|
|---|
| 2733 | ./libavcodec/mpeg4videodec.c 2775 warn V560 A part of conditional expression is always false: s->pp_time <= 0.
|
|---|
| 2734 | ./libavcodec/mpeg4videoenc.c 104 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 's->block_last_index'.
|
|---|
| 2735 | ./libavcodec/mpegaudio_tablegen.h 64 warn V636 The 'i / 4' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2736 | ./libavcodec/mpegpicture.c 455 warn V560 A part of conditional expression is always true: ret >= 0.
|
|---|
| 2737 | ./libavcodec/mpegpicture.c 455 warn V560 A part of conditional expression is always true: ret < 36.
|
|---|
| 2738 | ./libavcodec/mpegvideo.c 2136 warn V560 A part of conditional expression is always true: 1.
|
|---|
| 2739 | ./libavcodec/mpegvideo_enc.c 176 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 2740 | ./libavcodec/mpegvideo_enc.c 952 warn V560 A part of conditional expression is always true: 1.
|
|---|
| 2741 | ./libavcodec/mpegvideo_enc.c 1359 warn V560 A part of conditional expression is always true: ret < 0.
|
|---|
| 2742 | ./libavcodec/mpegvideo_enc.c 3032 warn V796 It is possible that 'break' statement is missing in switch statement.
|
|---|
| 2743 | ./libavcodec/mpegvideo_enc.c 4291 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2744 | ./libavcodec/mpegvideo_motion.c 679 warn V1032 The pointer 'mv_cache[1][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2745 | ./libavcodec/mpegvideo_motion.c 679 warn V1032 The pointer 'cur_frame->motion_val[0][mot_xy]' is cast to a more strictly aligned pointer type.
|
|---|
| 2746 | ./libavcodec/mpegvideo_motion.c 680 warn V1032 The pointer 'mv_cache[1][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2747 | ./libavcodec/mpegvideo_motion.c 680 warn V1032 The pointer 'cur_frame->motion_val[0][mot_xy + 1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2748 | ./libavcodec/mpegvideo_motion.c 682 warn V1032 The pointer 'mv_cache[2][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2749 | ./libavcodec/mpegvideo_motion.c 682 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2750 | ./libavcodec/mpegvideo_motion.c 684 warn V1032 The pointer 'mv_cache[2][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2751 | ./libavcodec/mpegvideo_motion.c 684 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2752 | ./libavcodec/mpegvideo_motion.c 687 warn V1032 The pointer 'mv_cache[3][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2753 | ./libavcodec/mpegvideo_motion.c 689 warn V1032 The pointer 'mv_cache[3][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2754 | ./libavcodec/mpegvideo_motion.c 693 warn V1032 The pointer 'mv_cache[0][1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2755 | ./libavcodec/mpegvideo_motion.c 694 warn V1032 The pointer 'mv_cache[0][2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2756 | ./libavcodec/mpegvideo_motion.c 696 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2757 | ./libavcodec/mpegvideo_motion.c 698 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2758 | ./libavcodec/mpegvideo_motion.c 703 warn V1032 The pointer 'mv_cache[1][0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2759 | ./libavcodec/mpegvideo_motion.c 704 warn V1032 The pointer 'mv_cache[2][0]' is cast to a more strictly aligned pointer type.
|
|---|
| 2760 | ./libavcodec/mpegvideo_motion.c 706 warn V1032 The pointer 'cur_frame->motion_val[0][mot_xy - 1]' is cast to a more strictly aligned pointer type.
|
|---|
| 2761 | ./libavcodec/mpegvideo_motion.c 707 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2762 | ./libavcodec/mpegvideo_motion.c 712 warn V1032 The pointer 'mv_cache[1][3]' is cast to a more strictly aligned pointer type.
|
|---|
| 2763 | ./libavcodec/mpegvideo_motion.c 713 warn V1032 The pointer 'mv_cache[2][3]' is cast to a more strictly aligned pointer type.
|
|---|
| 2764 | ./libavcodec/mpegvideo_motion.c 715 warn V1032 The pointer 'cur_frame->motion_val[0][mot_xy + 2]' is cast to a more strictly aligned pointer type.
|
|---|
| 2765 | ./libavcodec/mpegvideo_motion.c 716 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 2766 | ./libavcodec/msmpeg4enc.c 271 warn V547 Expression '!s->per_mb_rl_table' is always true.
|
|---|
| 2767 | ./libavcodec/msmpeg4enc.c 366 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand is negative ('val' = [-1..2147483583]).
|
|---|
| 2768 | ./libavcodec/mss2.c 530 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 2769 | ./libavcodec/nellymoserenc.c 250 warn V557 Array overrun is possible. The value of 'i' index could reach 822663.
|
|---|
| 2770 | ./libavcodec/noise_bsf.c 44 warn V547 Expression 'amount <= 0' is always false.
|
|---|
| 2771 | ./libavcodec/nuv.c 194 warn V560 A part of conditional expression is always false: buf_size < 12.
|
|---|
| 2772 | ./libavcodec/on2avc.c 532 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2773 | ./libavcodec/on2avc.c 557 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2774 | ./libavcodec/on2avc.c 595 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2775 | ./libavcodec/on2avc.c 618 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2776 | ./libavcodec/on2avc.c 639 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2777 | ./libavcodec/on2avc.c 671 err V512 A call of the 'memset' function will lead to underflow of the buffer 'tmp0'.
|
|---|
| 2778 | ./libavcodec/on2avc.c 722 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 2779 | ./libavcodec/on2avc.c 762 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 2780 | ./libavcodec/on2avc.c 770 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
|
|---|
| 2781 | ./libavcodec/on2avc.c 780 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 2782 | ./libavcodec/on2avc.c 792 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'saved'.
|
|---|
| 2783 | ./libavcodec/opus_rc.c 394 warn V555 The expression '(size - rc->rb.bytes) > (0)' will work as 'size != rc->rb.bytes'.
|
|---|
| 2784 | ./libavcodec/opus_rc.c 398 warn V555 The expression '(rc->rb.bytes - lap) > (0)' will work as 'rc->rb.bytes != lap'.
|
|---|
| 2785 | ./libavcodec/opus_silk.c 79 err V547 Expression 'pass == 20' is always false.
|
|---|
| 2786 | ./libavcodec/opus_silk.c 180 err V629 Consider inspecting the 'gaindiv << (15 + 16 - fbits)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 2787 | ./libavcodec/opus_silk.c 315 warn V699 Consider inspecting the '* lpc_order = order = s->wb ? 16 : 10' expression. It is possible that '* lpc_order = order == s->wb ? 16 : 10' should be used here instead.
|
|---|
| 2788 | ./libavcodec/opus_silk.c 703 warn V557 Array underrun is possible. The value of 'i - 1' index could reach -1.
|
|---|
| 2789 | ./libavcodec/opusdec.c 477 warn V507 Pointer to local array 'sync_dummy' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 2790 | ./libavcodec/opusdec.c 479 warn V507 Pointer to local array 'sync_dummy' is stored outside the scope of this array. Such a pointer will become invalid.
|
|---|
| 2791 | ./libavcodec/opusdec.c 525 warn V1004 The 'buf' pointer was used unsafely after it was verified against nullptr. Check lines: 503, 525.
|
|---|
| 2792 | ./libavcodec/opusenc.c 108 warn V684 A value of the variable 'tmp' is not modified. Consider inspecting the expression. It is possible that '1' should be present instead of '0'.
|
|---|
| 2793 | ./libavcodec/opusenc.c 216 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
|
|---|
| 2794 | ./libavcodec/opusenc.c 224 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'temp'.
|
|---|
| 2795 | ./libavcodec/opusenc_psy.c 356 warn V636 The 's->avctx->sample_rate / frame_size' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2796 | ./libavcodec/opusenc_psy.c 500 warn V636 The expression was implicitly cast from 'long long' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2797 | ./libavcodec/pafvideo.c 130 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2798 | ./libavcodec/pafvideo.c 132 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2799 | ./libavcodec/pafvideo.c 142 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2800 | ./libavcodec/pafvideo.c 144 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2801 | ./libavcodec/pcm-bluray.c 119 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2802 | ./libavcodec/pcm-dvd.c 142 err V576 Incorrect format. Consider checking the seventh actual argument of the 'av_log' function. The memsize type argument is expected.
|
|---|
| 2803 | ./libavcodec/pcm-dvdenc.c 60 warn V614 Potentially uninitialized variable 'quant' used.
|
|---|
| 2804 | ./libavcodec/pcm-dvdenc.c 101 warn V614 Potentially uninitialized variable 'freq' used.
|
|---|
| 2805 | ./libavcodec/pcm.c 110 warn V1032 The pointer 'samples' is cast to a more strictly aligned pointer type.
|
|---|
| 2806 | ./libavcodec/pngdec.c 1129 warn V614 Potentially uninitialized variable 'foreground_alpha' used.
|
|---|
| 2807 | ./libavcodec/pngdec.c 1144 warn V614 Potentially uninitialized variable 'background_alpha' used.
|
|---|
| 2808 | ./libavcodec/pngdec.c 1187 warn V560 A part of conditional expression is always true: length == 0.
|
|---|
| 2809 | ./libavcodec/pngdec.c 1418 warn V560 A part of conditional expression is always true: avctx->codec_id == AV_CODEC_ID_APNG.
|
|---|
| 2810 | ./libavcodec/pngdec.c 1603 warn V560 A part of conditional expression is always false: x < 0.
|
|---|
| 2811 | ./libavcodec/pngdec.c 1604 warn V560 A part of conditional expression is always false: y < 0.
|
|---|
| 2812 | ./libavcodec/pngenc.c 233 err V614 Uninitialized buffer 'tagbuf' used. Consider checking the third actual argument of the 'av_crc' function.
|
|---|
| 2813 | ./libavcodec/pngenc.c 940 err V614 Uninitialized buffer 'buf' used. Consider checking the third actual argument of the 'png_write_chunk' function.
|
|---|
| 2814 | ./libavcodec/pnm.c 185 warn V560 A part of conditional expression is always true: s->maxval < 65536.
|
|---|
| 2815 | ./libavcodec/proresdec2.c 521 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2816 | ./libavcodec/proresdec2.c 555 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2817 | ./libavcodec/proresdec2.c 593 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2818 | ./libavcodec/proresdec2.c 626 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2819 | ./libavcodec/proresdec2.c 627 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2820 | ./libavcodec/proresdec2.c 647 warn V560 A part of conditional expression is always false: y_data_size < 0.
|
|---|
| 2821 | ./libavcodec/proresdec2.c 647 warn V560 A part of conditional expression is always false: u_data_size < 0.
|
|---|
| 2822 | ./libavcodec/proresenc_anatoliy.c 339 warn V560 A part of conditional expression is always true: chroma.
|
|---|
| 2823 | ./libavcodec/proresenc_anatoliy.c 402 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2824 | ./libavcodec/proresenc_anatoliy.c 550 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2825 | ./libavcodec/proresenc_anatoliy.c 551 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2826 | ./libavcodec/proresenc_anatoliy.c 552 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2827 | ./libavcodec/proresenc_kostya.c 488 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2828 | ./libavcodec/proresenc_kostya.c 750 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 2829 | ./libavcodec/psd.c 155 warn V547 Expression 'len_section < 0' is always false.
|
|---|
| 2830 | ./libavcodec/psd.c 176 warn V547 Expression 'len_section < 0' is always false.
|
|---|
| 2831 | ./libavcodec/psd.c 189 warn V547 Expression 'len_section < 0' is always false.
|
|---|
| 2832 | ./libavcodec/psd.c 464 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 2833 | ./libavcodec/qcelpdec.c 450 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'v_in'.
|
|---|
| 2834 | ./libavcodec/qcelpdec.c 516 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'q->pitch_synthesis_filter_mem'.
|
|---|
| 2835 | ./libavcodec/qcelpdec.c 518 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'q->pitch_pre_filter_mem'.
|
|---|
| 2836 | ./libavcodec/qcelpdec.c 673 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'pole_out'.
|
|---|
| 2837 | ./libavcodec/qdm2.c 410 warn V547 Expression 'j + k < 128' is always true.
|
|---|
| 2838 | ./libavcodec/qdm2.c 546 warn V779 Unreachable code detected. It is possible that an error is present.
|
|---|
| 2839 | ./libavcodec/qdm2.c 1735 warn V592 The expression was enclosed by parentheses twice: '((s->sub_sampling * 2 + s->channels - 1))'. One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 2840 | ./libavcodec/qdrw.c 372 warn V560 A part of conditional expression is always false: colors < 0.
|
|---|
| 2841 | ./libavcodec/ra144enc.c 365 err V512 A call of the 'memset' function will lead to underflow of the buffer 'work'.
|
|---|
| 2842 | ./libavcodec/ralf.c 453 warn V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->pkt'.
|
|---|
| 2843 | ./libavcodec/ralf.c 510 err V547 Expression 'ctx->sample_offset > 0' is always false.
|
|---|
| 2844 | ./libavcodec/ratecontrol.c 365 warn V636 The 's->avctx->rc_buffer_size / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2845 | ./libavcodec/ratecontrol.c 542 warn V636 The 's->avctx->rc_buffer_size * 3 / 4' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 2846 | ./libavcodec/roqvideoenc.c 849 err V583 The '?:' operator, regardless of its conditional expression, always returns one and the same value: 1.
|
|---|
| 2847 | ./libavcodec/rv10.c 317 warn V1037 Two or more case-branches perform the same actions. Check lines: 317, 320
|
|---|
| 2848 | ./libavcodec/rv10.c 432 warn V560 A part of conditional expression is always false: s->pp_time <= 0.
|
|---|
| 2849 | ./libavcodec/rv10.c 724 warn V560 A part of conditional expression is always false: !slice_count.
|
|---|
| 2850 | ./libavcodec/rv10enc.c 51 warn V547 Expression '!full_frame' is always true.
|
|---|
| 2851 | ./libavcodec/rv34.c 1033 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2852 | ./libavcodec/rv34.c 1245 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 2853 | ./libavcodec/rv34.c 1588 warn V547 Expression '!s1->context_initialized' is always false.
|
|---|
| 2854 | ./libavcodec/rv34.c 1588 warn V649 There are two 'if' statements with identical conditional expressions. The first 'if' statement contains function return. This means that the second 'if' statement is senseless. Check lines: 1568, 1588.
|
|---|
| 2855 | ./libavcodec/rv34.c 1704 err V547 Expression 'si.start == 0' is always true.
|
|---|
| 2856 | ./libavcodec/sanm.c 411 warn V719 The switch statement does not cover all values of the 'GlyphDir' enum: NO_DIR.
|
|---|
| 2857 | ./libavcodec/sbcdec_data.c 42 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffa6982f' is negative.
|
|---|
| 2858 | ./libavcodec/sbcdec_data.c 42 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfba93848' is negative.
|
|---|
| 2859 | ./libavcodec/sbcdec_data.c 43 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfffb9ac7' is negative.
|
|---|
| 2860 | ./libavcodec/sbcdec_data.c 43 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff589157' is negative.
|
|---|
| 2861 | ./libavcodec/sbcdec_data.c 43 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9c2a8d8' is negative.
|
|---|
| 2862 | ./libavcodec/sbcdec_data.c 44 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff3c74c' is negative.
|
|---|
| 2863 | ./libavcodec/sbcdec_data.c 44 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff137330' is negative.
|
|---|
| 2864 | ./libavcodec/sbcdec_data.c 45 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf81b8d70' is negative.
|
|---|
| 2865 | ./libavcodec/sbcdec_data.c 45 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff0b71a' is negative.
|
|---|
| 2866 | ./libavcodec/sbcdec_data.c 45 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe99b00' is negative.
|
|---|
| 2867 | ./libavcodec/sbcdec_data.c 46 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfef84470' is negative.
|
|---|
| 2868 | ./libavcodec/sbcdec_data.c 46 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf6fb4370' is negative.
|
|---|
| 2869 | ./libavcodec/sbcdec_data.c 46 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffcdc351' is negative.
|
|---|
| 2870 | ./libavcodec/sbcdec_data.c 46 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe01dc7' is negative.
|
|---|
| 2871 | ./libavcodec/sbcdec_data.c 50 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe090ce' is negative.
|
|---|
| 2872 | ./libavcodec/sbcdec_data.c 50 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff2c0475' is negative.
|
|---|
| 2873 | ./libavcodec/sbcdec_data.c 50 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf694f800' is negative.
|
|---|
| 2874 | ./libavcodec/sbcdec_data.c 51 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe090ce' is negative.
|
|---|
| 2875 | ./libavcodec/sbcdec_data.c 51 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe01dc7' is negative.
|
|---|
| 2876 | ./libavcodec/sbcdec_data.c 51 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffcdc351' is negative.
|
|---|
| 2877 | ./libavcodec/sbcdec_data.c 51 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf6fb4370' is negative.
|
|---|
| 2878 | ./libavcodec/sbcdec_data.c 52 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfef84470' is negative.
|
|---|
| 2879 | ./libavcodec/sbcdec_data.c 52 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe99b00' is negative.
|
|---|
| 2880 | ./libavcodec/sbcdec_data.c 52 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff0b71a' is negative.
|
|---|
| 2881 | ./libavcodec/sbcdec_data.c 53 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf81b8d70' is negative.
|
|---|
| 2882 | ./libavcodec/sbcdec_data.c 53 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff137330' is negative.
|
|---|
| 2883 | ./libavcodec/sbcdec_data.c 53 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff3c74c' is negative.
|
|---|
| 2884 | ./libavcodec/sbcdec_data.c 54 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9c2a8d8' is negative.
|
|---|
| 2885 | ./libavcodec/sbcdec_data.c 54 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff589157' is negative.
|
|---|
| 2886 | ./libavcodec/sbcdec_data.c 54 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfffb9ac7' is negative.
|
|---|
| 2887 | ./libavcodec/sbcdec_data.c 58 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe8d1970' is negative.
|
|---|
| 2888 | ./libavcodec/sbcdec_data.c 58 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xee979f00' is negative.
|
|---|
| 2889 | ./libavcodec/sbcdec_data.c 59 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff5bd1a' is negative.
|
|---|
| 2890 | ./libavcodec/sbcdec_data.c 59 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfdf1c8d4' is negative.
|
|---|
| 2891 | ./libavcodec/sbcdec_data.c 59 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xeac182c0' is negative.
|
|---|
| 2892 | ./libavcodec/sbcdec_data.c 60 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe9811d' is negative.
|
|---|
| 2893 | ./libavcodec/sbcdec_data.c 60 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfd52986c' is negative.
|
|---|
| 2894 | ./libavcodec/sbcdec_data.c 61 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe7054ca0' is negative.
|
|---|
| 2895 | ./libavcodec/sbcdec_data.c 61 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffdba705' is negative.
|
|---|
| 2896 | ./libavcodec/sbcdec_data.c 62 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcbc98e8' is negative.
|
|---|
| 2897 | ./libavcodec/sbcdec_data.c 62 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe3889d20' is negative.
|
|---|
| 2898 | ./libavcodec/sbcdec_data.c 63 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffca00ed' is negative.
|
|---|
| 2899 | ./libavcodec/sbcdec_data.c 63 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfc3fbb68' is negative.
|
|---|
| 2900 | ./libavcodec/sbcdec_data.c 63 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe071bc00' is negative.
|
|---|
| 2901 | ./libavcodec/sbcdec_data.c 64 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffc4e05c' is negative.
|
|---|
| 2902 | ./libavcodec/sbcdec_data.c 64 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffb54b3b' is negative.
|
|---|
| 2903 | ./libavcodec/sbcdec_data.c 64 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfbedadc0' is negative.
|
|---|
| 2904 | ./libavcodec/sbcdec_data.c 64 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdde26200' is negative.
|
|---|
| 2905 | ./libavcodec/sbcdec_data.c 65 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff960e94' is negative.
|
|---|
| 2906 | ./libavcodec/sbcdec_data.c 65 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff9f3e17' is negative.
|
|---|
| 2907 | ./libavcodec/sbcdec_data.c 65 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfbd8f358' is negative.
|
|---|
| 2908 | ./libavcodec/sbcdec_data.c 66 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdbf79400' is negative.
|
|---|
| 2909 | ./libavcodec/sbcdec_data.c 66 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff405e01' is negative.
|
|---|
| 2910 | ./libavcodec/sbcdec_data.c 66 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff7d4914' is negative.
|
|---|
| 2911 | ./libavcodec/sbcdec_data.c 66 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff8b1a31' is negative.
|
|---|
| 2912 | ./libavcodec/sbcdec_data.c 67 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfc1417b8' is negative.
|
|---|
| 2913 | ./libavcodec/sbcdec_data.c 67 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdac7bb40' is negative.
|
|---|
| 2914 | ./libavcodec/sbcdec_data.c 67 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfdbb828c' is negative.
|
|---|
| 2915 | ./libavcodec/sbcdec_data.c 67 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff762170' is negative.
|
|---|
| 2916 | ./libavcodec/sbcdec_data.c 71 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff7c272c' is negative.
|
|---|
| 2917 | ./libavcodec/sbcdec_data.c 71 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcb02620' is negative.
|
|---|
| 2918 | ./libavcodec/sbcdec_data.c 71 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xda612700' is negative.
|
|---|
| 2919 | ./libavcodec/sbcdec_data.c 72 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff7c272c' is negative.
|
|---|
| 2920 | ./libavcodec/sbcdec_data.c 72 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff762170' is negative.
|
|---|
| 2921 | ./libavcodec/sbcdec_data.c 72 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfdbb828c' is negative.
|
|---|
| 2922 | ./libavcodec/sbcdec_data.c 72 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdac7bb40' is negative.
|
|---|
| 2923 | ./libavcodec/sbcdec_data.c 73 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfc1417b8' is negative.
|
|---|
| 2924 | ./libavcodec/sbcdec_data.c 73 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff8b1a31' is negative.
|
|---|
| 2925 | ./libavcodec/sbcdec_data.c 73 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff7d4914' is negative.
|
|---|
| 2926 | ./libavcodec/sbcdec_data.c 73 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff405e01' is negative.
|
|---|
| 2927 | ./libavcodec/sbcdec_data.c 74 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdbf79400' is negative.
|
|---|
| 2928 | ./libavcodec/sbcdec_data.c 74 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfbd8f358' is negative.
|
|---|
| 2929 | ./libavcodec/sbcdec_data.c 74 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff9f3e17' is negative.
|
|---|
| 2930 | ./libavcodec/sbcdec_data.c 74 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xff960e94' is negative.
|
|---|
| 2931 | ./libavcodec/sbcdec_data.c 75 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xdde26200' is negative.
|
|---|
| 2932 | ./libavcodec/sbcdec_data.c 75 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfbedadc0' is negative.
|
|---|
| 2933 | ./libavcodec/sbcdec_data.c 75 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffb54b3b' is negative.
|
|---|
| 2934 | ./libavcodec/sbcdec_data.c 76 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffc4e05c' is negative.
|
|---|
| 2935 | ./libavcodec/sbcdec_data.c 76 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe071bc00' is negative.
|
|---|
| 2936 | ./libavcodec/sbcdec_data.c 76 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfc3fbb68' is negative.
|
|---|
| 2937 | ./libavcodec/sbcdec_data.c 77 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffca00ed' is negative.
|
|---|
| 2938 | ./libavcodec/sbcdec_data.c 77 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe3889d20' is negative.
|
|---|
| 2939 | ./libavcodec/sbcdec_data.c 78 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcbc98e8' is negative.
|
|---|
| 2940 | ./libavcodec/sbcdec_data.c 78 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffdba705' is negative.
|
|---|
| 2941 | ./libavcodec/sbcdec_data.c 79 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xe7054ca0' is negative.
|
|---|
| 2942 | ./libavcodec/sbcdec_data.c 79 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfd52986c' is negative.
|
|---|
| 2943 | ./libavcodec/sbcdec_data.c 79 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xffe9811d' is negative.
|
|---|
| 2944 | ./libavcodec/sbcdec_data.c 80 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xeac182c0' is negative.
|
|---|
| 2945 | ./libavcodec/sbcdec_data.c 80 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfdf1c8d4' is negative.
|
|---|
| 2946 | ./libavcodec/sbcdec_data.c 80 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfff5bd1a' is negative.
|
|---|
| 2947 | ./libavcodec/sbcdec_data.c 84 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2948 | ./libavcodec/sbcdec_data.c 85 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2949 | ./libavcodec/sbcdec_data.c 85 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2950 | ./libavcodec/sbcdec_data.c 87 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2951 | ./libavcodec/sbcdec_data.c 87 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2952 | ./libavcodec/sbcdec_data.c 88 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2953 | ./libavcodec/sbcdec_data.c 89 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2954 | ./libavcodec/sbcdec_data.c 89 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2955 | ./libavcodec/sbcdec_data.c 90 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8000000' is negative.
|
|---|
| 2956 | ./libavcodec/sbcdec_data.c 91 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2957 | ./libavcodec/sbcdec_data.c 91 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2958 | ./libavcodec/sbcdec_data.c 95 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2959 | ./libavcodec/sbcdec_data.c 96 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2960 | ./libavcodec/sbcdec_data.c 97 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2961 | ./libavcodec/sbcdec_data.c 98 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2962 | ./libavcodec/sbcdec_data.c 98 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2963 | ./libavcodec/sbcdec_data.c 98 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2964 | ./libavcodec/sbcdec_data.c 99 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2965 | ./libavcodec/sbcdec_data.c 99 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2966 | ./libavcodec/sbcdec_data.c 100 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2967 | ./libavcodec/sbcdec_data.c 100 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2968 | ./libavcodec/sbcdec_data.c 101 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2969 | ./libavcodec/sbcdec_data.c 101 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2970 | ./libavcodec/sbcdec_data.c 102 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2971 | ./libavcodec/sbcdec_data.c 102 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2972 | ./libavcodec/sbcdec_data.c 105 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2973 | ./libavcodec/sbcdec_data.c 105 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2974 | ./libavcodec/sbcdec_data.c 106 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2975 | ./libavcodec/sbcdec_data.c 106 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2976 | ./libavcodec/sbcdec_data.c 107 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2977 | ./libavcodec/sbcdec_data.c 107 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2978 | ./libavcodec/sbcdec_data.c 108 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2979 | ./libavcodec/sbcdec_data.c 108 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2980 | ./libavcodec/sbcdec_data.c 109 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2981 | ./libavcodec/sbcdec_data.c 109 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2982 | ./libavcodec/sbcdec_data.c 109 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2983 | ./libavcodec/sbcdec_data.c 110 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2984 | ./libavcodec/sbcdec_data.c 111 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2985 | ./libavcodec/sbcdec_data.c 112 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfa57d868' is negative.
|
|---|
| 2986 | ./libavcodec/sbcdec_data.c 113 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2987 | ./libavcodec/sbcdec_data.c 114 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2988 | ./libavcodec/sbcdec_data.c 114 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2989 | ./libavcodec/sbcdec_data.c 114 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2990 | ./libavcodec/sbcdec_data.c 115 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2991 | ./libavcodec/sbcdec_data.c 115 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2992 | ./libavcodec/sbcdec_data.c 116 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 2993 | ./libavcodec/sbcdec_data.c 116 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 2994 | ./libavcodec/sbcdec_data.c 117 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 2995 | ./libavcodec/sbcdec_data.c 117 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 2996 | ./libavcodec/sbcdec_data.c 117 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 2997 | ./libavcodec/sbcdec_data.c 117 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 2998 | ./libavcodec/sbcdec_data.c 119 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8000000' is negative.
|
|---|
| 2999 | ./libavcodec/sbcdec_data.c 120 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8000000' is negative.
|
|---|
| 3000 | ./libavcodec/sbcdec_data.c 121 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 3001 | ./libavcodec/sbcdec_data.c 121 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 3002 | ./libavcodec/sbcdec_data.c 121 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 3003 | ./libavcodec/sbcdec_data.c 121 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 3004 | ./libavcodec/sbcdec_data.c 123 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 3005 | ./libavcodec/sbcdec_data.c 123 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 3006 | ./libavcodec/sbcdec_data.c 124 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfcf043ac' is negative.
|
|---|
| 3007 | ./libavcodec/sbcdec_data.c 124 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf89be510' is negative.
|
|---|
| 3008 | ./libavcodec/sbcdec_data.c 125 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf9592678' is negative.
|
|---|
| 3009 | ./libavcodec/sbcdec_data.c 126 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfb8e3130' is negative.
|
|---|
| 3010 | ./libavcodec/sbcdec_data.c 126 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xf8275a10' is negative.
|
|---|
| 3011 | ./libavcodec/sbcdec_data.c 126 err V610 Unspecified behavior. Check the shift operator '>>'. The left operand '(int32_t) 0xfe70747c' is negative.
|
|---|
| 3012 | ./libavcodec/sbcenc.c 251 warn V547 Expression 'frame->mode == 0x01' is always false.
|
|---|
| 3013 | ./libavcodec/scpr.h 222 warn V751 Parameter 'y' is not used inside function body.
|
|---|
| 3014 | ./libavcodec/scpr3.c 333 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3015 | ./libavcodec/scpr3.c 1203 warn V614 Potentially uninitialized variable 'clr' used. Consider checking the sixth actual argument of the 'decode_run_p' function.
|
|---|
| 3016 | ./libavcodec/scpr.c 141 err V1028 Possible overflow. Consider casting operands of the 'freq + cumFreq' operator to the 'uint64_t' type, not the result.
|
|---|
| 3017 | ./libavcodec/scpr.c 481 warn V614 Potentially uninitialized variable 'clr' used. Consider checking the sixth actual argument of the 'decode_run_p' function.
|
|---|
| 3018 | ./libavcodec/simple_idct_template.c 125 warn V1032 The pointer 'row' is cast to a more strictly aligned pointer type.
|
|---|
| 3019 | ./libavcodec/simple_idct_template.c 128 err V629 Consider inspecting the '1 << (3 - extra_shift)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3020 | ./libavcodec/simple_idct_template.c 130 err V629 Consider inspecting the '1 << (extra_shift - 3 - 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3021 | ./libavcodec/simple_idct_template.c 128 err V629 Consider inspecting the '1 << (2 - extra_shift)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3022 | ./libavcodec/simple_idct_template.c 130 err V629 Consider inspecting the '1 << (extra_shift - 2 - 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3023 | ./libavcodec/simple_idct_template.c 128 err V629 Consider inspecting the '1 << (1 - extra_shift)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3024 | ./libavcodec/simple_idct_template.c 130 err V629 Consider inspecting the '1 << (extra_shift - 1 - 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3025 | ./libavcodec/simple_idct_template.c 128 err V629 Consider inspecting the '1 << (- 1 - extra_shift)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3026 | ./libavcodec/simple_idct_template.c 130 err V629 Consider inspecting the '1 << (extra_shift - - 1 - 1)' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3027 | ./libavcodec/simple_idct_template.c 179 warn V1032 The pointer 'row' is cast to a more strictly aligned pointer type.
|
|---|
| 3028 | ./libavcodec/simple_idct_template.c 332 warn V1032 The pointer 'block_' is cast to a more strictly aligned pointer type.
|
|---|
| 3029 | ./libavcodec/simple_idct.c 78 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3030 | ./libavcodec/simple_idct.c 79 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3031 | ./libavcodec/sipr.c 286 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->postfilter_mem'.
|
|---|
| 3032 | ./libavcodec/sipr.c 292 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->postfilter_mem'.
|
|---|
| 3033 | ./libavcodec/sipr.c 297 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->postfilter_mem5k0'.
|
|---|
| 3034 | ./libavcodec/sipr.c 300 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->postfilter_mem5k0'.
|
|---|
| 3035 | ./libavcodec/sipr.c 380 err V512 A call of the 'memset' function will lead to underflow of the buffer 'ir_buf'.
|
|---|
| 3036 | ./libavcodec/sipr.c 469 err V512 A call of the 'memmove' function will lead to underflow of the buffer 'ctx->excitation'.
|
|---|
| 3037 | ./libavcodec/sipr.c 380 err V597 The compiler could delete the 'memset' function call, which is used to flush 'ir_buf' buffer. The memset_s() function should be used to erase the private data.
|
|---|
| 3038 | ./libavcodec/sipr16k.c 268 err V512 A call of the 'memcpy' function will lead to underflow of the buffer 'ctx->iir_mem'.
|
|---|
| 3039 | ./libavcodec/smacker.c 100 err V590 Consider inspecting the 'length > 32 || length > 3 * 9' expression. The expression is excessive or contains a misprint.
|
|---|
| 3040 | ./libavcodec/smvjpegdec.c 51 warn V751 Parameter 'width' is not used inside function body.
|
|---|
| 3041 | ./libavcodec/snappy.c 42 err V629 Consider inspecting the '(tmp & 127) << shift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3042 | ./libavcodec/snow_dwt.c 639 warn V751 Parameter 'width' is not used inside function body.
|
|---|
| 3043 | ./libavcodec/snow_dwt.c 687 warn V751 Parameter 'width' is not used inside function body.
|
|---|
| 3044 | ./libavcodec/snow.h 202 warn V751 Parameter 'high' is not used inside function body.
|
|---|
| 3045 | ./libavcodec/snowenc.c 344 warn V519 The 'ref_score' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 343, 344.
|
|---|
| 3046 | ./libavcodec/snowenc.c 1612 warn V699 Consider inspecting the 'foo = bar = baz ? .... : ....' expression. It is possible that 'foo = bar == baz ? .... : ....' should be used here instead.
|
|---|
| 3047 | ./libavcodec/sonic.c 627 warn V560 A part of conditional expression is always false: s->num_taps < 32.
|
|---|
| 3048 | ./libavcodec/sonic.c 627 warn V560 A part of conditional expression is always false: s->num_taps > 1024.
|
|---|
| 3049 | ./libavcodec/sonic.c 677 err V547 Expression 's->version >= 2' is always true.
|
|---|
| 3050 | ./libavcodec/sonic.c 675 err V547 Expression 's->version >= 1' is always true.
|
|---|
| 3051 | ./libavcodec/sonic.c 887 err V547 Expression 's->version >= 1' is always true.
|
|---|
| 3052 | ./libavcodec/speedhq.c 227 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3053 | ./libavcodec/sunrast.c 150 warn V547 Expression 'buf_end - buf < 1' is always false.
|
|---|
| 3054 | ./libavcodec/svq3.c 597 warn V1032 The pointer 's->mv_cache[dir][scan8[k] + 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 3055 | ./libavcodec/svq3.c 600 warn V1032 The pointer 's->mv_cache[dir][scan8[k] + 1 + 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 3056 | ./libavcodec/svq3.c 603 warn V1032 The pointer 's->mv_cache[dir][scan8[k] + 1]' is cast to a more strictly aligned pointer type.
|
|---|
| 3057 | ./libavcodec/svq3.c 605 warn V1032 The pointer 's->mv_cache[dir][scan8[k]]' is cast to a more strictly aligned pointer type.
|
|---|
| 3058 | ./libavcodec/svq3.c 773 warn V1032 The pointer 's->mv_cache[m][scan8[0] - 1 + i * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 3059 | ./libavcodec/svq3.c 773 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 3060 | ./libavcodec/svq3.c 780 err V512 A call of the 'memcpy' function will lead to overflow of the buffer 's->mv_cache[m][scan8[0] - 1 * 8]'.
|
|---|
| 3061 | ./libavcodec/svq3.c 787 warn V1032 The pointer 's->mv_cache[m][scan8[0] + 4 - 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 3062 | ./libavcodec/svq3.c 787 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 3063 | ./libavcodec/svq3.c 795 warn V1032 The pointer 's->mv_cache[m][scan8[0] - 1 - 1 * 8]' is cast to a more strictly aligned pointer type.
|
|---|
| 3064 | ./libavcodec/svq3.c 795 warn V1032 The pointer is cast to a more strictly aligned pointer type
|
|---|
| 3065 | ./libavcodec/svq3.c 1231 warn V614 Potentially uninitialized variable 'w' used. Consider checking the second actual argument of the 'ff_set_dimensions' function.
|
|---|
| 3066 | ./libavcodec/svq3.c 1231 warn V614 Potentially uninitialized variable 'h' used. Consider checking the third actual argument of the 'ff_set_dimensions' function.
|
|---|
| 3067 | ./libavcodec/tiff.c 1245 err V547 Expression 'count <= 4' is always true.
|
|---|
| 3068 | ./libavcodec/tiff.c 1429 err V501 There are identical sub-expressions 'ff_tget(& s->gb, type, s->le) != 2' to the left and to the right of the '&&' operator.
|
|---|
| 3069 | ./libavcodec/tiff.c 1489 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('(type_sizes[type] - 1)' = [-1..99]).
|
|---|
| 3070 | ./libavcodec/tscc.c 109 warn V547 Expression 'ret != (- 3)' is always true.
|
|---|
| 3071 | ./libavcodec/twinvq.c 312 warn V719 The switch statement does not cover all values of the 'TwinVQFrameType' enum: TWINVQ_FT_PPC.
|
|---|
| 3072 | ./libavcodec/twinvq.c 603 err V767 Suspicious access to element of 'line_len' array by a constant index inside a loop.
|
|---|
| 3073 | ./libavcodec/utils.c 552 warn V592 The expression was enclosed by parentheses twice: '((!codec &&!avctx->codec))'. One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 3074 | ./libavcodec/utils.c 1540 warn V560 A part of conditional expression is always true: bps < 32768.
|
|---|
| 3075 | ./libavcodec/utvideoenc.c 237 warn V684 A value of the variable 'c->flags' is not modified. Consider inspecting the expression. It is possible that '1' should be present instead of '0'.
|
|---|
| 3076 | ./libavcodec/vaapi_encode.c 954 err V595 The 'ctx->next_prev' pointer was utilized before it was verified against nullptr. Check lines: 954, 956.
|
|---|
| 3077 | ./libavcodec/vaapi_encode.c 1327 warn V768 The expression 'usable_entrypoints[j]' is of enum type. It is odd that it is used as an expression of a Boolean-type.
|
|---|
| 3078 | ./libavcodec/vaapi_encode_h265.c 934 warn V756 The 'i' counter is not used inside a nested loop. Consider inspecting usage of 'j' counter.
|
|---|
| 3079 | ./libavcodec/vaapi_encode_mpeg2.c 331 warn V519 The 'ph->forward_f_code' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 329, 331.
|
|---|
| 3080 | ./libavcodec/vaapi_vp8.c 77 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3081 | ./libavcodec/vaapi_vp8.c 78 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3082 | ./libavcodec/vaapi_vp8.c 79 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3083 | ./libavcodec/vaapi_vp8.c 80 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3084 | ./libavcodec/vaapi_vp8.c 84 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3085 | ./libavcodec/vaapi_vp8.c 113 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3086 | ./libavcodec/vaapi_vp8.c 115 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3087 | ./libavcodec/vaapi_vp8.c 119 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3088 | ./libavcodec/vaapi_vp8.c 140 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3089 | ./libavcodec/vc1_block.c 1439 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 3090 | ./libavcodec/vc1_block.c 2321 warn V560 A part of conditional expression is always true: !s->mb_intra.
|
|---|
| 3091 | ./libavcodec/vc1_block.c 2502 warn V547 Expression 'mvsw' is always true.
|
|---|
| 3092 | ./libavcodec/vc1_loopfilter.c 387 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3093 | ./libavcodec/vc1_loopfilter.c 390 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3094 | ./libavcodec/vc1_loopfilter.c 440 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3095 | ./libavcodec/vc1_loopfilter.c 443 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3096 | ./libavcodec/vc1_loopfilter.c 1131 err V523 The 'then' statement is equivalent to the 'else' statement.
|
|---|
| 3097 | ./libavcodec/vc1_mc.c 133 warn V557 Array overrun is possible. The value of 'index2[idx] & 0xf' index could reach 15.
|
|---|
| 3098 | ./libavcodec/vc1_mc.c 134 warn V557 Array overrun is possible. The value of 'index2[idx] & 0xf' index could reach 15.
|
|---|
| 3099 | ./libavcodec/vc1_mc.c 160 warn V557 Array overrun is possible. The value of 'index2[idx] & 0xf' index could reach 15.
|
|---|
| 3100 | ./libavcodec/vc1_mc.c 161 warn V557 Array overrun is possible. The value of 'index2[idx] & 0xf' index could reach 15.
|
|---|
| 3101 | ./libavcodec/vc1_pred.c 512 warn V560 A part of conditional expression is always true: !v->blk_mv_type[xy].
|
|---|
| 3102 | ./libavcodec/vc1_pred.c 512 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions 'v->blk_mv_type[xy]' and '!v->blk_mv_type[xy]'.
|
|---|
| 3103 | ./libavcodec/vc2enc.c 630 err V614 Uninitialized variable 'bits_last' used.
|
|---|
| 3104 | ./libavcodec/vdpau_h264.c 236 warn V1037 Two or more case-branches perform the same actions. Check lines: 236, 246
|
|---|
| 3105 | ./libavcodec/vmdvideo.c 285 warn V1004 The 's->prev_frame->data[0]' pointer was used unsafely after it was verified against nullptr. Check lines: 235, 285.
|
|---|
| 3106 | ./libavcodec/vmnc.c 434 warn V1037 Two or more case-branches perform the same actions. Check lines: 434, 467
|
|---|
| 3107 | ./libavcodec/vorbis.c 58 warn V1009 Check the array initialization. Only the first element is initialized explicitly. The rest elements are initialized with zeros.
|
|---|
| 3108 | ./libavcodec/vorbisenc.c 957 err V547 Expression 'rc->type == 0' is always false.
|
|---|
| 3109 | ./libavcodec/vp3.c 1750 warn V557 Array overrun is possible. The value of 'current_frame_type' index could reach 3.
|
|---|
| 3110 | ./libavcodec/vp3.c 1776 warn V557 Array overrun is possible. The value of 'current_frame_type' index could reach 3.
|
|---|
| 3111 | ./libavcodec/vp3.c 3244 err V547 Expression 's->theora < 0x030200' is always true.
|
|---|
| 3112 | ./libavcodec/vp56.c 649 warn V547 Expression 's->discard_frame' is always false.
|
|---|
| 3113 | ./libavcodec/vp8.c 192 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3114 | ./libavcodec/vp8.c 211 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3115 | ./libavcodec/vp8.c 278 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3116 | ./libavcodec/vp8.c 423 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3117 | ./libavcodec/vp8.c 424 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3118 | ./libavcodec/vp8.c 439 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3119 | ./libavcodec/vp8.c 454 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3120 | ./libavcodec/vp8.c 457 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3121 | ./libavcodec/vp8.c 463 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3122 | ./libavcodec/vp8.c 591 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3123 | ./libavcodec/vp8.c 592 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3124 | ./libavcodec/vp8.c 593 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3125 | ./libavcodec/vp8.c 594 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3126 | ./libavcodec/vp8.c 596 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3127 | ./libavcodec/vp8.c 691 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3128 | ./libavcodec/vp8.c 692 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3129 | ./libavcodec/vp8.c 759 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3130 | ./libavcodec/vp8.c 760 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3131 | ./libavcodec/vp8.c 761 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3132 | ./libavcodec/vp8.c 762 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3133 | ./libavcodec/vp8.c 763 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3134 | ./libavcodec/vp8.c 764 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3135 | ./libavcodec/vp8.c 826 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3136 | ./libavcodec/vp8.c 829 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3137 | ./libavcodec/vp8.c 830 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3138 | ./libavcodec/vp8.c 831 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3139 | ./libavcodec/vp8.c 967 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3140 | ./libavcodec/vp8.c 969 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3141 | ./libavcodec/vp8.c 1085 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3142 | ./libavcodec/vp8.c 1086 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3143 | ./libavcodec/vp8.c 1185 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3144 | ./libavcodec/vp8.c 1186 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3145 | ./libavcodec/vp8.c 1264 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3146 | ./libavcodec/vp8.c 1265 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3147 | ./libavcodec/vp8.c 1270 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3148 | ./libavcodec/vp8.c 1291 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3149 | ./libavcodec/vp8.c 1293 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3150 | ./libavcodec/vp8.c 1295 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3151 | ./libavcodec/vp8.c 1308 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3152 | ./libavcodec/vp8.c 1314 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3153 | ./libavcodec/vp8.c 1479 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3154 | ./libavcodec/vp8.c 1506 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3155 | ./libavcodec/vp8.c 1525 warn V619 The array 's->prob' is being utilized as a pointer to single object.
|
|---|
| 3156 | ./libavcodec/vp8.c 1675 warn V560 A part of conditional expression is always false: !mb_y.
|
|---|
| 3157 | ./libavcodec/vp8.c 1675 err V560 A part of conditional expression is always false: !mb_y.
|
|---|
| 3158 | ./libavcodec/vp8.c 1710 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3159 | ./libavcodec/vp8.c 1775 warn V560 A part of conditional expression is always false: !mb_y.
|
|---|
| 3160 | ./libavcodec/vp8.c 1775 err V560 A part of conditional expression is always false: !mb_y.
|
|---|
| 3161 | ./libavcodec/vp8.c 2533 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3162 | ./libavcodec/vp8.c 2537 err V634 The priority of the '+' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3163 | ./libavcodec/vp8.c 2590 warn V578 An odd bitwise operation detected: 0x7fffffff & 0xFFFF & 0xFFFF. Consider verifying it.
|
|---|
| 3164 | ./libavcodec/vp8.c 2595 warn V578 An odd bitwise operation detected: 0x7fffffff & 0xFFFF & 0xFFFF. Consider verifying it.
|
|---|
| 3165 | ./libavcodec/vp8.c 2865 warn V560 A part of conditional expression is always true: !is_vp7.
|
|---|
| 3166 | ./libavcodec/vp8dsp.c 76 warn V1032 The pointer 'dc' is cast to a more strictly aligned pointer type.
|
|---|
| 3167 | ./libavcodec/vp8dsp.c 108 warn V1032 The pointer 'block' is cast to a more strictly aligned pointer type.
|
|---|
| 3168 | ./libavcodec/vp8dsp.c 171 warn V1032 The pointer 'dc' is cast to a more strictly aligned pointer type.
|
|---|
| 3169 | ./libavcodec/vp8dsp.c 640 warn V751 Parameter 'my' is not used inside function body.
|
|---|
| 3170 | ./libavcodec/vp8dsp.c 640 warn V751 Parameter 'mx' is not used inside function body.
|
|---|
| 3171 | ./libavcodec/vp8dsp.c 641 warn V751 Parameter 'my' is not used inside function body.
|
|---|
| 3172 | ./libavcodec/vp8dsp.c 641 warn V751 Parameter 'mx' is not used inside function body.
|
|---|
| 3173 | ./libavcodec/vp8dsp.c 642 warn V751 Parameter 'my' is not used inside function body.
|
|---|
| 3174 | ./libavcodec/vp8dsp.c 642 warn V751 Parameter 'mx' is not used inside function body.
|
|---|
| 3175 | ./libavcodec/vp9.c 1286 err V512 A call of the 'memset' function will lead to underflow of the buffer 'td->left_mode_ctx'.
|
|---|
| 3176 | ./libavcodec/vp9.c 1397 err V512 A call of the 'memset' function will lead to underflow of the buffer 'td->left_mode_ctx'.
|
|---|
| 3177 | ./libavcodec/vp9_metadata_bsf.c 62 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3178 | ./libavcodec/vp9_raw_reorder_bsf.c 295 err V564 The '&' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '&&' operator.
|
|---|
| 3179 | ./libavcodec/vp9_raw_reorder_bsf.c 295 warn V547 Expression 'in->data[in->size - 1] & 0xe0 == 0xc0' is always false.
|
|---|
| 3180 | ./libavcodec/vp9_superframe_split_bsf.c 129 warn V547 Expression 'ret < 0' is always true.
|
|---|
| 3181 | ./libavcodec/vp9block.c 464 warn V547 Expression 's->above_intra_ctx[col]' is always false.
|
|---|
| 3182 | ./libavcodec/vp9block.c 472 warn V547 Expression 'td->left_intra_ctx[row7]' is always false.
|
|---|
| 3183 | ./libavcodec/vp9block.c 502 warn V547 Expression 'td->left_intra_ctx[row7]' is always false.
|
|---|
| 3184 | ./libavcodec/vp9block.c 914 warn V1032 The pointer 'coef' is cast to a more strictly aligned pointer type.
|
|---|
| 3185 | ./libavcodec/vp9dsp_template.c 38 warn V1032 The pointer 'top' is cast to a more strictly aligned pointer type.
|
|---|
| 3186 | ./libavcodec/vp9dsp_template.c 41 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3187 | ./libavcodec/vp9dsp_template.c 52 warn V1032 The pointer 'top' is cast to a more strictly aligned pointer type.
|
|---|
| 3188 | ./libavcodec/vp9dsp_template.c 58 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3189 | ./libavcodec/vp9dsp_template.c 69 warn V1032 The pointer 'top' is cast to a more strictly aligned pointer type.
|
|---|
| 3190 | ./libavcodec/vp9dsp_template.c 77 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3191 | ./libavcodec/vp9dsp_template.c 90 warn V1032 The pointer 'top' is cast to a more strictly aligned pointer type.
|
|---|
| 3192 | ./libavcodec/vp9dsp_template.c 102 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3193 | ./libavcodec/vp9dsp_template.c 121 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3194 | ./libavcodec/vp9dsp_template.c 138 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3195 | ./libavcodec/vp9dsp_template.c 155 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3196 | ./libavcodec/vp9dsp_template.c 174 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3197 | ./libavcodec/vp9dsp_template.c 324 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3198 | ./libavcodec/vp9dsp_template.c 344 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3199 | ./libavcodec/vp9dsp_template.c 366 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3200 | ./libavcodec/vp9dsp_template.c 395 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3201 | ./libavcodec/vp9dsp_template.c 415 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3202 | ./libavcodec/vp9dsp_template.c 433 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3203 | ./libavcodec/vp9dsp_template.c 452 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3204 | ./libavcodec/vp9dsp_template.c 476 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3205 | ./libavcodec/vp9dsp_template.c 496 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3206 | ./libavcodec/vp9dsp_template.c 514 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3207 | ./libavcodec/vp9dsp_template.c 533 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3208 | ./libavcodec/vp9dsp_template.c 557 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3209 | ./libavcodec/vp9dsp_template.c 578 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3210 | ./libavcodec/vp9dsp_template.c 593 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3211 | ./libavcodec/vp9dsp_template.c 608 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3212 | ./libavcodec/vp9dsp_template.c 625 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3213 | ./libavcodec/vp9dsp_template.c 644 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3214 | ./libavcodec/vp9dsp_template.c 658 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3215 | ./libavcodec/vp9dsp_template.c 673 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3216 | ./libavcodec/vp9dsp_template.c 690 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3217 | ./libavcodec/vp9dsp_template.c 709 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3218 | ./libavcodec/vp9dsp_template.c 724 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3219 | ./libavcodec/vp9dsp_template.c 739 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3220 | ./libavcodec/vp9dsp_template.c 756 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3221 | ./libavcodec/vp9dsp_template.c 821 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j'.
|
|---|
| 3222 | ./libavcodec/vp9dsp_template.c 822 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j'.
|
|---|
| 3223 | ./libavcodec/vp9dsp_template.c 823 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j'.
|
|---|
| 3224 | ./libavcodec/vp9dsp_template.c 1072 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j * 2'.
|
|---|
| 3225 | ./libavcodec/vp9dsp_template.c 1073 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j * 2'.
|
|---|
| 3226 | ./libavcodec/vp9dsp_template.c 1074 warn V512 A call of the 'memcpy' function will lead to overflow of the buffer 'v + j * 2'.
|
|---|
| 3227 | ./libavcodec/vp9dsp_template.c 1202 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 3228 | ./libavcodec/vp9dsp_template.c 1284 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 3229 | ./libavcodec/vp9dsp_template.c 1477 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 3230 | ./libavcodec/vp9dsp_template.c 1685 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 3231 | ./libavcodec/vp9dsp_template.c 1718 warn V1032 The pointer '_block' is cast to a more strictly aligned pointer type.
|
|---|
| 3232 | ./libavcodec/vp9dsp_template.c 1964 warn V1032 The pointer 'dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3233 | ./libavcodec/vp9recon.c 231 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3234 | ./libavcodec/vp9recon.c 232 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3235 | ./libavcodec/wavpack.c 505 warn V560 A part of conditional expression is always true: !last.
|
|---|
| 3236 | ./libavcodec/wavpack.c 573 warn V560 A part of conditional expression is always true: !last.
|
|---|
| 3237 | ./libavcodec/wavpack.c 986 warn V547 Expression '!got_weights' is always true.
|
|---|
| 3238 | ./libavcodec/wavpackenc.c 149 warn V560 A part of conditional expression is always true: avctx->frame_size.
|
|---|
| 3239 | ./libavcodec/webp.c 1176 warn V719 The switch statement does not cover all values of the 'TransformType' enum: SUBTRACT_GREEN.
|
|---|
| 3240 | ./libavcodec/webp.c 1288 err V547 Expression is always true.
|
|---|
| 3241 | ./libavcodec/wmaenc.c 227 warn V547 Expression 's->channel_coded[ch]' is always true.
|
|---|
| 3242 | ./libavcodec/wmaenc.c 242 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 3243 | ./libavcodec/wmaenc.c 292 warn V547 Expression 'parse_exponents' is always true.
|
|---|
| 3244 | ./libavcodec/wmalosslessdec.c 681 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3245 | ./libavcodec/wmalosslessdec.c 785 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3246 | ./libavcodec/wmalosslessdec.c 786 err V634 The priority of the '-' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3247 | ./libavcodec/wmavoice.c 1139 err V529 Odd semicolon ';' after 'for' operator.
|
|---|
| 3248 | ./libavcodec/wmavoice.c 1908 err V529 Odd semicolon ';' after 'for' operator.
|
|---|
| 3249 | ./libavcodec/wmv2enc.c 101 warn V547 Expression '!s->per_mb_rl_table' is always true.
|
|---|
| 3250 | ./libavcodec/wmv2enc.c 122 warn V547 Expression '!w->per_mb_abt' is always true.
|
|---|
| 3251 | ./libavcodec/x86/cavsdsp.c 44 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3252 | ./libavcodec/x86/cavsdsp.c 53 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3253 | ./libavcodec/x86/h264_qpel.c 400 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3254 | ./libavcodec/x86/h264_qpel.c 401 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3255 | ./libavcodec/x86/h264_qpel.c 402 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3256 | ./libavcodec/x86/h264_qpel.c 404 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3257 | ./libavcodec/x86/hevcdsp_init.c 534 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3258 | ./libavcodec/x86/hevcdsp_init.c 535 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3259 | ./libavcodec/x86/hevcdsp_init.c 536 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3260 | ./libavcodec/x86/hevcdsp_init.c 537 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3261 | ./libavcodec/x86/hevcdsp_init.c 538 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3262 | ./libavcodec/x86/hevcdsp_init.c 539 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3263 | ./libavcodec/x86/hevcdsp_init.c 540 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3264 | ./libavcodec/x86/hevcdsp_init.c 541 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3265 | ./libavcodec/x86/hevcdsp_init.c 542 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3266 | ./libavcodec/x86/hevcdsp_init.c 543 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3267 | ./libavcodec/x86/hevcdsp_init.c 544 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3268 | ./libavcodec/x86/hevcdsp_init.c 546 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3269 | ./libavcodec/x86/hevcdsp_init.c 547 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3270 | ./libavcodec/x86/hevcdsp_init.c 548 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3271 | ./libavcodec/x86/hevcdsp_init.c 549 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3272 | ./libavcodec/x86/hevcdsp_init.c 550 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3273 | ./libavcodec/x86/hevcdsp_init.c 551 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3274 | ./libavcodec/x86/hevcdsp_init.c 552 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3275 | ./libavcodec/x86/hevcdsp_init.c 553 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3276 | ./libavcodec/x86/hevcdsp_init.c 554 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3277 | ./libavcodec/x86/hevcdsp_init.c 555 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3278 | ./libavcodec/x86/hevcdsp_init.c 556 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3279 | ./libavcodec/x86/hevcdsp_init.c 558 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3280 | ./libavcodec/x86/hevcdsp_init.c 559 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3281 | ./libavcodec/x86/hevcdsp_init.c 560 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3282 | ./libavcodec/x86/hevcdsp_init.c 561 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3283 | ./libavcodec/x86/hevcdsp_init.c 562 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3284 | ./libavcodec/x86/hevcdsp_init.c 563 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3285 | ./libavcodec/x86/hevcdsp_init.c 564 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3286 | ./libavcodec/x86/hevcdsp_init.c 565 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3287 | ./libavcodec/x86/hevcdsp_init.c 566 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3288 | ./libavcodec/x86/hevcdsp_init.c 567 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3289 | ./libavcodec/x86/hevcdsp_init.c 568 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3290 | ./libavcodec/x86/hevcdsp_init.c 594 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3291 | ./libavcodec/x86/hevcdsp_init.c 595 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3292 | ./libavcodec/x86/hevcdsp_init.c 596 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3293 | ./libavcodec/x86/hevcdsp_init.c 597 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3294 | ./libavcodec/x86/hevcdsp_init.c 598 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3295 | ./libavcodec/x86/hevcdsp_init.c 599 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3296 | ./libavcodec/x86/hevcdsp_init.c 600 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3297 | ./libavcodec/x86/hevcdsp_init.c 601 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3298 | ./libavcodec/x86/hevcdsp_init.c 602 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3299 | ./libavcodec/x86/hevcdsp_init.c 603 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3300 | ./libavcodec/x86/hevcdsp_init.c 604 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3301 | ./libavcodec/x86/hevcdsp_init.c 606 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3302 | ./libavcodec/x86/hevcdsp_init.c 607 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3303 | ./libavcodec/x86/hevcdsp_init.c 608 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3304 | ./libavcodec/x86/hevcdsp_init.c 609 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3305 | ./libavcodec/x86/hevcdsp_init.c 610 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3306 | ./libavcodec/x86/hevcdsp_init.c 611 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3307 | ./libavcodec/x86/hevcdsp_init.c 612 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3308 | ./libavcodec/x86/hevcdsp_init.c 613 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3309 | ./libavcodec/x86/hevcdsp_init.c 614 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3310 | ./libavcodec/x86/hevcdsp_init.c 615 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3311 | ./libavcodec/x86/hevcdsp_init.c 616 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3312 | ./libavcodec/x86/hevcdsp_init.c 618 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3313 | ./libavcodec/x86/hevcdsp_init.c 619 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3314 | ./libavcodec/x86/hevcdsp_init.c 620 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3315 | ./libavcodec/x86/hevcdsp_init.c 621 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3316 | ./libavcodec/x86/hevcdsp_init.c 622 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3317 | ./libavcodec/x86/hevcdsp_init.c 623 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3318 | ./libavcodec/x86/hevcdsp_init.c 624 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3319 | ./libavcodec/x86/hevcdsp_init.c 625 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3320 | ./libavcodec/x86/hevcdsp_init.c 626 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3321 | ./libavcodec/x86/hevcdsp_init.c 627 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3322 | ./libavcodec/x86/hevcdsp_init.c 628 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3323 | ./libavcodec/x86/idctdsp_init.c 113 warn V571 Recurring check. The '1' condition was already verified in line 112.
|
|---|
| 3324 | ./libavcodec/x86/mpegvideo.c 37 err V629 Consider inspecting the 'qscale << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3325 | ./libavcodec/x86/mpegvideo.c 112 err V629 Consider inspecting the 'qscale << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3326 | ./libavcodec/x86/mpegvideoenc_template.c 109 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3327 | ./libavcodec/x86/rv40dsp_init.c 139 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3328 | ./libavcodec/x86/rv40dsp_init.c 140 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3329 | ./libavcodec/x86/rv40dsp_init.c 148 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3330 | ./libavcodec/x86/rv40dsp_init.c 149 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3331 | ./libavcodec/x86/snowdsp.c 886 warn V547 Expression 'mm_flags & 0x0010 & 0' is always false.
|
|---|
| 3332 | ./libavcodec/x86/vc1dsp_init.c 110 warn V571 Recurring check. The '1' condition was already verified in line 109.
|
|---|
| 3333 | ./libavcodec/x86/vc1dsp_init.c 114 warn V571 Recurring check. The '1' condition was already verified in line 113.
|
|---|
| 3334 | ./libavcodec/x86/vc1dsp_mmx.c 386 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3335 | ./libavcodec/x86/vc1dsp_mmx.c 387 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3336 | ./libavcodec/x86/vp8dsp_init.c 191 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3337 | ./libavcodec/x86/vp8dsp_init.c 192 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3338 | ./libavcodec/x86/vp8dsp_init.c 193 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3339 | ./libavcodec/x86/vp8dsp_init.c 194 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3340 | ./libavcodec/x86/vp8dsp_init.c 200 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3341 | ./libavcodec/x86/vp8dsp_init.c 201 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3342 | ./libavcodec/x86/vp8dsp_init.c 202 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3343 | ./libavcodec/x86/vp8dsp_init.c 203 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3344 | ./libavcodec/x86/vp8dsp_init.c 204 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3345 | ./libavcodec/x86/vp8dsp_init.c 206 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3346 | ./libavcodec/x86/vp8dsp_init.c 207 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3347 | ./libavcodec/x86/vp8dsp_init.c 208 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3348 | ./libavcodec/x86/vp8dsp_init.c 209 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3349 | ./libavcodec/x86/vp8dsp_init.c 223 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3350 | ./libavcodec/x86/vp8dsp_init.c 228 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3351 | ./libavcodec/x86/vp8dsp_init.c 229 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3352 | ./libavcodec/x86/vp8dsp_init.c 230 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3353 | ./libavcodec/x86/vp8dsp_init.c 231 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3354 | ./libavcodec/x86/vp8dsp_init.c 232 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3355 | ./libavcodec/x86/vp9dsp_init.c 71 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3356 | ./libavcodec/x86/vp9dsp_init.c 72 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3357 | ./libavcodec/x86/vp9dsp_init.c 73 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3358 | ./libavcodec/x86/vp9dsp_init.c 74 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3359 | ./libavcodec/x86/vp9dsp_init.c 76 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3360 | ./libavcodec/x86/vp9dsp_init.c 77 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3361 | ./libavcodec/x86/vp9dsp_init.c 78 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3362 | ./libavcodec/x86/vp9dsp_init.c 79 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3363 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 46 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3364 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 47 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3365 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 49 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3366 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 50 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3367 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 51 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3368 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 52 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3369 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 53 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3370 | ./libavcodec/x86/vp9dsp_init_16bpp_template.c 54 warn V601 Pointer is implicitly cast to an integer type.
|
|---|
| 3371 | ./libavcodec/xface.c 318 warn V648 Priority of the '&&' operation is higher than that of the '||' operation. Consider inspecting the 'l <= 0 || l >= i && m == j' expression.
|
|---|
| 3372 | ./libavcodec/xpmdec.c 217 warn V560 A part of conditional expression is always true: string.
|
|---|
| 3373 | ./libavcodec/xpmdec.c 222 warn V560 A part of conditional expression is always true: string.
|
|---|
| 3374 | ./libavcodec/xpmdec.c 335 warn V576 Incorrect format. Consider checking the third actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 3375 | ./libavcodec/xpmdec.c 335 warn V576 Incorrect format. Consider checking the fourth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 3376 | ./libavcodec/xpmdec.c 335 warn V576 Incorrect format. Consider checking the fifth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 3377 | ./libavcodec/xpmdec.c 335 warn V576 Incorrect format. Consider checking the sixth actual argument of the 'sscanf' function. A pointer to the unsigned int type is expected.
|
|---|
| 3378 | ./libavcodec/zmbvenc.c 243 err V564 The '|' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '||' operator.
|
|---|
| 3379 | ./libavcodec/zmbvenc.c 379 warn V560 A part of conditional expression is always false: lvl < 0.
|
|---|
| 3380 | ./libpostproc/postprocess_template.c 1359 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('(~t)' = [-1024..-1]).
|
|---|
| 3381 | ./libpostproc/postprocess_template.c 3339 warn V560 A part of conditional expression is always true: 1.
|
|---|
| 3382 | ./libswresample/audioconvert.c 57 warn V592 The expression was enclosed by parentheses twice: '((* (const uint8_t *) pi - 0x80U))'. One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 3383 | ./libswresample/resample.c 338 warn V636 The '(2147483647) / 256' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 3384 | ./libswresample/resample.c 455 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 3385 | ./libswresample/resample.c 502 warn V547 Expression 'need_emms' is always false.
|
|---|
| 3386 | ./libswresample/resample_dsp.c 72 err V517 The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence. Check lines: 72, 73.
|
|---|
| 3387 | ./libswresample/swresample.c 329 warn V636 The '1 * s->out.ch_count / s->used_ch_count' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 3388 | ./libswscale/output.c 304 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 3389 | ./libswscale/output.c 304 warn V512 A call of the 'yuv2plane1_float_c_template' function will lead to overflow of the buffer 'src'.
|
|---|
| 3390 | ./libswscale/output.c 305 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 3391 | ./libswscale/output.c 305 warn V512 A call of the 'yuv2plane1_float_bswap_c_template' function will lead to overflow of the buffer 'src'.
|
|---|
| 3392 | ./libswscale/output.c 377 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 3393 | ./libswscale/output.c 377 warn V512 A call of the 'yuv2plane1_16_c_template' function will lead to overflow of the buffer 'src'.
|
|---|
| 3394 | ./libswscale/output.c 378 warn V1032 The pointer 'src' is cast to a more strictly aligned pointer type.
|
|---|
| 3395 | ./libswscale/output.c 378 warn V512 A call of the 'yuv2plane1_16_c_template' function will lead to overflow of the buffer 'src'.
|
|---|
| 3396 | ./libswscale/output.c 1480 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3397 | ./libswscale/output.c 1480 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3398 | ./libswscale/output.c 1481 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3399 | ./libswscale/output.c 1481 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3400 | ./libswscale/output.c 1482 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3401 | ./libswscale/output.c 1482 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3402 | ./libswscale/output.c 1483 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3403 | ./libswscale/output.c 1483 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3404 | ./libswscale/output.c 1484 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3405 | ./libswscale/output.c 1484 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3406 | ./libswscale/output.c 1485 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3407 | ./libswscale/output.c 1485 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3408 | ./libswscale/output.c 1486 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3409 | ./libswscale/output.c 1486 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3410 | ./libswscale/output.c 1487 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3411 | ./libswscale/output.c 1487 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3412 | ./libswscale/output.c 1488 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3413 | ./libswscale/output.c 1488 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3414 | ./libswscale/output.c 1489 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3415 | ./libswscale/output.c 1489 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3416 | ./libswscale/output.c 1490 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3417 | ./libswscale/output.c 1490 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3418 | ./libswscale/output.c 1491 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3419 | ./libswscale/output.c 1491 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3420 | ./libswscale/output.c 1492 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3421 | ./libswscale/output.c 1492 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3422 | ./libswscale/output.c 1493 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3423 | ./libswscale/output.c 1493 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3424 | ./libswscale/output.c 1495 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3425 | ./libswscale/output.c 1495 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3426 | ./libswscale/output.c 1496 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3427 | ./libswscale/output.c 1496 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3428 | ./libswscale/output.c 1497 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3429 | ./libswscale/output.c 1497 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3430 | ./libswscale/output.c 1498 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3431 | ./libswscale/output.c 1498 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3432 | ./libswscale/output.c 1499 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3433 | ./libswscale/output.c 1499 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3434 | ./libswscale/output.c 1500 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3435 | ./libswscale/output.c 1500 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3436 | ./libswscale/output.c 1501 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3437 | ./libswscale/output.c 1501 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3438 | ./libswscale/output.c 1502 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3439 | ./libswscale/output.c 1502 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3440 | ./libswscale/output.c 1503 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3441 | ./libswscale/output.c 1503 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3442 | ./libswscale/output.c 1504 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3443 | ./libswscale/output.c 1504 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3444 | ./libswscale/output.c 1505 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3445 | ./libswscale/output.c 1505 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3446 | ./libswscale/output.c 1506 warn V1032 The pointer '_buf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3447 | ./libswscale/output.c 1506 warn V1032 The pointer '_abuf0' is cast to a more strictly aligned pointer type.
|
|---|
| 3448 | ./libswscale/output.c 1971 err V547 Expression 'target == AV_PIX_FMT_RGB8' is always true.
|
|---|
| 3449 | ./libswscale/slice.c 293 err V1008 Consider inspecting the 'for' operator. No more than one iteration of the loop will be performed.
|
|---|
| 3450 | ./libswscale/swscale.c 72 warn V1032 The pointer '_dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3451 | ./libswscale/swscale.c 146 warn V1032 The pointer '_dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3452 | ./libswscale/swscale.c 195 warn V1032 The pointer '_dstU' is cast to a more strictly aligned pointer type.
|
|---|
| 3453 | ./libswscale/swscale.c 196 warn V1032 The pointer '_dstV' is cast to a more strictly aligned pointer type.
|
|---|
| 3454 | ./libswscale/swscale.c 206 warn V1032 The pointer '_dstU' is cast to a more strictly aligned pointer type.
|
|---|
| 3455 | ./libswscale/swscale.c 207 warn V1032 The pointer '_dstV' is cast to a more strictly aligned pointer type.
|
|---|
| 3456 | ./libswscale/swscale.c 217 warn V1032 The pointer '_dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3457 | ./libswscale/swscale.c 226 warn V1032 The pointer '_dst' is cast to a more strictly aligned pointer type.
|
|---|
| 3458 | ./libswscale/swscale_unscaled.c 1490 warn V560 A part of conditional expression is always false: 1 < 0.
|
|---|
| 3459 | ./libswscale/swscale_unscaled.c 1495 warn V560 A part of conditional expression is always true: 1 > 0.
|
|---|
| 3460 | ./libswscale/swscale_unscaled.c 1808 warn V1032 The pointer 'srcPtr2' is cast to a more strictly aligned pointer type.
|
|---|
| 3461 | ./libswscale/swscale_unscaled.c 1808 warn V1032 The pointer 'dstPtr2' is cast to a more strictly aligned pointer type.
|
|---|
| 3462 | ./libswscale/swscale_unscaled.c 2029 err V501 There are identical sub-expressions '(srcFormat == AV_PIX_FMT_BGRA64BE && dstFormat == AV_PIX_FMT_BGRA64LE)' to the left and to the right of the '||' operator.
|
|---|
| 3463 | ./libswscale/swscale_unscaled.c 2029 err V501 There are identical sub-expressions '(srcFormat == AV_PIX_FMT_BGRA64LE && dstFormat == AV_PIX_FMT_BGRA64BE)' to the left and to the right of the '||' operator.
|
|---|
| 3464 | ./libswscale/swscale_unscaled.c 2029 err V501 There are identical sub-expressions to the left and to the right of the '||' operator.
|
|---|
| 3465 | ./libswscale/swscale_unscaled.c 2029 err V501 There are identical sub-expressions '(srcFormat == AV_PIX_FMT_RGBA64BE && dstFormat == AV_PIX_FMT_RGBA64LE)' to the left and to the right of the '||' operator.
|
|---|
| 3466 | ./libswscale/swscale_unscaled.c 2029 err V501 There are identical sub-expressions '(srcFormat == AV_PIX_FMT_RGBA64LE && dstFormat == AV_PIX_FMT_RGBA64BE)' to the left and to the right of the '||' operator.
|
|---|
| 3467 | ./libswscale/swscale_unscaled.c 2125 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3468 | ./libswscale/utils.c 779 warn V547 Expression '!dstRange' is always true.
|
|---|
| 3469 | ./libswscale/utils.c 796 err V547 Expression '((1 << 15) * ONE * ONE) > 0' is always true.
|
|---|
| 3470 | ./libswscale/utils.c 800 err V547 Expression '((1 << 15) * ONE * ONE) > 0' is always true.
|
|---|
| 3471 | ./libswscale/utils.c 804 err V547 Expression '((1 << 15) * ONE * ONE) > 0' is always true.
|
|---|
| 3472 | ./libswscale/utils.c 777 err V763 Parameter 'dstRange' is always rewritten in function body before being used.
|
|---|
| 3473 | ./libswscale/utils.c 1097 err V634 The priority of the '*' operation is higher than that of the '<<' operation. It's possible that parentheses should be used in the expression.
|
|---|
| 3474 | ./libswscale/utils.c 1459 err V610 Undefined behavior. Check the shift operator '<<'. The left operand is negative ('(int64_t)(srcW - 2)' = [-1..2147483645]).
|
|---|
| 3475 | ./libswscale/utils.c 1557 warn V728 An excessive check can be simplified. The '||' operator is surrounded by opposite expressions '!unscaled' and 'unscaled'.
|
|---|
| 3476 | ./libswscale/utils.c 1997 warn V581 The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 1995, 1997.
|
|---|
| 3477 | ./libswscale/x86/swscale.c 159 warn V580 An odd explicit type casting: (const void * *) & lumMmxFilter[s * i]. Consider verifying it.
|
|---|
| 3478 | ./libswscale/x86/swscale.c 159 warn V1032 The pointer 'lumMmxFilter' is cast to a more strictly aligned pointer type.
|
|---|
| 3479 | ./libswscale/x86/swscale.c 160 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3480 | ./libswscale/x86/swscale.c 165 warn V580 An odd explicit type casting: (const void * *) & alpMmxFilter[s * i]. Consider verifying it.
|
|---|
| 3481 | ./libswscale/x86/swscale.c 165 warn V1032 The pointer 'alpMmxFilter' is cast to a more strictly aligned pointer type.
|
|---|
| 3482 | ./libswscale/x86/swscale.c 166 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3483 | ./libswscale/x86/swscale.c 172 warn V580 An odd explicit type casting: (const void * *) & chrMmxFilter[s * i]. Consider verifying it.
|
|---|
| 3484 | ./libswscale/x86/swscale.c 172 warn V1032 The pointer 'chrMmxFilter' is cast to a more strictly aligned pointer type.
|
|---|
| 3485 | ./libswscale/x86/swscale.c 173 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3486 | ./libswscale/x86/swscale.c 180 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3487 | ./libswscale/x86/swscale.c 185 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3488 | ./libswscale/x86/swscale.c 191 warn V580 An odd explicit type casting. Consider verifying it.
|
|---|
| 3489 | ./libswscale/yuv2rgb.c 204 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3490 | ./libswscale/yuv2rgb.c 234 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3491 | ./libswscale/yuv2rgb.c 264 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3492 | ./libswscale/yuv2rgb.c 302 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3493 | ./libswscale/yuv2rgb.c 340 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3494 | ./libswscale/yuv2rgb.c 370 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3495 | ./libswscale/yuv2rgb.c 401 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3496 | ./libswscale/yuv2rgb.c 423 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3497 | ./libswscale/yuv2rgb.c 423 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3498 | ./libswscale/yuv2rgb.c 426 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3499 | ./libswscale/yuv2rgb.c 426 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3500 | ./libswscale/yuv2rgb.c 431 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3501 | ./libswscale/yuv2rgb.c 431 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3502 | ./libswscale/yuv2rgb.c 434 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3503 | ./libswscale/yuv2rgb.c 434 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3504 | ./libswscale/yuv2rgb.c 453 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3505 | ./libswscale/yuv2rgb.c 453 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3506 | ./libswscale/yuv2rgb.c 456 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3507 | ./libswscale/yuv2rgb.c 456 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3508 | ./libswscale/yuv2rgb.c 461 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3509 | ./libswscale/yuv2rgb.c 461 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3510 | ./libswscale/yuv2rgb.c 464 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3511 | ./libswscale/yuv2rgb.c 464 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3512 | ./libswscale/yuv2rgb.c 484 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3513 | ./libswscale/yuv2rgb.c 484 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3514 | ./libswscale/yuv2rgb.c 487 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3515 | ./libswscale/yuv2rgb.c 487 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3516 | ./libswscale/yuv2rgb.c 492 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3517 | ./libswscale/yuv2rgb.c 492 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3518 | ./libswscale/yuv2rgb.c 495 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3519 | ./libswscale/yuv2rgb.c 495 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3520 | ./libswscale/yuv2rgb.c 516 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3521 | ./libswscale/yuv2rgb.c 516 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3522 | ./libswscale/yuv2rgb.c 519 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3523 | ./libswscale/yuv2rgb.c 519 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3524 | ./libswscale/yuv2rgb.c 524 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3525 | ./libswscale/yuv2rgb.c 524 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3526 | ./libswscale/yuv2rgb.c 527 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3527 | ./libswscale/yuv2rgb.c 527 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3528 | ./libswscale/yuv2rgb.c 535 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3529 | ./libswscale/yuv2rgb.c 535 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3530 | ./libswscale/yuv2rgb.c 538 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3531 | ./libswscale/yuv2rgb.c 538 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3532 | ./libswscale/yuv2rgb.c 546 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3533 | ./libswscale/yuv2rgb.c 546 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3534 | ./libswscale/yuv2rgb.c 541 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3535 | ./libswscale/yuv2rgb.c 569 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3536 | ./libswscale/yuv2rgb.c 569 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3537 | ./libswscale/yuv2rgb.c 572 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3538 | ./libswscale/yuv2rgb.c 572 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3539 | ./libswscale/yuv2rgb.c 577 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3540 | ./libswscale/yuv2rgb.c 577 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3541 | ./libswscale/yuv2rgb.c 580 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3542 | ./libswscale/yuv2rgb.c 580 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3543 | ./libswscale/yuv2rgb.c 589 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3544 | ./libswscale/yuv2rgb.c 589 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3545 | ./libswscale/yuv2rgb.c 592 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3546 | ./libswscale/yuv2rgb.c 592 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3547 | ./libswscale/yuv2rgb.c 601 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3548 | ./libswscale/yuv2rgb.c 601 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3549 | ./libswscale/yuv2rgb.c 595 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3550 | ./libswscale/yuv2rgb.c 620 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3551 | ./libswscale/yuv2rgb.c 620 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3552 | ./libswscale/yuv2rgb.c 623 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3553 | ./libswscale/yuv2rgb.c 623 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3554 | ./libswscale/yuv2rgb.c 628 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3555 | ./libswscale/yuv2rgb.c 628 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3556 | ./libswscale/yuv2rgb.c 631 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3557 | ./libswscale/yuv2rgb.c 631 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3558 | ./libswscale/yuv2rgb.c 638 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3559 | ./libswscale/yuv2rgb.c 638 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3560 | ./libswscale/yuv2rgb.c 641 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3561 | ./libswscale/yuv2rgb.c 641 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3562 | ./libswscale/yuv2rgb.c 648 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3563 | ./libswscale/yuv2rgb.c 648 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3564 | ./libswscale/yuv2rgb.c 643 err V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
|
|---|
| 3565 | ./libswscale/yuv2rgb.c 663 err V557 Array overrun is possible. The '0 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3566 | ./libswscale/yuv2rgb.c 663 err V557 Array overrun is possible. The '1 + 0 + 8' index is pointing beyond array bound.
|
|---|
| 3567 | ./libswscale/yuv2rgb.c 665 err V557 Array overrun is possible. The '0 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3568 | ./libswscale/yuv2rgb.c 665 err V557 Array overrun is possible. The '1 + 2 + 8' index is pointing beyond array bound.
|
|---|
| 3569 | ./libswscale/yuv2rgb.c 669 err V557 Array overrun is possible. The '0 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3570 | ./libswscale/yuv2rgb.c 669 err V557 Array overrun is possible. The '1 + 4 + 8' index is pointing beyond array bound.
|
|---|
| 3571 | ./libswscale/yuv2rgb.c 671 err V557 Array overrun is possible. The '0 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3572 | ./libswscale/yuv2rgb.c 671 err V557 Array overrun is possible. The '1 + 6 + 8' index is pointing beyond array bound.
|
|---|
| 3573 | ./libavutil/avsscanf.c 195 err V529 Odd semicolon ';' after 'for' operator.
|
|---|
| 3574 | ./libavutil/avsscanf.c 624 warn V1037 Two or more case-branches perform the same actions. Check lines: 624, 628
|
|---|
| 3575 | ./libavutil/avsscanf.c 930 warn V1037 Two or more case-branches perform the same actions. Check lines: 930, 933
|
|---|
| 3576 | ./libavutil/avstring.c 409 err V629 Consider inspecting the 'top << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
|---|
| 3577 | ./libavutil/avstring.c 409 warn V784 The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
|
|---|
| 3578 | ./libavutil/des.c 314 warn V1004 The 'src' pointer was used unsafely after it was verified against nullptr. Check lines: 296, 314.
|
|---|
| 3579 | ./libavutil/file.c 81 warn V547 Expression 'off_size > (18446744073709551615UL)' is always false.
|
|---|
| 3580 | ./libavutil/frame.c 931 err V784 The size of the bit mask is less than the size of the first operand. This will cause the loss of higher bits.
|
|---|
| 3581 | ./libavutil/hwcontext_vaapi.c 528 err V567 Undefined behavior. The 'i' variable is modified while being used twice between sequence points.
|
|---|
| 3582 | ./libavutil/hwcontext_vaapi.c 536 err V567 Undefined behavior. The 'i' variable is modified while being used twice between sequence points.
|
|---|
| 3583 | ./libavutil/hwcontext_vaapi.c 858 warn V547 Expression 'map' is always true.
|
|---|
| 3584 | ./libavutil/hwcontext_vaapi.c 1556 warn V612 An unconditional 'break' within a loop.
|
|---|
| 3585 | ./libavutil/hwcontext_vaapi.c 1568 warn V612 An unconditional 'break' within a loop.
|
|---|
| 3586 | ./libavutil/hwcontext_vdpau.c 331 warn V560 A part of conditional expression is always false: dst->linesize[i] > (4294967295U).
|
|---|
| 3587 | ./libavutil/hwcontext_vdpau.c 354 warn V614 Potentially uninitialized variable 'vdpau_format' used.
|
|---|
| 3588 | ./libavutil/hwcontext_vdpau.c 386 warn V560 A part of conditional expression is always false: src->linesize[i] > (4294967295U).
|
|---|
| 3589 | ./libavutil/hwcontext_vdpau.c 409 warn V614 Potentially uninitialized variable 'vdpau_format' used.
|
|---|
| 3590 | ./libavutil/imgutils.c 66 warn V592 The expression was enclosed by parentheses twice: '((width + (1 << s) - 1))'. One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 3591 | ./libavutil/imgutils.c 265 err V1028 Possible overflow. Consider casting operands of the 'h + 128' operator to the 'uint64_t' type, not the result.
|
|---|
| 3592 | ./libavutil/imgutils.c 635 warn V592 The expression was enclosed by parentheses twice: '((height + (1 << chroma_div) - 1))'. One pair of parentheses is unnecessary or misprint is present.
|
|---|
| 3593 | ./libavutil/murmur3.c 49 warn V707 Giving short names to global variables is considered to be bad practice. It is suggested to rename 'c1' variable.
|
|---|
| 3594 | ./libavutil/murmur3.c 50 warn V707 Giving short names to global variables is considered to be bad practice. It is suggested to rename 'c2' variable.
|
|---|
| 3595 | ./libavutil/opt.c 470 warn V719 The switch statement does not cover all values of the 'AVOptionType' enum: AV_OPT_TYPE_CONST, AV_OPT_TYPE_DICT.
|
|---|
| 3596 | ./libavutil/opt.c 1230 warn V719 The switch statement does not cover all values of the 'AVOptionType' enum: AV_OPT_TYPE_DICT.
|
|---|
| 3597 | ./libavutil/opt.c 1683 warn V719 The switch statement does not cover all values of the 'AVOptionType' enum: AV_OPT_TYPE_CONST, AV_OPT_TYPE_DICT.
|
|---|
| 3598 | ./libavutil/opt.c 1842 warn V636 The '0x7fffffff / 128 / 8' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 3599 | ./libavutil/opt.c 1844 warn V636 The '0x7fffffff / 8' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;.
|
|---|
| 3600 | ./libavutil/random_seed.c 98 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3601 | ./libavutil/slicethread.c 91 warn V1020 The function exited without calling the 'pthread_mutex_unlock' function. Check lines: 91, 72.
|
|---|
| 3602 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[0]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3603 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[1]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3604 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[2]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3605 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[3]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3606 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[4]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3607 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[5]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3608 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[6]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3609 | ./libavutil/twofish.c 142 err V614 Uninitialized variable 'm[7]' used. Consider checking the second actual argument of the 'gfmul' function.
|
|---|
| 3610 | ./libavutil/twofish.c 154 err V614 Uninitialized variable 'l[0]' used.
|
|---|
| 3611 | ./libavutil/twofish.c 155 err V614 Uninitialized variable 'l[1]' used.
|
|---|
| 3612 | ./libavutil/twofish.c 156 err V614 Uninitialized variable 'l[2]' used.
|
|---|
| 3613 | ./libavutil/twofish.c 157 err V614 Uninitialized variable 'l[3]' used.
|
|---|
| 3614 | ./libavutil/tx_template.c 613 warn V560 A part of conditional expression is always true: m > 1.
|
|---|
| 3615 | ./libavutil/tx_template.c 633 warn V547 Expression 'm != 1' is always true.
|
|---|
| 3616 | ./fftools/ffmpeg_opt.c 591 warn V547 Expression '!ic' is always false.
|
|---|
| 3617 | ./fftools/ffmpeg_filter.c 194 err V576 Incorrect format. Consider checking the fourth actual argument of the 'snprintf' function. The memsize type argument is expected.
|
|---|
| 3618 | ./fftools/ffmpeg_filter.c 514 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 3619 | ./fftools/ffmpeg_filter.c 642 warn V560 A part of conditional expression is always false: 0.
|
|---|
| 3620 | ./fftools/ffmpeg_filter.c 731 warn V519 The 'ifilter->width' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 728, 731.
|
|---|
| 3621 | ./fftools/ffmpeg_filter.c 732 warn V519 The 'ifilter->height' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 729, 732.
|
|---|
| 3622 | ./fftools/ffmpeg.c 772 warn V547 Expression '(pkt->pts) > (pkt->dts)' is always false.
|
|---|
| 3623 | ./fftools/ffmpeg.c 773 warn V547 Expression '(pkt->pts) > (pkt->dts)' is always false.
|
|---|
| 3624 | ./fftools/ffmpeg.c 1704 err V576 Incorrect format. Consider checking the fourth actual argument of the 'av_bprintf' function. The width is defined by the type different from an integer.
|
|---|
| 3625 | ./fftools/ffmpeg.c 1871 err V595 The 'ost->filter' pointer was utilized before it was verified against nullptr. Check lines: 1871, 1878.
|
|---|
| 3626 | ./fftools/ffmpeg.c 2184 warn V560 A part of conditional expression is always true.
|
|---|
| 3627 | ./fftools/ffmpeg.c 2408 err V1013 Suspicious subexpression in a sequence of similar comparisons.
|
|---|
| 3628 | ./fftools/ffplay.c 2496 warn V763 Parameter 'wanted_nb_channels' is always rewritten in function body before being used.
|
|---|
| 3629 | ./fftools/ffplay.c 2722 warn V648 Priority of the '&&' operation is higher than that of the '||' operation.
|
|---|
| 3630 | ./fftools/ffprobe.c 639 err V781 The value of the 'section_id' variable is checked after it was used. Perhaps there is a mistake in program logic. Check lines: 639, 641.
|
|---|
| 3631 | ./fftools/ffprobe.c 1715 warn V560 A part of conditional expression is always true: wctx->level.
|
|---|