Commit 4bb41eb
- .clang-format+1-1
- .github/workflows/ci.yml+5-11
- .travis.yml+3-3
- CHANGELOG.md+46-1
- CMakeLists.txt+31-6
- apps/avifdec.c+26-19
- apps/avifenc.c+375-103
- apps/shared/avifjpeg.c+3-2
- apps/shared/avifjpeg.h+2-2
- apps/shared/avifpng.c+3-4
- apps/shared/avifpng.h+2-2
- apps/shared/avifutil.c+73-8
- apps/shared/avifutil.h+14-3
- apps/shared/y4m.c+91-38
- apps/shared/y4m.h+4-2
- appveyor.yml+1-1
- cmake/Modules/Findrav1e.cmake+6-1
- contrib/gdk-pixbuf/loader.c+5-5
- examples/avif_example_decode_file.c+1-1
- examples/avif_example_decode_memory.c+1-1
- examples/avif_example_encode.c+3-1
- ext/aom.cmd+1-1
- ext/dav1d.cmd+1-1
- ext/libgav1.cmd+2-2
- ext/libjpeg.cmd
- ext/libyuv.cmd
- ext/rav1e.cmd+3-4
- ext/svt.cmd+1-1
- ext/svt.sh+1-1
- ext/zlibpng.cmd
- include/avif/avif.h+190-125
- include/avif/internal.h+56-6
- libavif.pc.cmake+1-1
- src/alpha.c+247
- src/avif.c+7-1
- src/codec_aom.c+84-22
- src/codec_dav1d.c+5-1
- src/codec_libgav1.c+3-4
- src/codec_rav1e.c+1-1
- src/codec_svt.c+5-3
- src/colr.c+5-4
- src/read.c+229-76
- src/reformat.c+121-47
- src/reformat_libyuv.c+58-5
- src/write.c+337-77
- tests/aviftest.c+29-13
- tests/avifyuv.c+267-124
- tests/docker/build.sh+7-7
- tests/oss-fuzz/avif_decode_fuzzer.cc+4-2
- tests/testcase.c+1-1
0 commit comments