)]}'
{
  "commit": "ab8347b75b15fcfc71ef424e45fb6e0e1b530877",
  "tree": "fa189778a44ca168d34d722e692c3d3fc2375fad",
  "parents": [
    "c7ade389e30842921f748ebdc38aef626c366fc2"
  ],
  "author": {
    "name": "NiDU-NINJA",
    "email": "alnida1505@gmail.com",
    "time": "Wed Mar 11 00:14:04 2026 +0530"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Mar 10 11:44:04 2026 -0700"
  },
  "message": "Replace fseek,ftell with platform 64-bit file APIs\n\nReplace the use of fseek() and ftell() with platform-correct 64-bit file\nAPIs when determining file size in avifIOCreateFileReader().\n\nThe previous implementation relied on long, which may be 32-bit on some\nplatforms and can\u0027t represent file sizes larger than 2GB.\n\nThe change ensures consistent and correct large-file handling across\nWindows and POSIX systems without altering public APIs or parsing\nbehavior.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e43bdb5f2e708178cf989cded8ab4b695b8006e3",
      "old_mode": 33188,
      "old_path": "src/io.c",
      "new_id": "2fc0bf23cdb9045777bbfb93ec7b503b571b973f",
      "new_mode": 33188,
      "new_path": "src/io.c"
    }
  ]
}
