2008-03-31 Bean <bean123ch@gmail.com>
* video/reader/png.c (grub_png_data): New member is_16bit and image_data. (grub_png_decode_image_header): Detect 16 bit png image. (grub_png_convert_image): New function to convert 16 bit image to 8 bit. (grub_png_decode_png): Call grub_png_convert_image for 16 bit image. (grub_video_reader_png): Release memory occupied by image_data. * fs/ntfs.c (find_attr): Handle non-resident attribute list larger than 4096 bytes. (grub_nfs_mount): Skip the test for sector per cluster. * include/grub/ntfs.h (MAX_SPC): Removed.
This commit is contained in:
parent
86cb4f54b4
commit
a33224e04b
4 changed files with 66 additions and 15 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2008-03-31 Bean <bean123ch@gmail.com>
|
||||
|
||||
* video/reader/png.c (grub_png_data): New member is_16bit and
|
||||
image_data.
|
||||
(grub_png_decode_image_header): Detect 16 bit png image.
|
||||
(grub_png_convert_image): New function to convert 16 bit image to 8 bit.
|
||||
(grub_png_decode_png): Call grub_png_convert_image for 16 bit image.
|
||||
(grub_video_reader_png): Release memory occupied by image_data.
|
||||
|
||||
* fs/ntfs.c (find_attr): Handle non-resident attribute list larger than
|
||||
4096 bytes.
|
||||
(grub_nfs_mount): Skip the test for sector per cluster.
|
||||
|
||||
* include/grub/ntfs.h (MAX_SPC): Removed.
|
||||
|
||||
2008-03-31 Bean <bean123ch@gmail.com>
|
||||
|
||||
* conf/common.rmk (pkgdata_MODULES): Add afs.mod.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue