platform/core/api/mediavision.git
2020-04-14 Inki DaeRevert "mv_inference: Add Post Estimation feature support"
2020-04-14 Inki Daemv_inference: drop data types not supported
2020-04-14 Hyunsoo ParkChange type of 'tensor_info.shape' to size_t
2020-04-14 Tae-Young Chunginference testsuite: add opencv with caffe model
2020-04-14 Tae-Young Chungmv_inference: add post-process step to GetObjectDetecti...
2020-04-14 Inki DaeRevert "mv_inference: Get layer propery only in require...
2020-04-14 Inki Daetest: Add input tensor data type support
2020-04-14 Inki Daemv_inference: Add inference data type support
2020-04-14 Inki Daetest: Fix wrong menu index
2020-04-14 Inki Daemv_inference: Use data type of buffer structure instead...
2020-04-14 Inki Daemv_inference: set owner_is_backend member properly
2020-04-14 Inki Daemv_inference: Update actual tensor buffer size
2020-04-14 Tae-Young ChungModify mv_inferen_prepare()'s internal implementation
2020-04-14 Inki Daemv_inference: do not allow invalid target device type
2020-04-14 Inki Daemv_inference: Get layer propery only in required case
2020-04-14 Inki Daetest: Measure inference performance
2020-04-14 Tae-Young Chungpackaing: Add BuildRequires: pkgconfig(inference-engine...
2020-04-14 Inki Daepackaging: Drop inference-engine-interface-vision from...
2020-04-14 Inki Daetest: Add Post Estimation test
2020-04-14 Inki Daemv_inference: Add Post Estimation feature support
2020-04-14 Inki Daetest: Add face detection with ARMNN
2020-04-14 Inki Daetest: Add object detection test with ARMNN
2020-04-14 Inki Daemv_inference: Introduce FillOutputResult function
2020-04-14 Inki Daemv_inference: Handle exception cases to tensor buffer...
2020-04-14 Inki Daemv_inference: Add quantized model inference support
2020-04-14 Inki Daemv_inference: Add the use of user desired input and...
2020-04-14 Inki Daemv_inference: Call Run callback with output tensor...
2020-04-14 Inki Daemv_inference: Pass input tensor buffers and consider...
2020-04-14 Inki Daemv_inference: fix undefined reference error
2020-04-14 Inki Daemv_inference: Pass a generic channel value to backend...
2020-04-14 Inki Daemv_inference: Use model_format instead of key->second
2020-04-14 Inki Daemv_inference: Use InferenceEngineCommon instead of...
2020-04-14 Inki Daemv_inference: Place OpenCV dependent code from inferenc...
2020-04-14 Inki Daemv_inference: Detect model file fomat and notify a...
2020-04-14 Inki Daemv_inference: Check for inference target devices
2020-04-14 Inki Daemv_inference: Consider one more inference target devices
2020-04-14 Inki Daemv_inference: separate binding a backend engine and...
2020-04-14 Inki Daemv_inference: release a backend engine
2020-04-14 Inki Daemv_inference: pass inference target device correctly
2020-04-14 Inki Daemv_inference: use new Load callback and drop Init callback
2020-04-14 Inki Daeinference: use a new InferenceEngineVision constructor
2020-04-14 Inki Daetest: add ARMNN test case
2020-04-14 Inki Daemv_inference: add ARMNN backend support
2020-04-07 Tae-Young ChungMigration OpenCV-4.2.0 71/229971/1 accepted/tizen/unified/20200417.152820 submit/tizen/20200407.083853 submit/tizen/20200410.044903 submit/tizen/20200414.011245
2020-03-27 sangho parkimprove testsuite 08/229008/4
2020-03-26 sangho parkimprove testsuite 85/228785/4
2020-03-25 Kwanghoon SonFix error handling 11/228411/2
2020-03-20 Kwanghoon SonError return handling 19/228219/1
2020-03-10 Kwanghoon SonSVACE bug fix 74/227174/1 accepted/tizen/unified/20200312.234421 submit/tizen/20200310.232901
2020-03-06 Tae-Young ChungKeep OpenCV3's pc ifle name and data path tizen_opencv_upgrade
2020-03-06 Tae-Young ChungMerge branch 'tizen_opencv_upgrade' of ssh://review...
2020-02-25 Kwanghoon SonCoverity bug fix STRAY_SEMICOLON 58/225858/1 accepted/tizen/unified/20200225.224458 submit/tizen/20200225.050634
2020-02-25 kwang sonMerge "Delete duplicate mv_private.c" into tizen
2020-02-20 Kwanghoon SonDelete duplicate mv_private.c 29/225429/1
2020-02-20 kwang sonMerge "Fix printf specifier" into tizen
2020-02-20 Kwanghoon SonFix printf specifier 26/225426/1
2020-02-19 kwang sonMerge "Fix wrong api call mv_engine_config_get_string_a...
2020-02-19 Tae-Young ChungFix coverity MISSING_COMMA issue 04/225304/1 accepted/tizen/unified/20200219.130159 submit/tizen/20200219.040957
2020-02-19 Kwanghoon SonFix wrong api call mv_engine_config_get_string_attribute 93/225293/1
2020-02-18 Tae-Young ChungFix coverity Stray semicolon issues 15/225215/1 submit/tizen/20200219.021350
2020-02-13 Tae-Young ChungFix coverity RESOURCE_LEAK issues 19/224619/2 accepted/tizen/unified/20200214.050403 submit/tizen/20200213.102156
2020-02-11 Tae-Young ChungMerge "Fix DEREF_OF_NULL.RET.PROC.STAT checker issue... accepted/tizen/unified/20200212.125924 submit/tizen/20200211.040759
2020-02-11 Tae-Young ChungFix DEREF_OF_NULL.RET.PROC.STAT checker issue 35/224135/2
2020-02-04 Inki Daemv_inference: drop commented line 07/223807/3
2020-01-22 Kwanghoon SonFix debug mode build option typo 15/223015/1
2020-01-22 Kwanghoon SonRevert "Fix debug mode build option typo"
2020-01-20 Kwanghoon SonFix debug mode build option typo
2020-01-09 Tae-Young ChungFix(#2) build error due to toolchain upgrade (gcc6... 68/222068/2 accepted/tizen/unified/20200110.123511 submit/tizen/20200109.092122
2020-01-07 Tae-Young ChungMigration with OpenCV-4.2.0
2020-01-02 Tae-Young Chungmigration opencv-4.2.0
2019-12-26 Tae-Young ChungFix build error due to toolchain upgrade (gcc6->gcc9) 90/220990/1 accepted/tizen/unified/20191227.142834 submit/tizen/20191226.071539
2019-12-02 Hyunsoo ParkUpdate feature element reference link 04/219104/1
2019-11-29 Hyunsoo ParkChange reference link. 34/218934/1
2019-11-04 Tae-Young ChungFix API description issues 61/216861/1 accepted/tizen/unified/20191105.020145 submit/tizen/20191104.091733
2019-10-23 Hyunsoo ParkFix API description for doxygen. 82/216282/3
2019-10-14 Tae-Young ChungAdd MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING to mv_confi... 44/215644/4 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.030149 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064815 accepted/tizen/unified/20191021.072001 submit/tizen/20191017.070338 submit/tizen/20191021.012430 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
2019-10-09 Hyunsoo ParkMerge "Change ini file location." into tizen accepted/tizen/unified/20191011.080025 submit/tizen/20191010.064454 submit/tizen/20191010.081113 submit/tizen/20191011.005004 submit/tizen/20191011.010019
2019-10-07 Tae-Young ChungUpdate mediavision_doc.h #2 29/215329/1
2019-10-07 Hyunsoo ParkChange ini file location. 60/215260/2
2019-10-02 Tae-Young ChungFix NO_CATCH.LIBRARY issue by security check 82/215182/4 accepted/tizen/unified/20191008.101624 submit/tizen/20191007.015232
2019-10-02 Tae-Young ChungUpdate mediavision_doc.h 77/215177/2
2019-10-02 Tae-Young ChungFix resource leak issues and svace issues 32/215132/5
2019-09-25 Tae-Young ChungAdd an inference module with new APIs 46/210946/23 accepted/tizen/unified/20190926.065741 accepted/tizen/unified/20190927.013256 submit/tizen/20190925.221731 submit/tizen/20190926.001753 submit/tizen/20190926.063602
2019-07-31 Hyunsoo ParkMove mutex unlock macro of '__globalGuard' to end of... 11/211211/1 accepted/tizen/unified/20190801.025443 submit/tizen/20190731.074509
2019-07-02 sangho parkMake a gcov package for measuring coverage easier 48/208948/2 accepted/tizen/unified/20190702.114907 submit/tizen/20190702.024725
2019-04-19 Tae-Young ChungFix build break with aarch64 and x86_64 81/204081/1 accepted/tizen/unified/20190422.005535 submit/tizen/20190419.061259
2019-04-18 Tae-Young ChungFix mv_source_fill_by_packet() when multiple bos are... 90/203990/5 submit/tizen/20190419.022557
2019-01-25 Tae-Young ChungRevert "Fix typo" 35/198535/1
2019-01-24 Tae-Young ChungFix typo 45/198345/1 submit/tizen/20190124.040717
2018-12-26 Tae-Young ChungSymbolic link capi-system-info explicitly to libmv_comm... 04/196204/1
2018-12-24 Tae-Young ChungFix failure to record video results in testsuites 68/196168/1
2018-11-27 sangho parkadd -lmv_common to pkg-config files 33/193833/3 accepted/tizen/unified/20181129.175007 submit/tizen/20181129.043507
2018-11-01 hj kimRemove dlog from pc_dependents 16/192216/1
2018-10-02 Tae-Young ChungAdd null check after g_array_new() in image_test_suite.c 61/190461/1
2018-09-17 SeokHoon LeeAdd gcov environment 52/189352/1
2018-09-12 Tae-Young ChungAdd codes handling exception thrown by OpenCV 89/188989/1 accepted/tizen/5.0/unified/20181102.013603 accepted/tizen/unified/20180913.063950 accepted/tizen/unified/20180913.064039 submit/tizen/20180912.094346 submit/tizen/20180913.015906 submit/tizen_5.0/20181101.000002
2018-08-17 Tae-Young ChungRemove unnecessary log printing while face detection 23/187023/1 accepted/tizen/unified/20180820.060207 submit/tizen/20180820.024928
2018-08-08 sangho parkfix Coverity issue 77/186177/3 accepted/tizen/unified/20180814.175024 submit/tizen/20180814.081925
2018-07-25 yhjiFix Wformat build error 33/184933/2 accepted/tizen/unified/20180725.060529 submit/tizen/20180725.021144
2018-07-09 sangho park[UTC][capi-media-vision][NON-ACR][SVACE] 10/183610/4 accepted/tizen/unified/20180716.185635 submit/tizen/20180711.014745
next