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
Age
Commit message (
Expand
)
Author
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
2026-03-01
refactor(png): Cancel png 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-03-01
feat(bench): Add benchmarking
TazyFoundSoup
2026-03-01
refactor(make): Change CFLAGS formatting to multiline
TazyFoundSoup
2026-03-01
Enhance README with ASCII art and description
tazy
2026-02-23
refactor(png): Change tinf include bracket style
TazyFoundSoup
2026-02-23
fix(bench): Return OK type at bench marker creation function
TazyFoundSoup
2026-02-22
feat(bench): Check if marker size is out of bounds
TazyFoundSoup
2026-02-22
feat(bench): Add benchmarking
TazyFoundSoup
2026-02-22
feat(bench): Make benchmarks
TazyFoundSoup
2026-02-22
fix(png): Do not set last error field in ctx after getting freed
TazyFoundSoup
2026-02-22
refactor(png): Cast unused variables to void to avoid unused errors
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
git(CI/CD): Remove make checks (temp)
TazyFoundSoup
2026-02-22
just work already D:
TazyFoundSoup
2026-02-22
trigger ci
TazyFoundSoup
2026-02-22
git(CI/CD): Fix Makefile folder creation issue
TazyFoundSoup
2026-02-22
git(ci/cd): Remove configure script from make CI/CD
tazy
2026-02-22
git(ci/cd): Create make CI/CD workflow
tazy
2026-02-22
refactor(png): Cast iline to uint32_t in scanline iteration loop
TazyFoundSoup
2026-02-22
fix(make): Create OUTDIR if not existing
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
fix(make): Build objects into dist/ directory
TazyFoundSoup
2026-02-22
fix(common): Remove common.h include
TazyFoundSoup
2026-02-22
git(ignore): Stop tracking cache
TazyFoundSoup
2026-02-22
git(ignore): Remove cache directory
TazyFoundSoup
2026-02-22
Make gitignore
TazyFoundSoup
2026-02-22
dep(tinf): Fix tinflate.c include path
TazyFoundSoup
2026-02-22
fix(png): Remove last_error field (ff_png_ctx) additions from
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
support(zed): Support Zed editor
TazyFoundSoup
2026-02-22
feat(makefile): Add makefile and compile_commands.json
TazyFoundSoup
2026-02-22
fix(bmp): Comment unnecessary #endif label
TazyFoundSoup
2026-02-17
fix(png): Set last_error field before returning result
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
fix(png): Change return value of ff_open_png to no impl
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
[next]