summaryrefslogtreecommitdiff
path: root/mv_common
AgeCommit message (Expand)AuthorFilesLines
2024-01-24mv_barcode: Clean duplicate parameter checkerKwanghoon Son2-5/+5
2024-01-02mv_common: fix coverity issuesInki Dae1-2/+2
2023-12-27gcov: Remove un-used code and exclude caseKwanghoon Son3-103/+2
2023-12-20Use common feature key checking functionVibhav Aggarwal6-449/+102
2023-12-13mv_machine_learning: add a new feature key checking functionInki Dae2-0/+83
2023-12-12Remove profile check for supported platform versionKwanghoon Son2-16/+16
2023-11-27Fix dlog format specifierKwanghoon Son1-1/+1
2023-11-14Update cmake version to 3.13Kwanghoon Son1-1/+1
2023-09-04Remove FORCED_STATIC_BUILD optionKwanghoon Son1-6/+1
2023-09-04mv_common: Drop common_c functionsKwanghoon Son3-959/+162
2023-08-07common: clean up to mv_private.h fileInki Dae1-0/+80
2023-07-12Fix typosKwanghoon Son1-1/+1
2023-06-30Fixed the build error using gcc 13wchang kim1-1/+2
2023-06-08Add {get/set}_{priv_}timestampaccepted/tizen/unified/20230608.164349Kwanghoon Son3-0/+88
2023-05-31Change tizen version 7.5 to 8.0accepted/tizen/unified/20230605.170331Kwanghoon Son1-1/+1
2023-04-24Merge "Fix false LOGE to proper log level" into tizenkwang son1-1/+1
2023-04-18mv_3d: bug fixsangho park1-0/+1
2023-04-18Fix false LOGE to proper log levelKwanghoon Son1-1/+1
2023-04-07Add getWidthStrideKwanghoon Son2-0/+9
2023-04-07Add shallow copy for media sourceKwanghoon Son3-40/+42
2023-04-07Change MediaSource structureKwanghoon Son2-61/+62
2023-04-07install header files correctlyInki Dae1-0/+5
2023-03-24Fix format unref and media packet testKwanghoon Son1-0/+8
2023-02-13mv_machine_learning: drop backbone model code dependencyInki Dae2-9/+60
2022-12-14mv3d: fix vision.3d feature checkTae-Young Chung1-2/+2
2022-11-17Apply clang-formatKwanghoon Son1-10/+7
2022-09-27Check new vision.3d featuresTae-Young Chung1-0/+67
2022-09-04Apply clang-formatKwanghoon Son11-664/+456
2022-09-02mv_machine_learning: code refactoring to Inference classInki Dae1-0/+85
2022-09-02Change private member variable to protectedKwanghoon Son1-1/+1
2022-09-02Add gcc -Wall -Wextra optionKwanghoon Son1-0/+1
2022-09-02Fix build warningsSeungbae Shin2-32/+32
2022-08-12mv_common: fix memory leak issuesubmit/tizen/20220817.123406submit/tizen/20220812.070529Inki Dae1-19/+14
2022-07-21mv_common: fix utc negative test issuesubmit/tizen/20220725.050651submit/tizen/20220721.064000accepted/tizen/unified/20220726.012234Inki Dae1-0/+3
2022-07-20fixup! common: code refactoring to EngineConfig.cppSeungbae Shin1-3/+4
2022-07-20mv_common: Add buffer size checkKwanghoon Son1-0/+6
2022-07-20common: Clean duplicate codeKwanghoon Son2-0/+162
2022-07-20common: code refactoring to EngineConfig.cppInki Dae3-221/+161
2022-07-20mv_roi_tracker: Adds feature checkHyunsoo Park1-1/+24
2022-07-20mv_machine_learning: fix typoHyunil1-2/+2
2022-03-29fix cmake_minimum_required() deprecation warning.sangho park1-1/+1
2021-06-16Cmake mediavision build refactoringKwang Son1-1/+1
2021-06-15Cmake mediavision build refactoringKwang Son1-18/+5
2021-06-14Cmake to lower case consistencyKwang Son1-4/+4
2021-02-03Correct log levelKwang Son1-1/+1
2021-01-13Replace gcc -w option to -Wallsubmit/tizen/20210114.010347Kwang Son1-4/+0
2020-04-14mv_inference: separate binding a backend engine and loading model filesInki Dae1-0/+1
2020-02-11Fix DEREF_OF_NULL.RET.PROC.STAT checker issueTae-Young Chung1-3/+7
2019-10-02Fix resource leak issues and svace issuesTae-Young Chung2-3/+11
2019-09-25Add an inference module with new APIssubmit/tizen/20190926.063602submit/tizen/20190926.001753submit/tizen/20190925.221731accepted/tizen/unified/20190927.013256accepted/tizen/unified/20190926.065741Tae-Young Chung6-4/+384