summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-29feat(png/test): Create png_open testTazyFoundSoup
2026-03-29feat(git): Ignore test logsTazyFoundSoup
2026-03-29feat(bridges): Move bridges to include folderTazyFoundSoup
2026-03-28fix(png): Remove require_valid voidingTazyFoundSoup
2026-03-28fix(bmp): Get result.h from tinyff includeTazyFoundSoup
2026-03-28feat(png/tests): Create png open testTazyFoundSoup
2026-03-28feat(bmp): Set ff_bmp_ctx file size to buffer location after theTazyFoundSoup
signiture
2026-03-28fix(stream): Remove old file code in stream.hTazyFoundSoup
2026-03-28fix(png): Include tinyff/tinyff.h instead of tinyff.hTazyFoundSoup
2026-03-28fix(bridges): Create new file stream moved to stdio bridgeTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Do not include folders within the include directoryTazyFoundSoup
2026-03-28minor_fix(zed): Show whitespaces on selectionTazyFoundSoup
idk why but i like it more
2026-03-26feat(Make): Build bridges on USE_HOSTED=1TazyFoundSoup
2026-03-23feat(Makefile): Add clang support as well as gccTazyFoundSoup
2026-03-15feat(image.generic): Add Bitmap as image origin option forTazyFoundSoup
generalisation
2026-03-14feat(bridges): Add README to bridgesTazyFoundSoup
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-10fix(bmp): Add no implementaion warning for BITMAP header handlerTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
2026-03-10refactor(bmp): Use header size definition instead of literalTazyFoundSoup
just for readability lol
2026-03-10feat(bmp): Add section size definitions and macro for color tableTazyFoundSoup
2026-03-04feat(bmp): Create section handler's and implement into handler lookupTazyFoundSoup
table
2026-03-03fix(png): Removed last_error field even though the png_ctx is NULLTazyFoundSoup
2026-03-03feat(main): Create ff_ctx for global setting storageTazyFoundSoup
2026-03-02feat(bmp): Make ff_bmp_section_handler lookup tableTazyFoundSoup
2026-03-01refactor(bmp): Cancel bmp validation checker if require_valid is offTazyFoundSoup
2026-03-01refactor(png): Cancel png validation checker if require_valid is offTazyFoundSoup
2026-03-01feat(png): Add require valid argument to ff_open_pngTazyFoundSoup
2026-03-01feat(result): Create freestanding boolean alternativeTazyFoundSoup
2026-03-01feat(bmp): Add bitmap section handler template to bmp.hTazyFoundSoup
2026-03-01feat(bench): Add benchmarkingTazyFoundSoup
2026-03-01refactor(make): Change CFLAGS formatting to multilineTazyFoundSoup
2026-03-01Enhance README with ASCII art and descriptiontazy
Added ASCII art header and updated project description.
2026-02-23refactor(png): Change tinf include bracket styleTazyFoundSoup
2026-02-23fix(bench): Return OK type at bench marker creation functionTazyFoundSoup
2026-02-22feat(bench): Check if marker size is out of boundsTazyFoundSoup
2026-02-22feat(bench): Add benchmarkingTazyFoundSoup
2026-02-22feat(bench): Make benchmarksTazyFoundSoup
2026-02-22fix(png): Do not set last error field in ctx after getting freedTazyFoundSoup
2026-02-22refactor(png): Cast unused variables to void to avoid unused errorsTazyFoundSoup
2026-02-22fix(dbg): resolve debug globals linkageTazyFoundSoup
2026-02-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
2026-02-22fix(common): Move inline endian utility functions to common.hTazyFoundSoup
2026-02-22git(CI/CD): Remove make checks (temp)TazyFoundSoup
2026-02-22just work already D:TazyFoundSoup
2026-02-22trigger ciTazyFoundSoup
2026-02-22git(CI/CD): Fix Makefile folder creation issueTazyFoundSoup
2026-02-22git(ci/cd): Remove configure script from make CI/CDtazy
Removed the configure step from the CI workflow.