summaryrefslogtreecommitdiff
path: root/mv_surveillance
AgeCommit message (Expand)AuthorFilesLines
2023-12-20Use common feature key checking functionVibhav Aggarwal1-22/+16
2023-11-14Update cmake version to 3.13Kwanghoon Son1-1/+1
2023-09-04Remove FORCED_STATIC_BUILD optionKwanghoon Son1-5/+2
2023-07-12Fix typosKwanghoon Son9-33/+33
2023-06-28lcov exclude roi_tracker and surveillanceKwanghoon Son3-0/+6
2023-04-07install header files correctlyInki Dae1-0/+6
2022-12-29Delete null check before freeKwanghoon Son3-25/+13
2022-11-17Apply clang-formatKwanghoon Son2-4/+2
2022-09-04Apply clang-formatKwanghoon Son25-1034/+583
2022-09-02Add gcc -Wall -Wextra optionKwanghoon Son2-1/+2
2022-09-02Fix build warningsSeungbae Shin1-22/+22
2022-07-20common: Clean duplicate codeKwanghoon Son3-102/+2
2022-07-20Add lcov excludeKwanghoon Son4-0/+8
2022-07-20Fix SVACE defectsSeungbae Shin1-1/+5
2022-03-29fix cmake_minimum_required() deprecation warning.sangho park1-1/+1
2022-01-21face/image: Add opencv's tracking header filessubmit/tizen/20220124.072348accepted/tizen/unified/20220125.121712Tae-Young Chung1-0/+1
2021-06-22Fix gcc warningKwang Son1-4/+2
2021-06-16Cmake mediavision build refactoringKwang Son3-6/+6
2021-06-15Cmake mediavision build refactoringKwang Son1-14/+3
2021-06-14Cmake to lower case consistencyKwang Son1-1/+1
2021-06-11Deprecate surveillance licKwang Son5-372/+1
2021-03-02Check return value of malloc()submit/tizen/20210303.020229accepted/tizen/unified/20210303.220347Tae-Young Chung2-4/+12
2021-01-13Replace gcc -w option to -Wallsubmit/tizen/20210114.010347Kwang Son2-1/+3
2020-04-07Migration OpenCV-4.2.0submit/tizen/20200414.011245submit/tizen/20200410.044903submit/tizen/20200407.083853accepted/tizen/unified/20200417.152820Tae-Young Chung3-2/+2
2020-02-20Delete duplicate mv_private.cKwanghoon Son1-261/+0
2020-01-02migration opencv-4.2.0Tae-Young Chung3-2/+2
2019-10-02Fix resource leak issues and svace issuesTae-Young Chung1-2/+2
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 Chung1-4/+100
2018-06-19Migration to OpenCV 3.4.0Tae-Young Chung10-1221/+15
2018-03-21fix coveritysubmit/tizen/20180403.063034accepted/tizen/unified/20180403.182439sangho park1-0/+6
2017-09-12Fix violations of CPP coding rulesubmit/tizen/20170912.094448accepted/tizen/unified/20170913.071658Tae-Young Chung2-15/+0
2017-09-12Fix violations of C coding ruleTae-Young Chung2-2/+2
2017-08-03Merge "fix pvs warning (V762)" into tizensangho park2-31/+0
2017-08-03Merge "fix pvs warning (V762)" into tizensangho park2-31/+0
2017-08-02fix pvs warning (V762)sangho park2-31/+0
2017-08-02fix pvs warning (V762)sangho park2-31/+0
2017-08-02fix pvs warning (V762)sangho park2-33/+0
2017-08-02fix pvs warning (V575)sangho park1-1/+3
2017-07-28Repackage capi-media-vision to each submodulessubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170731.071040accepted/tizen/unified/20170802.150904accepted/tizen/4.0/unified/20170816.014731accepted/tizen/4.0/unified/20170816.013541Tae-Young Chung2-0/+538
2017-06-14Fixed GCC diagnostic error -Wformatsubmit/tizen/20170614.072519accepted/tizen/unified/20170626.011636Tae-Young Chung2-4/+4
2016-11-22Refactor codes and fixed minor changessubmit/tizen/20161129.052917accepted/tizen/wearable/20161130.015323accepted/tizen/tv/20161130.015238accepted/tizen/mobile/20161130.015151accepted/tizen/ivi/20161130.015408accepted/tizen/common/20161129.173528Tae-Young Chung17-188/+909
2016-06-22[Fixed bug] Fixed HEAP incompatible delete/free() usagesubmit/tizen/20160623.063229accepted/tizen/common/20160627.191456Tae-Young Chung1-4/+8
2016-06-21change the installation path of media-vision-config.jsonTae-Young Chung2-2/+2
2016-06-16[Fixed Bug] Fixed delete[] to free()submit/tizen/20160617.072816accepted/tizen/wearable/20160620.082426accepted/tizen/tv/20160620.082353accepted/tizen/mobile/20160620.082322accepted/tizen/ivi/20160620.082453accepted/tizen/common/20160620.163300Tae-Young Chung1-4/+8
2016-04-12check coding rulesubmit/tizen/20160412.103618submit/tizen/20160412.103403accepted/tizen/wearable/20160413.080753accepted/tizen/wearable/20160413.080737accepted/tizen/tv/20160413.075743accepted/tizen/tv/20160413.075723accepted/tizen/mobile/20160413.073510accepted/tizen/mobile/20160413.073446accepted/tizen/ivi/20160413.083000accepted/tizen/ivi/20160413.082945accepted/tizen/common/20160412.131516SeokHoon Lee2-21/+12
2016-04-01Applied C/C++ coding rulesTae-Young Chung4-13/+2
2015-12-28Fixed incompatibility heap freeTae-Young Chung1-3/+6
2015-12-10Applied Coding RuleTae-Young Chung2-29/+26
2015-12-04MediaVision Surveillance feature : initial versionsubmit/tizen/20151204.043134accepted/tizen/wearable/20151204.062657accepted/tizen/tv/20151204.062627accepted/tizen/mobile/20151204.062557SeokHoon Lee29-0/+5390