summaryrefslogtreecommitdiff
path: root/src/format/image
AgeCommit message (Collapse)Author
11 daysfix(png): fix png chunk writer's writing orderWatson Wheeler
It now prints it in the way the spec intends (length, type, data, crc) Signed-off-by: Watson Wheeler <git@tazy.dev>
2026-06-27chore: remove old commentsWatson Wheeler
Removed an old comment of mine. Expect more cleaning soon Signed-off-by: Watson Wheeler <git@tazy.dev>
2026-05-22git(attributes): Force LF for all text files except windows specificTazyFoundSoup
files
2026-05-22refactor: move benches to include directoryTazyFoundSoup
2026-05-21feat(png): Make initial PNG encoder functionTazyFoundSoup
2026-05-21feat(png): Implement chunk writer in PNG encoderTazyFoundSoup
2026-05-18fix(png): Use ff_memset instead of hosted memset by string.hTazyFoundSoup
2026-05-18ci(coverage): Add repo coverage with codecovTazyFoundSoup
2026-05-05minor(png): Change tRNS debug recieving message incorrect chunk typeTazyFoundSoup
2026-05-05feat(png): add benchmark markers to png decodingTazyFoundSoup
2026-04-22chore(png): Remove WIP from ff_open_png end noticeTazyFoundSoup
2026-04-15feat(png): Implement genericness for PNGTazyFoundSoup
2026-04-14feat(png): Add ff_close_png functionTazyFoundSoup
2026-04-14feat(png): Validate CRC in ff_png_dispatchTazyFoundSoup
2026-04-14feat(png): Validate CRC with crc32.c from tinfTazyFoundSoup
2026-04-14fix(png): IDAT uncompressed size and zlib header skipTazyFoundSoup
2026-04-14fix(png): Return FF_RESULT_OK since everything's fully implemented :)TazyFoundSoup
2026-04-14feat(png): Add png dispatcherTazyFoundSoup
2026-04-14fix(png): Fix tinf_uncompress out_size bugTazyFoundSoup
2026-04-03fix(bmp): Unvoid buffer and bmp_ctx in the header handlerTazyFoundSoup
2026-04-03feat(result): AddBMP invalid signature resultTazyFoundSoup
2026-04-03refactor(common): Change endianess function names to ff_le32 and ff_be32TazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-03-30minor(bmp): Include debugTazyFoundSoup
2026-03-30feat(png, bmp): Pass context to debug messagingTazyFoundSoup
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-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-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
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(png): Remove last_error field (ff_png_ctx) additions fromTazyFoundSoup
png_isvalid function
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
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