summaryrefslogtreecommitdiff
path: root/include/tinyff
AgeCommit message (Collapse)Author
2026-03-30feat(tinyff): Move FF_BASE to tinyff.hTazyFoundSoup
2026-03-30feat(stream): Create writing callbacks for ff_streamTazyFoundSoup
2026-03-30refactor(result): FF_FLAG using bool instead of binaryTazyFoundSoup
2026-03-30feat(png): Add context to isvalid and open_pngTazyFoundSoup
2026-03-30chore(imports): Import debug and tinyff.h in png.hTazyFoundSoup
2026-03-30feat(png): Require context for debug configurationTazyFoundSoup
2026-03-30fix(bmp): Chunk handler's require context for debug configurationTazyFoundSoup
2026-03-30feat(dbg): Remove message formatting (temp)TazyFoundSoup
2026-03-30feat(common): Add allocator to ff_ctxTazyFoundSoup
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-15feat(image.generic): Add Bitmap as image origin option forTazyFoundSoup
generalisation
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
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-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-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-02-23refactor(png): Change tinf include bracket styleTazyFoundSoup
2026-02-22feat(bench): Check if marker size is out of boundsTazyFoundSoup
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-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-22fix(bmp): Comment unnecessary #endif labelTazyFoundSoup
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-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-30refactor(png): Relocate ff_png_bpp to png.c from png.hTazyFoundSoup
2026-01-29feat(png): Keep interlacing value in PNG contextTazyFoundSoup
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-15refactor(png): Remove unused ff_png_chunk struct definitionTazyFoundSoup
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