index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
load-bmp.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2016-07-08
git stripspace
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
bmp: Support arbitrary bit mask widths.
Sebastian Rasmussen
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-22
bmp: Support alpha for 16- and 32-bit uncompressed images.
Sebastian Rasmussen
2016-03-29
bmp: Optimize reading of bitmap image data.
Sebastian Rasmussen
2016-03-29
bmp: Add support for decoding 24-bit RLE images.
Sebastian Rasmussen
2016-03-29
bmp: Add support for extra alpha mask.
Sebastian Rasmussen
2016-03-29
bmp: Add support for embedded PNG images.
Sebastian Rasmussen
2016-03-29
bmp: Add support for embedded JPEG images.
Sebastian Rasmussen
2016-03-29
bmp: Add support for 4-bit bitmasks.
Sebastian Rasmussen
2016-03-29
bmp: Improve fallback handling of palette color entries.
Sebastian Rasmussen
2016-03-29
bmp: Parse OS/2 header compression field correctly.
Sebastian Rasmussen
2016-03-29
bmp: Only allow in range bitcounts for uncompressed images.
Sebastian Rasmussen
2016-03-29
bmp: Add identifiers for compression instead of hardcoded values.
Sebastian Rasmussen
2016-03-29
bmp: Parse component bitmasks correctly.
Sebastian Rasmussen
2016-03-29
bmp: Fix typo in bitmask comparison.
Sebastian Rasmussen
2016-03-29
bmp: Fix typo in end of input data check.
Sebastian Rasmussen
2016-03-29
bmp: Fix typo in supported bits per pixel check.
Sebastian Rasmussen
2016-03-23
Fix MSVC builds.
Robin Watts
2016-03-23
Add support for BMP images.
Sebastian Rasmussen