summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-10SVACE bug fixsubmit/tizen/20200310.232901accepted/tizen/unified/20200312.234421Kwanghoon Son2-2/+8
2020-02-25Coverity bug fix STRAY_SEMICOLONsubmit/tizen/20200225.050634accepted/tizen/unified/20200225.224458Kwanghoon Son1-3/+3
2020-02-25Merge "Delete duplicate mv_private.c" into tizenkwang son6-1566/+0
2020-02-20Delete duplicate mv_private.cKwanghoon Son6-1566/+0
2020-02-20Merge "Fix printf specifier" into tizenkwang son1-1/+1
2020-02-20Fix printf specifierKwanghoon Son1-1/+1
2020-02-19Merge "Fix wrong api call mv_engine_config_get_string_attribute" into tizenkwang son1-1/+5
2020-02-19Fix coverity MISSING_COMMA issuesubmit/tizen/20200219.040957accepted/tizen/unified/20200219.130159Tae-Young Chung1-1/+1
2020-02-19Fix wrong api call mv_engine_config_get_string_attributeKwanghoon Son1-1/+5
2020-02-18Fix coverity Stray semicolon issuessubmit/tizen/20200219.021350Tae-Young Chung1-6/+6
2020-02-13Fix coverity RESOURCE_LEAK issuessubmit/tizen/20200213.102156accepted/tizen/unified/20200214.050403Tae-Young Chung1-31/+157
2020-02-11Merge "Fix DEREF_OF_NULL.RET.PROC.STAT checker issue" into tizensubmit/tizen/20200211.040759accepted/tizen/unified/20200212.125924Tae-Young Chung1-3/+7
2020-02-11Fix DEREF_OF_NULL.RET.PROC.STAT checker issueTae-Young Chung1-3/+7
2020-02-04mv_inference: drop commented lineInki Dae1-1/+0
2020-01-22Fix debug mode build option typoKwanghoon Son1-1/+1
2020-01-22Revert "Fix debug mode build option typo"Kwanghoon Son1-1/+1
2020-01-20Fix debug mode build option typoKwanghoon Son1-1/+1
2020-01-09Fix(#2) build error due to toolchain upgrade (gcc6->gcc9)submit/tizen/20200109.092122accepted/tizen/unified/20200110.123511Tae-Young Chung4-7/+7
2019-12-26Fix build error due to toolchain upgrade (gcc6->gcc9)submit/tizen/20191226.071539accepted/tizen/unified/20191227.142834Tae-Young Chung4-5/+5
2019-12-02Update feature element reference linkHyunsoo Park2-7/+7
2019-11-29Change reference link.Hyunsoo Park2-7/+7
2019-11-04Fix API description issuessubmit/tizen/20191104.091733accepted/tizen/unified/20191105.020145Tae-Young Chung14-15/+15
2019-10-23Fix API description for doxygen.Hyunsoo Park7-57/+57
2019-10-14Add MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING to mv_config_attribute_type_etizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185102submit/tizen_5.5/20191031.000002submit/tizen/20191021.012430submit/tizen/20191017.070338accepted/tizen/unified/20191021.072001accepted/tizen/5.5/unified/mobile/hotfix/20201027.064815accepted/tizen/5.5/unified/20191031.030149tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixTae-Young Chung2-2/+3
2019-10-09Merge "Change ini file location." into tizensubmit/tizen/20191011.010019submit/tizen/20191011.005004submit/tizen/20191010.081113submit/tizen/20191010.064454accepted/tizen/unified/20191011.080025Hyunsoo Park1-1/+1
2019-10-07Update mediavision_doc.h #2Tae-Young Chung1-3/+3
2019-10-07Change ini file location.Hyunsoo Park1-1/+1
2019-10-02Fix NO_CATCH.LIBRARY issue by security checksubmit/tizen/20191007.015232accepted/tizen/unified/20191008.101624Tae-Young Chung2-8/+12
2019-10-02Update mediavision_doc.hTae-Young Chung3-126/+129
2019-10-02Fix resource leak issues and svace issuesTae-Young Chung13-31/+49
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 Chung38-33/+6403
2019-07-31Move mutex unlock macro of '__globalGuard' to end of function.submit/tizen/20190731.074509accepted/tizen/unified/20190801.025443Hyunsoo Park2-3/+3
2019-07-02Make a gcov package for measuring coverage easiersubmit/tizen/20190702.024725accepted/tizen/unified/20190702.114907sangho park1-0/+23
2019-04-19Fix build break with aarch64 and x86_64submit/tizen/20190419.061259accepted/tizen/unified/20190422.005535Tae-Young Chung1-1/+1
2019-04-18Fix mv_source_fill_by_packet() when multiple bos are givensubmit/tizen/20190419.022557Tae-Young Chung4-14/+147
2019-01-25Revert "Fix typo"Tae-Young Chung1-2/+2
2019-01-24Fix typosubmit/tizen/20190124.040717Tae-Young Chung1-2/+2
2018-12-26Symbolic link capi-system-info explicitly to libmv_common.soTae-Young Chung2-3/+3
2018-12-24Fix failure to record video results in testsuitesTae-Young Chung3-16/+18
2018-11-27add -lmv_common to pkg-config filessubmit/tizen/20181129.043507accepted/tizen/unified/20181129.175007sangho park2-6/+6
2018-11-01Remove dlog from pc_dependentshj kim1-1/+1
2018-10-02Add null check after g_array_new() in image_test_suite.cTae-Young Chung1-0/+10
2018-09-17Add gcov environmentSeokHoon Lee1-0/+8
2018-09-12Add codes handling exception thrown by OpenCVsubmit/tizen_5.0/20181101.000002submit/tizen/20180913.015906submit/tizen/20180912.094346accepted/tizen/unified/20180913.064039accepted/tizen/unified/20180913.063950accepted/tizen/5.0/unified/20181102.013603Tae-Young Chung3-10/+16
2018-08-17Remove unnecessary log printing while face detectionsubmit/tizen/20180820.024928accepted/tizen/unified/20180820.060207Tae-Young Chung2-65/+68
2018-08-08fix Coverity issuesubmit/tizen/20180814.081925accepted/tizen/unified/20180814.175024sangho park2-3/+3
2018-07-25Fix Wformat build errorsubmit/tizen/20180725.021144accepted/tizen/unified/20180725.060529yhji1-2/+2
2018-07-09[UTC][capi-media-vision][NON-ACR][SVACE]submit/tizen/20180711.014745accepted/tizen/unified/20180716.185635sangho park2-14/+34
2018-06-20Fix build error within i586 and x86_64submit/tizen/20180620.084620accepted/tizen/unified/20180621.141330Tae-Young Chung3-3/+3
2018-06-19Fix OpenCV version which is required at leastsubmit/tizen/20180620.034203Tae-Young Chung1-1/+1