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 (
Collapse
)
Author
2026-05-28
feat(thread): Add thread jobs and thread wrapper
TazyFoundSoup
2026-05-23
feat(thread): Make thread.h and thread.c in respective directories
TazyFoundSoup
2026-05-22
refactor(bench): move bench printing to source file
TazyFoundSoup
2026-05-22
refactor: move benches to include directory
TazyFoundSoup
2026-05-21
feat(png): Make initial PNG encoder function
TazyFoundSoup
2026-05-21
feat(common): add ff_write_be32 and le32 for inverse endianess functions
TazyFoundSoup
2026-05-18
feat(common): Implement memset implementation
TazyFoundSoup
2026-05-18
refactor(png): Remove string.h dependency from png.h
TazyFoundSoup
2026-05-05
feat(bench): add benchmarking macros and instrumentation hooks
TazyFoundSoup
2026-04-28
feat(ctx): Add ff_bench bench field if benchmarking is enabled
TazyFoundSoup
2026-04-23
remove(ctx): Migrate ff_ctx to common.h
TazyFoundSoup
2026-04-15
feat(png): Implement genericness for PNG
TazyFoundSoup
2026-04-14
feat(png): Add ff_close_png function
TazyFoundSoup
2026-04-14
feat(common): Create embeddable ff_memcpy
TazyFoundSoup
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
signiture
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
generalisation
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
table
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
[next]