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-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
png_isvalid function
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
2026-02-15
feat(png): Add handler for tRNS ancillary chunk in PNG processing
TazyFoundSoup
2026-02-04
feat(png): Add ff_png_normalize function and generic image header
TazyFoundSoup
2026-01-31
fix(png): Implement Paeth predictor in ff_png_data_handler for scanline ↵
TazyFoundSoup
filtering
2026-01-31
fix(png): Remove the address operator from the memory copy of the previous row
TazyFoundSoup
2026-01-31
docs(readme): Update project description in README.md
tazy
2026-01-31
fix(png): Update filter type handling in ff_png_data_handler for unknown cases
TazyFoundSoup
2026-01-31
fix(png): Correct memory copy operations in ff_png_data_handler
TazyFoundSoup
2026-01-31
feat(png): Implement scanline filtering in ff_png_data_handler
TazyFoundSoup
2026-01-30
refactor(png): Relocate ff_png_bpp to png.c from png.h
TazyFoundSoup
2026-01-29
feat(png): Iterate over every scanline in the IDAT chunk
TazyFoundSoup
2026-01-29
feat(png): Keep interlacing value in PNG context
TazyFoundSoup
2026-01-28
chore: Remove recent update comments
TazyFoundSoup
2026-01-28
feat(png): Confirm tinf_uncompress for IDAT handler return's value
TazyFoundSoup
2026-01-28
feat(result): Add decrompression failure error result
TazyFoundSoup
2026-01-26
feat(png): Add small BpP helper function for ff_png_ctx
TazyFoundSoup
2026-01-26
feat(png): Decompress IDAT using tinf uncompress (WIP)
TazyFoundSoup
2026-01-26
dep(tinf): Add tinf dependency 1.2.1
TazyFoundSoup
2026-01-15
refactor(png): Remove unused ff_png_chunk struct definition
TazyFoundSoup
2026-01-15
feat(png): Implement PLTE chunk handling
TazyFoundSoup
2026-01-15
feat(png): Refactor PNG handling to use stream interface
TazyFoundSoup
2026-01-15
feat(streams): Add streams
TazyFoundSoup
2026-01-15
feat(png): Add image data fields to PNG context struct
TazyFoundSoup
2026-01-14
feat(png): Implement IEND chunk support
TazyFoundSoup
2026-01-14
feat(png): Implement chunk handlers for IHDR and IDAT
TazyFoundSoup
2026-01-14
feat(dbg): Add tinyff debug splash message
TazyFoundSoup
2026-01-04
feat(dbg): Add debugging to png.c
tazy
2026-01-04
feat(png): Create header handler for the IHDR chunk
tazy
2025-12-19
fix(png): map chunk type raw value to enum in ff_next_chunk function
TazyFoundSoup
2025-12-19
fix(png): cast malloc return type for data_buffer in ff_next_chunk
TazyFoundSoup
2025-12-19
fix(png): Do not close FILE on invalidation
TazyFoundSoup
[prev]
[next]