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
/
format
Age
Commit message (
Expand
)
Author
11 days
feat(png): store filter method in png_ctx
Watson Wheeler
11 days
fix(png): fix png chunk writer's writing order
Watson Wheeler
2026-06-27
chore: remove old comments
Watson Wheeler
2026-05-22
git(attributes): Force LF for all text files except windows specific
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(png): Implement chunk writer in PNG encoder
TazyFoundSoup
2026-05-18
fix(png): Use ff_memset instead of hosted memset by string.h
TazyFoundSoup
2026-05-18
ci(coverage): Add repo coverage with codecov
TazyFoundSoup
2026-05-05
minor(png): Change tRNS debug recieving message incorrect chunk type
TazyFoundSoup
2026-05-05
feat(png): add benchmark markers to png decoding
TazyFoundSoup
2026-04-22
chore(png): Remove WIP from ff_open_png end notice
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(png): Validate CRC in ff_png_dispatch
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(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-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(png, bmp): Pass context to debug messaging
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-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
refactor(*): Change include brackets from "" to <>
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(png): Remove last_error field (ff_png_ctx) additions from
TazyFoundSoup
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
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
2026-02-16
feat(bmp): Implement ff_bmp_isvalid function for BMP signature validation
TazyFoundSoup
[next]