index
:
tinyff.git
docs/doxygen-comments
feat/multi-threading
master
staging/issue-tracker
staging/write_palette_chunk
A generalized C multimedia library for constrained and embedded environments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tinyff
/
image
/
bmp.h
Age
Commit message (
Expand
)
Author
2026-03-10
feat(bmp): Add section size definitions and macro for color table
TazyFoundSoup
2026-03-04
feat(bmp): Create section handler's and implement into handler lookup
TazyFoundSoup
2026-03-02
feat(bmp): Make ff_bmp_section_handler lookup table
TazyFoundSoup
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
2026-03-01
feat(bmp): Add bitmap section handler template to bmp.h
TazyFoundSoup
2026-02-22
refactor(*): Change include brackets from "" to <>
TazyFoundSoup
2026-02-22
fix(bmp): Readd removed includes (oops, first time using Zed)
TazyFoundSoup
2026-02-22
fix(bmp): Remove unnecessary includes from bmp.h
TazyFoundSoup
2026-02-22
fix(bmp): Comment unnecessary #endif label
TazyFoundSoup
2026-02-17
feat(bmp): Implement ff_open_bmp function for BMP context initialization
TazyFoundSoup
2026-02-16
feat(bmp): Implement ff_bmp_isvalid function for BMP signature validation
TazyFoundSoup
2026-02-16
feat(bmp): Add palette and pixels fields to ff_bmp_ctx structure
TazyFoundSoup
2026-02-16
feat(bmp): Add bitmap
TazyFoundSoup