platform/core/multimedia/libmm-utility.git
2018-04-25 Jiyong Min[info] Add error handling when jpeg has junk data in... 98/177098/2
2018-04-11 Minje AhnAdd fortify option 29/175629/1 accepted/tizen/unified/20180423.062736 submit/tizen/20180419.231843
2018-03-20 hj kimFix coverity issue 57/173057/2 accepted/tizen/unified/20180321.060749 submit/tizen/20180320.040253
2018-03-16 Jiyong MinApply SAFE_STRLCPY 05/172805/1 submit/tizen/20180316.051336
2018-03-16 Jiyong MinFix coverity issue 76/172676/7
2018-03-15 Jiyong MinReplace encode_with_libjpeg parameters from signed... 21/172621/2
2018-03-14 Jiyong MinRemain old function and rename jpeg refactoring 32/172432/2 accepted/tizen/unified/20180315.061339 submit/tizen/20180314.004633
2018-03-13 Jiyong MinRemove unneccessary code to check jpeg 72/172272/1
2018-03-12 Jiyong MinChange the parameter order of internal functions 84/172184/1
2018-03-12 Jiyong MinRemove jpeg decoding/encoding with turbo API because... 83/172183/1
2018-03-08 Jiyong Minreading & writing png code refactoring 74/171874/3
2018-03-07 Jiyong Minreading & writing bmp code refactoring 05/171705/5
2018-03-07 hj kimUse size_t for buffer size 76/171676/2
2018-03-06 Jiyong MinUnify the type of the buffer size from 'unsigned int... 71/171671/2
2018-03-06 Jiyong MinChange the order of the parameters 82/171582/3
2018-03-06 Jiyong MinRemove unused function 81/171581/1
2018-03-06 Jiyong MinMerge "Fix typo and TAINTED_INT svace issue" into tizen
2018-03-06 hj kimBuild error fix 79/171579/1 accepted/tizen/unified/20180307.071315 submit/tizen/20180305.053300
2018-03-06 Jiyong MinFix typo and TAINTED_INT svace issue 71/171571/1
2018-03-05 Jiyong MinCode Refactoring for testsuite 94/171494/3
2018-02-28 Jiyong MinCode Refactoring - wrong parameter usages 86/171286/2
2018-02-28 Jiyong MinCode Refactoring - remove unneccessary extern function 32/171232/1 submit/tizen/20180228.025609
2018-02-28 Jiyong MinCode Refactoring - remove inefficient functions to... 31/171231/1
2018-02-27 Jiyong MinCode Refactoring - remove unused PNG progressive decoding 28/171228/4
2018-02-26 Jiyong MinRemove abnormal free the decoded buffer to fix crash... 18/171018/1 accepted/tizen/unified/20180226.142324 submit/tizen/20180223.061228
2018-02-23 hj kimChange unsigned int to size_t for buffer_size 97/170897/3
2018-02-23 hj kimChange unsigned int to size_t for buffer_size 67/170867/3
2018-02-23 hj kimUnify __mm_image_encode_to_jpeg_memory_with_libjpeg... 16/170816/2
2018-02-22 hj kimUnify __mm_image_decode_from_jpeg_file_with_libjpeg... 85/170785/1
2018-02-22 hj kimRemove mm_util_decode_from_jpeg_memory() and mm_util_de... 27/170727/2
2018-02-22 Jiyong MinCode Refactoring - remove unused jpeg code 31/170731/3
2018-02-21 hj kimModify mm_util_convert_colorspace() API to receive... 68/170668/1
2018-02-21 hj kimJust update debug msg 08/170608/3
2018-02-21 hj kimModify mm_util_resize_image() API to receive allocated... 53/170453/3
2018-02-21 hj kimModify mm_util_rotate_image() API to receive allocated... 23/170423/3
2018-02-21 Jiyong MinAdd missing modification for imagesize replacement 75/170575/1
2018-02-20 Jiyong MinModify the range of 'imgsize' from 'unsigned int' to... 26/170426/2 submit/tizen/20180220.054545
2018-02-20 hj kimchange dst_buf_size to res_buffer_size 92/170392/2 submit/tizen/20180220.014003
2018-02-19 hj kimRemove useless code. only RGB format can be round up... 58/170358/1
2018-02-19 hj kimRemove useless buffer calcurate code 52/170352/1
2018-02-19 hj kimJust update debug msg 46/170346/2
2018-02-19 hj kimModify mm_util_crop_image() API to receive allocated... 38/170338/2
2018-02-19 Jiyong MinAdd to calculate the buffer size for NV21 colorsapce 12/170312/4 submit/tizen/20180219.051103
2018-02-19 Jiyong MinAdd safe_fopen safe_fclose to check realpath and remove... 65/170165/5
2018-02-14 hj kimFix test code and update some debug msg 84/170184/2
2018-02-14 hj kimAdd code to check color format before doing transform... 51/170151/2
2018-02-13 hj kimRemove useless format_label 85/170085/2
2018-02-08 Jiyong MinCode Refactoring: apply unified color format 52/169652/5 accepted/tizen/unified/20180214.144545 submit/tizen/20180212.075159
2018-02-07 hj kimRemove memory allocation code. because mm_imgp is chang... 43/169543/1
2018-02-07 hj kimCode refactoring. unify duplicated code 60/169460/1
2018-02-06 Jiyong MinRemove unused functions and gif/png dependency of header 41/169341/4
2018-02-02 Jiyong MinAdd to check installed libraries of libbmp, libnsbmp... 43/168943/5 accepted/tizen/unified/20180206.064130 submit/tizen/20180205.005408
2018-02-01 Minje AhnFix typo 01/169001/1 accepted/tizen/unified/20180202.061005 submit/tizen/20180202.000421
2018-02-01 hj kimAdd new API mm_util_extract_image_info() 33/168933/2 accepted/tizen/unified/20180202.060943 submit/tizen/20180201.081645
2018-01-30 hj kimImprove performance of Resize and Read from /Write... 53/168253/9 accepted/tizen/unified/20180131.060525 submit/tizen/20180130.062418
2018-01-25 hj kimAdd new convert API using graphickMagicK mm_util_conve... 13/168213/1
2018-01-24 Jiyong MinAdd the debug mode for GraphicsMagick 06/167906/7
2018-01-23 hj kimchange of debug msg format and update some debug msg 03/167903/4 accepted/tizen/unified/20180124.061556 submit/tizen/20180123.002657
2018-01-19 hj kimAdd new rotate and resize APIs those are use GraphickMagicK 51/166851/13
2018-01-04 Jiyong MinChange the buffer(memory) parameter of the image for... 63/165763/6 accepted/tizen/unified/20180109.172741 submit/tizen/20180108.064644
2017-12-18 hj kimBug fix of realpath check. File does not exist for... 24/164224/2 accepted/tizen/unified/20171229.070222 submit/tizen/20171227.043416
2017-12-11 Jiyong MinAdd to check realpath before fopen 91/163391/6 accepted/tizen/unified/20171211.160409 submit/tizen/20171211.080624
2017-12-07 hj kimRemove mm_util_set_hardware_acceleration(). This API... 00/163100/1
2017-12-07 Jiyong MinMake files clean up and fixing build error 93/162893/5 submit/tizen/20171207.225809
2017-12-05 Jiyong MinChange 'LIBDIR' to '${LIB_INSTALL_DIR}'(macro) and... 83/162683/3 submit/tizen/20171204.084209
2017-12-01 hj kimJust add define 13/162413/1
2017-11-29 hj kimChange hard coded path to get by using tzplatform API 42/162142/1 accepted/tizen/unified/20171130.113336 submit/tizen/20171130.061035
2017-11-27 Jiyong MinApply CMake 19/161719/5
2017-11-24 hj kimRemove capi-media-tool dependency 58/161558/2
2017-11-22 Jiyong MinRemove capi-media-tool dependency & unused libraries 98/161198/3 submit/tizen/20171123.062739 submit/tizen/20171124.024723
2017-11-16 Jiyong MinModify media_packet creation for invalid operation... 11/160411/3 accepted/tizen/unified/20171120.065131 submit/tizen/20171120.011858
2017-11-16 Jiyong MinModify buffer overflow when image was rotated 84/160384/3
2017-11-15 Jiyong MinModify the value returned by transform to return correc... 01/160201/6
2017-11-14 hj kimRemove TTRACE dependency and refine debug msg 32/160032/4
2017-11-14 Jiyong MinFix 64bit build error (Replace 'llu' to 'PRIu64') 60/159960/1
2017-11-10 Jiyong MinAdd missing media_packet color to fix that image-util... 03/159603/1 submit/tizen/20171113.042933 submit/tizen/20171113.231122
2017-11-10 Jiyong MinCode clean up of TTRACE and modify converting colorspac... 96/159596/1
2017-11-10 Jiyong MinCode clean up header files and memory allocations 20/159320/4 submit/tizen/20171110.043613
2017-11-07 Jiyong MinModify the size of the buffer for rotating or cropping... 72/159072/3 accepted/tizen/unified/20171108.063455 submit/tizen/20171107.034519
2017-11-03 Jiyong MinCode clean up of removing unused define, macro and... 56/158756/1 accepted/tizen/unified/20171103.162253 submit/tizen/20171103.020449
2017-11-01 Jiyong MinModify to get the size of the cropped image and modify... 77/158477/2
2017-11-01 Jiyong MinCode Cleanup unneccessary variables and functions 56/158356/4 accepted/tizen/unified/20171101.064755 submit/tizen/20171101.024016
2017-11-01 Jiyong MinFix buffer-overflow issue when image was cropped 01/158301/3
2017-10-31 Jiyong MinCode Cleanup for __mm_util_transform_exec 01/158201/3
2017-10-26 Anastasia LyupaFix leak and double-free in gif encoding 78/157778/1
2017-10-24 Jiyong MinReplace thread creation before pushing data to async_qu... 67/157067/5 accepted/tizen/unified/20171025.075123 submit/tizen/20171024.105208
2017-10-20 Jiyong MinRemove unused variables 91/156791/1
2017-09-28 Jiyong MinModify to free memory encoded to bmp and add to check... 33/152933/7 accepted/tizen/unified/20170929.081607 submit/tizen/20170928.093256
2017-09-12 Jiyong MinAdd finishing jpeg decompression due to memory leak 16/149316/4 accepted/tizen/unified/20170920.065524 submit/tizen/20170918.031342
2017-09-11 Jiyong MinRemove unused parameter, the size of the buffer 96/148796/1 accepted/tizen/unified/20170913.070611 submit/tizen/20170911.075345
2017-09-06 Haejeong KimChange free to SAFE_FREE 07/147907/1 accepted/tizen/unified/20170907.060419 submit/tizen/20170906.051057
2017-09-06 Haejeong KimRemove \n in dlog msg 15/147815/1
2017-09-04 Haejeong KimApply tizen coding rule 21/147521/1 accepted/tizen/unified/20170906.060721 submit/tizen/20170905.045152
2017-08-28 Haejeong KimRemove useless exif dependency 88/146288/1 accepted/tizen/unified/20170829.053213 submit/tizen/20170828.073653
2017-08-24 Jiyong MinModify the number of the pixcel to extract RGB 34/145934/3 accepted/tizen/unified/20170825.163238 submit/tizen/20170824.093048 submit/tizen/20170825.024959
2017-08-23 Haejeong KimJust remove function name in debug msg 56/145556/2
2017-08-23 Jiyong MinModify to check parameter and return value 87/145587/2
2017-08-23 Haejeong Kimformat arguments error fix 53/145553/1
2017-08-22 Jiyong MinRefactoring __gif_get_index_in_colormap() function 47/145047/2
2017-08-21 Jiyong MinAdd 'const' keyword to fix build warning of internal... 46/145046/2
next