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
/
src
/
format
/
image
/
bmp.c
Age
Commit message (
Collapse
)
Author
2026-04-03
fix(bmp): Unvoid buffer and bmp_ctx in the header handler
TazyFoundSoup
2026-04-03
feat(result): AddBMP invalid signature result
TazyFoundSoup
2026-03-30
minor(bmp): Include debug
TazyFoundSoup
2026-03-30
feat(png, bmp): Pass context to debug messaging
TazyFoundSoup
2026-03-28
fix(bmp): Get result.h from tinyff include
TazyFoundSoup
2026-03-28
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
TazyFoundSoup
signiture
2026-03-11
fix(bmp): Fail BITMAP header parsing if header is not correct size
TazyFoundSoup
2026-03-10
fix(bmp): Add no implementaion warning for BITMAP header handler
TazyFoundSoup
2026-03-10
refactor(bmp): Use header size definition instead of literal
TazyFoundSoup
just for readability lol
2026-03-10
feat(bmp): Add section size definitions and macro for color table
TazyFoundSoup
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
2026-02-22
refactor(*): Change include brackets from "" to <>
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
TazyFoundSoup
2026-02-22
support(zed): Support Zed editor
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