2022-06-26 01:47 ftp://ftp.de.debian.org/debian/pool/main/x/x264/x264_0.164.3095+gitbaee400.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j4 platform: Linux-5.10.0-15-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.25 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.8 head-info: 242afc3 (2022-06-25 21:42:55 +0200) count: 208 230 elapsed-time: 1106.1 1386.0 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:42:1: style: struct member 'check_x264_cabac_t_i_low::assert_offset_i_low' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:43:1: style: struct member 'check_x264_cabac_t_i_range::assert_offset_i_range' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:44:1: style: struct member 'check_x264_cabac_t_i_queue::assert_offset_i_queue' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:45:1: style: struct member 'check_x264_cabac_t_i_bytes_outstanding::assert_offset_i_bytes_outstanding' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:46:1: style: struct member 'check_x264_cabac_t_p_start::assert_offset_p_start' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:47:1: style: struct member 'check_x264_cabac_t_p::assert_offset_p' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:48:1: style: struct member 'check_x264_cabac_t_p_end::assert_offset_p_end' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:49:1: style: struct member 'check_x264_cabac_t_f8_bits_encoded::assert_offset_f8_bits_encoded' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:50:1: style: struct member 'check_x264_cabac_t_state::assert_offset_state' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:55:1: style: struct member 'check_x264_cabac_t_i_low_i_range::assert_rel_offset_i_low_i_range' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/asm-offsets.c:56:1: style: struct member 'check_x264_cabac_t_i_queue_i_bytes_outstanding::assert_rel_offset_i_queue_i_bytes_outstanding' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/common/aarch64/mc-c.c:269:1: error: There is an unknown macro here somewhere. Configuration is required. If PLANE_COPY is a macro then please configure it. [unknownMacro] x264-0.164.3095+gitbaee400/common/arm/mc-c.c:293:1: error: There is an unknown macro here somewhere. Configuration is required. If PLANE_COPY is a macro then please configure it. [unknownMacro] x264-0.164.3095+gitbaee400/common/bitstream.c:73:28: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] x264-0.164.3095+gitbaee400/common/osdep.h:506:20: style: Variable 'lut' can be declared as const array [constVariable] x264-0.164.3095+gitbaee400/common/osdep.h:516:20: style: Variable 'lut' can be declared as const array [constVariable] x264-0.164.3095+gitbaee400/common/osdep.h:528:20: style: Variable 'lut' can be declared as const array [constVariable] x264-0.164.3095+gitbaee400/common/base.h:259:60: style: Parameter 'mvdleft' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/base.h:259:78: style: Parameter 'mvdtop' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/cabac.h:121:67: style: Parameter 'state' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/bitstream.c:29:68: style: Parameter 'end' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/base.h:234:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/base.h:237:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/base.h:238:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/common.h:147:37: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/dct.c:890:65: style: Parameter 'src' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/frame.c:444:9: error: syntax error [syntaxError] x264-0.164.3095+gitbaee400/common/deblock.c:584:36: style: Redundant condition: !0. '!b_interlaced || (!0 && !h->mb.field[h->mb.i_mb_top_xy])' is equivalent to '!b_interlaced' [redundantCondition] x264-0.164.3095+gitbaee400/common/deblock.c:661:9: style: The if condition is the same as the previous if condition [duplicateCondition] x264-0.164.3095+gitbaee400/common/deblock.c:659:9: note: First condition x264-0.164.3095+gitbaee400/common/deblock.c:661:9: note: Second condition x264-0.164.3095+gitbaee400/common/deblock.c:277:41: style: Parameter 'nnz' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:476:23: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] x264-0.164.3095+gitbaee400/common/mc.c:704:14: style: Condition 'mb_y&b_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/mc.c:196:29: style: Parameter 'src' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:219:31: style: Parameter 'src' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:421:52: style: Parameter 'pix' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:431:52: style: Parameter 'pix' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:509:89: style: Parameter 'fps_factor' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:509:46: style: Parameter 'inter_costs' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:509:69: style: Parameter 'inv_qscales' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:508:60: style: Parameter 'propagate_in' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:525:73: style: Parameter 'lowres_costs' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mc.c:525:45: style: Parameter 'propagate_amount' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: style: Variable 'tmp2_m' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: note: tmp2_m is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: note: tmp2_m is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: style: Variable 'tmp3_m' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: note: tmp3_m is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:352:9: note: tmp3_m is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: style: Variable 'tmp2_m' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: note: tmp2_m is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: note: tmp2_m is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: style: Variable 'tmp3_m' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: note: tmp3_m is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:806:13: note: tmp3_m is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1727:5: style: Variable 'mv5' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1727:5: note: mv5 is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1727:5: note: mv5 is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1737:9: style: Variable 'mv5' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1727:5: note: mv5 is assigned x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1737:9: note: mv5 is overwritten x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:314:62: style: Parameter 'p_data' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:654:67: style: Parameter 'p_chroma' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1380:67: style: Parameter 'p_chroma' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1533:46: style: Parameter 'pi_ref' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:648:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:650:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:648:11: style: Variable 'p_src' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:650:11: style: Variable 'p_ref' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:784:9: style: Variable 'diff4' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:784:9: style: Variable 'diff5' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:784:9: style: Variable 'diff6' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:784:9: style: Variable 'diff7' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/macroblock.c:1509:27: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] x264-0.164.3095+gitbaee400/common/macroblock.c:591:25: error: Array 'h->mb.pic.p_fdec[3]' accessed at index h->mb.pic.p_fdec[*][-33], which is out of bounds. [negativeIndex] x264-0.164.3095+gitbaee400/common/macroblock.c:592:25: error: Array 'h->mb.pic.p_fdec[3]' accessed at index h->mb.pic.p_fdec[*][-33], which is out of bounds. [negativeIndex] x264-0.164.3095+gitbaee400/common/macroblock.c:598:25: error: Array 'h->mb.pic.p_fdec[3]' accessed at index h->mb.pic.p_fdec[*][-33], which is out of bounds. [negativeIndex] x264-0.164.3095+gitbaee400/common/mips/predict-c.c:65:51: style: Parameter 'p_src' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/predict-c.c:78:51: style: Parameter 'p_src' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/predict-c.c:126:68: style: Parameter 'p_src_left' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/mips/predict-c.c:209:70: style: Parameter 'p_src_left' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/macroblock.c:369:42: style: Condition '!i' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:363:27: note: Assuming that condition 'i<=0' is not redundant x264-0.164.3095+gitbaee400/common/macroblock.c:369:42: note: Condition '!i' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:413:69: style: Condition '!i' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:412:27: note: Assuming that condition 'i<=0' is not redundant x264-0.164.3095+gitbaee400/common/macroblock.c:413:69: note: Condition '!i' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:574:24: style: Condition 'mb_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:570:33: note: Assignment 'mb_interlaced=b_mbaff&&0', assigned value is 0 x264-0.164.3095+gitbaee400/common/macroblock.c:574:24: note: Condition 'mb_interlaced' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:578:31: style: Condition 'mb_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:570:33: note: Assignment 'mb_interlaced=b_mbaff&&0', assigned value is 0 x264-0.164.3095+gitbaee400/common/macroblock.c:578:31: note: Condition 'mb_interlaced' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:582:9: style: Condition 'mb_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:570:33: note: Assignment 'mb_interlaced=b_mbaff&&0', assigned value is 0 x264-0.164.3095+gitbaee400/common/macroblock.c:582:9: note: Condition 'mb_interlaced' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:615:13: style: Condition 'mb_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/macroblock.c:570:33: note: Assignment 'mb_interlaced=b_mbaff&&0', assigned value is 0 x264-0.164.3095+gitbaee400/common/macroblock.c:615:13: note: Condition 'mb_interlaced' is always false x264-0.164.3095+gitbaee400/common/macroblock.c:1910:43: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] x264-0.164.3095+gitbaee400/common/macroblock.c:561:53: style: Parameter 'src' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/macroblock.c:1429:52: error: Uninitialized variable: nnz_top [uninitvar] x264-0.164.3095+gitbaee400/common/macroblock.c:1422:71: note: Assuming condition is false x264-0.164.3095+gitbaee400/common/macroblock.c:1429:52: note: Uninitialized variable: nnz_top x264-0.164.3095+gitbaee400/common/ppc/mc.c:1276:1: error: There is an unknown macro here somewhere. Configuration is required. If PLANE_COPY_SWAP is a macro then please configure it. [unknownMacro] x264-0.164.3095+gitbaee400/common/pixel.c:689:50: style:inconclusive: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 3 names different: declaration 'i_pix1' definition 'stride1'. [funcArgNamesDifferent] x264-0.164.3095+gitbaee400/common/pixel.h:155:79: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 3 names different: declaration 'i_pix1' definition 'stride1'. x264-0.164.3095+gitbaee400/common/pixel.c:689:50: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 3 names different: declaration 'i_pix1' definition 'stride1'. x264-0.164.3095+gitbaee400/common/pixel.c:690:50: style:inconclusive: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 5 names different: declaration 'i_pix2' definition 'stride2'. [funcArgNamesDifferent] x264-0.164.3095+gitbaee400/common/pixel.h:155:109: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 5 names different: declaration 'i_pix2' definition 'stride2'. x264-0.164.3095+gitbaee400/common/pixel.c:690:50: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 5 names different: declaration 'i_pix2' definition 'stride2'. x264-0.164.3095+gitbaee400/common/pixel.c:691:32: style:inconclusive: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 6 names different: declaration 'i_width' definition 'width'. [funcArgNamesDifferent] x264-0.164.3095+gitbaee400/common/pixel.h:156:34: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 6 names different: declaration 'i_width' definition 'width'. x264-0.164.3095+gitbaee400/common/pixel.c:691:32: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 6 names different: declaration 'i_width' definition 'width'. x264-0.164.3095+gitbaee400/common/pixel.c:691:43: style:inconclusive: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 7 names different: declaration 'i_height' definition 'height'. [funcArgNamesDifferent] x264-0.164.3095+gitbaee400/common/pixel.h:156:47: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 7 names different: declaration 'i_height' definition 'height'. x264-0.164.3095+gitbaee400/common/pixel.c:691:43: note: Function 'x264_BIT_DEPTH_pixel_ssim_wxh' argument 7 names different: declaration 'i_height' definition 'height'. x264-0.164.3095+gitbaee400/common/pixel.c:757:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/pixel.c:758:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/pixel.c:774:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/pixel.c:775:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/pixel.c:789:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/pixel.c:790:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:150:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:200:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:265:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:312:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:385:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:434:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:544:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:1250:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2276:13: style: Variable '*((v16i8*)(p_dst0))' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2275:13: note: *((v16i8*)(p_dst0)) is assigned x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2276:13: note: *((v16i8*)(p_dst0)) is overwritten x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2278:13: style: Variable '*((v16i8*)(p_dst2))' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2277:13: note: *((v16i8*)(p_dst2)) is assigned x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2278:13: note: *((v16i8*)(p_dst2)) is overwritten x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2280:13: style: Variable '*((v16i8*)(p_dst1))' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2279:13: note: *((v16i8*)(p_dst1)) is assigned x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2280:13: note: *((v16i8*)(p_dst1)) is overwritten x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2781:35: style: Parameter 'p_src' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:3021:39: style: Parameter 'p_src' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2730:23: portability: 'p_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:150:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:150:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:200:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:200:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:265:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:265:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:312:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:312:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:385:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:385:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:434:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:434:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:544:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:544:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:1250:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/ppc/pixel.c:1250:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/quant.c:236:58: style: Parameter 'ref' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:301:65: style: Parameter 'offset' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:323:60: style: Parameter 'dct' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:372:1: style: Parameter 'l' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:373:1: style: Parameter 'l' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:374:1: style: Parameter 'l' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:375:1: style: Parameter 'l' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:376:1: style: Parameter 'l' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/common/quant.c:273:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/quant.c:306:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/common/predict.c:730:12: style: Variable 'top' can be declared as const array [constVariable] x264-0.164.3095+gitbaee400/common/predict.c:560:5: style: Variable 'l3' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:578:5: style: Variable 't3' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:594:5: style: Variable 't7' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:783:5: style: Variable 'l7' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:810:5: style: Variable 't7' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:838:5: style: Variable 't13' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:838:5: style: Variable 't14' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/predict.c:838:5: style: Variable 't15' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/win32thread.c:358:9: style: Condition '!process_cpus' is always true [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/common/win32thread.c:336:43: note: Assignment 'process_cpus=0', assigned value is 0 x264-0.164.3095+gitbaee400/common/win32thread.c:358:9: note: Condition '!process_cpus' is always true x264-0.164.3095+gitbaee400/common/x86/mc-c.c:716:1: error: There is an unknown macro here somewhere. Configuration is required. If PLANE_COPY is a macro then please configure it. [unknownMacro] x264-0.164.3095+gitbaee400/common/vlc.c:38:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] x264-0.164.3095+gitbaee400/encoder/cabac.c:348:0: error: failed to expand 'cabac_mvd', Wrong number of parameters for macro 'cabac_mvd'. [preprocessorErrorDirective] x264-0.164.3095+gitbaee400/encoder/cavlc.c:75:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/encoder/cavlc.c:157:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x264-0.164.3095+gitbaee400/encoder/macroblock.c:35:66: style: Parameter 'dct' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/encoder/macroblock.c:44:66: style: Parameter 'dct' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/encoder/macroblock.c:63:49: style: Parameter 'dct' can be declared as const array [constParameter] x264-0.164.3095+gitbaee400/encoder/macroblock.c:620:14: style: Variable 'i_qp' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/encoder/macroblock.c:909:31: style: Variable 'plane_cbp' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/encoder/macroblock.c:1182:14: style: Variable 'i_qp' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/set.c:81:9: style: Variable 'deadzone' can be declared as const array [constVariable] x264-0.164.3095+gitbaee400/encoder/me.c:960:30: style:inconclusive: Boolean expression 'bmx==omx' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x264-0.164.3095+gitbaee400/encoder/me.c:875:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] x264-0.164.3095+gitbaee400/encoder/me.c:1050:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] x264-0.164.3095+gitbaee400/encoder/me.c:1051:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] x264-0.164.3095+gitbaee400/encoder/me.c:928:9: style: Variable 'bdir' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/encoder/set.c:381:43: style: struct member 'Anonymous0::w' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/encoder/set.c:381:46: style: struct member 'Anonymous0::h' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/encoder/set.c:381:49: style: struct member 'Anonymous0::sar' is never used. [unusedStructMember] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:485:1: style: Label 'fail' is not used. [unusedLabel] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:1258:1: style: Label 'fail' is not used. [unusedLabel] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:1328:1: style: Label 'fail' is not used. [unusedLabel] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:2905:1: style: Label 'fail' is not used. [unusedLabel] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:3109:1: style: Label 'fail' is not used. [unusedLabel] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:46: style: Parameter 'src' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:88: style: Parameter 'coeff' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/encoder/encoder.c:2148:29: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] x264-0.164.3095+gitbaee400/encoder/encoder.c:3000:49: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] x264-0.164.3095+gitbaee400/encoder/encoder.c:3402:17: style: Condition 'b_interlaced' is always false [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/encoder/encoder.c:3400:32: note: Assignment 'b_interlaced=0', assigned value is 0 x264-0.164.3095+gitbaee400/encoder/encoder.c:3402:17: note: Condition 'b_interlaced' is always false x264-0.164.3095+gitbaee400/encoder/encoder.c:4182:35: style: Parameter 'i_mb_count' can be declared as pointer to const [constParameter] x264-0.164.3095+gitbaee400/encoder/encoder.c:4374:28: style: Variable 'fieldstats' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/filters/video/cache.c:66:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/filters/video/crop.c:76:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/filters/video/video.c:72:9: warning: Either the condition 'filter_i' is redundant or there is possible null pointer dereference: filter_i. [nullPointerRedundantCheck] x264-0.164.3095+gitbaee400/filters/video/video.c:69:12: note: Assuming that condition 'filter_i' is not redundant x264-0.164.3095+gitbaee400/filters/video/video.c:72:9: note: Null pointer dereference x264-0.164.3095+gitbaee400/input/lavf.c:175:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/input/lavf.c:178:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/input/thread.c:61:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/input/raw.c:81:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/input/y4m.c:90:9: error: Memory leak: h [memleak] x264-0.164.3095+gitbaee400/output/flv_bytestream.c:31:39: style: Local variable 'i' shadows outer variable [shadowVariable] x264-0.164.3095+gitbaee400/output/flv_bytestream.c:31:39: note: Shadowed declaration x264-0.164.3095+gitbaee400/output/flv_bytestream.c:31:39: note: Shadow variable x264-0.164.3095+gitbaee400/output/mp4.c:281:9: error: Memory leak: p_slot [memleak] x264-0.164.3095+gitbaee400/output/mp4.c:291:13: error: Memory leak: data [memleak] x264-0.164.3095+gitbaee400/output/mp4.c:293:9: error: Memory leak: p_slot [memleak] x264-0.164.3095+gitbaee400/encoder/slicetype.c:1094:29: style: Variable 'cur_nonb' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/x264.c:1238:23: style: Variable 'b_regular' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/x264.c:1290:20: style: Variable 'b_auto' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/base.c:937:37: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x264-0.164.3095+gitbaee400/common/base.c:311:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] x264-0.164.3095+gitbaee400/common/base.c:934:36: style: Variable 'saveptr' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/base.c:1561:15: style: Variable 's' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/common/base.c:1563:15: style: Variable 's' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/tools/checkasm.c:2866:9: style: Condition '!quiet' is always true [knownConditionTrueFalse] x264-0.164.3095+gitbaee400/tools/checkasm.c:428:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:428:17: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:428:17: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:428:17: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:443:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:443:17: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:443:17: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:443:17: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x264-0.164.3095+gitbaee400/tools/checkasm.c:1840:27: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] x264-0.164.3095+gitbaee400/tools/checkasm.c:1868:23: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] x264-0.164.3095+gitbaee400/tools/checkasm.c:1869:23: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] x264-0.164.3095+gitbaee400/tools/checkasm.c:2775:8: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment] x264-0.164.3095+gitbaee400/tools/checkasm.c:2768:8: note: ok is assigned x264-0.164.3095+gitbaee400/tools/checkasm.c:2775:8: note: ok is overwritten x264-0.164.3095+gitbaee400/tools/checkasm.c:2996:9: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] x264-0.164.3095+gitbaee400/tools/checkasm.c:2602:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] x264-0.164.3095+gitbaee400/tools/checkasm.c:2874:19: style: Variable 'cpu0' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/tools/checkasm.c:2874:29: style: Variable 'cpu1' is assigned a value that is never used. [unreadVariable] x264-0.164.3095+gitbaee400/tools/checkasm.c:2875:25: style: Variable 'cpu_detect' is assigned a value that is never used. [unreadVariable] diff: head x264-0.164.3095+gitbaee400/common/base.h:259:60: style: Parameter 'mvdleft' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/base.h:259:60: style: Parameter 'mvdleft' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/base.h:259:78: style: Parameter 'mvdtop' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/base.h:259:78: style: Parameter 'mvdtop' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/bitstream.c:29:68: style: Parameter 'end' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/bitstream.c:29:68: style: Parameter 'end' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/bitstream.c:73:28: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head x264-0.164.3095+gitbaee400/common/cabac.h:121:67: style: Parameter 'state' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/cabac.h:121:67: style: Parameter 'state' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/dct.c:270:48: style: Parameter 'dct' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/dct.c:783:63: style: Parameter 'dct' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/dct.c:788:63: style: Parameter 'dct' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/dct.c:797:63: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/dct.c:890:65: style: Parameter 'src' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/dct.c:890:65: style: Parameter 'src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/deblock.c:277:41: style: Parameter 'nnz' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/deblock.c:277:41: style: Parameter 'nnz' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/macroblock.c:1509:27: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] head x264-0.164.3095+gitbaee400/common/macroblock.c:561:53: style: Parameter 'src' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/macroblock.c:561:53: style: Parameter 'src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:196:29: style: Parameter 'src' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:196:29: style: Parameter 'src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:219:31: style: Parameter 'src' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:219:31: style: Parameter 'src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:421:52: style: Parameter 'pix' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:421:52: style: Parameter 'pix' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:431:52: style: Parameter 'pix' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:431:52: style: Parameter 'pix' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:476:23: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] head x264-0.164.3095+gitbaee400/common/mc.c:508:60: style: Parameter 'propagate_in' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:508:60: style: Parameter 'propagate_in' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:509:46: style: Parameter 'inter_costs' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:509:46: style: Parameter 'inter_costs' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:509:69: style: Parameter 'inv_qscales' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:509:69: style: Parameter 'inv_qscales' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:509:89: style: Parameter 'fps_factor' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:509:89: style: Parameter 'fps_factor' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:525:45: style: Parameter 'propagate_amount' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:525:45: style: Parameter 'propagate_amount' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mc.c:525:73: style: Parameter 'lowres_costs' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mc.c:525:73: style: Parameter 'lowres_costs' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1380:67: style: Parameter 'p_chroma' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1380:67: style: Parameter 'p_chroma' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1533:46: style: Parameter 'pi_ref' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:1533:46: style: Parameter 'pi_ref' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:314:62: style: Parameter 'p_data' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:314:62: style: Parameter 'p_data' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:654:67: style: Parameter 'p_chroma' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/deblock-c.c:654:67: style: Parameter 'p_chroma' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2781:35: style: Parameter 'p_src' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/mc-c.c:2781:35: style: Parameter 'p_src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/mc-c.c:3021:39: style: Parameter 'p_src' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/mc-c.c:3021:39: style: Parameter 'p_src' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:281:42: style: Parameter 'p_aref' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:343:42: style: Parameter 'p_aref' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/pixel-c.c:395:43: style: Parameter 'p_aref' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/predict-c.c:126:68: style: Parameter 'p_src_left' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/predict-c.c:126:68: style: Parameter 'p_src_left' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/predict-c.c:209:70: style: Parameter 'p_src_left' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/predict-c.c:209:70: style: Parameter 'p_src_left' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/predict-c.c:65:51: style: Parameter 'p_src' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/predict-c.c:65:51: style: Parameter 'p_src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/mips/predict-c.c:78:51: style: Parameter 'p_src' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/mips/predict-c.c:78:51: style: Parameter 'p_src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/osdep.h:506:20: style: Variable 'lut' can be declared as const array [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/osdep.h:506:20: style: Variable 'lut' can be declared with const [constVariable] head x264-0.164.3095+gitbaee400/common/osdep.h:516:20: style: Variable 'lut' can be declared as const array [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/osdep.h:516:20: style: Variable 'lut' can be declared with const [constVariable] head x264-0.164.3095+gitbaee400/common/osdep.h:528:20: style: Variable 'lut' can be declared as const array [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/osdep.h:528:20: style: Variable 'lut' can be declared with const [constVariable] head x264-0.164.3095+gitbaee400/common/pixel.c:757:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:757:33: style: Parameter 'enc_dc' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/pixel.c:758:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:758:39: style: Parameter 'cost_mvx' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/pixel.c:774:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:774:33: style: Parameter 'enc_dc' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/pixel.c:775:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:775:39: style: Parameter 'cost_mvx' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/pixel.c:789:33: style: Parameter 'enc_dc' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:789:33: style: Parameter 'enc_dc' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/pixel.c:790:39: style: Parameter 'cost_mvx' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/pixel.c:790:39: style: Parameter 'cost_mvx' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:701:54: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:707:53: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:713:47: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:720:46: style: Parameter 'edge' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/predict.c:730:12: style: Variable 'top' can be declared as const array [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:730:12: style: Variable 'top' can be declared with const [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:738:50: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:758:50: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:780:49: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:808:49: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:835:49: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/predict.c:862:49: style: Parameter 'edge' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:182:42: style: Parameter 'dct' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:210:85: style: Parameter 'dct' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:224:85: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:236:58: style: Parameter 'ref' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:236:58: style: Parameter 'ref' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:301:65: style: Parameter 'offset' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:301:65: style: Parameter 'offset' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:323:60: style: Parameter 'dct' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:323:60: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:372:1: style: Parameter 'l' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:372:1: style: Parameter 'l' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:373:1: style: Parameter 'l' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:373:1: style: Parameter 'l' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:374:1: style: Parameter 'l' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:374:1: style: Parameter 'l' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:375:1: style: Parameter 'l' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:375:1: style: Parameter 'l' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/quant.c:376:1: style: Parameter 'l' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:376:1: style: Parameter 'l' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:56:49: style: Parameter 'mf' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:56:66: style: Parameter 'bias' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:64:49: style: Parameter 'mf' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:64:66: style: Parameter 'bias' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:72:54: style: Parameter 'mf' can be declared with const [constParameter] 2.8 x264-0.164.3095+gitbaee400/common/quant.c:72:71: style: Parameter 'bias' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/common/set.c:81:9: style: Variable 'deadzone' can be declared as const array [constVariable] 2.8 x264-0.164.3095+gitbaee400/common/set.c:81:9: style: Variable 'deadzone' can be declared with const [constVariable] head x264-0.164.3095+gitbaee400/encoder/encoder.c:3000:49: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt] head x264-0.164.3095+gitbaee400/encoder/encoder.c:4182:35: style: Parameter 'i_mb_count' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/encoder.c:4182:35: style: Parameter 'i_mb_count' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/encoder/macroblock.c:35:66: style: Parameter 'dct' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/macroblock.c:35:66: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/encoder/macroblock.c:44:66: style: Parameter 'dct' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/macroblock.c:44:66: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/encoder/macroblock.c:63:49: style: Parameter 'dct' can be declared as const array [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/macroblock.c:63:49: style: Parameter 'dct' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:46: style: Parameter 'src' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:46: style: Parameter 'src' can be declared with const [constParameter] head x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:88: style: Parameter 'coeff' can be declared as pointer to const [constParameter] 2.8 x264-0.164.3095+gitbaee400/encoder/ratecontrol.c:500:88: style: Parameter 'coeff' can be declared with const [constParameter] DONE