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 (
Collapse
)
Author
2026-04-21
feat(Makefile): Use -fno-omit-frame-pointer flag for debugging
TazyFoundSoup
2026-04-21
fix(Makefile): Fix build flags and build flow
TazyFoundSoup
2026-04-18
fix(git): Ignore generated documents
TazyFoundSoup
2026-04-16
fix(docs): Redirect watson link to tazy.dev
TazyFoundSoup
2026-04-16
feat(docs): Add mdbook docs
TazyFoundSoup
2026-04-16
feat(ci/cd): Specify docs directory in mdBook build and add CNAME
ᵗᵃᶻʸ
2026-04-15
fix(ci/cd): Give canary release writing permissions
v0.1.0
TazyFoundSoup
2026-04-15
feat(tests/png): Add lenna256 test for png
TazyFoundSoup
2026-04-15
feat(png): Implement genericness for PNG
TazyFoundSoup
2026-04-15
feat(Makefile): Add png_tests
TazyFoundSoup
2026-04-15
feat(ci/cd): More CI/CD
TazyFoundSoup
2026-04-15
fix(bench): Remove bmp and png bench mark objects
TazyFoundSoup
2026-04-14
fix(test/png): Use official ff_close_png function to free png data in
TazyFoundSoup
png test
2026-04-14
feat(png): Add ff_close_png function
TazyFoundSoup
2026-04-14
feat(png): Validate CRC in ff_png_dispatch
TazyFoundSoup
2026-04-14
feat(common): Create embeddable ff_memcpy
TazyFoundSoup
2026-04-14
chore(dbg): Add newline at end of ff_cleanup message
TazyFoundSoup
2026-04-14
feat(png): Validate CRC with crc32.c from tinf
TazyFoundSoup
2026-04-14
fix(png): Test requires FF_RESULT_OK to work
TazyFoundSoup
v0.1.0 lets gooooooo
2026-04-14
fix(png): IDAT uncompressed size and zlib header skip
TazyFoundSoup
2026-04-14
fix(dbg): ff_dprintf null write callback check
TazyFoundSoup
2026-04-14
fix(stream): Stdio bridge write callback and const correctness
TazyFoundSoup
2026-04-14
fix(png): Return FF_RESULT_OK since everything's fully implemented :)
TazyFoundSoup
2026-04-14
feat(png): Add png dispatcher
TazyFoundSoup
2026-04-14
fix(png): Fix tinf_uncompress out_size bug
TazyFoundSoup
2026-04-14
feat(common): Add ff_memcmp
TazyFoundSoup
2026-04-14
chore: Remove old comments
TazyFoundSoup
2026-04-03
chore: Remove editor specific configuration files
TazyFoundSoup
2026-04-03
fix(stream): Explicitly disable write in stdio bridge
TazyFoundSoup
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-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(bmp): Create bmp_open test
TazyFoundSoup
2026-03-30
minor(bmp): Include debug
TazyFoundSoup
2026-03-30
feat(tinyff): Include common in tinyff.c
TazyFoundSoup
2026-03-30
fix(png/test): Use new context design in open_png test
TazyFoundSoup
2026-03-30
feat(png, bmp): Pass context to debug messaging
TazyFoundSoup
2026-03-30
refactor(dbg): Use context instead of debugging global states
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
feat(common): Create ff_ctx initialiser
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
fix(bridges): Move stream source to src/
TazyFoundSoup
[next]