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
Age
Commit message (
Expand
)
Author
2026-04-14
fix(stream): Stdio bridge write callback and const correctness
TazyFoundSoup
2026-04-14
feat(common): Add ff_memcmp
TazyFoundSoup
2026-04-14
chore: Remove old comments
TazyFoundSoup
2026-04-03
feat(result): AddBMP invalid signature result
TazyFoundSoup
2026-04-03
refactor(common): Change endianess function names to ff_le32 and ff_be32
TazyFoundSoup
2026-04-02
feat(math): add math core and replace FF_ABS macro with ff_absi
TazyFoundSoup
2026-04-02
feat(math): add math core and replace FF_ABS macro with ff_absi
TazyFoundSoup
2026-03-30
feat(tinyff): Move FF_BASE to tinyff.h
TazyFoundSoup
2026-03-30
feat(stream): Create writing callbacks for ff_stream
TazyFoundSoup
2026-03-30
refactor(result): FF_FLAG using bool instead of binary
TazyFoundSoup
2026-03-30
feat(png): Add context to isvalid and open_png
TazyFoundSoup
2026-03-30
chore(imports): Import debug and tinyff.h in png.h
TazyFoundSoup
2026-03-30
feat(png): Require context for debug configuration
TazyFoundSoup
2026-03-30
fix(bmp): Chunk handler's require context for debug configuration
TazyFoundSoup
2026-03-30
feat(dbg): Remove message formatting (temp)
TazyFoundSoup
2026-03-30
feat(common): Add allocator to ff_ctx
TazyFoundSoup
2026-03-28
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
TazyFoundSoup
2026-03-28
fix(stream): Remove old file code in stream.h
TazyFoundSoup
2026-03-28
fix(png): Include tinyff/tinyff.h instead of tinyff.h
TazyFoundSoup
2026-03-15
feat(image.generic): Add Bitmap as image origin option for
TazyFoundSoup
2026-03-11
fix(bmp): Fail BITMAP header parsing if header is not correct size
TazyFoundSoup
2026-03-10
refactor(common): Add a context base for every ff_*_ctx
TazyFoundSoup
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-03
feat(main): Create ff_ctx for global setting storage
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(png): Add require valid argument to ff_open_png
TazyFoundSoup
2026-03-01
feat(result): Create freestanding boolean alternative
TazyFoundSoup
2026-03-01
feat(bmp): Add bitmap section handler template to bmp.h
TazyFoundSoup
2026-02-23
refactor(png): Change tinf include bracket style
TazyFoundSoup
2026-02-22
feat(bench): Check if marker size is out of bounds
TazyFoundSoup
2026-02-22
fix(dbg): resolve debug globals linkage
TazyFoundSoup
2026-02-22
refactor(*): Change include brackets from "" to <>
TazyFoundSoup
2026-02-22
fix(common): Move inline endian utility functions to common.h
TazyFoundSoup
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
TazyFoundSoup
2026-02-22
fix(png): Add ff_result return type to ff_png_chunk_handler_ptr
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(dbg): Comment functions
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
2026-02-16
feat(com): Add little endian
TazyFoundSoup
2026-02-15
feat(png): Add handler for tRNS ancillary chunk in PNG processing
TazyFoundSoup
2026-02-04
feat(png): Add ff_png_normalize function and generic image header
TazyFoundSoup
2026-01-30
refactor(png): Relocate ff_png_bpp to png.c from png.h
TazyFoundSoup
2026-01-29
feat(png): Keep interlacing value in PNG context
TazyFoundSoup
[next]