summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/Image.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04MdeModulePkg/HiiDatabaseDxe: Avoid struct assignmentArd Biesheuvel1-4/+5
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-425/+445
2019-04-24MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi1-1/+6
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-08MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed (CVE-2...edk2-stable201903Ray Ni1-2/+2
2019-03-08MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)Ray Ni1-23/+103
2018-10-26MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi1-0/+12
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-4/+4
2017-04-18MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi1-12/+12
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2016-09-28MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni1-33/+87
2016-09-28MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni1-7/+14
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni1-14/+12
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni1-70/+46
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni1-35/+20
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni1-56/+27
2016-09-28MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni1-54/+34
2016-09-28MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni1-74/+61
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi1-0/+16
2016-01-25MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong1-4/+16
2014-08-071) Add type cast for better coding style.Feng Tian1-6/+6
2014-06-26Refine code to make it more safely.Eric Dong1-1/+3
2013-11-08Not update the imageId for EXT1,2,4 type.Eric Dong1-4/+1
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian1-6/+0
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-02-23remove console control protocol consuming in DrawImage(), caller should make ...vanjeff1-11/+3
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-19/+20
2008-07-16Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro. qwang121-3/+0
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang121-86/+91
2008-06-23Merged in the following trackers from EDK:qwang121-39/+28
2008-05-27De-unicode in comment for all source files.qhuang81-4/+4
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+1509