- e9c5860 Added avifDecoderNthImageTiming() for querying frame timing without needing to decode the frame by Joe Drago · 5 years ago
- d6b30da Avoid incorrect YUV range cast (these enums should be merged) by Joe Drago · 5 years ago
- 306c306 Declare some avifSampleTable * pointers as const by Wan-Teh Chang · 5 years ago
- 78e3c9d Address clang analyer issue in avifDecoderReset() by Benbuck Nason · 5 years ago
- 96d247d Ext: Only clone single branch of libgav1 by Ewout ter Hoeven · 5 years ago
- 8ba0550 Call dav1d_data_unref in dav1dCodecDestroyInternal by Wan-Teh Chang · 5 years ago
- 8991484 Fix clang warning (switch clamp to min) by Joe Drago · 5 years ago
- 03683e9 v0.6.3 by Joe Drago · 5 years ago v0.6.3
- 82a29c2 Add some missing unreleased changelog entries by Joe Drago · 5 years ago
- d4775f4 Clamp u16s before performing float lookup to protect against back codec output by Joe Drago · 5 years ago
- 75296fe Add some YUV->RGB optimizations by adding a unorm LUT, re-ordering clamp, and marking lots of things const by Joe Drago · 5 years ago
- 800b47f Refactor write.c to use a similar Data/Item design as read.c by Joe Drago · 5 years ago
- 00092a1 Set dav1dSettings.frame_size_limit to avoid OOM. (#114) by wantehchang · 5 years ago
- 063eda7 Disable clang warnings for disabled-macro-expansion by Joe Drago · 5 years ago
- 5b1d978 Build libgav1 on Travis CI by Joe Drago · 5 years ago
- 88755c7 Update to libgav1 revision 45a1d76. (#113) by wantehchang · 5 years ago
- 6d8a344 Bring back no-conversion for now by Joe Drago · 5 years ago
- 1fa8738 Add CMAKE_DL_LIBS to dav1d builds (for dlsym) by Joe Drago · 5 years ago
- d89dfd7 Enable rav1e in Travis CI (untested) by Joe Drago · 5 years ago
- 6d51de3 Switch CMake (NOT WIN32) check to (UNIX) by Joe Drago · 5 years ago
- 8b442cc Build apps, examples, tests on Travis CI by Joe Drago · 5 years ago
- 5e8bf05 Re-enable a bunch of clang warnings, remove useless rav1e compile check and enforce still_picture req, minor cleanup by Joe Drago · 5 years ago
- 96e87e9 Avoid throwing away const unnecessarily in avifROStreamReadString() by Joe Drago · 5 years ago
- 56ffea3 Switch the AppVeyor secure key to one owned by @louquillio by Joe Drago · 5 years ago
- 437ee22 v0.6.2 by Joe Drago · 5 years ago v0.6.2
- 369c063 Move png_set_swap later in PNG write or it is ignored (fixes 16bpc PNGs) by Joe Drago · 5 years ago
- ade6fe6 Mark rowPointers as volatile to satisfy -Wclobbered by Joe Drago · 5 years ago
- fe92047 Revert "Preallocate rowPointers in PNG code to avoid -Wclobbered errors" by Joe Drago · 5 years ago
- 79e4c6c Preallocate rowPointers in PNG code to avoid -Wclobbered errors by Joe Drago · 5 years ago
- e5003b1 GitHub automatic deployment (EwoutH) by Joe Drago · 5 years ago
- cbfab6b Minor cleanup of avifEncoderWrite(). (#110) by wantehchang · 5 years ago
- 7db1d05 apps:avifpng: Remove unused variable hasAlpha (#109) by Andreas Schneider · 5 years ago
- 39cf076 v0.6.1 by Joe Drago · 5 years ago v0.6.1
- 3fde0d0 Use comparison results as avifBool values directly (#107) by wantehchang · 5 years ago
- 632a346 cmake: Fix the SOVERSION which needs to be 2 (#108) by Andreas Schneider · 5 years ago
- 95e6272 Updated changelog by Joe Drago · 5 years ago
- c647acc PNG Support for avifenc/avifdec by Joe Drago · 5 years ago
- eb03c5c Update CHANGELOG by Joe Drago · 5 years ago
- 0286794 Explicitly cast int alpha to float (fixes Clang10 warning) by Joe Drago · 5 years ago
- 5dd888d v0.6.0 by Joe Drago · 5 years ago v0.6.0
- f1a2006 avifenc: Exit with status 1 on syntax error. (#102) by wantehchang · 5 years ago
- 951a002 Cleanup unnecessary avifBool ternary expressions by Joe Drago · 5 years ago
- 89f0cc8 Support pasp, clap, irot, imir metadata for encode/decode by Joe Drago · 5 years ago
- e247a87 Update CHANGELOG by Joe Drago · 5 years ago
- 2107728 Add apps/shared include dir to specific targets. (#84) by wantehchang · 5 years ago
- f16cd2d Minor formatting by Joe Drago · 5 years ago
- 922d8a1 Copy NCLX color profile. (#98) by psi / Ryo Hirafuji · 5 years ago
- e2c3c87 Big RGB Conversion Refactor by Joe Drago · 5 years ago
- ecdd4b7 AppVeyor: Skip when changes only affect non-essential code (#101) by Ewout ter Hoeven · 5 years ago
- c8277ab Travis CI: Update to Bionic, refactor (#100) by Ewout ter Hoeven · 5 years ago
- 329a1a1 Ext: Update to dav1d 0.6.0 and rav1e v0.3.1 (#92) by Ewout ter Hoeven · 5 years ago
- e365492 Pass const avifImage * pointers to compareYUVA(). (#99) by wantehchang · 5 years ago
- 37cf0c6 avifdec: Exit with status 1 on syntax error. (#97) by wantehchang · 5 years ago
- 3f3ceb7 Fix coding style nits. (#96) by wantehchang · 5 years ago
- 6fcf162 Use alphaRowBytes to calculate alpha plane size. (#95) by wantehchang · 5 years ago
- fbcd467 Comment typo AVIF_BEST_QUALITY, AVIF_WORST_QUALITY (#94) by wantehchang · 5 years ago
- ddaa5c4 avifdec/avifenc: Check for file write error. (#93) by wantehchang · 5 years ago
- c30f1be cmake: fix typos in pkg-config file (#88) by Jan Beich · 5 years ago
- 9d36878 Forget pointers into codec image buffers in tiles when resetting the codec (benign) by Joe Drago · 5 years ago
- 5dbff78 Correct accidental (benign) switch fallthrough (should fix Clang10) by Joe Drago · 5 years ago
- e362c19 Explicitly cast maxChannel calc (fixes warning) by Joe Drago · 5 years ago
- cf372ce avifImageYUVToInterleaved*() functions for converting directly into a pre-existing buffer, skipping temp rgbPlanes creation by Joe Drago · 5 years ago
- 1a0a889 v0.5.7 by Joe Drago · 5 years ago v0.5.7
- 2cc9306 Add missing changelog entries to upcoming release by Joe Drago · 5 years ago
- 6293bc3 Mark a few internal functions as static by Joe Drago · 5 years ago
- 56fa2bc minQuantizerAlpha/maxQuantizerAlpha support in avifEncoder, avifenc, 444alpha support in y4m layer (avifenc, avifdec) by Joe Drago · 5 years ago
- d5b3099 reorder CHROMA_DERIVED_NCL check to avoid checking it in a loop repeatedly, clang format by Joe Drago · 5 years ago
- bb3a811 Squashed commit of the following: by Joe Drago · 5 years ago
- ea1c68f cmake: Provide a pkgconfig file (#83) by Andreas Schneider · 5 years ago
- 847d2a7 Simplify image->depth checks in avifEncoderWrite() (#71) by wantehchang · 5 years ago
- cc4d801 Miscellaneous header file cleanup. (#78) by wantehchang · 5 years ago
- 3438d3d Apply codec defines and include dirs to src/* only (#79) by wantehchang · 5 years ago
- 060d534 Image grid support (Summer_in_Tomsk_720p_5x4_grid) by Joe Drago · 5 years ago
- 7c89dcb Fix aviftest memory leaks by Joe Drago · 5 years ago
- d455bbf Skip tests if chosen encoder/decoder not available (#81) by wantehchang · 5 years ago
- e3cd180 Add cJSON's license to the LICENSE file. (#77) by wantehchang · 5 years ago
- e2fc22c Use just -std=gnu99, not -std=c99 -std=gnu99. (#76) by wantehchang · 5 years ago
- c8fc62f Expose codec selection to avifdec/avifenc, speed to avifenc by Joe Drago · 5 years ago
- 7e4bc68 avif_example1.c: free the 'raw' avifRWData on exit (#74) by wantehchang · 5 years ago
- d2ca8ea Clarify "the image" in comment. (#73) by wantehchang · 5 years ago
- ffe8238 colr.c: minor cleanup. (#72) by wantehchang · 5 years ago
- 45bd0f9 aviftest: Show syntax help on invalid options. (#70) by wantehchang · 5 years ago
- c841b89 More cmake fixes related to commit 382345b. (#68) by wantehchang · 5 years ago
- c4ceee5 Handle monochrome images correctly. (#66) by psi / Ryo Hirafuji · 5 years ago
- 382345b Some cmake fixes for finding libararies (#63) by Andreas Schneider · 5 years ago
- c824894 Minor edit of ext/aom.cmd. (#62) by wantehchang · 5 years ago
- e613e93 Remove duplicate declarations of avifAlloc,avifFre (#61) by wantehchang · 5 years ago
- 1ae22ca Have avif_example1.c return 1 from main on failure (#60) by wantehchang · 5 years ago
- af03c4c Add libgav1 to CI roundtrip test passes by Joe Drago · 5 years ago
- 18796e3 Add ext/libgav1 to gitignore by Joe Drago · 5 years ago
- a3f1e5e Add change note for appveyor PR 55 by Joe Drago · 5 years ago
- 0086dc1 AppVeyor: Compile with dav1d, refactor (#55) by Ewout ter Hoeven · 5 years ago
- 10e058d Add libgav1 change note by Joe Drago · 5 years ago
- 8d150b4 Add libgav1 support (decoder only). (#57) by wantehchang · 5 years ago
- 76554ae v0.5.6 by Joe Drago · 5 years ago v0.5.6
- 52eb292 avoid libaom crash when encoding >8bpc images at high speed by Joe Drago · 5 years ago
- 8da56d2 Fix comment indents by Joe Drago · 5 years ago
- 1e7c9cc Add changelog notes for recent PRs by Joe Drago · 5 years ago
- 6a71633 remove unnecessary ternary expressions by psi · 5 years ago
- 61847f2 use right-most and bottom-most UV pixels by psi · 5 years ago