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
Age
Commit message (
Expand
)
Author
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): 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
chore: Remove old comments
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-03-30
minor(bmp): Include debug
TazyFoundSoup
2026-03-30
feat(tinyff): Include common in tinyff.c
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(common): Create ff_ctx initialiser
TazyFoundSoup
2026-03-30
fix(bridges): Move stream source to src/
TazyFoundSoup
2026-03-29
fix(): Bro idk wtf happened but idk i dunno wat to say
TazyFoundSoup
2026-03-28
fix(png): Remove require_valid voiding
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
2026-03-28
fix(bridges): Create new file stream moved to stdio bridge
TazyFoundSoup
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
2026-03-10
feat(bmp): Add section size definitions and macro for color table
TazyFoundSoup
2026-03-03
fix(png): Removed last_error field even though the png_ctx is NULL
TazyFoundSoup
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-02-23
refactor(png): Change tinf include bracket style
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
refactor(png): Cast iline to uint32_t in scanline iteration loop
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(common): Remove common.h include
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(bmp): Readd removed includes (oops, first time using Zed)
TazyFoundSoup
2026-02-22
support(zed): Support Zed editor
TazyFoundSoup
2026-02-17
fix(png): Set last_error field before returning result
TazyFoundSoup
2026-02-17
feat(bmp): Implement ff_open_bmp function for BMP context initialization
TazyFoundSoup
[next]