summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2026-02-22git(ci/cd): Create make CI/CD workflowtazy
2026-02-22refactor(png): Cast iline to uint32_t in scanline iteration loopTazyFoundSoup
2026-02-22fix(make): Create OUTDIR if not existingTazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22fix(make): Build objects into dist/ directoryTazyFoundSoup
2026-02-22fix(common): Remove common.h includeTazyFoundSoup
2026-02-22git(ignore): Stop tracking cacheTazyFoundSoup
2026-02-22git(ignore): Remove cache directoryTazyFoundSoup
2026-02-22Make gitignoreTazyFoundSoup
2026-02-22dep(tinf): Fix tinflate.c include pathTazyFoundSoup
2026-02-22fix(png): Remove last_error field (ff_png_ctx) additions fromTazyFoundSoup
png_isvalid function