DACA2 - liby

STARTDATE 2018-08-21
STARTTIME 18:56:39
GIT-REVISION 0ca6ab1

ftp://ftp.se.debian.org/debian/pool/main/liby/libyahoo2/libyahoo2_1.0.1.orig.tar.gz
libyahoo2-1.0.1/src/autoresponder.c:526:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/autoresponder.c:720:13: style: Condition 'do_typing_notify' is always true [knownConditionTrueFalse]
libyahoo2-1.0.1/src/autoresponder.c:732:5: style: Condition '!do_mail_notify' is always true [knownConditionTrueFalse]
libyahoo2-1.0.1/src/autoresponder.c:330:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/autoresponder.c:345:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/autoresponder.c:771:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/autoresponder.c:771:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/autoresponder.c:777:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/autoresponder.c:252:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/autoresponder.c:251:2: note: Variable 'c' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/autoresponder.c:252:2: note: Variable 'c' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/autoresponder.c:320:18: style: The scope of the variable 'image_num' can be reduced. [variableScope]
libyahoo2-1.0.1/src/autoresponder.c:324:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
libyahoo2-1.0.1/src/autoresponder.c:1139:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libyahoo2-1.0.1/src/autoresponder.c:1140:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
libyahoo2-1.0.1/src/autoresponder.c:1367:6: style: The scope of the variable 'lfd' can be reduced. [variableScope]
libyahoo2-1.0.1/src/autoresponder.c:127:8: style: struct member 'yahoo_authorize_data::who' is never used. [unusedStructMember]
libyahoo2-1.0.1/src/autoresponder.c:1403:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:478:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/libyahoo2.c:498:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/libyahoo2.c:762:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/libyahoo2.c:829:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/libyahoo2.c:4943:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/libyahoo2.c:824:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libyahoo2-1.0.1/src/libyahoo2.c:823:9: note: outer condition: yid->wcd
libyahoo2-1.0.1/src/libyahoo2.c:824:3: note: identical inner condition: yid->wcd
libyahoo2-1.0.1/src/libyahoo2.c:5306:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/libyahoo2.c:521:2: warning: Either the condition 'if(pkt)' is redundant or there is possible null pointer dereference: pkt. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:3844:5: note: Assuming that condition 'if(pkt)' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:3843:20: note: Calling function 'yahoo_packet_hash', 1st argument 'pkt' value is 0
libyahoo2-1.0.1/src/libyahoo2.c:521:2: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:2671:26: warning: Either the condition '!yid' is redundant or there is possible null pointer dereference: yid. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:2673:6: note: Assuming that condition '!yid' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:2671:26: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:3399:21: warning: Either the condition 'line_end' is redundant or there is possible null pointer dereference: line_end. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:3331:6: note: Assuming that condition 'line_end' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:3399:21: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:4939:7: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5090:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5100:32: note: Calling function 'yahoo_remove_active_transfer', 1st argument 'sfd' value is 0
libyahoo2-1.0.1/src/libyahoo2.c:4939:7: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:4940:7: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5090:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5100:32: note: Calling function 'yahoo_remove_active_transfer', 1st argument 'sfd' value is 0
libyahoo2-1.0.1/src/libyahoo2.c:4940:7: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:4941:7: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5090:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5100:32: note: Calling function 'yahoo_remove_active_transfer', 1st argument 'sfd' value is 0
libyahoo2-1.0.1/src/libyahoo2.c:4941:7: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:4942:7: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5090:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5100:32: note: Calling function 'yahoo_remove_active_transfer', 1st argument 'sfd' value is 0
libyahoo2-1.0.1/src/libyahoo2.c:4942:7: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:5098:4: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5090:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5098:4: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:5154:4: warning: Either the condition 'sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5145:6: note: Assuming that condition 'sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5154:4: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:5269:5: warning: Either the condition '!sfd' is redundant or there is possible null pointer dereference: sfd. [nullPointerRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:5266:12: note: Assuming that condition '!sfd' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:5269:5: note: Null pointer dereference
libyahoo2-1.0.1/src/libyahoo2.c:3408:19: warning: Either the condition 'line_end' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libyahoo2-1.0.1/src/libyahoo2.c:3397:6: note: Assuming that condition 'line_end' is not redundant
libyahoo2-1.0.1/src/libyahoo2.c:3408:19: note: Null pointer addition
libyahoo2-1.0.1/src/libyahoo2.c:4981:2: style: Variable 'token_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:4970:0: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:4981:2: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:4982:2: style: Variable 'sender_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:4970:0: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:4982:2: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:4983:2: style: Variable 'recv_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:4970:0: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:4983:2: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5015:2: style: Variable 'token_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5004:0: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5015:2: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5016:2: style: Variable 'sender_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5004:0: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5016:2: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5017:2: style: Variable 'recv_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5004:0: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5017:2: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5337:2: style: Variable 'pkt' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5327:0: note: Variable 'pkt' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5337:2: note: Variable 'pkt' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5392:3: style: Variable 'token_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5380:0: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5392:3: note: Variable 'token_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5393:3: style: Variable 'sender_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5380:0: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5393:3: note: Variable 'sender_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5394:3: style: Variable 'recv_enc' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/libyahoo2.c:5380:0: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:5394:3: note: Variable 'recv_enc' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/libyahoo2.c:257:8: style: The scope of the variable 'key' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:864:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:1050:6: style: The scope of the variable 'utf8' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:1864:8: style: The scope of the variable 'login_id' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:1865:8: style: The scope of the variable 'handle' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:1963:7: style: The scope of the variable 'tm' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:1965:6: style: The scope of the variable 'online' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2059:6: style: The scope of the variable 'unk_66' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2112:6: style: The scope of the variable 'status' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2114:6: style: The scope of the variable 'un_ignore' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2717:15: style: The scope of the variable 'end' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2719:16: style: The scope of the variable 'header_len' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:2721:6: style: The scope of the variable 'connect' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:3035:6: style: The scope of the variable 'k' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:3035:9: style: The scope of the variable 'n' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:3127:16: style: The scope of the variable 'magic_nr' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:4870:6: style: The scope of the variable 'c' can be reduced. [variableScope]
libyahoo2-1.0.1/src/libyahoo2.c:3596:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libyahoo2-1.0.1/src/libyahoo2.c:3681:75: style: Function 'yahoo_send_im' argument 4 names different: declaration 'msg' definition 'what'. [funcArgNamesDifferent]
libyahoo2-1.0.1/src/yahoo2.h:100:15: note: Function 'yahoo_send_im' argument 4 names different: declaration 'msg' definition 'what'.
libyahoo2-1.0.1/src/libyahoo2.c:3681:75: note: Function 'yahoo_send_im' argument 4 names different: declaration 'msg' definition 'what'.
libyahoo2-1.0.1/src/libyahoo2.c:1985:9: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:1987:13: style: Variable 'online' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:2075:13: style: Variable 'unk_66' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:2126:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:2124:16: style: Variable 'un_ignore' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:3236:8: style: Variable 'yss' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:3631:10: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
libyahoo2-1.0.1/src/libyahoo2.c:3934:3: error: Memory leak: yad [memleak]
libyahoo2-1.0.1/src/libyahoo2.c:2534:0: error: Memory leak: yab [memleak]
libyahoo2-1.0.1/src/sample_client.c:497:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/sample_client.c:688:13: style: Condition 'do_typing_notify' is always true [knownConditionTrueFalse]
libyahoo2-1.0.1/src/sample_client.c:700:5: style: Condition '!do_mail_notify' is always true [knownConditionTrueFalse]
libyahoo2-1.0.1/src/sample_client.c:299:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/sample_client.c:314:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/sample_client.c:739:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/sample_client.c:739:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/sample_client.c:745:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyahoo2-1.0.1/src/sample_client.c:239:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
libyahoo2-1.0.1/src/sample_client.c:238:2: note: Variable 'c' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/sample_client.c:239:2: note: Variable 'c' is reassigned a value before the old one has been used.
libyahoo2-1.0.1/src/sample_client.c:289:18: style: The scope of the variable 'image_num' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:293:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:1110:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:1111:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:1526:16: style: The scope of the variable 'yab' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:1635:6: style: The scope of the variable 'lfd' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sample_client.c:876:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libyahoo2-1.0.1/src/sample_client.c:114:8: style: struct member 'yahoo_authorize_data::who' is never used. [unusedStructMember]
libyahoo2-1.0.1/src/sample_client.c:216:2: warning: The buffer 'gateway' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libyahoo2-1.0.1/src/sample_client.c:241:2: warning: The buffer 'addresses' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libyahoo2-1.0.1/src/sample_client.c:243:2: warning: The buffer 'buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libyahoo2-1.0.1/src/sample_client.c:245:3: warning: The buffer 'buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libyahoo2-1.0.1/src/sample_client.c:247:2: warning: The buffer 'addresses' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libyahoo2-1.0.1/src/sample_client.c:1656:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libyahoo2-1.0.1/src/sample_client.c:1670:3: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libyahoo2-1.0.1/src/sha1.c:458:11: style: The scope of the variable 'bufferBytesLeft' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sha1.c:459:11: style: The scope of the variable 'bytesToCopy' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sha1.c:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libyahoo2-1.0.1/src/sha1.c:455:46: style: Function 'SHA1Update' argument 2 names different: declaration 'data' definition 'vdata'. [funcArgNamesDifferent]
libyahoo2-1.0.1/src/sha1.h:63:47: note: Function 'SHA1Update' argument 2 names different: declaration 'data' definition 'vdata'.
libyahoo2-1.0.1/src/sha1.c:455:46: note: Function 'SHA1Update' argument 2 names different: declaration 'data' definition 'vdata'.
libyahoo2-1.0.1/src/yahoo_fn.c:4772:19: style: The scope of the variable 'xfrm' can be reduced. [variableScope]
libyahoo2-1.0.1/src/yahoo_fn.c:4796:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libyahoo2-1.0.1/src/yahoo_httplib.c:316:7: style: Function 'yahoo_http_post' argument 4 names different: declaration 'size' definition 'content_length'. [funcArgNamesDifferent]
libyahoo2-1.0.1/src/yahoo_httplib.h:37:8: note: Function 'yahoo_http_post' argument 4 names different: declaration 'size' definition 'content_length'.
libyahoo2-1.0.1/src/yahoo_httplib.c:316:7: note: Function 'yahoo_http_post' argument 4 names different: declaration 'size' definition 'content_length'.
libyahoo2-1.0.1/src/yahoo_httplib.c:371:72: style: Function 'yahoo_http_head' argument 4 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
libyahoo2-1.0.1/src/yahoo_httplib.h:42:7: note: Function 'yahoo_http_head' argument 4 names different: declaration 'size' definition 'len'.
libyahoo2-1.0.1/src/yahoo_httplib.c:371:72: note: Function 'yahoo_http_head' argument 4 names different: declaration 'size' definition 'len'.
libyahoo2-1.0.1/src/yahoo_util.c:50:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/yahoo_util.c:116:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libyahoo2-1.0.1/src/yahoo_util.c:114:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libyahoo2-1.0.1/src/yahoo_util.c:113:19: note: outer condition: *v
libyahoo2-1.0.1/src/yahoo_util.c:114:3: note: identical inner condition: *v
libyahoo2-1.0.1/src/yahoo_util.c:126:9: style: The scope of the variable 's' can be reduced. [variableScope]
libyahoo2-1.0.1/src/yahoo_util.c:42:29: style: Function 'y_string_append' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent]
libyahoo2-1.0.1/src/yahoo_util.h:99:29: note: Function 'y_string_append' argument 1 names different: declaration 'str' definition 'string'.
libyahoo2-1.0.1/src/yahoo_util.c:42:29: note: Function 'y_string_append' argument 1 names different: declaration 'str' definition 'string'.
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyami/libyami_1.3.0.orig.tar.gz
libyami-libyami-1.3.0/capi/VideoDecoderCapi.cpp:41:12: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/capi/VideoDecoderCapi.cpp:30:5: style: Class 'SharedPtrHold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/codecparsers/bitReader.cpp:38:37: style: Function 'BitReader' argument 1 names different: declaration 'data' definition 'pdata'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/bitReader.h:28:30: note: Function 'BitReader' argument 1 names different: declaration 'data' definition 'pdata'.
libyami-libyami-1.3.0/codecparsers/bitReader.cpp:38:37: note: Function 'BitReader' argument 1 names different: declaration 'data' definition 'pdata'.
libyami-libyami-1.3.0/codecparsers/bitReader_unittest.cpp:50:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/bitWriter.cpp:51:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/bitWriter.cpp:114:14: style: The scope of the variable 'value' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/bitWriter.h:32:5: style: Class 'BitWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/codecparsers/bitWriter_unittest.cpp:43:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/dboolhuff.c:19:32: warning: Either the condition '!source' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libyami-libyami-1.3.0/codecparsers/dboolhuff.c:27:20: note: Assuming that condition '!source' is not redundant
libyami-libyami-1.3.0/codecparsers/dboolhuff.c:19:32: note: Null pointer addition
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:186:10: style: The scope of the variable 'svc_extension_flag' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:170:43: style: Function 'parseNalUnit' argument 1 names different: declaration 'nal' definition 'src'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:164:38: note: Function 'parseNalUnit' argument 1 names different: declaration 'nal' definition 'src'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:170:43: note: Function 'parseNalUnit' argument 1 names different: declaration 'nal' definition 'src'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:210:59: style: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:442:55: note: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:210:59: note: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:232:60: style: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:443:56: note: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:232:60: note: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:678:53: style: Function 'refPicListModification' argument 1 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:375:44: note: Function 'refPicListModification' argument 1 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:678:53: note: Function 'refPicListModification' argument 1 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:728:62: style: Function 'decRefPicMarking' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:378:53: note: Function 'decRefPicMarking' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:728:62: note: Function 'decRefPicMarking' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:757:46: style: Function 'predWeightTable' argument 1 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:377:37: note: Function 'predWeightTable' argument 1 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:757:46: note: Function 'predWeightTable' argument 1 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:757:58: style: Function 'predWeightTable' argument 2 names different: declaration 'chroma_array_type' definition 'chromaArrayType'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:377:49: note: Function 'predWeightTable' argument 2 names different: declaration 'chroma_array_type' definition 'chromaArrayType'.
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:757:58: note: Function 'predWeightTable' argument 2 names different: declaration 'chroma_array_type' definition 'chromaArrayType'.
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::first_mb_in_slice' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_type' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::colour_plane_id' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::frame_num' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::field_pic_flag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::bottom_field_flag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::idr_pic_id' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::pic_order_cnt_lsb' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::delta_pic_order_cnt_bottom' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::delta_pic_order_cnt' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::redundant_pic_cnt' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::direct_spatial_mv_pred_flag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::num_ref_idx_active_override_flag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::num_ref_idx_l0_active_minus1' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::num_ref_idx_l1_active_minus1' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::ref_pic_list_modification_flag_l0' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::n_ref_pic_list_modification_l0' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::ref_pic_list_modification_l0' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::ref_pic_list_modification_flag_l1' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::n_ref_pic_list_modification_l1' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::ref_pic_list_modification_l1' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::dec_ref_pic_marking' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::cabac_init_idc' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_qp_delta' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::sp_for_switch_flag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_qs_delta' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::disable_deblocking_filter_idc' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_alpha_c0_offset_div2' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_beta_offset_div2' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::slice_group_change_cycle' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::m_maxPicNum' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::m_headerSize' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:371:5: warning: Member variable 'SliceHeader::m_emulationPreventionBytes' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/nalReader.h:42:14: style: Technically the member function 'YamiParser::NalReader::getEpbCnt' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/h264Parser.h:442:10: performance: Technically the member function 'YamiParser::H264::Parser::hrdParameters' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/h264Parser.cpp:210:14: note: Technically the member function 'YamiParser::H264::Parser::hrdParameters' can be static.
libyami-libyami-1.3.0/codecparsers/h264Parser.h:442:10: note: Technically the member function 'YamiParser::H264::Parser::hrdParameters' can be static.
libyami-libyami-1.3.0/codecparsers/nalReader.h:44:10: style: The function 'loadDataToCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/codecparsers/bitReader.h:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/codecparsers/nalReader.h:44:10: note: Function in derived class
libyami-libyami-1.3.0/codecparsers/h264Parser_unittest.cpp:191:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:165:5: error: Using 'memset' on struct that contains a 'std::vector'. [memsetClass]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:184:5: error: Using 'memset' on struct that contains a 'std::vector'. [memsetClass]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:218:5: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:217:0: note: Variable 'start' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:218:5: note: Variable 'start' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:726:13: style: The scope of the variable 'refRpsIdx' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:727:13: style: The scope of the variable 'deltaRps' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:728:13: style: The scope of the variable 'dPoc' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1317:14: style: The scope of the variable 'UsedByCurrPicLt' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1318:13: style: The scope of the variable 'numPicTotalCurr' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:402:13: style: Checking if unsigned variable 'subParams->bit_rate_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:403:13: style: Checking if unsigned variable 'subParams->cpb_size_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:407:13: style: Checking if unsigned variable 'subParams->cpb_size_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:411:17: style: Checking if unsigned variable 'subParams->cpb_size_du_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:412:17: style: Checking if unsigned variable 'subParams->bit_rate_du_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:415:17: style: Checking if unsigned variable 'subParams->cpb_size_du_value_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:465:13: style: Checking if unsigned variable 'params->elemental_duration_in_tc_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:470:13: style: Checking if unsigned variable 'params->cpb_cnt_minus1[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:540:9: style: Checking if unsigned variable 'vui->chroma_sample_loc_type_top_field' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:541:9: style: Checking if unsigned variable 'vui->chroma_sample_loc_type_bottom_field' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:559:13: style: Checking if unsigned variable 'vui->vui_num_ticks_poc_diff_one_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:572:9: style: Checking if unsigned variable 'vui->min_spatial_segmentation_idc' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:573:9: style: Checking if unsigned variable 'vui->max_bytes_per_pic_denom' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:574:9: style: Checking if unsigned variable 'vui->max_bits_per_min_cu_denom' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:575:9: style: Checking if unsigned variable 'vui->log2_max_mv_length_horizontal' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:576:9: style: Checking if unsigned variable 'vui->log2_max_mv_length_vertical' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:659:21: style: Checking if unsigned variable 'scaling_list_pred_matrix_id_delta' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:665:21: style: Checking if unsigned variable 'scaling_list_pred_matrix_id_delta' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:740:13: style: Checking if unsigned variable 'stRef->delta_idx_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:744:9: style: Checking if unsigned variable 'stRef->abs_delta_rps_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:802:9: style: Checking if unsigned variable 'stRef->num_negative_pics' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:804:9: style: Checking if unsigned variable 'stRef->num_positive_pics' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:898:5: style: Checking if unsigned variable 'pwt->luma_log2_weight_denom' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1332:5: style: Checking if unsigned variable 'slice->pps_id' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1362:9: style: Checking if unsigned variable 'slice->slice_type' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1383:21: style: Checking if unsigned variable 'slice->num_long_term_sps' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1391:29: style: Checking if unsigned variable 'slice->lt_idx_sps[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1421:17: style: Checking if unsigned variable 'slice->num_ref_idx_l0_active_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1424:21: style: Checking if unsigned variable 'slice->num_ref_idx_l1_active_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1478:13: style: Checking if unsigned variable 'slice->five_minus_max_num_merge_cand' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1518:13: style: Checking if unsigned variable 'slice->offset_len_minus1' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:1529:9: style: Checking if unsigned variable 'slice->slice_segment_header_extension_length' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:225:46: style: Function 'parseNaluHeader' argument 1 names different: declaration 'nal' definition 'data'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:487:45: note: Function 'parseNaluHeader' argument 1 names different: declaration 'nal' definition 'data'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:225:46: note: Function 'parseNaluHeader' argument 1 names different: declaration 'nal' definition 'data'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:287:65: style: Function 'profileTierLevel' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:579:65: note: Function 'profileTierLevel' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:287:65: note: Function 'profileTierLevel' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:397:16: style: Function 'subLayerHrdParameters' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:581:24: note: Function 'subLayerHrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:397:16: note: Function 'subLayerHrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:397:29: style: Function 'subLayerHrdParameters' argument 3 names different: declaration 'CpbCnt' definition 'cpbCnt'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:581:37: note: Function 'subLayerHrdParameters' argument 3 names different: declaration 'CpbCnt' definition 'cpbCnt'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:397:29: note: Function 'subLayerHrdParameters' argument 3 names different: declaration 'CpbCnt' definition 'cpbCnt'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:425:62: style: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:582:62: note: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:425:62: note: Function 'hrdParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:491:49: style: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:584:49: note: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:491:49: note: Function 'vuiParameters' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:587:46: style: Function 'useDefaultScalingLists' argument 1 names different: declaration 'dest' definition 'dstList'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:585:46: note: Function 'useDefaultScalingLists' argument 1 names different: declaration 'dest' definition 'dstList'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:587:46: note: Function 'useDefaultScalingLists' argument 1 names different: declaration 'dest' definition 'dstList'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:620:73: style: Function 'scalingListData' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:586:73: note: Function 'scalingListData' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:620:73: note: Function 'scalingListData' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:722:46: style: Function 'stRefPicSet' argument 1 names different: declaration 'stRPS' definition 'stRef'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:587:46: note: Function 'stRefPicSet' argument 1 names different: declaration 'stRPS' definition 'stRef'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:722:46: note: Function 'stRefPicSet' argument 1 names different: declaration 'stRPS' definition 'stRef'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:722:64: style: Function 'stRefPicSet' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:588:24: note: Function 'stRefPicSet' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:722:64: note: Function 'stRefPicSet' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:841:69: style: Function 'refPicListsModification' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:590:24: note: Function 'refPicListsModification' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:841:69: note: Function 'refPicListsModification' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:891:61: style: Function 'predWeightTable' argument 2 names different: declaration 'nr' definition 'br'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/h265Parser.h:591:61: note: Function 'predWeightTable' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:891:61: note: Function 'predWeightTable' argument 2 names different: declaration 'nr' definition 'br'.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:579:14: performance: Technically the member function 'YamiParser::H265::Parser::profileTierLevel' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:287:14: note: Technically the member function 'YamiParser::H265::Parser::profileTierLevel' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:579:14: note: Technically the member function 'YamiParser::H265::Parser::profileTierLevel' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:585:14: performance: Technically the member function 'YamiParser::H265::Parser::useDefaultScalingLists' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:587:14: note: Technically the member function 'YamiParser::H265::Parser::useDefaultScalingLists' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:585:14: note: Technically the member function 'YamiParser::H265::Parser::useDefaultScalingLists' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:589:14: performance: Technically the member function 'YamiParser::H265::Parser::refPicListsModification' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/h265Parser.cpp:841:14: note: Technically the member function 'YamiParser::H265::Parser::refPicListsModification' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser.h:589:14: note: Technically the member function 'YamiParser::H265::Parser::refPicListsModification' can be static.
libyami-libyami-1.3.0/codecparsers/h265Parser_unittest.cpp:184:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/jpegParser.cpp:524:30: style: Checking if unsigned variable 'numComponents' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/jpegParser.cpp:670:19: style: Checking if unsigned variable 'index' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/jpegParser.cpp:778:19: style: Checking if unsigned variable 'index' is less than zero. This might be a false warning. [unsignedLessThanZero]
libyami-libyami-1.3.0/codecparsers/jpegParser_unittest.cpp:198:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.cpp:166:13: warning: Member variable 'Parser::m_bitReader' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:326:14: performance: Technically the member function 'YamiParser::MPEG2::Parser::nextStartCode' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.cpp:172:18: note: Technically the member function 'YamiParser::MPEG2::Parser::nextStartCode' can be static.
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:326:14: note: Technically the member function 'YamiParser::MPEG2::Parser::nextStartCode' can be static.
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:329:26: style: Technically the member function 'YamiParser::MPEG2::Parser::getSequenceHeader' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:330:29: style: Technically the member function 'YamiParser::MPEG2::Parser::getSequenceExtension' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:334:26: style: Technically the member function 'YamiParser::MPEG2::Parser::getGOPHeader' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:335:30: style: Technically the member function 'YamiParser::MPEG2::Parser::getPictureHeader' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:336:39: style: Technically the member function 'YamiParser::MPEG2::Parser::getPictureCodingExtension' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:340:37: style: Technically the member function 'YamiParser::MPEG2::Parser::getQuantMatrixExtension' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser.h:344:22: style: Technically the member function 'YamiParser::MPEG2::Parser::getMPEG2Slice' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/mpeg2_parser_unittest.cpp:131:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/nalReader.cpp:32:37: style: Function 'NalReader' argument 1 names different: declaration 'data' definition 'pdata'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/nalReader.h:28:30: note: Function 'NalReader' argument 1 names different: declaration 'data' definition 'pdata'.
libyami-libyami-1.3.0/codecparsers/nalReader.cpp:32:37: note: Function 'NalReader' argument 1 names different: declaration 'data' definition 'pdata'.
libyami-libyami-1.3.0/codecparsers/nalReader_unittest.cpp:36:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:239:17: style: The scope of the variable 'offset' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:283:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:381:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:620:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:169:13: warning: Member variable 'Parser::m_frameHdr' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:169:13: warning: Member variable 'Parser::m_sliceHdr' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:169:13: warning: Member variable 'Parser::m_mbWidth' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:169:13: warning: Member variable 'Parser::m_mbHeight' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:245:17: performance: Technically the member function 'YamiParser::VC1::Parser::searchStartCode' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:228:21: note: Technically the member function 'YamiParser::VC1::Parser::searchStartCode' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:245:17: note: Technically the member function 'YamiParser::VC1::Parser::searchStartCode' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:257:17: performance: Technically the member function 'YamiParser::VC1::Parser::getFirst01Bit' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:702:21: note: Technically the member function 'YamiParser::VC1::Parser::getFirst01Bit' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:257:17: note: Technically the member function 'YamiParser::VC1::Parser::getFirst01Bit' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:261:14: performance: Technically the member function 'YamiParser::VC1::Parser::decodeVLCTable' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:453:18: note: Technically the member function 'YamiParser::VC1::Parser::decodeVLCTable' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:261:14: note: Technically the member function 'YamiParser::VC1::Parser::decodeVLCTable' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:262:14: style: Technically the member function 'YamiParser::VC1::Parser::decodeRowskipMode' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:475:18: note: Technically the member function 'YamiParser::VC1::Parser::decodeRowskipMode' can be const.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:262:14: note: Technically the member function 'YamiParser::VC1::Parser::decodeRowskipMode' can be const.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:264:14: performance: Technically the member function 'YamiParser::VC1::Parser::decodeNorm2Mode' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:514:18: note: Technically the member function 'YamiParser::VC1::Parser::decodeNorm2Mode' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:264:14: note: Technically the member function 'YamiParser::VC1::Parser::decodeNorm2Mode' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:267:14: performance: Technically the member function 'YamiParser::VC1::Parser::inverseDiff' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vc1Parser.cpp:598:18: note: Technically the member function 'YamiParser::VC1::Parser::inverseDiff' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser.h:267:14: note: Technically the member function 'YamiParser::VC1::Parser::inverseDiff' can be static.
libyami-libyami-1.3.0/codecparsers/vc1Parser_unittest.cpp:638:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/vp8_bool_decoder.cpp:114:17: warning: Member variable 'Vp8BoolDecoder::user_buffer_start_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vp8_bool_decoder.h:137:11: style: Technically the member function 'YamiParser::Vp8BoolDecoder::GetRange' can be const. [functionConst]
libyami-libyami-1.3.0/codecparsers/vp8_bool_decoder.cpp:215:25: note: Technically the member function 'YamiParser::Vp8BoolDecoder::GetRange' can be const.
libyami-libyami-1.3.0/codecparsers/vp8_bool_decoder.h:137:11: note: Technically the member function 'YamiParser::Vp8BoolDecoder::GetRange' can be const.
libyami-libyami-1.3.0/codecparsers/vp8_bool_decoder_unittest.cpp:87:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:93:35: style: Function 'ParseFrame' argument 2 names different: declaration 'size' definition 'frame_size'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/codecparsers/vp8_parser.h:206:57: note: Function 'ParseFrame' argument 2 names different: declaration 'size' definition 'frame_size'.
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:93:35: note: Function 'ParseFrame' argument 2 names different: declaration 'size' definition 'frame_size'.
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:173:5: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:86:12: warning: Member variable 'Vp8Parser::curr_segmentation_hdr_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:86:12: warning: Member variable 'Vp8Parser::curr_loopfilter_hdr_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:86:12: warning: Member variable 'Vp8Parser::curr_entropy_hdr_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/codecparsers/vp8_parser.h:222:8: performance: Technically the member function 'YamiParser::Vp8Parser::ParsePartitions' can be static. [functionStatic]
libyami-libyami-1.3.0/codecparsers/vp8_parser.cpp:865:17: note: Technically the member function 'YamiParser::Vp8Parser::ParsePartitions' can be static.
libyami-libyami-1.3.0/codecparsers/vp8_parser.h:222:8: note: Technically the member function 'YamiParser::Vp8Parser::ParsePartitions' can be static.
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:40:10: style: The function 'setFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:31:18: note: Virtual function in base class
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:40:10: note: Function in derived class
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:41:27: style: The function 'alloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:32:35: note: Virtual function in base class
libyami-libyami-1.3.0/common/PooledFrameAllocator.h:41:27: note: Function in derived class
libyami-libyami-1.3.0/common/Thread.cpp:54:17: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/common/Thread.h:43:10: style: Technically the member function 'YamiMediaCodec::Thread::isCurrent' can be const. [functionConst]
libyami-libyami-1.3.0/common/Thread.cpp:135:14: note: Technically the member function 'YamiMediaCodec::Thread::isCurrent' can be const.
libyami-libyami-1.3.0/common/Thread.h:43:10: note: Technically the member function 'YamiMediaCodec::Thread::isCurrent' can be const.
libyami-libyami-1.3.0/common/Thread_unittest.cpp:66:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/common/nalreader_unittest.cpp:58:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/common/utils.cpp:233:10: warning: Member variable 'FpsCalc::m_start' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/common/utils.cpp:233:10: warning: Member variable 'FpsCalc::m_netStart' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/common/utils.h:43:11: style: Technically the member function 'YamiMediaCodec::CalcFps::fps' can be const. [functionConst]
libyami-libyami-1.3.0/common/utils.cpp:260:16: note: Technically the member function 'YamiMediaCodec::CalcFps::fps' can be const.
libyami-libyami-1.3.0/common/utils.h:43:11: note: Technically the member function 'YamiMediaCodec::CalcFps::fps' can be const.
libyami-libyami-1.3.0/decoder/DecoderApi_unittest.cpp:266:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapiDecoderJPEG.h:33:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapiDecoderJPEG.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapiDecoderJPEG.h:34:24: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:73:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapiDecoderJPEG.h:34:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapiDecoderJPEG_unittest.cpp:250:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.cpp:405:10: style: Technically the member function 'YamiMediaCodec::VideoFrameRecycler::operator()' can be const. [functionConst]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: warning: Virtual function 'stop' is called from destructor '~VaapiDecoderBase()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.cpp:56:5: note: Calling stop
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: note: stop is a virtual method
libyami-libyami-1.3.0/decoder/vaapidecoder_base.cpp:401:5: style: Struct 'VideoFrameRecycler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_fake.h:34:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_fake.h:34:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:705:17: style: The scope of the variable 'mmco' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:705:23: style: The scope of the variable 'picNumX' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:862:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:862:21: style: The scope of the variable 'picOrderCntCycleCnt' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:862:42: style: The scope of the variable 'frameNumInPicOrderCntCycle' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:394:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:457:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:1317:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:1417:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_idrFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_longTermRefFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_shortTermRefFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_topFieldOrderCnt' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_bottomFieldOrderCnt' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_pocMsb' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_pocLsb' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_poc' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_frameNumOffset' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_frameNum' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_frameNumWrap' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_picNum' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_longTermFrameIdx' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_longTermPicNum' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_picOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_isReference' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_hasMmco5' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.cpp:67:5: warning: Member variable 'VaapiDecPictureH264::m_isSecondField' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.h:64:9: style: Class 'DPB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.h:42:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.h:42:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.h:44:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_h264.h:44:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_h264_unittest.cpp:147:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_poc' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_pocLsb' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_noRaslOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_picOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_picLatencyCount' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_isUnusedReference' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:97:5: warning: Member variable 'VaapiDecPictureH265::m_isReference' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_poc' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_pocLsb' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_noRaslOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_picOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_picLatencyCount' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_isUnusedReference' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.cpp:101:5: warning: Member variable 'VaapiDecPictureH265::m_isReference' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.h:65:9: style: Class 'DPB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.h:51:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.h:51:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.h:53:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_h265.h:53:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_h265_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_host_unittest.cpp:85:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:146:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:139:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:146:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:510:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:501:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:510:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:793:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:790:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:793:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:594:18: style: The scope of the variable 'slice' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:656:10: style: The scope of the variable 'reuseSurface' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:181:17: style: Function 'getReferencePictures' argument 2 names different: declaration 'previous_picture' definition 'previousPicture'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:83:25: note: Function 'getReferencePictures' argument 2 names different: declaration 'previous_picture' definition 'previousPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:181:17: note: Function 'getReferencePictures' argument 2 names different: declaration 'previous_picture' definition 'previousPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:182:17: style: Function 'getReferencePictures' argument 3 names different: declaration 'next_picture' definition 'nextPicture'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:84:25: note: Function 'getReferencePictures' argument 3 names different: declaration 'next_picture' definition 'nextPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:182:17: note: Function 'getReferencePictures' argument 3 names different: declaration 'next_picture' definition 'nextPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:968:61: style: Function 'fillPictureParams' argument 2 names different: declaration 'picture' definition 'currentPicture'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:111:46: note: Function 'fillPictureParams' argument 2 names different: declaration 'picture' definition 'currentPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:968:61: note: Function 'fillPictureParams' argument 2 names different: declaration 'picture' definition 'currentPicture'.
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:85:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:46:5: warning: Member variable 'VaapiDecPictureMpeg2::m_temporalReference_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:46:5: warning: Member variable 'VaapiDecPictureMpeg2::m_pictureCodingType_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:46:5: warning: Member variable 'VaapiDecPictureMpeg2::m_topFieldFirst_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:46:5: warning: Member variable 'VaapiDecPictureMpeg2::m_progressiveFrame_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_sentToOutput_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_temporalReference_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_pictureCodingType_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_topFieldFirst_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_progressiveFrame_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:54:5: warning: Member variable 'VaapiDecPictureMpeg2::m_isFirstField_' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:78:14: style: Technically the member function 'YamiMediaCodec::VaapiDecoderMPEG2::DPB::isEmpty' can be const. [functionConst]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:60:18: warning: Virtual function 'stop' is called from destructor '~VaapiDecoderMPEG2()' at line 220. Dynamic binding is not used. [virtualCallInConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.cpp:220:43: note: Calling stop
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:60:18: note: stop is a virtual method
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:156:14: warning: The class 'VaapiDecoderMPEG2' defines member variable with name 'm_currentPTS' also defined in its parent class 'VaapiDecoderBase'. [duplInheritedMember]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:124:14: note: Parent variable 'VaapiDecoderBase::m_currentPTS'
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:156:14: note: Derived variable 'VaapiDecoderMPEG2::m_currentPTS'
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:71:9: style: Class 'DPB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:58:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:58:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:59:24: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:73:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:59:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:60:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:60:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:61:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2.h:61:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_mpeg2_unittest.cpp:1087:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.cpp:334:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.cpp:334:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:33:5: warning: Member variable 'VaapiDecPictureVC1::m_picOutputFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.cpp:28:18: warning: Member variable 'VaapiDecoderVC1::m_sliceFlag' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:43:18: warning: Virtual function 'stop' is called from destructor '~VaapiDecoderVC1()' at line 35. Dynamic binding is not used. [virtualCallInConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.cpp:35:5: note: Calling stop
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:43:18: note: stop is a virtual method
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:42:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:42:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:43:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:43:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:44:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1.h:44:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vc1_unittest.cpp:427:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.cpp:367:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.cpp:365:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.cpp:367:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:72:18: warning: Virtual function 'stop' is called from destructor '~VaapiDecoderVP8()' at line 421. Dynamic binding is not used. [virtualCallInConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.cpp:421:5: note: Calling stop
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:72:18: note: stop is a virtual method
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:70:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:70:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:71:24: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:73:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:71:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:72:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:72:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:73:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8.h:73:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp8_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:35:18: warning: Virtual function 'stop' is called from destructor '~VaapiDecoderVP9()' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.cpp:58:5: note: Calling stop
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:35:18: note: stop is a virtual method
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:33:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:72:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:34:24: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:73:24: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:34:24: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:35:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:35:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:36:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/decoder/vaapidecoder_base.h:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9.h:36:18: note: Function in derived class
libyami-libyami-1.3.0/decoder/vaapidecoder_vp9_unittest.cpp:56:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/decoder/vaapidecsurfacepool.cpp:33:30: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/decoder/vaapidecsurfacepool.cpp:39:30: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/decoder/vaapidecsurfacepool.cpp:148:5: style: Struct 'SurfaceRecycler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/egl/egl_util.c:61:5: style: Variable 'eglImage' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-libyami-1.3.0/egl/egl_util.c:49:0: note: Variable 'eglImage' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/egl/egl_util.c:61:5: note: Variable 'eglImage' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/egl/egl_util.c:90:119: style: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/egl/egl_util.h:29:119: note: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'.
libyami-libyami-1.3.0/egl/egl_util.c:90:119: note: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'.
libyami-libyami-1.3.0/encoder/vaapicodedbuffer.h:36:14: style: Technically the member function 'YamiMediaCodec::VaapiCodedBuffer::getFlags' can be const. [functionConst]
libyami-libyami-1.3.0/encoder/vaapicodedbuffer.h:39:5: style: Class 'VaapiCodedBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.cpp:314:5: style: Struct 'SurfaceDestroyer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:619:29: style: Redundant condition: If 'EXPR > 4', the comparison 'EXPR' is always true. [redundantCondition]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:535:33: style: Condition 'num_slice_groups_minus1>0' is always false [knownConditionTrueFalse]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:518:40: note: Assignment 'num_slice_groups_minus1=0', assigned value is 0
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:535:33: note: Condition 'num_slice_groups_minus1>0' is always false
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:535:33: style: Same expression on both sides of '>' because the value of 'num_slice_groups_minus1' and '0' are the same. [duplicateExpression]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:518:40: note: 'num_slice_groups_minus1' is assigned value '0' here.
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:535:33: note: Same expression on both sides of '>' because the value of 'num_slice_groups_minus1' and '0' are the same.
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:322:14: style: The scope of the variable 'b_qpprime_y_zero_transform_bypass' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:323:14: style: The scope of the variable 'residual_color_transform_flag' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:1623:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:1790:39: style: The scope of the variable 'curSliceMbs' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:44:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:51:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:44:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:45:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:52:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:45:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:46:24: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:53:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:46:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:48:24: style: The function 'getParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:69:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:48:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:49:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:70:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:49:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:50:24: style: The function 'getMaxOutSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:74:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:50:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:57:24: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:100:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:57:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:58:24: style: The function 'getCodecConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:97:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:58:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:59:18: style: The function 'ensureMiscParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:106:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.h:59:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:738:24: style: The function 'getOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencpicture.h:59:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:738:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_h264.cpp:1188:13: performance: Possible inefficient checking for 'm_reorderFrameList' emptiness. [stlSize]
libyami-libyami-1.3.0/encoder/vaapiencoder_h264_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:334:45: style: Redundant condition: If 'EXPR > 4', the comparison 'EXPR' is always true. [redundantCondition]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:229:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:230:10: style: The scope of the variable 'general_profile_compatibility_flag' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:1624:41: style: The scope of the variable 'curSliceCtus' can be reduced. [variableScope]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:729:10: performance: Technically the member function 'YamiMediaCodec::VaapiEncStreamHeaderHEVC::bsToHeader' can be static. [functionStatic]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:304:5: style: Class 'VaapiEncStreamHeaderHEVC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:59:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:51:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:59:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:60:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:52:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:60:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:61:24: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:53:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:61:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:63:24: style: The function 'getParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:69:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:63:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:64:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:70:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:64:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:65:24: style: The function 'getMaxOutSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:74:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:65:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:72:24: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:100:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:72:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:73:24: style: The function 'getCodecConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:97:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.h:73:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:780:24: style: The function 'getOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencpicture.h:59:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:780:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc.cpp:1094:22: performance: Possible inefficient checking for 'm_reorderFrameList' emptiness. [stlSize]
libyami-libyami-1.3.0/encoder/vaapiencoder_hevc_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapiencoder_host_unittest.cpp:77:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:33:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:51:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:34:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:52:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:34:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:35:24: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:53:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:35:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:37:24: style: The function 'getParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:69:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:37:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:38:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:70:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:38:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:39:24: style: The function 'getMaxOutSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:74:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:39:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:42:24: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:100:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg.h:42:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_jpeg_unittest.cpp:227:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:171:18: warning: Member variable 'VaapiEncoderVP8::m_maxCodedbufSize' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:75:9: warning: The class 'VaapiEncoderVP8' defines member variable with name 'm_maxCodedbufSize' also defined in its parent class 'VaapiEncoderBase'. [duplInheritedMember]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:186:14: note: Parent variable 'VaapiEncoderBase::m_maxCodedbufSize'
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:75:9: note: Derived variable 'VaapiEncoderVP8::m_maxCodedbufSize'
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:41:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:51:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:41:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:42:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:52:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:42:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:43:24: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:53:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:43:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:45:24: style: The function 'getParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:69:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:45:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:46:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:70:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:46:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:47:24: style: The function 'getMaxOutSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:74:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:47:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:50:24: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:100:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:50:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:51:18: style: The function 'ensureMiscParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:106:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.h:51:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:86:10: style: The function 'getRefFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:86:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:87:10: style: The function 'getLayerIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:75:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:87:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:88:10: style: The function 'getErrorResilient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:88:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:89:10: style: The function 'getRefreshEntropyProbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:89:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:90:13: style: The function 'getTemporalLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:78:21: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:90:13: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:91:13: style: The function 'getLayerNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:79:21: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:91:13: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:92:10: style: The function 'getLayerFrameRates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:80:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:92:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:93:10: style: The function 'resetRefNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:81:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:93:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:113:10: style: The function 'getRefFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:74:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:113:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:114:10: style: The function 'getLayerIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:75:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:114:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:115:10: style: The function 'getLayerFrameRates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:80:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:115:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:117:10: style: The function 'getErrorResilient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:76:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:117:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:118:10: style: The function 'getRefreshEntropyProbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:118:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:119:13: style: The function 'getTemporalLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:78:21: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:119:13: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:120:13: style: The function 'getLayerNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:79:21: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:120:13: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:121:10: style: The function 'resetRefNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:81:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8.cpp:121:10: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp8_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.cpp:58:18: warning: Member variable 'VaapiEncoderVP9::m_currentReferenceIndex' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.cpp:58:18: warning: Member variable 'VaapiEncoderVP9::m_maxCodedbufSize' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:77:9: warning: The class 'VaapiEncoderVP9' defines member variable with name 'm_maxCodedbufSize' also defined in its parent class 'VaapiEncoderBase'. [duplInheritedMember]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:186:14: note: Parent variable 'VaapiEncoderBase::m_maxCodedbufSize'
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:77:9: note: Derived variable 'VaapiEncoderVP9::m_maxCodedbufSize'
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:37:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:51:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:37:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:38:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:52:18: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:38:18: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:39:24: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:53:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:39:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:41:24: style: The function 'getParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:69:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:41:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:42:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:70:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:42:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:43:24: style: The function 'getMaxOutSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:74:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:43:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:46:24: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/encoder/vaapiencoder_base.h:100:24: note: Virtual function in base class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9.h:46:24: note: Function in derived class
libyami-libyami-1.3.0/encoder/vaapiencoder_vp9_unittest.cpp:57:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/encoder/vaapilayerid.cpp:60:52: style: Function 'getTemporalLayer' argument 1 names different: declaration 'frameNum' definition 'frameNumInGOP'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/encoder/vaapilayerid.h:40:47: note: Function 'getTemporalLayer' argument 1 names different: declaration 'frameNum' definition 'frameNumInGOP'.
libyami-libyami-1.3.0/encoder/vaapilayerid.cpp:60:52: note: Function 'getTemporalLayer' argument 1 names different: declaration 'frameNum' definition 'frameNumInGOP'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest-filepath.cc:244:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest-filepath.cc:224:0: note: Variable 'result' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest-filepath.cc:244:3: note: Variable 'result' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3313:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3248:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3313:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3314:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3250:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3314:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3315:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3252:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3315:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3316:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3253:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3316:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3317:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3254:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3317:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3318:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3257:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3318:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3319:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3251:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3319:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3320:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3258:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3320:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3321:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3255:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3321:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3322:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3256:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3322:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3323:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3260:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/gtestsrc/gtest/src/gtest.cc:3323:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
libyami-libyami-1.3.0/ocl/kernels/blend.cl:25:9: style: Unused variable: i [unusedVariable]
libyami-libyami-1.3.0/ocl/kernels/mosaic.cl:28:25: style: Variable 'sampler' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/ocl/kernels/mosaic.cl:75:10: style: Variable 'imax' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/ocl/kernels/osd.cl:53:21: style: Variable 'l_id_x' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/ocl/kernels/osd.cl:54:21: style: Variable 'l_id_y' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/ocl/kernels/wireframe.cl:28:25: style: Variable 'sampler' is assigned a value that is never used. [unreadVariable]
libyami-libyami-1.3.0/ocl/oclcontext.cpp:294:48: style: Function 'checkOclStatus' argument 2 names different: declaration 'err' definition 'msg'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/ocl/oclcontext.h:52:48: note: Function 'checkOclStatus' argument 2 names different: declaration 'err' definition 'msg'.
libyami-libyami-1.3.0/ocl/oclcontext.cpp:294:48: note: Function 'checkOclStatus' argument 2 names different: declaration 'err' definition 'msg'.
libyami-libyami-1.3.0/ocl/oclcontext.cpp:38:10: performance: Technically the member function 'YamiMediaCodec::OclDevice::releaseKernel' can be static. [functionStatic]
libyami-libyami-1.3.0/ocl/oclcontext.cpp:262:17: note: Technically the member function 'YamiMediaCodec::OclDevice::releaseKernel' can be static.
libyami-libyami-1.3.0/ocl/oclcontext.cpp:38:10: note: Technically the member function 'YamiMediaCodec::OclDevice::releaseKernel' can be static.
libyami-libyami-1.3.0/ocl/oclcontext.cpp:49:10: performance: Technically the member function 'YamiMediaCodec::OclDevice::loadFile' can be static. [functionStatic]
libyami-libyami-1.3.0/ocl/oclcontext.cpp:181:17: note: Technically the member function 'YamiMediaCodec::OclDevice::loadFile' can be static.
libyami-libyami-1.3.0/ocl/oclcontext.cpp:49:10: note: Technically the member function 'YamiMediaCodec::OclDevice::loadFile' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:210:30: style: Condition '!thread' is always true [knownConditionTrueFalse]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:209:24: note: Assuming that condition 'thread==0' is not redundant
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:210:30: note: Condition '!thread' is always true
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:238:34: style: Condition '!thread' is always false [knownConditionTrueFalse]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:237:28: note: Assuming that condition 'thread==1' is not redundant
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:238:34: note: Condition '!thread' is always false
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:311:10: style: The scope of the variable 'boolRet' can be reduced. [variableScope]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:308:34: style: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:79:31: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.cpp:308:34: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:101:13: style: Technically the member function 'V4l2CodecBase::fd' can be const. [functionConst]
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:33:21: style: The function 'ioctl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:79:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:33:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:34:19: style: The function 'mmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:83:19: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:34:19: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:38:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:104:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:38:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:39:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:86:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:39:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:40:18: style: The function 'acceptInputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:105:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:40:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:41:18: style: The function 'giveOutputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:106:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:41:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:42:18: style: The function 'inputPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:107:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:42:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:43:18: style: The function 'outputPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:108:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:43:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:36:21: style: The function 'ioctl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:79:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:36:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:37:19: style: The function 'mmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:83:19: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:37:19: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:42:21: style: The function 'setFrameMemoryType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:77:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:42:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:50:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:104:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:50:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:51:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:86:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:51:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:52:18: style: The function 'acceptInputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:105:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:52:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:53:18: style: The function 'giveOutputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:106:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:53:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:54:18: style: The function 'inputPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:107:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:54:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:55:18: style: The function 'outputPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:108:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:55:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:56:18: style: The function 'recycleOutputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:110:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:56:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:57:18: style: The function 'recycleInputBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:109:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:57:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:58:18: style: The function 'releaseCodecLock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:114:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:58:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:59:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_codecbase.h:115:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:59:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:218:28: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:224:28: style: C-style pointer casting [cstyleCast]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:422:18: style: The scope of the variable 'index' can be reduced. [variableScope]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:712:58: style: Function 'recycleInputBuffer' argument 1 names different: declaration 'qbuf' definition 'dqbuf'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:57:57: note: Function 'recycleInputBuffer' argument 1 names different: declaration 'qbuf' definition 'dqbuf'.
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:712:58: note: Function 'recycleInputBuffer' argument 1 names different: declaration 'qbuf' definition 'dqbuf'.
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:734:32: style: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:36:31: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:734:32: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:367:5: warning: Member variable 'ExternalBufferOutput::m_count' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:68:13: style: Technically the member function 'V4l2Decoder::onQueryBuffer' can be const. [functionConst]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:1121:22: note: Technically the member function 'V4l2Decoder::onQueryBuffer' can be const.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:68:13: note: Technically the member function 'V4l2Decoder::onQueryBuffer' can be const.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:69:13: performance: Technically the member function 'V4l2Decoder::onSubscribeEvent' can be static. [functionStatic]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:1137:22: note: Technically the member function 'V4l2Decoder::onSubscribeEvent' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:69:13: note: Technically the member function 'V4l2Decoder::onSubscribeEvent' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:73:13: performance: Technically the member function 'V4l2Decoder::onEnumFormat' can be static. [functionStatic]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:1176:22: note: Technically the member function 'V4l2Decoder::onEnumFormat' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:73:13: note: Technically the member function 'V4l2Decoder::onEnumFormat' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:74:13: performance: Technically the member function 'V4l2Decoder::onGetCrop' can be static. [functionStatic]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:1203:22: note: Technically the member function 'V4l2Decoder::onGetCrop' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.h:74:13: note: Technically the member function 'V4l2Decoder::onGetCrop' can be static.
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:345:17: performance: Technically the member function 'SurfaceGetter::getOwnerName' can be static. [functionStatic]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:536:5: style: Class 'ExternalDmaBufOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:372:18: style: The function 'setDecodeAllocator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:108:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:372:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:377:21: style: The function 'requestBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:112:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:377:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:397:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:113:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:397:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:408:18: style: The function 'isAllocationDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:114:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:408:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:416:18: style: The function 'isOutputReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:115:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:416:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:420:13: style: The function 'queue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:117:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:420:13: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:448:21: style: The function 'deque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:116:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:448:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:469:18: style: The function 'streamOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:126:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:469:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:541:21: style: The function 'createBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:122:21: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:541:21: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:548:18: style: The function 'createSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:525:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:548:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:577:18: style: The function 'destorySurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:526:18: note: Virtual function in base class
libyami-libyami-1.3.0/v4l2/v4l2_decode.cpp:577:18: note: Function in derived class
libyami-libyami-1.3.0/v4l2/v4l2_encode.cpp:244:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/v4l2/v4l2_encode.cpp:405:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libyami-libyami-1.3.0/v4l2/v4l2_encode.cpp:216:32: style: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'. [funcArgNamesDifferent]
libyami-libyami-1.3.0/v4l2/v4l2_encode.h:33:31: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/v4l2/v4l2_encode.cpp:216:32: note: Function 'ioctl' argument 1 names different: declaration 'request' definition 'command'.
libyami-libyami-1.3.0/vaapi/VaapiBuffer.h:42:14: style: Technically the member function 'YamiMediaCodec::VaapiBuffer::getSize' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/VaapiBuffer.cpp:74:23: note: Technically the member function 'YamiMediaCodec::VaapiBuffer::getSize' can be const.
libyami-libyami-1.3.0/vaapi/VaapiBuffer.h:42:14: note: Technically the member function 'YamiMediaCodec::VaapiBuffer::getSize' can be const.
libyami-libyami-1.3.0/vaapi/VaapiBuffer.h:43:16: style: Technically the member function 'YamiMediaCodec::VaapiBuffer::getID' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/VaapiBuffer.cpp:79:25: note: Technically the member function 'YamiMediaCodec::VaapiBuffer::getID' can be const.
libyami-libyami-1.3.0/vaapi/VaapiBuffer.h:43:16: note: Technically the member function 'YamiMediaCodec::VaapiBuffer::getID' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.cpp:42:5: performance: Variable 'm_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:34:17: style: Technically the member function 'YamiMediaCodec::VaapiSurface::getID' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/VaapiSurface.cpp:49:27: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getID' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:34:17: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getID' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:37:10: style: Technically the member function 'YamiMediaCodec::VaapiSurface::getCrop' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/VaapiSurface.cpp:68:20: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getCrop' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:37:10: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getCrop' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:38:14: style: Technically the member function 'YamiMediaCodec::VaapiSurface::getFourcc' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/VaapiSurface.cpp:77:24: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getFourcc' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:38:14: note: Technically the member function 'YamiMediaCodec::VaapiSurface::getFourcc' can be const.
libyami-libyami-1.3.0/vaapi/VaapiSurface.h:32:5: style: Class 'VaapiSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:107:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:89:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:80:0: note: Variable 'p' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:89:5: note: Variable 'p' is reassigned a value before the old one has been used.
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:79:21: style: The scope of the variable '_frameCount' can be reduced. [variableScope]
libyami-libyami-1.3.0/vaapi/VaapiUtils.cpp:83:10: style: The scope of the variable 'fileName' can be reduced. [variableScope]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:59:5: warning: Member variable 'NativeDisplayBase::m_selfCreated' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:63:14: style: Technically the member function 'YamiMediaCodec::NativeDisplayBase::nativeHandle' can be const. [functionConst]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:127:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:61:18: note: Virtual function in base class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:127:18: note: Function in derived class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:140:10: style: The function 'isCompatible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:62:18: note: Virtual function in base class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:140:10: note: Function in derived class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:155:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:61:18: note: Virtual function in base class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:155:18: note: Function in derived class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:163:10: style: The function 'isCompatible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:62:18: note: Virtual function in base class
libyami-libyami-1.3.0/vaapi/vaapidisplay.cpp:163:10: note: Function in derived class
libyami-libyami-1.3.0/vaapi/vaapidisplay_unittest.cpp:137:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vaapi/vaapipicture.cpp:31:15: warning: Member variable 'VaapiPicture::m_type' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/vaapi/vaapipicture.cpp:41:15: warning: Member variable 'VaapiPicture::m_type' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/vaapi/vaapipicture.h:73:10: performance: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static. [functionStatic]
libyami-libyami-1.3.0/vaapi/vaapipicture.cpp:93:20: note: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static.
libyami-libyami-1.3.0/vaapi/vaapipicture.h:73:10: note: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static.
libyami-libyami-1.3.0/vaapi/vaapipicture.h:75:10: performance: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static. [functionStatic]
libyami-libyami-1.3.0/vaapi/vaapipicture.cpp:103:20: note: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static.
libyami-libyami-1.3.0/vaapi/vaapipicture.h:75:10: note: Technically the member function 'YamiMediaCodec::VaapiPicture::addObject' can be static.
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:54:9: style: Class 'VideoFrameDeleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-libyami-1.3.0/vpp/oclvppimage.h:41:0: warning: Member variable 'YamiMediaCodec :: OclVppImage < uint8_t * >::m_mem' is not initialized in the constructor. [uninitMemberVar]
libyami-libyami-1.3.0/vpp/oclvppimage.h:98:10: style: Technically the member function 'YamiMediaCodec::OclMemDeleter::operator()' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:33:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::plane' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:34:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::pitch' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:35:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::numPlanes' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:36:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::getWidth' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:37:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::getHeight' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:38:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < uint8_t * >::getFourcc' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:33:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::plane' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:34:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::pitch' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:35:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::numPlanes' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:36:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::getWidth' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:37:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::getHeight' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclvppimage.h:38:0: style: Technically the member function 'YamiMediaCodec :: OclVppImage < cl_mem >::getFourcc' can be const. [functionConst]
libyami-libyami-1.3.0/vpp/oclpostprocess_blender.h:31:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_blender.h:31:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_blender.h:43:18: style: The function 'prepareKernels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_blender.h:43:18: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_blender_unittest.cpp:46:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:30:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:30:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:33:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:44:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:46:18: style: The function 'prepareKernels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic.h:46:18: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_mosaic_unittest.cpp:46:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.cpp:203:14: style: The scope of the variable 'acc' can be reduced. [variableScope]
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.cpp:204:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:33:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:36:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:44:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:36:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:51:18: style: The function 'prepareKernels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd.h:51:18: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_osd_unittest.cpp:46:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.cpp:63:13: warning: Variable 'm_transform' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.cpp:61:13: note: Variable 'm_transform' is reassigned a value before the old one has been used. 'break;' missing?
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.cpp:63:13: note: Variable 'm_transform' is reassigned a value before the old one has been used. 'break;' missing?
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:33:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:33:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:36:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:44:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:36:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:55:18: style: The function 'prepareKernels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform.h:55:18: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_transform_unittest.cpp:46:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:31:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:31:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:34:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:44:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:34:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:50:18: style: The function 'prepareKernels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/oclpostprocess_base.h:77:18: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe.h:50:18: note: Function in derived class
libyami-libyami-1.3.0/vpp/oclpostprocess_wireframe_unittest.cpp:46:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/vaapipostprocess_scaler.h:31:24: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/vaapipostprocess_base.h:42:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/vaapipostprocess_scaler.h:31:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/vaapipostprocess_scaler.h:34:24: style: The function 'setParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-libyami-1.3.0/vpp/vaapipostprocess_base.h:44:24: note: Virtual function in base class
libyami-libyami-1.3.0/vpp/vaapipostprocess_scaler.h:34:24: note: Function in derived class
libyami-libyami-1.3.0/vpp/vaapipostprocess_host_unittest.cpp:65:0: error: syntax error [syntaxError]
libyami-libyami-1.3.0/vpp/vaapipostprocess_scaler_unittest.cpp:182:0: error: syntax error [syntaxError]
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyami-utils/libyami-utils_1.3.0.orig.tar.gz
libyami-utils-libyami-1.3.0/egl/egl_util.c:61:5: style: Variable 'eglImage' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/egl/egl_util.c:49:0: note: Variable 'eglImage' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/egl/egl_util.c:61:5: note: Variable 'eglImage' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/egl/egl_util.c:90:119: style: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'. [funcArgNamesDifferent]
libyami-utils-libyami-1.3.0/egl/egl_util.h:29:119: note: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'.
libyami-utils-libyami-1.3.0/egl/egl_util.c:90:119: note: Function 'createEglImageFromHandle' argument 4 names different: declaration 'dmaBuf' definition 'handle'.
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:217:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:31:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:217:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:222:13: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:32:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:222:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:226:13: style: The function 'ioctl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:33:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:226:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:230:13: style: The function 'poll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:34:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:230:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:234:13: style: The function 'setDevicePollInterrupt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:35:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:234:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:238:13: style: The function 'clearDevicePollInterrupt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:36:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:238:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:242:11: style: The function 'mmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:37:19: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:242:11: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:247:13: style: The function 'munmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:40:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:247:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:251:13: style: The function 'setFrameMemoryType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:41:21: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:251:13: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:284:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/V4L2Device.h:59:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/V4L2Device.cpp:284:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:76:5: style: Variable 'ioctlRet' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:66:0: note: Variable 'ioctlRet' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:76:5: note: Variable 'ioctlRet' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:94:5: style: Variable 'ioctlRet' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:85:0: note: Variable 'ioctlRet' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/V4L2Renderer.cpp:94:5: note: Variable 'ioctlRet' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:26:5: warning: Member variable 'VppInputDecode::m_temporalLayer' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:26:5: warning: Member variable 'VppInputDecode::m_spacialLayer' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:26:5: warning: Member variable 'VppInputDecode::m_qualityLayer' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:26:5: warning: Member variable 'VppInputDecode::m_enableLowLatency' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/decode.cpp:56:1: style: The class 'DecodeTest' does not have a constructor although it has private member variables. [noConstructor]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:39:5: style: Struct 'VADisplayDeleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:137:5: style: Class 'VaapiFrameReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:156:5: style: Class 'VaapiFrameWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:141:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:57:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:141:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:160:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:64:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:160:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:197:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:180:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:197:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:198:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:181:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:198:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:199:17: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:182:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:199:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:237:10: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:219:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:237:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:241:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:223:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:241:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:33:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:180:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:33:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:34:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:181:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:34:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:35:17: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:182:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecodecapi.h:35:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:31:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:180:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:31:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:32:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:181:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:32:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:33:17: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:182:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputdecode.h:33:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeInputCapi.cpp:34:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/decodeInputCapi.cpp:42:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/decodeInputCapi.cpp:50:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/decodeInputCapi.cpp:58:16: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/decodehelp.h:30:0: error: Code 'std::string' is invalid C code. Use --std or --language to configure the language. [syntaxError]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:280:5: style: Variable 'offset' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:277:0: note: Variable 'offset' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:280:5: note: Variable 'offset' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:318:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:199:14: style: struct member 'IvfHeader::version' is never used. [unusedStructMember]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:203:14: style: struct member 'IvfHeader::dummy' is never used. [unusedStructMember]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:265:17: warning: Member variable 'DecodeInputRaw::StartCodeSize' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:86:5: style: Class 'DecodeInputH26x' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:39:10: style: The function 'initInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:37:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:39:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:40:18: style: The function 'isEOS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:29:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:40:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:42:27: style: The function 'getCodecData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:32:27: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:42:27: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:57:18: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:30:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:57:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:58:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:41:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:58:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:59:18: style: The function 'getNextDecodeUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:31:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:59:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:71:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:41:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:71:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:74:10: style: The function 'getNextDecodeUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:31:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:74:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:88:18: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:30:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:88:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:89:10: style: The function 'isSyncWord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:75:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:89:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:98:18: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:30:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:98:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:99:10: style: The function 'isSyncWord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:75:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinput.cpp:99:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.cpp:130:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:39:18: style: The function 'isEOS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:29:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:39:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:40:26: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:30:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:40:26: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:41:18: style: The function 'getNextDecodeUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:31:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:41:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:42:27: style: The function 'getCodecData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:32:27: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:42:27: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:45:18: style: The function 'initInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeinput.h:37:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeinputavformat.h:45:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:226:5: warning: Member variable 'DecodeOutputFile::m_destFourcc' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:226:5: warning: Member variable 'DecodeOutputFile::m_inputFile' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:226:5: warning: Member variable 'DecodeOutputFile::m_outputFile' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:258:10: style: Unused private function: 'DecodeOutputDump::isI420Dest' [unusedPrivateFunction]
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:31:30: style: Technically the member function 'DecodeOutput::nativeDisplay' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:82:40: note: Technically the member function 'DecodeOutput::nativeDisplay' can be const.
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:31:30: note: Technically the member function 'DecodeOutput::nativeDisplay' can be const.
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:63:10: style: Technically the member function 'VADisplayTerminator::operator()' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:258:10: style: Technically the member function 'DecodeOutputDump::isI420Dest' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:322:24: note: Technically the member function 'DecodeOutputDump::isI420Dest' can be const.
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:258:10: note: Technically the member function 'DecodeOutputDump::isI420Dest' can be const.
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:98:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:36:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:98:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:99:10: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:30:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:99:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:227:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:36:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:227:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:254:10: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/decodeoutput.h:30:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/decodeoutput.cpp:254:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:115:5: style: Variable 'glProgram' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:109:0: note: Variable 'glProgram' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:115:5: note: Variable 'glProgram' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:265:5: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:262:0: note: Variable 'context' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:265:5: note: Variable 'context' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:260:50: style: Function 'eglInit' argument 2 names different: declaration 'window' definition 'x11Window'. [funcArgNamesDifferent]
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.h:61:50: note: Function 'eglInit' argument 2 names different: declaration 'window' definition 'x11Window'.
libyami-utils-libyami-1.3.0/tests/egl/gles2_help.c:260:50: note: Function 'eglInit' argument 2 names different: declaration 'window' definition 'x11Window'.
libyami-utils-libyami-1.3.0/tests/encodeinput.h:43:5: warning: Member variable 'EncodeInput::m_fourcc' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:84:5: warning: Member variable 'EncodeInputCamera::m_fd' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:49:9: style: Technically the member function 'EncodeInput::getWidth' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:50:9: style: Technically the member function 'EncodeInput::getHeight' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:51:14: style: Technically the member function 'EncodeInput::getFourcc' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:159:14: style: Technically the member function 'EncodeOutputVPX::getFourcc' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:64:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:45:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:64:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:65:18: style: The function 'getOneFrameInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:46:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:65:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:66:18: style: The function 'isEOS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:48:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:66:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:86:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:45:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:86:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:89:18: style: The function 'getOneFrameInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:46:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:89:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:90:18: style: The function 'recycleOneFrameInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:47:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:90:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:91:18: style: The function 'isEOS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:48:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:91:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:148:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:140:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:148:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:155:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:140:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:155:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:156:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:139:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:156:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:158:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:142:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:158:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:171:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:155:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:171:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:177:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:155:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:177:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:182:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:140:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:182:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:187:25: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:140:25: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeinput.h:187:25: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeInputCamera.cpp:364:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/encodeInputCamera.cpp:362:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/encodeInputCamera.cpp:364:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/encodeInputCamera.cpp:210:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:40:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:48:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:55:13: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:61:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:68:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:75:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:83:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:91:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:99:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputCapi.cpp:105:17: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:30:5: style: Class 'EncodeInputDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:32:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:45:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:32:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:33:18: style: The function 'getOneFrameInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:46:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:33:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:34:18: style: The function 'recycleOneFrameInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:47:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:34:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:35:18: style: The function 'isEOS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/encodeinput.h:48:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/encodeInputDecoder.h:35:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:198:5: style: Variable 'anb' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:194:0: note: Variable 'anb' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:198:5: note: Variable 'anb' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:110:13: style: The scope of the variable 'xpos' can be reduced. [variableScope]
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:72:20: style: Variable 'bufWidth' is assigned a value that is never used. [unreadVariable]
libyami-utils-libyami-1.3.0/tests/encodeInputSurface.cpp:73:21: style: Variable 'bufHeight' is assigned a value that is never used. [unreadVariable]
libyami-utils-libyami-1.3.0/tests/encodeinput.cpp:92:18: style: Checking if unsigned variable 'm_width' is less than zero. [unsignedLessThanZero]
libyami-utils-libyami-1.3.0/tests/encodeinput.cpp:92:36: style: Checking if unsigned variable 'm_height' is less than zero. [unsignedLessThanZero]
libyami-utils-libyami-1.3.0/tests/encodeinput.cpp:141:13: style: Checking if unsigned variable 'ret' is less than zero. [unsignedLessThanZero]
libyami-utils-libyami-1.3.0/tests/v4l2decode.cpp:53:14: style: struct member 'RawFrameData::pitch' is never used. [unusedStructMember]
libyami-utils-libyami-1.3.0/tests/v4l2decode.cpp:54:14: style: struct member 'RawFrameData::offset' is never used. [unusedStructMember]
libyami-utils-libyami-1.3.0/tests/v4l2decode.cpp:55:14: style: struct member 'RawFrameData::fourcc' is never used. [unusedStructMember]
libyami-utils-libyami-1.3.0/tests/v4l2encode.cpp:104:21: style: The scope of the variable 'dqCountAfterEOS' can be reduced. [variableScope]
libyami-utils-libyami-1.3.0/tests/vppoutputencode.h:79:1: style: The class 'VppOutputEncode' does not have a constructor although it has private member variables. [noConstructor]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_sharpening' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_denoise' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_deinterlaceMode' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_inputName' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_outputName' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_hue' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_saturation' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_brightness' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:93:5: warning: Member variable 'VppTest::m_contrast' is not initialized in the constructor. [uninitMemberVar]
libyami-utils-libyami-1.3.0/tests/vpp.cpp:277:10: style: Unused private function: 'VppTest::setClrBalance' [unusedPrivateFunction]
libyami-utils-libyami-1.3.0/tests/vppoutputencode.h:82:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:219:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppoutputencode.h:82:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppoutputencode.h:86:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:223:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppoutputencode.h:86:18: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.cpp:43:28: style: C-style pointer casting [cstyleCast]
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:29:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:181:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:29:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:36:17: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:183:17: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:36:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:37:17: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:184:17: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:37:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:38:22: style: The function 'getFourcc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:185:22: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:38:22: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:40:17: style: The function 'getMimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:182:26: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:40:17: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:43:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:180:18: note: Virtual function in base class
libyami-utils-libyami-1.3.0/tests/vppinputasync.h:43:10: note: Function in derived class
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:218:10: style: Technically the member function 'VppOutput::getFormat' can be const. [functionConst]
libyami-utils-libyami-1.3.0/tests/vppinputoutput.cpp:183:17: note: Technically the member function 'VppOutput::getFormat' can be const.
libyami-utils-libyami-1.3.0/tests/vppinputoutput.h:218:10: note: Technically the member function 'VppOutput::getFormat' can be const.
libyami-utils-libyami-1.3.0/testscripts/psnr.cpp:66:5: style: Variable 'fppsnrresult' is reassigned a value before the old one has been used. [redundantAssignment]
libyami-utils-libyami-1.3.0/testscripts/psnr.cpp:46:0: note: Variable 'fppsnrresult' is reassigned a value before the old one has been used.
libyami-utils-libyami-1.3.0/testscripts/psnr.cpp:66:5: note: Variable 'fppsnrresult' is reassigned a value before the old one has been used.
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml/libyaml_0.2.1.orig.tar.gz
libyaml-dist-0.2.1/src/api.c:1092:5: style: Redundant pointer operation on 'document' - it's already a pointer. [redundantPointerOp]
libyaml-dist-0.2.1/src/dumper.c:210:23: style: The scope of the variable 'item' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/dumper.c:211:23: style: The scope of the variable 'pair' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/emitter.c:1877:26: style: The scope of the variable 'value' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/emitter.c:2176:10: style: The scope of the variable 'indent_hint' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/reader.c:194:37: style: The scope of the variable 'value2' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/scanner.c:802:9: style: The scope of the variable 'need_more_tokens' can be reduced. [variableScope]
libyaml-dist-0.2.1/src/scanner.c:2257:21: style: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'. [funcArgNamesDifferent]
libyaml-dist-0.2.1/src/scanner.c:700:21: note: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'.
libyaml-dist-0.2.1/src/scanner.c:2257:21: note: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'.
libyaml-dist-0.2.1/tests/run-dumper.c:269:65: warning: Assert statement modifies 'document_number'. [assignmentInAssert]
libyaml-dist-0.2.1/tests/run-emitter.c:291:52: warning: Assert statement modifies 'event_number'. [assignmentInAssert]
libyaml-dist-0.2.1/tests/run-parser-test-suite.c:125:10: style: The scope of the variable 'c' can be reduced. [variableScope]
libyaml-dist-0.2.1/tests/run-parser-test-suite.c:26:0: error: Resource leak: input [resourceLeak]
libyaml-dist-0.2.1/tests/test-reader.c:126:13: style: The scope of the variable 'result' can be reduced. [variableScope]
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-appconfig-perl/libyaml-appconfig-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.72+repack.orig.tar.gz
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:7:10: style: The scope of the variable 'svp' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:328:9: style: The scope of the variable 'value_node' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:356:19: style: The scope of the variable 'class' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:396:19: style: The scope of the variable 'class' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:608:11: style: The scope of the variable 'boolean' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:715:9: style: The scope of the variable 'i' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:812:20: style: The scope of the variable 'mg' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:875:9: style: The scope of the variable 'iv' can be reduced. [variableScope]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:470:26: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:476:26: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:487:26: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:493:26: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:715:12: style: Unused variable: len [unusedVariable]
YAML-LibYAML-0.72/LibYAML/perl_libyaml.c:18:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-perl/libyaml-perl_1.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-shell-perl/libyaml-shell-perl_0.71.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-syck-perl/libyaml-syck-perl_1.30.orig.tar.gz
YAML-Syck-1.30/emitter.c:149:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
YAML-Syck-1.30/emitter.c:270:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
YAML-Syck-1.30/emitter.c:568:67: style: Same expression on both sides of '||'. [duplicateExpression]
YAML-Syck-1.30/emitter.c:64:29: style: The scope of the variable 'd' can be reduced. [variableScope]
YAML-Syck-1.30/emitter.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
YAML-Syck-1.30/emitter.c:1216:21: style: The scope of the variable 'i' can be reduced. [variableScope]
gram.y:277:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
YAML-Syck-1.30/handler.c:143:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
<stdout>:1810:13: error: Uninitialized variable: marker [uninitvar]
YAML-Syck-1.30/node.c:44:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
YAML-Syck-1.30/node.c:37:9: style: Variable 'n->type_id' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:36:9: note: Variable 'n->type_id' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:37:9: note: Variable 'n->type_id' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:42:9: style: Variable 'n->anchor' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:41:9: note: Variable 'n->anchor' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:42:9: note: Variable 'n->anchor' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:134:9: style: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:133:9: note: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:134:9: note: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:380:17: style: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:379:17: note: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:380:17: note: Variable 'n->data.str->ptr' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:383:17: style: Variable 'n->data.str' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:382:17: note: Variable 'n->data.str' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:383:17: note: Variable 'n->data.str' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:392:17: style: Variable 'n->data.list' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:391:17: note: Variable 'n->data.list' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:392:17: note: Variable 'n->data.list' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:402:17: style: Variable 'n->data.pairs' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/node.c:401:17: note: Variable 'n->data.pairs' is reassigned a value before the old one has been used.
YAML-Syck-1.30/node.c:402:17: note: Variable 'n->data.pairs' is reassigned a value before the old one has been used.
YAML-Syck-1.30/syck_.c:202:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
YAML-Syck-1.30/syck_.c:252:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
YAML-Syck-1.30/syck_.c:499:5: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
YAML-Syck-1.30/syck_.c:387:17: style: Variable 'p->io.str' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/syck_.c:386:17: note: Variable 'p->io.str' is reassigned a value before the old one has been used.
YAML-Syck-1.30/syck_.c:387:17: note: Variable 'p->io.str' is reassigned a value before the old one has been used.
YAML-Syck-1.30/syck_.c:395:17: style: Variable 'p->io.file' is reassigned a value before the old one has been used. [redundantAssignment]
YAML-Syck-1.30/syck_.c:394:17: note: Variable 'p->io.file' is reassigned a value before the old one has been used.
YAML-Syck-1.30/syck_.c:395:17: note: Variable 'p->io.file' is reassigned a value before the old one has been used.
token.re:859:69: error: Invalid strncat() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
token.re:832:20: note: Assignment 'qidx=0', assigned value is 0
token.re:859:69: note: Invalid argument
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyaml-tiny-perl/libyaml-tiny-perl_1.73.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/liby/libyanfs-java/libyanfs-java_0.0+cvs20070825.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/liby/libykneomgr/libykneomgr_0.1.8.orig.tar.gz
libykneomgr-0.1.8/gl/des.c:323:23: style: The scope of the variable 'middle' can be reduced. [variableScope]
libykneomgr-0.1.8/gl/des.c:323:31: style: The scope of the variable 'cmp_result' can be reduced. [variableScope]
libykneomgr-0.1.8/gl/des.c:543:49: style: Function 'gl_des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'. [funcArgNamesDifferent]
libykneomgr-0.1.8/gl/des.h:71:49: note: Function 'gl_des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'.
libykneomgr-0.1.8/gl/des.c:543:49: note: Function 'gl_des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'.
libykneomgr-0.1.8/gl/des.c:543:63: style: Function 'gl_des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'. [funcArgNamesDifferent]
libykneomgr-0.1.8/gl/des.h:71:63: note: Function 'gl_des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'.
libykneomgr-0.1.8/gl/des.c:543:63: note: Function 'gl_des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'.
libykneomgr-0.1.8/gl/des.c:615:33: style: Function 'gl_3des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'. [funcArgNamesDifferent]
libykneomgr-0.1.8/gl/des.h:112:33: note: Function 'gl_3des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'.
libykneomgr-0.1.8/gl/des.c:615:33: note: Function 'gl_3des_ecb_crypt' argument 2 names different: declaration 'from' definition '_from'.
libykneomgr-0.1.8/gl/des.c:616:27: style: Function 'gl_3des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'. [funcArgNamesDifferent]
libykneomgr-0.1.8/gl/des.h:113:27: note: Function 'gl_3des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'.
libykneomgr-0.1.8/gl/des.c:616:27: note: Function 'gl_3des_ecb_crypt' argument 3 names different: declaration 'to' definition '_to'.
libykneomgr-0.1.8/lib/backend_globalplatform.c:121:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/backend_globalplatform.c:141:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/backend_globalplatform.c:21:30: style: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'. [funcArgNamesDifferent]
libykneomgr-0.1.8/lib/internal.h:67:42: note: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'.
libykneomgr-0.1.8/lib/backend_globalplatform.c:21:30: note: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'.
libykneomgr-0.1.8/lib/backend_pcsc.c:155:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/backend_pcsc.c:175:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/backend_pcsc.c:90:30: style: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'. [funcArgNamesDifferent]
libykneomgr-0.1.8/lib/internal.h:67:42: note: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'.
libykneomgr-0.1.8/lib/backend_pcsc.c:90:30: note: Function 'backend_init' argument 1 names different: declaration 'dev' definition 'd'.
libykneomgr-0.1.8/lib/devs.c:158:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/devs.c:172:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/devs.c:241:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/devs.c:246:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/lib/error.c:24:7: style: struct member 'err_t::rc' is never used. [unusedStructMember]
libykneomgr-0.1.8/lib/version.c:29:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
libykneomgr-0.1.8/lib/version.c:29:12: style: The scope of the variable 'lz1' can be reduced. [variableScope]
libykneomgr-0.1.8/lib/version.c:29:17: style: The scope of the variable 'lz2' can be reduced. [variableScope]
libykneomgr-0.1.8/src/cmdline.c:440:40: style: Redundant condition: If 'EXPR == ','', the comparison 'EXPR' is always true. [redundantCondition]
libykneomgr-0.1.8/src/cmdline.c:502:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/cmdline.c:511:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/cmdline.c:511:8: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/cmdline.c:522:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/cmdline.c:533:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/cmdline.c:670:47: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
libykneomgr-0.1.8/src/cmdline.c:685:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
libykneomgr-0.1.8/src/cmdline.c:670:47: note: Null pointer dereference
libykneomgr-0.1.8/src/cmdline.c:248:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libykneomgr-0.1.8/src/cmdline.c:663:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
libykneomgr-0.1.8/src/cmdline.c:797:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libykneomgr-0.1.8/src/cmdline.c:821:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libykneomgr-0.1.8/src/ykneomgr.c:111:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/ykneomgr.c:182:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libykneomgr-0.1.8/src/ykneomgr.c:318:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libykneomgr-0.1.8/tests/basic.c:70:41: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
libykneomgr-0.1.8/tests/basic.c:68:11: note: Assuming that condition 's==NULL' is not redundant
libykneomgr-0.1.8/tests/basic.c:70:41: note: Null pointer dereference
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libytnef/libytnef_1.9.2.orig.tar.gz
ytnef-1.9.2/lib/ytnef.c:616:7: portability: %td in format string (no. 1) requires 'ptrdiff_t' but the argument type is 'unsigned ptrdiff_t {aka unsigned int}'. [invalidPrintfArgType_sint]
ytnef-1.9.2/lib/ytnef.c:373:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ytnef-1.9.2/lib/ytnef.c:363:7: style: The scope of the variable 'propcount' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:419:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:688:8: style: The scope of the variable 'days' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:691:8: style: The scope of the variable 'months' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:861:3: style: The scope of the variable 'temp' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:862:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:1100:9: style: The scope of the variable 'data' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:1214:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:1226:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:1308:17: style: The scope of the variable 'mapi' can be reduced. [variableScope]
ytnef-1.9.2/lib/ytnef.c:1508:5: error: Memory leak: comp_Prebuf.data [memleak]
ytnef-1.9.2/ytnef/utility.c:92:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ytnef-1.9.2/ytnef/utility.c:89:0: note: Variable 'end' is reassigned a value before the old one has been used.
ytnef-1.9.2/ytnef/utility.c:92:3: note: Variable 'end' is reassigned a value before the old one has been used.
ytnef-1.9.2/ytnef/utility.c:94:3: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
ytnef-1.9.2/ytnef/utility.c:86:0: note: Variable 'link' is reassigned a value before the old one has been used.
ytnef-1.9.2/ytnef/utility.c:94:3: note: Variable 'link' is reassigned a value before the old one has been used.
ytnef-1.9.2/ytnef/vcal.c:131:19: style: The scope of the variable 'filename' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcal.c:205:19: style: The scope of the variable 'filename' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcal.c:208:7: style: The scope of the variable 'index' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcal.c:209:11: style: The scope of the variable 'ddword_ptr' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:19: style: The scope of the variable 'pobox' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:27: style: The scope of the variable 'street' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:36: style: The scope of the variable 'city' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:43: style: The scope of the variable 'state' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:51: style: The scope of the variable 'zip' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:26:57: style: The scope of the variable 'country' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vcard.c:28:7: style: The scope of the variable 'boolean' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vtask.c:24:19: style: The scope of the variable 'filename' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vtask.c:27:9: style: The scope of the variable 'charptr' can be reduced. [variableScope]
ytnef-1.9.2/ytnef/vtask.c:30:11: style: The scope of the variable 'ddword_ptr' can be reduced. [variableScope]
ytnef-1.9.2/ytnefprint/main.c:91:10: style: The scope of the variable 'object' can be reduced. [variableScope]
ytnef-1.9.2/ytnefprint/main.c:101:19: style: The scope of the variable 'filedata' can be reduced. [variableScope]
[18:56]

ftp://ftp.se.debian.org/debian/pool/main/liby/libyubikey/libyubikey_1.8.orig.tar.gz
libyubikey-1.8/modhex.c:130:8: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libyubikey-1.8/modhex.c:150:12: style: The scope of the variable 'i' can be reduced. [variableScope]
libyubikey-1.8/tests/selftest.c:40:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libyubikey-1.8/ykaes.c:231:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libyubikey-1.8/ykcrc.c:42:14: style: The scope of the variable 'j' can be reduced. [variableScope]
libyubikey-1.8/ykhex.c:56:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
libyubikey-1.8/ykhex.c:40:56: style: Function 'yubikey_hex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'. [funcArgNamesDifferent]
libyubikey-1.8/yubikey.h:110:68: note: Function 'yubikey_hex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'.
libyubikey-1.8/ykhex.c:40:56: note: Function 'yubikey_hex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'.
libyubikey-1.8/ykhex.c:52:56: style: Function 'yubikey_hex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'. [funcArgNamesDifferent]
libyubikey-1.8/yubikey.h:111:68: note: Function 'yubikey_hex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'.
libyubikey-1.8/ykhex.c:52:56: note: Function 'yubikey_hex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'.
libyubikey-1.8/ykmodhex.c:56:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
libyubikey-1.8/ykmodhex.c:40:59: style: Function 'yubikey_modhex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'. [funcArgNamesDifferent]
libyubikey-1.8/yubikey.h:101:32: note: Function 'yubikey_modhex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'.
libyubikey-1.8/ykmodhex.c:40:59: note: Function 'yubikey_modhex_encode' argument 3 names different: declaration 'srcsize' definition 'srcSize'.
libyubikey-1.8/ykmodhex.c:52:59: style: Function 'yubikey_modhex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'. [funcArgNamesDifferent]
libyubikey-1.8/yubikey.h:107:32: note: Function 'yubikey_modhex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'.
libyubikey-1.8/ykmodhex.c:52:59: note: Function 'yubikey_modhex_decode' argument 3 names different: declaration 'dstsize' definition 'dstSize'.
[18:56]

DATE 2018-08-21
TIME 18:56:56