summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIF: Split out logical screen descriptor extraction.Michael Drake2021-11-191-27/+46
* LZW: Remove double blank lines.Michael Drake2021-11-192-8/+0
* GIF: Remove double blank lines.Michael Drake2021-11-191-3/+0
* GIF: Initilisation: Make frame initialisation loop more readable.Michael Drake2021-11-191-1/+3
* GIF: Unify insufficient data error codes.Michael Drake2021-11-193-43/+19
* GIF: Use common colour table code for global colour table.Michael Drake2021-11-191-22/+12
* GIF: Split out colour table extraction.Michael Drake2021-11-191-21/+48
* GIF: Split header reader out into helper function.Michael Drake2021-11-191-16/+44
* Add myself to the copyright headers.Michael Drake2021-11-194-0/+4
* GIF: Initialisation: Remove misleading comment.Michael Drake2021-11-181-1/+0
* GIF: Optimise deinterlacing of frame rows.Michael Drake2021-11-081-23/+60
* API: Fix typos in public header.Michael Drake2021-11-051-4/+4
* API: Clean up public header indentation.Michael Drake2021-11-051-115/+113
* GIF: Constify raw source data.Michael Drake2021-11-042-17/+17
* GIF: Don't write into the GIF source data to handle errors.Michael Drake2021-11-041-18/+6
* GIF: Use same function for frame initialisation and decoding.Michael Drake2021-11-041-83/+42
* GIF: Pass data position into the decoders.Michael Drake2021-11-041-69/+65
* GIF: Frame initialisation: Don't need to calculate gif_bytes.Michael Drake2021-11-041-5/+3
* GIF: Use frame rather than indexing frames array.Michael Drake2021-11-041-4/+4
* GIF: Remove redundant check and comment from frame initialiser.Michael Drake2021-11-041-14/+0
* GIF: Use image parsing frunction for frame initialisation.Michael Drake2021-11-041-59/+4
* GIF: Reorder functions so frame initialise can use image decoder.Michael Drake2021-11-041-526/+523
* GIF: Split out image parsing.Michael Drake2021-11-041-36/+103
* GIF: Bitmaps: Encapsulate bitmap handling.Michael Drake2021-11-031-78/+134
* GIF: Unify frame clearing functions.Michael Drake2021-11-031-42/+29
* GIF: Align disposal methods with spec.Michael Drake2021-11-031-13/+16
* GIF: Clear can't fail.Michael Drake2021-11-031-9/+4
* GIF: Helper to get the frame structure for given frame index.Michael Drake2021-11-031-35/+44
* GIF: Store transparancy index on the frame.Michael Drake2021-11-032-8/+3
* GIF: Pass frame index into frame initialiser.Michael Drake2021-11-031-25/+23
* GIF: Move frame parameter extraction into decode wrapper.Michael Drake2021-11-031-22/+12
* GIF: Clear: Don't need to decode the previous frame metadata now.Michael Drake2021-11-021-48/+1
* GIF: Unify calculation of transparency index.Michael Drake2021-11-021-22/+23
* GIF: Change background colour handling.Michael Drake2021-11-022-15/+20
* GIF: Rename frame record/recover functions.Michael Drake2021-11-021-4/+4
* GIF: Decode: Split out bitmap wipe to transparent.Michael Drake2021-11-021-9/+16
* GIF: Decode: Clean up frame clearing/restoration.Michael Drake2021-11-021-23/+22
* GIF: Decode: Avoid indexing to frame structue.Michael Drake2021-11-021-21/+24
* GIF: Rename frame to frame_idx through decode function.Michael Drake2021-11-021-27/+27
* GIF: Clean up preparation for first frame.Michael Drake2021-11-021-7/+3
* GIF: Fix inconsistent function return value handling.Michael Drake2021-11-021-53/+52
* GIF: Clear: Don't request bitmap again.Michael Drake2021-11-021-13/+7
* GIF: Clear: Pass frame structure instead of index.Michael Drake2021-11-021-22/+19
* GIF: Clear: Remove redundant disposal method check.Michael Drake2021-11-021-14/+14
* GIF: Remove special case for trailer after extension block.Michael Drake2021-11-021-8/+0
* GIF: Postpone initialisation of sprite until required.Michael Drake2021-11-021-8/+5
* GIF: Don't need to initialise sprite when clearing.Michael Drake2021-11-021-6/+0
* GIF: Rewrite extension parsing and skipping.Michael Drake2021-11-021-150/+144
* GIF: Minor style change to brace position.Michael Drake2021-11-021-1/+2
* GIF: Remove redundant buffer check.Michael Drake2021-11-021-16/+0