1. 9388015 Add size_t casts to fix MSVC x86 compiler warnings by Wan-Teh Chang · 4 years, 6 months ago
  2. 1dd4e86 Detect file read error by calling ferror() by Wan-Teh Chang · 4 years, 6 months ago
  3. b69a329 avifIO read() should require readFlags == 0 by Wan-Teh Chang · 4 years, 6 months ago
  4. a930b43 Change 'size' param of avifIOReadFunc to size_t by Wan-Teh Chang · 4 years, 6 months ago
  5. 136d757 Declare the sizeHint field of avifIO as uint64_t by Wan-Teh Chang · 4 years, 6 months ago
  6. 54b2ef2 Miscellaneous cleanup changes for src/io.c by Wan-Teh Chang · 4 years, 6 months ago
  7. b856dc2 Read fails if offset is past end of buffer or file by Wan-Teh Chang · 4 years, 6 months ago
  8. a6d7874 avifIOMemoryReaderRead: Validate size correctly by wantehchang · 4 years, 6 months ago
  9. 1610471 avifIO: Remove API functions that take FILE* arguments by Derek Buitenhuis · 4 years, 6 months ago
  10. 0675bef Rename sizeLimit to sizeHint, it better matches the comment and conveys its optional nature by Joe Drago · 4 years, 6 months ago
  11. be4cbb9 avifIO reader API by Joe Drago · 4 years, 6 months ago