summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-03-30minor(bmp): Include debugTazyFoundSoup
2026-03-30feat(tinyff): Include common in tinyff.cTazyFoundSoup
2026-03-30feat(png, bmp): Pass context to debug messagingTazyFoundSoup
2026-03-30refactor(dbg): Use context instead of debugging global statesTazyFoundSoup
2026-03-30feat(common): Create ff_ctx initialiserTazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-29fix(): Bro idk wtf happened but idk i dunno wat to sayTazyFoundSoup
2026-03-28fix(png): Remove require_valid voidingTazyFoundSoup
2026-03-28fix(bmp): Get result.h from tinyff includeTazyFoundSoup
2026-03-28feat(bmp): Set ff_bmp_ctx file size to buffer location after theTazyFoundSoup
signiture
2026-03-28fix(bridges): Create new file stream moved to stdio bridgeTazyFoundSoup
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(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-03fix(png): Removed last_error field even though the png_ctx is NULLTazyFoundSoup
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-02-23refactor(png): Change tinf include bracket styleTazyFoundSoup
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-22refactor(png): Cast iline to uint32_t in scanline iteration loopTazyFoundSoup
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(common): Remove common.h includeTazyFoundSoup
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
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
2026-02-22fix(bmp): Readd removed includes (oops, first time using Zed)TazyFoundSoup
2026-02-22support(zed): Support Zed editorTazyFoundSoup
2026-02-17fix(png): Set last_error field before returning resultTazyFoundSoup
2026-02-17feat(bmp): Implement ff_open_bmp function for BMP context initializationTazyFoundSoup
2026-02-16feat(bmp): Implement ff_bmp_isvalid function for BMP signature validationTazyFoundSoup
2026-02-16fix(png): Change return value of ff_open_png to no implTazyFoundSoup
2026-02-16feat(com): Add little endianTazyFoundSoup
2026-02-15feat(png): Add handler for tRNS ancillary chunk in PNG processingTazyFoundSoup
2026-01-31fix(png): Implement Paeth predictor in ff_png_data_handler for scanline ↵TazyFoundSoup
filtering
2026-01-31fix(png): Remove the address operator from the memory copy of the previous rowTazyFoundSoup
2026-01-31fix(png): Update filter type handling in ff_png_data_handler for unknown casesTazyFoundSoup
2026-01-31fix(png): Correct memory copy operations in ff_png_data_handlerTazyFoundSoup
2026-01-31feat(png): Implement scanline filtering in ff_png_data_handlerTazyFoundSoup
2026-01-30refactor(png): Relocate ff_png_bpp to png.c from png.hTazyFoundSoup
2026-01-29feat(png): Iterate over every scanline in the IDAT chunkTazyFoundSoup
2026-01-29feat(png): Keep interlacing value in PNG contextTazyFoundSoup
2026-01-28chore: Remove recent update commentsTazyFoundSoup
2026-01-28feat(png): Confirm tinf_uncompress for IDAT handler return's valueTazyFoundSoup