1. b6eb607 Prevent colorspace conversion when reading from JPEG if possible by Yuan Tong · 4 years, 2 months ago
  2. f8b2362 Add rav1e to AppVeyor builds by Joe Drago · 4 years ago
  3. ed48a0f Simplify the calculation of A (alpha) by Wan-Teh Chang · 4 years ago
  4. ef45bc6 Minor comment changes by Wan-Teh Chang · 4 years ago
  5. 728d670 Document toRGBAlphaMode field of avifReformatState by Wan-Teh Chang · 4 years ago
  6. 890e31f Warn if alpha is limited range (deprecated) by Wan-Teh Chang · 4 years ago
  7. 33d6462 Cast uint8_t variable to uint32_t before << 24 by Wan-Teh Chang · 4 years ago
  8. d37ef74 Clarify the help message for -r,--raw-color by Wan-Teh Chang · 4 years ago
  9. 51d1114 Always require a primary item when decoding items by Joe Drago · 4 years, 1 month ago
  10. c10c6be Require the pixel information property (pixi) for all displayable images by Joe Drago · 4 years, 1 month ago
  11. e018518 A HandlerBox (hdlr) of type 'pict' must be the first box within the MetaBox (meta) by Joe Drago · 4 years, 1 month ago
  12. c60ccae ipma box parsing accepts invalid inputs by Joe Drago · 4 years, 1 month ago
  13. e282285 Recognize the Y4M format string "C420mpeg2" (#576) by Wan-Teh Chang · 4 years ago
  14. a24c7ea Use cargo cinstall in local builds to ensure consistency in target output, as cbuild no longer builds directly into target/release by Joe Drago · 4 years ago
  15. 4674eca Pin libyuv checkout on CI to a specific hash, as 8a13626 broke the build by Joe Drago · 4 years ago
  16. 3775253 Describe color and alpha as planes, not sub-images (#575) by Wan-Teh Chang · 4 years ago
  17. 0e13ce1 Add some clarifying comments around mdat pass early-outs by Joe Drago · 4 years, 1 month ago
  18. 7bb0e1f Add proof-of-concept iref-box-merge script to fix certain AVIFs generated by old avifenc builds by Joe Drago · 4 years, 1 month ago
  19. bc883bb One more fix on test IO data by Joe Drago · 4 years, 1 month ago
  20. 97b5178 Move y4m files back to the main directory, tests rely on them there by Joe Drago · 4 years, 1 month ago
  21. 8d266dc Rearrange test data, remove old AVIFs by Joe Drago · 4 years, 1 month ago
  22. e568f73 Fix alpha grids by properly writing alpha grid metadata payload by Joe Drago · 4 years, 1 month ago
  23. 47f573b Check aom_codec_control(AOME_SET_CPUUSED) failure (#570) by Wan-Teh Chang · 4 years, 1 month ago
  24. 1809baa Use aom_codec_set_option() if available (#567) by Wan-Teh Chang · 4 years, 1 month ago
  25. 7f428ad Simplify conditional by Joe Drago · 4 years, 1 month ago
  26. 7ace982 Check if alpha plane is present when deciding toRGBAlphaMode (#558) by Yuan Tong · 4 years, 1 month ago
  27. dfa2f0a Additional fixes for PR #530 by Joe Drago · 4 years, 1 month ago
  28. d4f317b Multiply color with alpha for opaque RGB format during conversion by Yuan Tong · 4 years, 2 months ago
  29. 5f86f96 In libaom all intra mode, set cq-level for user (#551) by Wan-Teh Chang · 4 years, 1 month ago
  30. c042762 ext: Checkout libaom v3.0.0 by Ewout ter Hoeven · 4 years, 1 month ago
  31. 365bd5e Fix incorrect AVIF_RESULT_NO_IMAGES_REMAINING error (#557) by Wan-Teh Chang · 4 years, 1 month ago
  32. f56df6d Move aomCodecEncodeFinish() decl inside of an ifdef AVIF_CODEC_AOM_ENCODE block by Joe Drago · 4 years, 1 month ago
  33. b8c8944 Clean up the code that checks imageCountLimit (#549) by Wan-Teh Chang · 4 years, 1 month ago
  34. 620f491 Use same code pattern to fix MS CL code analysis (#550) by Wan-Teh Chang · 4 years, 1 month ago
  35. 8a82b95 Free codec->internal outside #if block (#546) by Wan-Teh Chang · 4 years, 1 month ago
  36. 741b2a0 Added an "Understanding maxThreads" explanation to avif.h by Joe Drago · 4 years, 1 month ago
  37. 452ad41 When encoding single-frame images using libaom, clean up the encoder immediately after encoding the frame to cut down on resources high watermarks by Joe Drago · 4 years, 1 month ago
  38. eaeea4a Remove analyze setting -- it enables a bunch of additional, unintended analysis per-compile by Joe Drago · 4 years, 1 month ago
  39. db1009a Code analysis cleanup (MS CL) by Joe Drago · 4 years, 1 month ago
  40. d2340b4 Create avifDecoder.imageCountLimit as a sanity check against malformed files by Joe Drago · 4 years, 1 month ago
  41. 859c910 Initialize prevFirstChunk to 0 to avoid incorrectly-flagged warning by Joe Drago · 4 years, 1 month ago
  42. 2456d2f Validate the first_chunk fields in the stsc box by Wan-Teh Chang · 4 years, 1 month ago
  43. e41e6b9 Use libaom's new all intra mode (#539) by Wan-Teh Chang · 4 years, 1 month ago
  44. 33cff6b Set codec-specific options for color or alpha only (#534) by Wan-Teh Chang · 4 years, 1 month ago
  45. c6acdf6 libavif.pc: respect libdir setting by Mike Frysinger · 4 years, 1 month ago
  46. 4f40299 Fail on reformat Identity with subsampling, make avifenc correct this before reformat (#517) by Yuan Tong · 4 years, 2 months ago
  47. bc9730f Reenable AVIF_VERSION_DEVEL by Joe Drago · 4 years, 2 months ago
  48. 4fedf0b v0.9.0 by Joe Drago · 4 years, 2 months ago v0.9.0
  49. 18a2e18 More changelog tweaks by Joe Drago · 4 years, 2 months ago
  50. 6f0ba32 avifenc: Document the y4m framerate harvesting fallback in the syntax, set default to 30fps by Joe Drago · 4 years, 2 months ago
  51. e3f10c7 Updates to changelog by Joe Drago · 4 years, 2 months ago
  52. ee48a65 Declare the 'avif' parameter of y4mWrite as const by Wan-Teh Chang · 4 years, 2 months ago
  53. e73b318 Update default speed to 6 in avifenc help message by Wan-Teh Chang · 4 years, 3 months ago
  54. a86dd71 Set cfg.kf_max_dist to 0 for still image encoding by Wan-Teh Chang · 4 years, 2 months ago
  55. e4ca51e Remove avifPrepareReformatState() from public API by Wan-Teh Chang · 4 years, 2 months ago
  56. b40f7c2 Two minor fixes for avifenc.c by Wan-Teh Chang · 4 years, 2 months ago
  57. d3cebbf Check out libaom v2.0.2 by Wan-Teh Chang · 4 years, 2 months ago
  58. d02cd5a Replace AVIF_CLAMP(c1, 0, maxF) with AVIF_MIN by Wan-Teh Chang · 4 years, 2 months ago
  59. 81b585a Ext: Update to dav1d 0.8.2 (#518) by Jamaika1 · 4 years, 2 months ago
  60. ee6c12b Document avifRGBImageSetDefaults() (#513) by Wan-Teh Chang · 4 years, 2 months ago
  61. cf8297e Clean up premultiplied code in avifImageRGBToYUV (#510) by Wan-Teh Chang · 4 years, 2 months ago
  62. b309e98 Chain a series of memcmp() calls using else if (#509) by Wan-Teh Chang · 4 years, 2 months ago
  63. 6a2c5ea Declare 'avif' param of avifJPEG/PNGWrite as const (#508) by Wan-Teh Chang · 4 years, 2 months ago
  64. 53adb6a Fix comment nits (#507) by Wan-Teh Chang · 4 years, 2 months ago
  65. d8a6434 Fix off-by-one errors in err msg/code in avifyuv.c (#506) by Wan-Teh Chang · 4 years, 2 months ago
  66. 7c5a2c3 Mention that RGBA is the default RGB format (#492) by Ben Morss · 4 years, 2 months ago
  67. 4520bab Remove alphaPremultiplied line in avifJPEGWrite by Wan-Teh Chang · 4 years, 2 months ago
  68. b9158fa Remove alpha premultiply code in avifjpeg.c by Yuan Tong · 4 years, 2 months ago
  69. 2c3c967 Remove extra parentheses around (x) < (low) (#501) by Wan-Teh Chang · 4 years, 2 months ago
  70. 9238b6a Harvest framerate from y4m headers as the "default", if present (#500) by Joe Drago · 4 years, 2 months ago
  71. 19cc46b Recognize the Y4M format string "C420mpeg2" by Wan-Teh Chang · 4 years, 2 months ago
  72. 5c1577e ext/svt.sh: Checkout SVT-AV1 v0.8.6 by Ewout ter Hoeven · 4 years, 2 months ago
  73. 95933b5 ext: Update SVT-AV1 repo by Ewout ter Hoeven · 4 years, 2 months ago
  74. ac14571 Impose a maximum of 4096 bytes on searchSampleSize by Wan-Teh Chang · 4 years, 2 months ago
  75. cbe0d20 Remove now-useless sanity check loop since commit be4cbb92 by Joe Drago · 4 years, 2 months ago
  76. be4a213 Add limited/full testing and full CICP specifying to avifyuv's drift mode (#473) by Yuan Tong · 4 years, 2 months ago
  77. 559def5 Add avifColorPrimaries, etc. back as typedefs by Wan-Teh Chang · 4 years, 2 months ago
  78. 2d281e3 Refine the check for rav1e by Luca Barbato · 4 years, 3 months ago
  79. 428f4d5 Remove explicit avifColorPrimaries/avifTransferCharacteristics/avifMatrixCoefficients enum types for future compatibility by Joe Drago · 4 years, 2 months ago
  80. fb5a5f0 Switch avifImage's CICP storage from enums to uint16_t, for future compatibility with amendments to H.273 by Joe Drago · 4 years, 2 months ago
  81. 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
  82. e86e59f Fix memcpy/sizeof typo in avifImageCopy by Frankie Dintino · 4 years, 3 months ago
  83. ceb2fa0 * Additional changes for PR #477 by Joe Drago · 4 years, 3 months ago
  84. 16d2647 Make alpha premultiply a step in YUV<->RGB conversion by Yuan Tong · 4 years, 3 months ago
  85. 1a07c50 add test for premultiply operation by Yuan Tong · 4 years, 3 months ago
  86. 3cf850b minor fixes by Yuan Tong · 4 years, 3 months ago
  87. e4850be Support premultiply alpha by Yuan Tong · 4 years, 3 months ago
  88. 82d720e ext/libgav1.cmd: sync to 4a89dc3, update abseil-cpp by Ewout ter Hoeven · 4 years, 3 months ago
  89. b398d7f docker/build.sh: Sync dav1d and libgav1 versions by Ewout ter Hoeven · 4 years, 3 months ago
  90. f703571 Update docker script and changelog, prevent unnecessary shared build by Yuan Tong · 4 years, 3 months ago
  91. bea60ad Upgrade to rav1e 0.4.0 by Yuan Tong · 4 years, 3 months ago
  92. 9f57a1c Run clang-format on include/avif/avif.h by Wan-Teh Chang · 4 years, 3 months ago
  93. 51a0834 Use procedure specified in H.273 to quantize YUV (#459) by Yuan Tong · 4 years, 3 months ago
  94. bba4975 Let developers know they can ignore avifIO.write by Ben Morss · 4 years, 3 months ago
  95. aaf332a Add AVIF_ prefix to AOM_OPTION_xxx enum constants by Wan-Teh Chang · 4 years, 3 months ago
  96. 247cb73 Change avifenc default speed from 4 to 6 by Wan-Teh Chang · 4 years, 3 months ago
  97. 2cf1285 Fix "Adjust min/max/speed defaults in avifenc" change by Joe Drago · 4 years, 3 months ago
  98. 9a36c75 clang-format (one last file) by Joe Drago · 4 years, 3 months ago
  99. a9a3375 clang-format (from recent change to .clang-format) by Joe Drago · 4 years, 3 months ago
  100. 16e4ce4 Adjust min/max/speed defaults in avifenc by Joe Drago · 4 years, 3 months ago