- 2d281e3 Refine the check for rav1e by Luca Barbato · 4 years, 3 months ago
- 428f4d5 Remove explicit avifColorPrimaries/avifTransferCharacteristics/avifMatrixCoefficients enum types for future compatibility by Joe Drago · 4 years, 3 months ago
- fb5a5f0 Switch avifImage's CICP storage from enums to uint16_t, for future compatibility with amendments to H.273 by Joe Drago · 4 years, 3 months ago
- 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, 3 months ago
- e86e59f Fix memcpy/sizeof typo in avifImageCopy by Frankie Dintino · 4 years, 3 months ago
- ceb2fa0 * Additional changes for PR #477 by Joe Drago · 4 years, 3 months ago
- 16d2647 Make alpha premultiply a step in YUV<->RGB conversion by Yuan Tong · 4 years, 3 months ago
- 1a07c50 add test for premultiply operation by Yuan Tong · 4 years, 3 months ago
- 3cf850b minor fixes by Yuan Tong · 4 years, 3 months ago
- e4850be Support premultiply alpha by Yuan Tong · 4 years, 3 months ago
- 82d720e ext/libgav1.cmd: sync to 4a89dc3, update abseil-cpp by Ewout ter Hoeven · 4 years, 4 months ago
- b398d7f docker/build.sh: Sync dav1d and libgav1 versions by Ewout ter Hoeven · 4 years, 4 months ago
- f703571 Update docker script and changelog, prevent unnecessary shared build by Yuan Tong · 4 years, 3 months ago
- bea60ad Upgrade to rav1e 0.4.0 by Yuan Tong · 4 years, 3 months ago
- 9f57a1c Run clang-format on include/avif/avif.h by Wan-Teh Chang · 4 years, 3 months ago
- 51a0834 Use procedure specified in H.273 to quantize YUV (#459) by Yuan Tong · 4 years, 3 months ago
- bba4975 Let developers know they can ignore avifIO.write by Ben Morss · 4 years, 3 months ago
- aaf332a Add AVIF_ prefix to AOM_OPTION_xxx enum constants by Wan-Teh Chang · 4 years, 4 months ago
- 247cb73 Change avifenc default speed from 4 to 6 by Wan-Teh Chang · 4 years, 4 months ago
- 2cf1285 Fix "Adjust min/max/speed defaults in avifenc" change by Joe Drago · 4 years, 4 months ago
- 9a36c75 clang-format (one last file) by Joe Drago · 4 years, 4 months ago
- a9a3375 clang-format (from recent change to .clang-format) by Joe Drago · 4 years, 4 months ago
- 16e4ce4 Adjust min/max/speed defaults in avifenc by Joe Drago · 4 years, 4 months ago
- 74afba3 Expose AOM specific film grain advanced options (#456) by Yuan Tong · 4 years, 4 months ago
- 11d2359 Fix ugly newlines before first parameter on calls in clang-format, reformat files by Joe Drago · 4 years, 4 months ago
- f79083d tests/docker/build.sh: Use lts_2020_09_23 maintenance branch for abseil-cpp by Ewout ter Hoeven · 4 years, 4 months ago
- 38bad1c test/docker/build.sh: Dependency update by Ewout ter Hoeven · 4 years, 4 months ago
- 723881f Ext: Update to dav1d 0.8.1 by Ewout ter Hoeven · 4 years, 4 months ago
- 295cab3 fix avis encode bug on Deduplication by Qiang Zhou · 4 years, 4 months ago
- f9fca86 Declare gridCols and gridRows as uint32_t by Wan-Teh Chang · 4 years, 4 months ago
- 5a62c20 avifImageSplitGrid need not allocate cell planes by Wan-Teh Chang · 4 years, 4 months ago
- ef33d9a Correct grid split place on high-depth image (#455) by Yuan Tong · 4 years, 4 months ago
- 84ff9d0 Change preposition in imir comment from along to about to remove ambiguity by Joe Drago · 4 years, 4 months ago
- 0b7c20e Simplify avifEncoderAddImageInternal conditionals by Wan-Teh Chang · 4 years, 4 months ago
- 8adbb97 Miscellaneous cleanup for src/write.c by Wan-Teh Chang · 4 years, 4 months ago
- 1305c0b Rename the gridX and gridY params of avifImageDump by Wan-Teh Chang · 4 years, 4 months ago
- af55f05 Fix comment and other nits. by Wan-Teh Chang · 4 years, 4 months ago
- 69c32ef Fix two bugs in alpha in grid image encoding by Wan-Teh Chang · 4 years, 4 months ago
- 00cbb77 Fix some clang warnings (#448) by Yuan Tong · 4 years, 4 months ago
- 291a67a Better handling for export headers (#447) by Yuan Tong · 4 years, 4 months ago
- 2b7f04e Fix -Wmissing-prototypes and -Wcast-qual warnings by Wan-Teh Chang · 4 years, 4 months ago
- f3dd8f6 Only check for too-small grid tiles when actually encoding a grid by Joe Drago · 4 years, 5 months ago
- db9f784 Explicitly cast avifImage** to const to avoid warning by Joe Drago · 4 years, 5 months ago
- 5559185 Hint at the existence of avifEncoderAddImageGrid() in avif_example_encode by Joe Drago · 4 years, 5 months ago
- 286e5ad avifenc: Implement grid encoding (-g, --grid) by Joe Drago · 4 years, 5 months ago
- aec9cff Add avifEncoderAddImageGrid() for grid image encoding, basic mdat and iprp dedup by Joe Drago · 4 years, 5 months ago
- 9182191 Explicit export public API to fix shared library build on MSVC (#439) by Yuan Tong · 4 years, 5 months ago
- 466a8e0 Keep copyright symbol, add explanation by TYTY · 4 years, 5 months ago
- 614d2d4 Only error on non-ASCII in string by TYTY · 4 years, 5 months ago
- b587c59 Solve all possible MSVC C4819 by TYTY · 4 years, 5 months ago
- 9667ad5 Check out the SVT-AV1 v0.8.6 tag by Wan-Teh Chang · 4 years, 5 months ago
- 12b6180 Ext: Update to dav1d 0.8.0 (#437) by Ewout ter Hoeven · 4 years, 5 months ago
- e09d63b Replace non-ASCII character. This solves C4819 on MSVC. by TYTY · 4 years, 5 months ago
- b4c41ef Fix undefined symbol on linking shared library when libgav1 is enabled by TYTY · 4 years, 5 months ago
- f8d9b83 Add the avifContainerDump() function by Wan-Teh Chang · 4 years, 5 months ago
- 1db0703 Force libjpeg to output in RGB Colorspace by Yuan Tong · 4 years, 5 months ago
- 4cffc19 Upgrade to libaom v2.0.1 by Wan-Teh Chang · 4 years, 5 months ago
- 894200c Reenable AVIF_VERSION_DEVEL by Joe Drago · 4 years, 5 months ago
- e937c5b v0.8.4 by Joe Drago · 4 years, 5 months ago v0.8.4
- 70c113b mark scripts as executable by Skal · 4 years, 5 months ago
- 260ac98 Remove double-parens by Joe Drago · 4 years, 5 months ago
- df44c40 Further imir disambiguation for avifdec --info by Joe Drago · 4 years, 5 months ago
- a366880 avifenc: Disambiguate usages of vertical and horizontal in syntax by Joe Drago · 4 years, 5 months ago
- 474c7af Add explicit examples in avifImageMirror comments to protect comments-skimming programmers from misinterpreting mirror logic by Joe Drago · 4 years, 5 months ago
- 7ca3dd9 Remove unneeded cast for grid->rows, grid->columns by Wan-Teh Chang · 4 years, 5 months ago
- 938c4aa Add AVIF_MATRIX_COEFFICIENTS_YCGCO (YCgCo) support by Wan-Teh Chang · 4 years, 5 months ago
- bb4918d Allow override of HAVE_POISON_SYSTEM_DIRECTORIES_WARNING by Benbuck Nason · 4 years, 5 months ago
- 6b235b4 Add AVIF_RESULT_NOT_IMPLEMENTED result, and use in libyuv fast path as a more precise signaling to the caller by Joe Drago · 4 years, 5 months ago
- aba51d8 Add some protections against improperly using AVIF_ADD_IMAGE_FLAG_SINGLE by Joe Drago · 4 years, 5 months ago
- d3ceb5b avifenc: Fix y4m/stdin corner cases when trying to detect a "single image" encode by Joe Drago · 4 years, 5 months ago
- 79ebcf3 Fix grid image rows/cols parsing on invalid data by Joe Drago · 4 years, 5 months ago
- 30c6a68 Print MC value when warning resetting to defaults by Wan-Teh Chang · 4 years, 5 months ago
- 7f7d38d GitHub Actions: Fixate Nasm version by Ewout ter Hoeven · 4 years, 5 months ago
- 1736edd GitHub Actions: Add back setup-python by Ewout ter Hoeven · 4 years, 5 months ago
- 0c9fa0a Travis CI: Update Ubuntu 20.04 and Nasm 2.15.05 by Ewout ter Hoeven · 4 years, 5 months ago
- 28d6505 AppVeyor: Update Nasm to 2.15.05 by Ewout ter Hoeven · 4 years, 5 months ago
- 36a48ae GitHub Actions: Update to Ubuntu 20.04, Nasm 2.15 by Ewout ter Hoeven · 4 years, 5 months ago
- 93d5bf9 avifDecoderNthImageMaxExtent(): Remove includeDependentFrameExtents argument, as it only added confusion, and the use-case with it set to false isn't useful by Joe Drago · 4 years, 5 months ago
- 1558452 Replace firstExtent in avifDecoderItemMaxExtent by Wan-Teh Chang · 4 years, 5 months ago
- d69958e Fix bugs in MaxExtent and ExtentMerge by Wan-Teh Chang · 4 years, 5 months ago
- af0d484 Miscellaneous cleanup in read.c by Wan-Teh Chang · 4 years, 5 months ago
- 8027539 Clean up comments related to idat fox for an item by Wan-Teh Chang · 4 years, 5 months ago
- 8d90c05 Use correct abbreviated function name in printf by Wan-Teh Chang · 4 years, 5 months ago
- b5735f5 Reword comments for clarity by Joe Drago · 4 years, 5 months ago
- 0d8b89b avifGuessFileFormat() now guesses by header magic instead, if the file can be read by Joe Drago · 4 years, 5 months ago
- d2b8254 Explicitly mark helper functions with a note about avifDecoderParse() returning OK first by Joe Drago · 4 years, 5 months ago
- 4bcdfde Expose avifDecoderItemExtent as avifExtent, and add avifDecoderNthImageMaxExtent() streaming helper function by Joe Drago · 4 years, 5 months ago
- 87707d9 Reintroduce validity comment lost by the Ready revert by Joe Drago · 4 years, 5 months ago
- 217056b Fix all offsets to be uint64_t and all sizes to be size_t in avifDecoderItemExtent and avifDecoderItem by Joe Drago · 4 years, 5 months ago
- 5998f59 Revert "Add avifDecoderNthImageReady() avifIO helper function" by Joe Drago · 4 years, 5 months ago
- bf58fe7 Read/write one of each type of colr box, as allowed in HEIF 6.5.5.1 (Amemendment 3) by Joe Drago · 4 years, 6 months ago
- 4eb2d0b Fix comment typo and add parens around macro value by Joe Drago · 4 years, 6 months ago
- 19c914a Add avifDecoderNthImageReady() avifIO helper function by Joe Drago · 4 years, 6 months ago
- 5434d12 Update changelog by Joe Drago · 4 years, 6 months ago
- ede5c20 Expose maxThreads to avifDecoder, add --jobs to avifdec by Joe Drago · 4 years, 6 months ago
- 2a8e221 Minor rewording by Joe Drago · 4 years, 6 months ago
- 0ba2ca7 Create AVIF_VERSION_DEVEL, which allows for in-development changes to be ifdef'd in downstream projects by Joe Drago · 4 years, 6 months ago
- e7bf59c v0.8.3 by Joe Drago · 4 years, 6 months ago v0.8.3
- f0cb848 Reorder the offset checks in avifIOTestReaderRead by Wan-Teh Chang · 4 years, 6 months ago
- cff2a64 Reword avifIOReadFunc comments for clarity (wantehchang) by Joe Drago · 4 years, 6 months ago