platform/core/multimedia/libmm-utility.git
2020-07-10 hj kimChange function name __mm_util_write_image_to_buffer... 51/238251/3
2020-07-10 hj kimImprove __mm_util_write_image_to_buffer() 87/238187/8
2020-07-10 hj kimRemove unhelpful msg 09/238009/3
2020-06-30 jiyong.minCode refactoring for 'mm_util_extract_image_info' 13/237213/13 accepted/tizen/unified/20200702.141801 submit/tizen/20200701.023736
2020-06-26 jiyong.minCode cleanup. change the location of getting file exten... 16/237116/5
2020-06-25 jiyong.minCode cleanup. remove unnecessary code 15/237115/1
2020-06-16 jiyong.minRelease version 0.1.45 14/236314/1 accepted/tizen/unified/20200624.130223 submit/tizen/20200623.070108
2020-06-16 jiyong.minadd converting grayscale image into defaults when gener... 93/236093/6
2020-05-29 jiyong.minCode cleanup for mm_util_image_h 11/234811/1
2020-05-28 hj kimRemove unused bmp codes 49/234749/2 accepted/tizen/unified/20200601.051557 submit/tizen/20200529.005835
2020-05-28 hj kimFix unsuitable name 48/234748/1
2020-05-28 jiyong.minFixed issue that the decoded image of 8-bit grayscale... 85/234585/9 accepted/tizen/unified/20200529.124234 submit/tizen/20200528.071852
2020-05-20 Minje AhnRemove EXIF when creating thumbnails 05/233905/1
2020-05-06 jiyong.minUnify rotate type enum 03/232203/6 accepted/tizen/unified/20200507.052252 submit/tizen/20200506.063025
2020-04-28 hj kimRemove out of memory related code by using glib APIs 83/230983/16 accepted/tizen/unified/20200429.032902 submit/tizen/20200428.070655
2020-04-28 hj kimRemove unnecessary codes 47/232047/2
2020-04-28 hj kimMerge "Use g_free directly and remove macro" into tizen
2020-04-27 hj kimUse g_free directly and remove macro 99/231999/3
2020-04-27 hj kimUse g_free() instead of free() 98/231998/1
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
next