1. de7e6c0 Fix a minor comment typo: INT_MIN => INT32_MIN by Wan-Teh Chang · 2 years, 5 months ago
  2. b3e0f31 Have avifImageSetMetadataExif extract orientation by Wan-Teh Chang · 2 years, 5 months ago
  3. dff376b Set volatile monochrome8bit,colorType in avifpng.c by Yannis Guyon · 2 years, 6 months ago
  4. e00947f Replace tagStandardXMP by define in avifjpeg.c by Yannis Guyon · 2 years, 6 months ago
  5. 401230d Read extended XMP in avifjpeg.c by Yannis Guyon · 2 years, 6 months ago
  6. cd0bb35 Improve printClapFraction() by Wan-Teh Chang · 2 years, 6 months ago
  7. 71d008e Remove assert(b != 0). by Wan-Teh Chang · 2 years, 6 months ago
  8. ac58c4f Replace repeated subtraction by modulo in calcGCD by Wan-Teh Chang · 2 years, 6 months ago
  9. d0f2fee Use PNG_COLOR_TYPE_GRAY for 8-bit grayscale output by Wan-Teh Chang · 2 years, 6 months ago
  10. 815f7c6 Rename flags to chromaDownsampling,chromaUpsampling by Yannis Guyon · 2 years, 6 months ago
  11. 1fa47f2 Add avifImageExtractExifOrientationToIrotImir() by Yannis Guyon · 2 years, 6 months ago
  12. b3d441a Revert avifImageRGBToYUV() API changes by Yannis Guyon · 2 years, 6 months ago
  13. f34cd41 Reuse png_infop for png_read_end() in avifPNGRead() by Yannis Guyon · 2 years, 6 months ago
  14. ff32286 avifEncoder: Add the autoTiling option by Wan-Teh Chang · 2 years, 7 months ago
  15. 352abf6 Read XMP from PNG and Exif,XMP from Jpeg by Yannis Guyon · 2 years, 7 months ago
  16. 94a72a5 Extract Exif to avifImage in avifPNGRead() by Yannis Guyon · 2 years, 7 months ago
  17. 7a38b79 Add support for sharp yuv in avifImageRGBToYUV. by maryla-uc · 2 years, 7 months ago
  18. 40ffc1b In avifenc/dec, treat all arguments that start with '-' as flags. by maryla-uc · 2 years, 7 months ago
  19. febec9c Refactor avifChromaDownsampling into avifRGBToYUVFlag by Yannis Guyon · 2 years, 7 months ago
  20. 8903605 avifdec: Return proper exit code in "info" mode by Vignesh Venkatasubramanian · 2 years, 7 months ago
  21. c915781 avifImageDump: Declare the avif parameter as const by Wan-Teh Chang · 2 years, 7 months ago
  22. f9297fa avifenc: Set YUV format to 400 for grayscale PNGs by Vignesh Venkatasubramanian · 2 years, 7 months ago
  23. 2ded15b Add the avifDecoder option 'imageDimensionLimit' by Wan-Teh Chang · 2 years, 7 months ago
  24. bf4f1a5 Compile with Clang -Wshorten-64-to-32 warning flag by Wan-Teh Chang · 2 years, 7 months ago
  25. d22d4de Refactor libyuv yuv->rgb conversion with function pointers by Vignesh Venkatasubramanian · 2 years, 7 months ago
  26. 29ccdc6 avifPNGWrite: Output RGB if input has no alpha by Wan-Teh Chang · 2 years, 8 months ago
  27. 1ce971e Make avifImageAllocatePlanes() return avifResult by Yannis Guyon · 2 years, 8 months ago
  28. f2e4b1a Adding a basic test for lossless. (#984) by Vincent Rabaud · 2 years, 8 months ago
  29. 5a60792 Add avifrgbtoyuvtest to test RGB-YUV subsampling by Yannis Guyon · 2 years, 9 months ago
  30. 44b086a Convert some tests to C++ and GoogleTest by Yannis Guyon · 2 years, 10 months ago
  31. 4d07cb1 Do not display 0 bytes for absent metadata chunks by Yannis Guyon · 2 years, 10 months ago
  32. 45b6b1b Free metadata upon avifenc exit by Yannis Guyon · 2 years, 11 months ago
  33. 6aaea11 Remove alphaRange from avifImage (#926) by Vignesh Venkatasubramanian · 2 years, 11 months ago
  34. e3c279d Fix help message of `avifdec` by Shun Sakai · 3 years ago
  35. 207093c Cast one of the uint32_t factors to size_t by Wan-Teh Chang · 3 years ago
  36. ac769a1 Fix -Wformat / -Wformat-non-iso on MinGW UCRT (#874) by Yuan Tong · 3 years ago
  37. 21961f4 Replace some memcpy calls with struct assignments by Wan-Teh Chang · 3 years ago
  38. b7c428c Fix avifpng.c for libpng 1.4 (#866) by Yannis Guyon · 3 years ago
  39. 34a736d Fix signed/unsigned mismatch and loss-of-data conversion warnings for CL in new avif tests by Joe Drago · 3 years, 1 month ago
  40. 6655f6e Fix y4mRead() and y4mWrite() for 4:0:0 (#833) by Yannis Guyon · 3 years, 1 month ago
  41. 3f01702 Document that SVT-AV1 doesn't support lossless yet by Wan-Teh Chang · 3 years, 1 month ago
  42. 38d5208 Fix y4m read/write for images of non-standard dimensions (#802) by Yannis Guyon · 3 years, 3 months ago
  43. 5dfa7da Use "C420" as default Y4M color space parameter by Wan-Teh Chang · 3 years, 5 months ago
  44. 641039c Allocate alpha alongside YUV (if necessary) during y4m decode to avoid incorrect alphaRowBytes math by Joe Drago · 3 years, 7 months ago
  45. 980d585 Make image size limit configurable, expose to avifdec by Wan-Teh Chang · 3 years, 8 months ago
  46. c7301f3 avifdec: Add PNG compression level arg by Joe Drago · 3 years, 8 months ago
  47. e4b118f Remove unneeded null check for decoder by Wan-Teh Chang · 3 years, 8 months ago
  48. 4f10704 Better message for unsupported file extension by Wan-Teh Chang · 3 years, 8 months ago
  49. c3c8afb Call avifDecoderNextImage in while loop condition by Wan-Teh Chang · 3 years, 8 months ago
  50. 8df04be Additional changes from requests in PR #640 by Joe Drago · 3 years, 9 months ago
  51. e79bc37 Updates from early review from WTC by Joe Drago · 3 years, 10 months ago
  52. bffba3b Support for progressive AVIFs and operating point selection by Joe Drago · 3 years, 10 months ago
  53. 26c7ed6 Don't need to disable MSVC warnings 5031 and 5032 by Wan-Teh Chang · 3 years, 9 months ago
  54. 4eadcc5 Rename CPU count helper function, document its failure case by Joe Drago · 3 years, 9 months ago
  55. 5a98790 avifenc, avifdec: Allow "-j all" to automatically use all of the cores on the machine by Joe Drago · 3 years, 10 months ago
  56. 5e8cb66 Cleanup avifutil.h comment to match libavif style by Joe Drago · 3 years, 10 months ago
  57. 77c5a09 Have avifdec print chroma sample position for 420 by Wan-Teh Chang · 3 years, 10 months ago
  58. b551bb3 Refactor imir implementation to match HEIF Draft Amendment 2, which replaces 'axis' with 'mode' and inverts the behavior by Joe Drago · 3 years, 10 months ago
  59. f1a64e7 Correct AVIF_PIXEL_FORMAT_NONE handling logic by Yuan Tong · 3 years, 10 months ago
  60. 2dcf7fa Declare the param of avifDumpDiagnostics as const by Wan-Teh Chang · 3 years, 10 months ago
  61. bfc5aca Add avifDiagnostics to avifEncoder and avifCodec (internal) by Joe Drago · 3 years, 10 months ago
  62. 5a5915c Add helpful values/calculations when dumping clap box by Joe Drago · 3 years, 11 months ago
  63. 7ba866f Handle "auto" (NONE) properly when someone explicitly uses MC=identity by Joe Drago · 3 years, 11 months ago
  64. f5b98a6 avifdec: Invert strict defaults, remove --strict, add --no-strict; Mark diags that occur in strict mode with Strict by Joe Drago · 3 years, 11 months ago
  65. f42d880 Create helper avifCropRect struct and methods for helping to manipulate/populate/validate avifCleanApertureBox by Joe Drago · 3 years, 11 months ago
  66. 55e31e9 avifenc: Add --crop convenient alternative arg to the difficult-to-use --clap arg by Joe Drago · 3 years, 11 months ago
  67. e7c95e0 Standardize enum flags typedef patterns for more self-documenting code by Joe Drago · 3 years, 11 months ago
  68. 9b942c2 Introduce strict flags, enable on avifenc commandline by Joe Drago · 3 years, 11 months ago
  69. 4d5f4a4 Introduce avifDiagnostics, which allows for a detailed, freeform error string upon decode error by Joe Drago · 3 years, 11 months ago
  70. 6898f30 Update the documentation for libaom sharpness param by Jayasanker J · 3 years, 11 months ago
  71. 4bd6d82 Remove two lines of duplicate code in avifJPEGRead by Wan-Teh Chang · 4 years ago
  72. 63b532d Edit comments and move some variable declarations by Wan-Teh Chang · 4 years ago
  73. 9339e52 Check yuvFormat is 444 or NONE if MC is IDENTITY by Wan-Teh Chang · 4 years ago
  74. fbd2195 Ensure requested range is full before directly copying JPEG pixels by Joe Drago · 4 years ago
  75. d686a55 Add new default setting for avifenc's --yuv: "auto" by Joe Drago · 4 years ago
  76. 98c9b2f Minor changes to PR #430 - by Joe Drago · 4 years ago
  77. ce701aa Fix reading JPEG YUV as Grayscale by Yuan Tong · 4 years, 1 month ago
  78. b6eb607 Prevent colorspace conversion when reading from JPEG if possible by Yuan Tong · 4 years, 1 month ago
  79. 890e31f Warn if alpha is limited range (deprecated) by Wan-Teh Chang · 4 years ago
  80. d37ef74 Clarify the help message for -r,--raw-color by Wan-Teh Chang · 4 years ago
  81. e282285 Recognize the Y4M format string "C420mpeg2" (#576) by Wan-Teh Chang · 4 years ago
  82. 3775253 Describe color and alpha as planes, not sub-images (#575) by Wan-Teh Chang · 4 years ago
  83. 1809baa Use aom_codec_set_option() if available (#567) by Wan-Teh Chang · 4 years ago
  84. dfa2f0a Additional fixes for PR #530 by Joe Drago · 4 years ago
  85. d4f317b Multiply color with alpha for opaque RGB format during conversion by Yuan Tong · 4 years, 1 month ago
  86. 33cff6b Set codec-specific options for color or alpha only (#534) by Wan-Teh Chang · 4 years ago
  87. 4f40299 Fail on reformat Identity with subsampling, make avifenc correct this before reformat (#517) by Yuan Tong · 4 years, 1 month ago
  88. 6f0ba32 avifenc: Document the y4m framerate harvesting fallback in the syntax, set default to 30fps by Joe Drago · 4 years, 1 month ago
  89. ee48a65 Declare the 'avif' parameter of y4mWrite as const by Wan-Teh Chang · 4 years, 1 month ago
  90. e73b318 Update default speed to 6 in avifenc help message by Wan-Teh Chang · 4 years, 2 months ago
  91. b40f7c2 Two minor fixes for avifenc.c by Wan-Teh Chang · 4 years, 2 months ago
  92. 6a2c5ea Declare 'avif' param of avifJPEG/PNGWrite as const (#508) by Wan-Teh Chang · 4 years, 1 month ago
  93. 53adb6a Fix comment nits (#507) by Wan-Teh Chang · 4 years, 1 month ago
  94. 4520bab Remove alphaPremultiplied line in avifJPEGWrite by Wan-Teh Chang · 4 years, 1 month ago
  95. b9158fa Remove alpha premultiply code in avifjpeg.c by Yuan Tong · 4 years, 1 month ago
  96. 9238b6a Harvest framerate from y4m headers as the "default", if present (#500) by Joe Drago · 4 years, 1 month ago
  97. 19cc46b Recognize the Y4M format string "C420mpeg2" by Wan-Teh Chang · 4 years, 1 month ago
  98. 559def5 Add avifColorPrimaries, etc. back as typedefs by Wan-Teh Chang · 4 years, 2 months ago
  99. 428f4d5 Remove explicit avifColorPrimaries/avifTransferCharacteristics/avifMatrixCoefficients enum types for future compatibility by Joe Drago · 4 years, 2 months ago
  100. 75d1afa Set the default for RGBA output to not be premultiplied to not break preexisting functionality and match typical expectations. by Joe Drago · 4 years, 2 months ago