Skip to content

Move the auxiliary libraries to a separate directory #105

Move the auxiliary libraries to a separate directory

Move the auxiliary libraries to a separate directory #105

GitHub Actions / cpplint succeeded Jul 22, 2024 in 0s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (162)

src/filter/aech0r/aech0r.cpp|101| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/alpha0ps/fibe_f.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/alpha0ps/fibe_f.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_ALPHA0PS_FIBE_F_H_ [build/header_guard] [5]
src/filter/bluescreen0r/bluescreen0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/blur/fibe.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_BLUR_FIBE_H_ [build/header_guard] [5]
src/filter/bw0r/bw0r.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/c0rners/interp.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_C0RNERS_INTERP_H_ [build/header_guard] [5]
src/filter/cairogradient/cairogradient.c|142| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/cairogradient/cairogradient.c|160| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/cairogradient/cairogradient.c|182| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/cairogradient/cairogradient.c|214| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/cartoon/cartoon.cpp|138| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/cartoon/cartoon.cpp|153| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/cartoon/cartoon.cpp|155| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/cluster/cluster.c|126| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/cluster/cluster.c|127| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/cluster/cluster.c|139| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/cluster/cluster.c|140| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/cluster/cluster.c|141| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/colortap/colortap.c|345| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/colortap/colortap.c|366| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/curves/curves.c|176| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/curves/curves.c|572| Consider using strtok_r(...) instead of strtok(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/curves/curves.c|576| Consider using strtok_r(...) instead of strtok(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/defish0r/interp.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_DEFISH0R_INTERP_H_ [build/header_guard] [5]
src/filter/delay0r/delay0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/delaygrab/delaygrab.cpp|280| Complex multi-line /.../-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/filter/denoise/denoise_hqdn3d.c|47| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|79| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|83| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|105| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|106| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|141| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|145| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|146| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|149| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|152| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|154| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/denoise/denoise_hqdn3d.c|188| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/distort0r/distort0r.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/facebl0r/facebl0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/facedetect/facedetect.cpp|258| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/filmgrain/filmgrain.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/filmgrain/filmgrain.c|46| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/filmgrain/filmgrain.c|217| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/filmgrain/filmgrain.c|234| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/flippo/flippo.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/gateweave/gateweave.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/gateweave/gateweave.c|43| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/glitch0r/glitch0r.c|45| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|46| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|47| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|58| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|59| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|60| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|86| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|211| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/glitch0r/glitch0r.c|246| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/host_param_test/host_param_test.c|104| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/host_param_test/host_param_test.c|134| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/hueshift0r/hueshift0r.c|137| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/hueshift0r/matrix.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/hueshift0r/matrix.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_HUESHIFT0R_MATRIX_H_ [build/header_guard] [5]
src/filter/hueshift0r/matrix.h|54| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/invert0r/invert0r.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/kaleid0sc0pe/kaleid0sc0pe.cpp|29| is an unapproved C++11 header. [build/c++11] [5]
src/filter/kaleid0sc0pe/sse_mathfun.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/kaleid0sc0pe/sse_mathfun.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_KALEID0SC0PE_SSE_MATHFUN_H_ [build/header_guard] [5]
src/filter/kaleid0sc0pe/sse_mathfun_extension.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/keyspillm0pup/keyspillm0pup.c|38| "math.h" already included at src/filter/keyspillm0pup/keyspillm0pup.c:35 [build/include] [4]
src/filter/keyspillm0pup/keyspillm0pup.c|834| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/keyspillm0pup/keyspillm0pup.c|883| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/keyspillm0pup/keyspillm0pup.c|915| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/keyspillm0pup/keyspillm0pup.c|932| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/keyspillm0pup/keyspillm0pup.c|980| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/keyspillm0pup/keyspillm0pup.c|997| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/keyspillm0pup/keyspillm0pup.c|1005| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/font2.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/measure/font2.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_MEASURE_FONT2_H_ [build/header_guard] [5]
src/filter/measure/measure.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_MEASURE_MEASURE_H_ [build/header_guard] [5]
src/filter/measure/measure_pr0be.c|169| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|195| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|196| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|202| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|203| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|409| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|411| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|413| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|418| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|441| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|443| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|445| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0be.c|450| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|144| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|323| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|324| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|327| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|334| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|335| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|338| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|345| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|346| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|349| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|354| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|355| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|360| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|361| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|366| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|367| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|372| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|373| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/measure/measure_pr0file.c|482| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/filter/medians/ctmf.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_MEDIANS_CTMF_H_ [build/header_guard] [5]
src/filter/medians/ctmf.h|59| "stdint.h" already included at src/filter/medians/ctmf.h:39 [build/include] [4]
src/filter/medians/ctmf.h|127| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/medians/ctmf.h|128| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/medians/ctmf.h|161| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/medians/ctmf.h|162| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/medians/ctmf.h|372| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/medians/medians.c|38| "stdio.h" already included at src/filter/medians/medians.c:31 [build/include] [4]
src/filter/medians/medians.c|451| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/medians/medians.c|503| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/filter/medians/small_medians.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/medians/small_medians.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_MEDIANS_SMALL_MEDIANS_H_ [build/header_guard] [5]
src/filter/ndvi/gradientlut.hpp|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_NDVI_GRADIENTLUT_HPP_ [build/header_guard] [5]
src/filter/nosync0r/nosync0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/pixeliz0r/pixeliz0r.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/pixs0r/pixs0r.cc|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/pixs0r/pixs0r.cc|18| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/pixs0r/pixs0r.cc|34| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/pixs0r/pixs0r.cc|84| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/primaries/primaries.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/rgbnoise/rgbnoise.c|127| Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/filter/rgbnoise/rgbnoise.c|131| Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/filter/rgbnoise/rgbnoise.c|139| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/rgbnoise/rgbnoise.c|140| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/rgbparade/rgbparade.c|251| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/rgbparade/rgbparade.c|289| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/rgbparade/rgbparade.c|290| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/filter/rgbparade/rgbparade_image.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/rgbparade/rgbparade_image.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_RGBPARADE_RGBPARADE_IMAGE_H_ [build/header_guard] [5]
src/filter/rgbsplit0r/rgbsplit0r.c|38| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/filter/scanline0r/scanline0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/spillsupress/spillsupress.c|94| Complex multi-line /.../-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/filter/tehroxx0r/tehroxx0r.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/tehroxx0r/tehroxx0r.c|180| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/tehroxx0r/tehroxx0r.c|182| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
src/filter/threelay0r/threelay0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/transparency/transparency.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/twolay0r/twolay0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/vectorscope/vectorscope_image.h|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/filter/vectorscope/vectorscope_image.h|| No #ifndef header guard found, suggested CPP variable is: SRC_FILTER_VECTORSCOPE_VECTORSCOPE_IMAGE_H_ [build/header_guard] [5]
src/generator/nois0r/nois0r.cpp|27| Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
src/generator/test_pat/test_pat_L.c|187| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/generator/test_pat/test_pat_R.c|106| Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/mixer2/cairoaffineblend/cairoaffineblend.c|138| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/mixer2/cairoaffineblend/cairoaffineblend.c|177| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/mixer2/cairoblend/cairoblend.c|88| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/mixer2/cairoblend/cairoblend.c|112| Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/mixer2/uvmap/uvmap.c|95| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/mixer2/xfade0r/xfade0r.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
src/mixer2/xfade0r/xfade0r.cpp|16| Single-parameter constructors should be marked explicit. [runtime/explicit] [5]