summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-22fix(png): Remove last_error field (ff_png_ctx) additions fromTazyFoundSoup
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
2026-02-22fix(png): Add ff_result return type to ff_png_chunk_handler_ptrTazyFoundSoup
2026-02-22fix(bmp): Readd removed includes (oops, first time using Zed)TazyFoundSoup
2026-02-22fix(bmp): Remove unnecessary includes from bmp.hTazyFoundSoup
2026-02-22support(zed): Support Zed editorTazyFoundSoup
2026-02-22feat(makefile): Add makefile and compile_commands.jsonTazyFoundSoup
2026-02-22fix(bmp): Comment unnecessary #endif labelTazyFoundSoup
2026-02-17fix(png): Set last_error field before returning resultTazyFoundSoup
2026-02-17feat(dbg): Comment functionsTazyFoundSoup
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(bmp): Add palette and pixels fields to ff_bmp_ctx structureTazyFoundSoup
2026-02-16feat(bmp): Add bitmapTazyFoundSoup
2026-02-16feat(com): Add little endianTazyFoundSoup
2026-02-15feat(png): Add handler for tRNS ancillary chunk in PNG processingTazyFoundSoup
2026-02-04feat(png): Add ff_png_normalize function and generic image headerTazyFoundSoup
2026-01-31fix(png): Implement Paeth predictor in ff_png_data_handler for scanline filte...TazyFoundSoup
2026-01-31fix(png): Remove the address operator from the memory copy of the previous rowTazyFoundSoup
2026-01-31docs(readme): Update project description in README.mdtazy
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
2026-01-28feat(result): Add decrompression failure error resultTazyFoundSoup
2026-01-26feat(png): Add small BpP helper function for ff_png_ctxTazyFoundSoup
2026-01-26feat(png): Decompress IDAT using tinf uncompress (WIP)TazyFoundSoup
2026-01-26dep(tinf): Add tinf dependency 1.2.1TazyFoundSoup
2026-01-15refactor(png): Remove unused ff_png_chunk struct definitionTazyFoundSoup
2026-01-15feat(png): Implement PLTE chunk handlingTazyFoundSoup
2026-01-15feat(png): Refactor PNG handling to use stream interfaceTazyFoundSoup
2026-01-15feat(streams): Add streamsTazyFoundSoup
2026-01-15feat(png): Add image data fields to PNG context structTazyFoundSoup
2026-01-14feat(png): Implement IEND chunk supportTazyFoundSoup
2026-01-14feat(png): Implement chunk handlers for IHDR and IDATTazyFoundSoup
2026-01-14feat(dbg): Add tinyff debug splash messageTazyFoundSoup
2026-01-04feat(dbg): Add debugging to png.ctazy
2026-01-04feat(png): Create header handler for the IHDR chunktazy
2025-12-19fix(png): map chunk type raw value to enum in ff_next_chunk functionTazyFoundSoup
2025-12-19fix(png): cast malloc return type for data_buffer in ff_next_chunkTazyFoundSoup
2025-12-19fix(png): Do not close FILE on invalidationTazyFoundSoup
2025-12-19feat(png): add ff_next_chunk functionTazyFoundSoup
2025-12-19chore: SINGNITURE spell checkTazyFoundSoup
2025-12-19scrap: doxygenTazyFoundSoup
2025-12-19dxgen(png): Add details for ff_png_chunk_type enumTazyFoundSoup