platform/core/multimedia/libmm-utility.git
2020-04-27 hj kimimprove __gif_make_color_map() not to use input paramet... 51/231551/5
2020-04-27 hj kimMerge "Fix wrong debug msg" into tizen
2020-04-24 hj kimFix wrong debug msg 13/231813/1
2020-04-24 hj kimFix wrong value assign 35/231735/3
2020-04-23 hj kimRemove RGB_ALLOC() and RGB_FREE() 00/231600/1
2020-04-17 hj kimFix memory leak 67/231067/2 accepted/tizen/unified/20200424.141608 submit/tizen/20200422.053736 submit/tizen/20200423.093243
2020-04-17 hj kimRemove unused API 59/231059/1
2020-04-16 jiyong.minBump to 0.1.40 21/230921/2 accepted/tizen/unified/20200420.142650 submit/tizen/20200416.091150 submit/tizen/20200419.223245
2020-04-16 jiyong.minAdd new function to resize and rotate with exif orientation 20/230920/3
2020-04-07 Tae-Young ChungMigration to Opencv 4.2.0 85/229985/3 accepted/tizen/unified/20200417.152825 submit/tizen/20200407.083853 submit/tizen/20200410.044903 submit/tizen/20200414.011245
2020-03-30 Minje AhnUse DestroyImageList instead of DestroyImage 98/229198/4 accepted/tizen/unified/20200331.030826 submit/tizen/20200330.082244
2020-03-25 jiyong.minReplace BMP encoder from libbmp to GraphicsMagick 13/228413/14
2020-03-23 jiyong.minReplace BMP decoder from libnsbmp to GraphicsMagick 80/227980/9
2020-03-18 jiyong.minRearrange 'ImageInfo' variables 79/227979/3
2020-03-18 jiyong.minRemove void return and null check 73/227973/1
2020-03-18 jiyong.minRemove unused libraries from imgcv 72/227972/3
2020-02-10 jiyong.minFix coverity issue 47/224347/1 accepted/tizen/unified/20200211.055805 submit/tizen/20200210.061949
2020-02-04 jiyong.minFix build error for giflib 5.1.9 74/223774/1
2020-01-02 jiyong.minCode refactoring for internal functions 20/221220/7 accepted/tizen/unified/20200105.221208 submit/tizen/20200102.062143
2019-12-26 hj kimFix build error for toolchin upgrade (GCC6->GCC9) 63/220963/4 accepted/tizen/unified/20191227.142830 submit/tizen/20191226.093041
2019-10-02 jiyong.minBump version to 0.1.33 47/215147/2 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.021526 accepted/tizen/5.5/unified/mobile/hotfix/20201027.083712 accepted/tizen/unified/20191007.234912 submit/tizen/20191007.065948 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
2019-10-02 jiyong.minModify jpeg encode for yuv to reduce Cyclomatic Complexity 46/215146/1
2019-10-02 jiyong.minRename few variables and replace int to unsigned int 45/215145/1
2019-10-02 jiyong.minModify jpeg open and set parameters 44/215144/1
2019-10-02 jiyong.minModify getting rgb colorspace and buffer size 43/215143/1
2019-10-02 jiyong.minModify duplicated code for error handler and resource... 42/215142/1
2019-10-02 jiyong.minModify simple bugs and internal function name 41/215141/1
2019-10-02 jiyong.minBump version to 0.1.32 40/215140/1
2019-10-01 jiyong.minImprove '__read_gif()' function to reduce Cyclomatic... 22/214822/4
2019-08-14 jiyong.minDeallocate resouces to prevent resource leak 59/212059/2 accepted/tizen/unified/20190822.045404 submit/tizen/20190820.233532
2019-05-08 jiyong.minAdd message for mm_util_create_image() to debug wrong... 25/205725/2
2019-04-10 jiyong.minRemove unneccessary header and enumerable 04/203104/1
2019-03-25 jiyong.minFix 64-bit build error 90/202190/1 accepted/tizen/unified/20190326.073434 submit/tizen/20190325.074339
2019-03-25 jiyong.minModify file permission in magick 29/201929/4
2019-03-21 jiyong.minModify animated gif writing to file and to buffer 24/201924/5
2019-03-21 jiyong.minRename variables for buffer I/O in gif and png 10/201910/2
2019-03-21 hj kimMerge "Just add some msg for debugging" into tizen accepted/tizen/unified/20190322.075426 submit/tizen/20190321.013843
2019-03-21 hj kimMerge "Add new mm_image_clone_image() API" into tizen
2019-03-20 hj kimJust add some msg for debugging 42/201842/1
2019-03-20 jiyong.minRemove duplicated code 29/201829/5
2019-03-20 hj kimAdd new mm_image_clone_image() API 48/201748/3
2019-03-15 hj kimModify parameters in encoding APIs have been changed... 64/201264/13 accepted/tizen/unified/20190318.221227 submit/tizen/20190313.075153
2019-03-14 hj kimChange to use mm_image_debug_image when print out each... 23/201423/1
2019-03-13 hj kimChange 'unsigned char*' to 'const unsigned char *'... 71/201371/1
2019-03-13 jiyong.minModify parameter in imgage processing APIs to mm_util_i... 61/201261/16
2019-03-13 hj kimModify parameter in decoding APIs from mm_image_info_s... 04/201204/19 accepted/tizen/unified/20190313.075520 submit/tizen/20190313.021136
2019-03-08 jiyong.minReplace and add functions to use unified parameter 72/200772/21 accepted/tizen/unified/20190311.220536 submit/tizen/20190311.013617
2019-03-07 hj kimJust rename IS_MM_UTIL_COLOR_FORMAT() to IS_VALID_COLOR() 78/200978/1
2019-03-07 hj kimUnify the type of width and height to 'unsigned int' 77/200977/1
2019-03-06 jiyong.minRemove unused macro and modify few data type due to... 62/200762/7
2019-02-27 jiyong.minReplace function name for rgb 79/200579/2
2019-01-28 jiyong.minAdd to check the return of fseek() 81/198681/2 tizen_5.5_dev accepted/tizen/unified/20190207.120252 submit/tizen/20190131.041045
2018-12-27 jiyong.minFix coverity issue 58/196258/2 accepted/tizen/unified/20190108.062240 submit/tizen/20190107.021730
2018-12-12 jiyong.minRemove unused header file 36/195236/1
2018-12-07 jiyong.minFix format error in logs 98/194698/1 accepted/tizen/unified/20181210.060036 submit/tizen/20181207.051909
2018-12-05 hj kimAdd -Wall -Werror options. and fix build error 76/194476/2 accepted/tizen/unified/20181205.154822 submit/tizen/20181205.014753
2018-12-05 jiyong.minFix format error for dlog 67/194467/1
2018-11-23 jiyong.minAdding initial structure for unittest 68/193368/18 accepted/tizen/unified/20181127.073312 submit/tizen/20181126.011146
2018-11-14 jiyong.minRearrange source code 26/193026/1 accepted/tizen/unified/20181121.173155 accepted/tizen/unified/20181123.063236 submit/tizen/20181119.072242 submit/tizen/20181121.000755 submit/tizen/20181122.024304
2018-11-06 hj kimMerge branch 'tizen_5.5_dev' into tizen 83/192483/1 accepted/tizen/unified/20181107.081954 submit/tizen/20181106.000712
2018-11-01 hj kimMerge branch 'tizen_5.5_dev' into tizen 31/192231/3
2018-10-31 hj kimRemove requires. Anything is required for using this... 63/192163/2
2018-10-29 hj kimSvace issue fix 17/192017/2
2018-10-25 jiyong.minChange 'started' flag to GifFile pointer and remove... 36/191936/1
2018-10-25 jiyong.minJust update debug message 89/191889/1
2018-10-19 jiyong.minRemove buffer in gif structure 11/191611/2
2018-10-17 jiyong.minAdd to check overread(overflow) issue 29/191429/4
2018-10-16 jiyong.minReplace output parameters to pointer 70/191370/1
2018-10-16 hj kimjust rearrange some parameters 60/191360/1
2018-10-16 hj kimRemove mm_util_gif_encode_set_resolution(). because... 53/191353/1
2018-10-16 hj kimjust modify parameter type 46/191346/1
2018-10-16 hj kimRemove unused APIs 41/191341/1
2018-10-16 jiyong.minRemove useless codes and rearrange codes 12/191312/1
2018-10-15 hj kimRemove simple APIs. Native API will set it directly 81/191281/1
2018-10-15 hj kimUnify simple APIs 78/191278/1
2018-10-15 jiyong.minRemove unused variable(color_map) 64/191264/1
2018-10-14 jiyong.minChange 'gif_image_s' to 'mm_image_info_s' as the unifie... 27/191227/1
2018-10-12 jiyong.minRemove `ext_blocks` from gif_image_s 72/191172/1
2018-10-12 jiyong.minRemove `GifImageDesc` from gif_image_s 68/191168/1
2018-10-12 jiyong.minRemove graphic_control_block from gif_image_s 65/191165/1
2018-10-12 jiyong.minRemove 'intermediate_image' buffer from gif_image_s 63/191163/1
2018-10-12 jiyong.minSeperate mm_util_gif_encode_gif to `mm_util_encode_to_g... 50/191150/1
2018-10-12 jiyong.minReplace mm_util_gif_format to mm_image_info_s 42/191142/1
2018-10-11 jiyong.minRemove unused a-gif functions 38/191138/3
2018-10-11 hj kimJust update debug msg and remove redundant codes 86/191086/1
2018-10-11 hj kimBug fix of creating test result files 63/191063/1
2018-10-11 hj kimRemove transform async related test code and bug fix 60/191060/2
2018-10-10 hj kimRemove mm_util_imgp_h 93/190993/1
2018-10-10 hj kimRemove mm_util_color_image_h 90/190990/1
2018-10-10 hj kimMove callback related code to CAPI level 78/190978/1
2018-10-10 hj kimMove mm_util_s to CAPI level. because it is not used... 69/190969/1
2018-10-08 hj kimMove transform code to CAPI except gstreamer related... 78/190878/1
2018-10-08 hj kimRemove unused code 50/190850/2
2018-10-05 hj kimRemove duplicated code and paramters in image-util... 67/190767/1
2018-10-04 hj kimUnify image info structures because All of them have... 10/190610/1
2018-08-23 hj kimJust add some debug msg to track error 01/187401/1 accepted/tizen/5.0/unified/20181102.014903 accepted/tizen/unified/20180824.062636 submit/tizen/20180823.021953 submit/tizen_5.0/20181101.000003
2018-08-22 jiyong.minAdd to check decoding bmp failure and logs 95/187395/1
2018-08-01 jiyong.minCode optimization and fix typo 09/184209/5 accepted/tizen/unified/20180803.172007 submit/tizen/20180802.005217
2018-07-19 yhjiFix Wformat build error 79/184579/1 accepted/tizen/unified/20180724.073346 submit/tizen/20180723.044727
2018-07-16 jiyong.minModify arithmetic operation(multiplication) to shift... 08/184208/2 accepted/tizen/unified/20180718.154230 submit/tizen/20180717.054420
next