platform/core/multimedia/libmm-fileinfo.git
2022-09-16 jiyong.minFix the wrong pointer typecast 95/281295/6
2022-09-16 jiyong.minModify incompability code in 64bit 91/281291/6
2022-09-16 jiyong.minFix type mismatch 84/281284/4
2022-08-18 minje.ahnFix coverity issue 49/279749/7 accepted/tizen/unified/20220819.122454 submit/tizen/20220818.080117
2022-08-11 minje.ahnRemove unnecessary parameters 30/279530/2 accepted/tizen/unified/20220816.130750 submit/tizen/20220812.021136
2022-08-11 minje.ahnID3v2 tag parser refactoring 76/279476/5
2022-08-10 minje.ahnChange to copy only the specified frame length 75/279475/2
2022-08-08 minje.ahnid3v2.2 parser refactoring 88/279388/3 accepted/tizen/unified/20220810.135844 submit/tizen/20220809.032739
2022-08-08 minje.ahnRemove unused tags 86/278786/7
2022-08-08 minje.ahnImprove imelody related code 57/278757/14
2022-08-08 minje.ahnID3tag parser refactoring 52/278652/9
2022-08-08 minje.ahnImprove _get_first_good_video_frame complexity 44/278544/5
2022-07-21 minje.ahnAdd static to global variable 92/278492/1
2022-07-21 minje.ahnRemove unused parameter 78/278478/1
2021-12-13 Jiyong Minreplace g_memdup() to g_memdup2() 90/267890/2 accepted/tizen/unified/20211222.230449 submit/tizen/20211212.233427
2021-12-10 Jiyong Minreplace 'av_init_packet' to 'av_packet_alloc' 83/267783/5 accepted/tizen/unified/20211213.133601 submit/tizen/20211209.083747
2021-12-09 Jiyong Minincrease 'probesize' to 50000 15/267715/4 accepted/tizen/unified/20211210.115151 submit/tizen/20211209.083928
2021-11-22 Jiyong Minreduced 'probesize' to 10000 with getting configurable... 46/266746/6 accepted/tizen/unified/20211123.015910 submit/tizen/20211122.073257
2021-11-11 Jiyong MinAdd to limit 'probesize' for getting stream information. 77/266177/7 accepted/tizen/unified/20211115.141625 submit/tizen/20211112.015536
2021-03-11 Minje AhnFix heap buffer overflow 12/255012/3 accepted/tizen/6.5/unified/20211028.115620 accepted/tizen/unified/20210316.151432 submit/tizen/20210312.013632 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
2021-02-17 jiyong.minfix an integer underflow due to unsigned subtraction 00/253700/5 accepted/tizen/unified/20210219.041142 submit/tizen/20210218.011240
2021-01-14 jiyong.minfix potential crash issue due to sws_scale() 37/251337/6 accepted/tizen/unified/20210115.004550 submit/tizen/20210114.023654
2021-01-07 Minje AhnVersion up (1.0.2 -> 1.0.3) 59/251059/1 accepted/tizen/unified/20210108.125919 submit/tizen/20210107.083906
2021-01-07 Minje AhnImprove initializers readability 29/251029/3
2021-01-07 Minje AhnMerge get_mime_type into get_format 26/251026/4
2021-01-07 Minje AhnAdd missing mime type:matroska(mkv), quicktime(mov) 24/251024/3
2021-01-07 Minje AhnRemove CP932 from locale_map 13/251013/2
2021-01-06 Minje AhnRemove unused code 11/251011/1
2020-12-08 Minje AhnSeparate album art extraction 12/248712/4 accepted/tizen/unified/20201209.124852 submit/tizen/20201208.235402
2020-12-01 hj kimBug fix of wrong video frame rate with FFmpeg 82/247882/8 accepted/tizen/unified/20201208.043851 submit/tizen/20201208.031841
2020-12-01 hj kimFix build errors after applying FFmpeg 85/246485/14
2020-11-25 Minje AhnRemove size limit for album art extraction 01/248301/2 accepted/tizen/unified/20201126.022722 submit/tizen/20201125.073424
2020-11-20 hj kimRemove useless codes 81/247881/3 accepted/tizen/unified/20201120.125415 submit/tizen/20201120.020306
2020-11-19 Minje AhnAAC: Optimize to read tag size only instead of whole... 91/247991/3
2020-11-19 Minje AhnRemove unreachable code 82/247982/2
2020-11-19 Minje AhnRemove duplicated line 53/247953/2
2020-11-11 jiyong.minapply 'MM_VIDEO_CODEC_AV1' enum for AV1 codec 48/247448/4 accepted/tizen/unified/20201117.124135 submit/tizen/20201112.054726 submit/tizen/20201116.031718
2020-11-06 hj kimAdd bulk test codes 28/246828/10 accepted/tizen/unified/20201111.124726 submit/tizen/20201110.072449
2020-11-06 Minje AhnAdd return value check in ID3v1 75/246875/7
2020-11-06 Minje AhnFix stream info extraction bug 74/246874/4
2020-11-05 jiyong.minminor change. rename 'readed' to 'readn'
2020-11-03 Minje AhnFix 64bit build error 73/246673/3 submit/tizen/20201103.020205
2020-11-03 hj kimVersion up(0.6.92 -> 0.6.93) 30/246630/1
2020-10-28 Minje AhnImprove readability 07/246307/2
2020-10-28 Minje AhnUpdated broken description 99/246299/7
2020-10-28 Minje AhnImprove function to get stream info 95/246295/9
2020-10-28 Minje AhnImprove function to find ID3v2 last offset 93/246293/4
2020-10-28 Minje AhnChange to reuse buffer 25/246225/6
2020-10-27 Minje AhnMerge same logic 16/246216/3
2020-10-27 Minje AhnUse g_list_free_full() instead 14/246214/2
2020-10-27 Minje AhnUse g_ascii_isalnum() instead 13/246213/1
2020-10-27 Minje AhnRemove unused info 12/246212/1
2020-10-13 hj kimSupport extracting stream information of AV1 97/245597/2 submit/tizen/20201013.060431
2020-10-12 jiyong.minFix .wav file header not found 17/245517/3 submit/tizen/20201012.053205
2020-09-24 jiyong.minFix memory leak 66/244766/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.114425 accepted/tizen/6.0/unified/hotfix/20201103.002746 accepted/tizen/unified/20200925.140234 submit/tizen/20200924.055537 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 tizen_6.0.m2_release
2020-09-15 Minje AhnFix coverity issue 45/244145/1 accepted/tizen/unified/20200918.123654 submit/tizen/20200916.012329 submit/tizen/20200917.011100 submit/tizen/20200917.223734
2020-08-10 Minje AhnFix a bug in mmfile_format_open_ffmpg() 10/240610/1 accepted/tizen/unified/20200811.050345 submit/tizen/20200810.055506
2020-07-23 chengyj1985Buffer 'VideoCodecTypeString' can overflow when index>28 09/239209/2 accepted/tizen/unified/20200724.124243 submit/tizen/20200722.015458
2020-06-30 chengyj1985Buffer 'gPi->TrackInfo' accessed by index 'sdTr' can... 09/237409/2 accepted/tizen/unified/20200702.141759 submit/tizen/20200701.023736
2020-06-02 Minje AhnFix 64bit build error 96/235096/2 accepted/tizen/unified/20200603.150226 submit/tizen/20200602.003220
2020-06-02 hj kimVersion up(0.6.88 -> 0.6.89) 28/235028/1
2020-05-28 Minje AhnFix memory leak on failure 90/233490/2
2020-05-28 Minje AhnImprove validity function for MPEG-TS 04/234704/2
2020-05-28 Minje AhnFormat validity related code cleanup 98/234698/2
2020-05-28 Minje AhnMerge the same macro 76/234376/3
2020-05-28 Minje AhnCode cleanup in mm_file_format_ffmpeg.c 53/234353/2
2020-05-28 Minje AhnFormat mp3 cleanup 22/234022/4
2020-05-28 Minje Ahntag related code cleanup 78/233878/6
2020-05-28 Minje AhnFrame related code cleanup 80/233480/3
2020-05-28 hj kimVersion up(0.6.87 -> 0.6.88) 93/234693/2 accepted/tizen/unified/20200529.124312 submit/tizen/20200528.061116
2020-05-15 Minje AhnRemove unnecessary define 32/233332/4
2020-05-13 Minje Ahnformat IMELODY cleanup 22/233222/2
2020-05-13 Minje AhnFormat MMF cleanup 82/232982/2
2020-05-13 Minje AhnFormat MIDI cleanup 84/232884/3
2020-05-08 Minje AhnRemove unused files 28/232828/4
2020-05-08 Minje AhnFormat WAV cleanup 27/232827/2
2020-05-07 Minje AhnRemove test code for directory support 23/232823/1
2020-05-07 Minje AhnRemove memtrace 15/232715/1
2020-05-07 Minje AhnRemove format dummy 03/232703/1
2020-05-07 Minje AhnFormat AMR cleanup 99/232699/1
2020-05-07 Minje AhnFormat AAC cleanup 58/232658/2
2020-05-07 Minje AhnInternal functions cleanup 57/232657/2
2020-05-07 Minje AhnChange image buf type 00/232600/2
2020-05-07 Minje AhnRemove timestamp 39/232539/4
2020-05-07 Minje AhnRemove codec related code 03/232503/5
2020-05-06 Minje AhnRemove EXPORT_API 79/232479/3
2020-05-06 Minje AhnImprove allocation related code 78/232478/3
2020-05-04 Minje Ahnfunction in mm_file_util_string cleanup 80/232380/2 submit/tizen/20200506.061601
2020-05-04 Minje AhnChange return value 77/232377/2
2020-05-03 Minje AhnUse macro instead 89/232089/3
2020-04-28 Minje AhnCheck file before dlopen 45/232045/4
2020-04-06 jiyong.minRemove duplicated condition for checking the frame... 58/229858/2
2020-03-11 jiyong.minFix crash issue due to garbage value 07/227307/1 accepted/tizen/unified/20200407.043020 submit/tizen/20200406.033132
2020-03-02 hj kimUnify duplicated codes regarding getting file size 17/226117/7
2020-02-27 hj kimUnify duplicate codes regarding content attribute 87/225987/3
2020-02-26 hj kimFix typo 14/226014/2 submit/tizen/20200226.080940
2020-02-13 jiyong.minReplace return value to define instead of hardcoded... 47/224747/1
2020-02-10 hj kimdefine enum for ID3tag to make codes simple 55/223855/26 accepted/tizen/unified/20200213.121600 submit/tizen/20200212.003832
2020-02-07 jiyong.minBump to 0.6.85 82/224182/1
2020-02-07 jiyong.minRemove unused code and apply coding rule 76/224176/2 accepted/tizen/unified/20200210.131829 submit/tizen/20200207.024848
next