Sign in
aomedia
/
libavif
/
HEAD
454adbf
Delete status message for libsharpyuv LIB_FILENAME
by Wan-Teh Chang
· 23 hours ago
main
c5c8a5f
Only find_package some dependencies if not set locally. (#1382)
by Vincent Rabaud
· 8 hours ago
c74526f
Remove .travis.yml
by Vignesh Venkatasubramanian
· 2 days ago
8d1ec85
appveyor.yml: No need to run git submodule update
by Wan-Teh Chang
· 7 days ago
0039dc6
CMakeLists.txt: add a missing "and" to a comment
by Wan-Teh Chang
· 6 days ago
781d6a6
avifenc: print speed as default instead of -1
by Vignesh Venkatasubramanian
· 7 days ago
51395fb
CMakeLists.txt work around zlib/CMakeLists.txt bug
by Wan-Teh Chang
· 7 days ago
0008c77
tests/data/README.md: Add a blank line
by Wan-Teh Chang
· 8 days ago
fb5bc78
ext: Checkout rav1e v0.6.6
by Wan-Teh Chang
· 9 days ago
2f64aa4
Force keyframe for alpha if color is a keyframe
by Vignesh Venkatasubramanian
· 9 days ago
585777e
CMakeLists.txt: Fix the AppVeyor build
by Wan-Teh Chang
· 8 days ago
d7ad7a1
zlibpng.cmd: Update to zlib 1.2.13, libpng 1.6.39 (#1409)
by Wan-Teh Chang
· 9 days ago
d3d2aba
android_jni: replace 'instance' with 'as early as possible'
by Vignesh Venkatasubramanian
· 9 days ago
5818eb5
Fix comment typos
by Wan-Teh Chang
· 9 days ago
99be03b
android_jni: Handle JNI exceptions
by Vignesh Venkatasubramanian
· 10 days ago
b770914
Check for YCgCo-R depth coherence at lowest level
by Vincent Rabaud
· 9 days ago
6c5dec5
Call avifImageFixXMP() during jpg,png reading
by Yannis Guyon
· 10 days ago
094e616
Use global configs for keyframe interval
by Vignesh Venkatasubramanian
· 2 weeks ago
cf0505a
Validate the item properties for made up alpha grid
by Vignesh Venkatasubramanian
· 13 days ago
bd5c5c6
Add unit test for color grid/alpha no grid case
by Vignesh Venkatasubramanian
· 13 days ago
49fb4b4
Test AVIF_ENABLE_GTEST instead of AVIF_LOCAL_GTEST
by Wan-Teh Chang
· 13 days ago
247e20d
Fix a retval of avifDecoderGenerateImageGridTiles
by Wan-Teh Chang
· 14 days ago
ddd2414
Add "setup" to the "meson" commands
by Wan-Teh Chang
· 2 weeks ago
c17d24a
Allow alpha to be specified as an auxl of color tiles
by Vignesh Venkatasubramanian
· 2 weeks ago
63a496c
Fail upon unknown tile item type in grid
by Yannis Guyon
· 3 weeks ago
47fae70
Reword progressive comment in tests/CMakeLists.txt
by Yannis Guyon
· 3 weeks ago
4a5363b
Add SVT-AV1 to ci-unix-static-av2
by Yannis Guyon
· 3 weeks ago
533bf11
Add indices to avifResult enum
by Yannis Guyon
· 3 weeks ago
94352e0
Fix YCgCo-Re error in avifPNGWrite()
by Vincent Rabaud
· 3 weeks ago
d78c0db
Add experimental YCgCo-R support
by Vincent Rabaud
· 3 weeks ago
96ad9d0
Fix lossless codec check in avifenc
by Yannis Guyon
· 3 weeks ago
7ad8a22
ext: Checkout libaom v3.6.1
by Wan-Teh Chang
· 3 weeks ago
3059e9c
avifenc.c: Change error message on lossless codec
by Wan-Teh Chang
· 3 weeks ago
8b1a771
Allow lossless encoding with avm
by Yannis Guyon
· 3 weeks ago
66cd4bc
Ext: Update to dav1d 1.2.0
by Wan-Teh Chang
· 4 weeks ago
d747de3
Add test_cmd_avm.sh
by Yannis Guyon
· 4 weeks ago
a3aec81
Higher PSNR threshold in avifcodectest
by Yannis Guyon
· 4 weeks ago
90d13d0
Add test for all enc/dec codec pairs
by Yannis Guyon
· 4 weeks ago
e81008f
codec_dav1d.c: Add comment about stealing planes
by Wan-Teh Chang
· 4 weeks ago
a900b0c
Add AV2 support
by Yannis Guyon
· 4 weeks ago
e7e92d1
Remove static for TestUtils.Image in android_jni
by Yannis Guyon
· 4 weeks ago
06d21bb
Format CMakeLists.txt
by Yannis Guyon
· 4 weeks ago
a86d37a
Ext: Update to SVT-AV1 v1.5.0
by Wan-Teh Chang
· 4 weeks ago
905e300
Enforce MIAF grid constraints at decoding
by Yannis Guyon
· 5 weeks ago
aaa3195
ext: Add dav1d_android.sh
by Vignesh Venkatasubramanian
· 5 weeks ago
976c879
Merge avifParseAV1CodecConfigurationBox,Property()
by Yannis Guyon
· 5 weeks ago
8049248
android_jni: Toolchain updates
by Vignesh Venkatasubramanian
· 5 weeks ago
8035baa
workflows: Run android emulator tests on CI
by Vignesh Venkatasubramanian
· 5 weeks ago
50dcfbc
android_jni: Use specific files for StillImageTest
by Vignesh Venkatasubramanian
· 5 weeks ago
3c786d2
android_jni: Move test proguard spec to androidTest sub-directory
by Vignesh Venkatasubramanian
· 5 weeks ago
8d4ef1b
Mark test_cmd_progressive.sh as executable
by Vignesh Venkatasubramanian
· 5 weeks ago
1f85309
android_jni: Add AndroidManifest.xml for instrumented tests
by Vignesh Venkatasubramanian
· 6 weeks ago
a446c05
android_jni: Return NOT_IMPLEMENTED for invalid bitmap
by Vignesh Venkatasubramanian
· 6 weeks ago
4431cf6
android_jni: Add a function to get version string
by Vignesh Venkatasubramanian
· 6 weeks ago
202ac7e
android_jni: Expose avifResultToString in the JNI API
by Vignesh Venkatasubramanian
· 6 weeks ago
e4cd7ff
android_jni: Return avifResult from decoding functions
by Vignesh Venkatasubramanian
· 6 weeks ago
62bb3dd
android_jni: Add nextFrameIndex method
by Vignesh Venkatasubramanian
· 6 weeks ago
05a86f0
android_jni: Make threads configurable
by Vignesh Venkatasubramanian
· 6 weeks ago
78e23a3
android_jni: Do not test F16 for animations
by Vignesh Venkatasubramanian
· 6 weeks ago
ce3b64e
android_jni: Add method for getting nth frame
by Vignesh Venkatasubramanian
· 6 weeks ago
5c4bb62
android_jni: Add alphaPresent to AvifDecoder
by Vignesh Venkatasubramanian
· 6 weeks ago
98a7e4f
android_jni: Do not populate fieldIDs on JNI_OnLoad
by Vignesh Venkatasubramanian
· 6 weeks ago
96a8a67
android_jni: Add API for frame durations
by Vignesh Venkatasubramanian
· 6 weeks ago
5583518
android_jni: Add proguard rules for instrumented tests
by Vignesh Venkatasubramanian
· 6 weeks ago
83f71e2
android_jni: Update proguard rules to keep AvifDecoder/*
by Vignesh Venkatasubramanian
· 6 weeks ago
cc8af23
android_jni: Add JNI API for decoding Animated AVIF
by Vignesh Venkatasubramanian
· 6 weeks ago
46f3e6c
android_jni: Set alphaPremultiplied to true
by Vignesh Venkatasubramanian
· 6 weeks ago
e58d3e0
android_jni: Add instrumented tests
by Vignesh Venkatasubramanian
· 6 weeks ago
2880bd4
Add an API lossless test
by Vincent Rabaud
· 6 weeks ago
4185286
Bump ext/googletest to v1.13.0
by Yannis Guyon
· 6 weeks ago
a442d5c
Skip some tests in avifchangesettingtest using aom
by Yannis Guyon
· 6 weeks ago
04af944
Split test_cmd into test_cmd_progressive
by Yannis Guyon
· 6 weeks ago
d3f0a1b
Skip part of test_cmd_targetsize only if aom
by Yannis Guyon
· 6 weeks ago
b4b837f
Disable test_cmd_animation if no aom encoder
by Yannis Guyon
· 6 weeks ago
bf44509
Migrate from C++11 to C++14 for tests
by Yannis Guyon
· 6 weeks ago
c3adf73
Don't test potentially dangling pointers
by Wan-Teh Chang
· 7 weeks ago
b90e8bb
Mark WriteImage() as Do not remove
by Yannis Guyon
· 7 weeks ago
fc3fe26
Add security policy (#1342)
by Pedro Nacht
· 6 weeks ago
56d6036
Set `dstDepth` when input is `stdin`
by Kerry Su
· 7 weeks ago
9c3dadf
Add avifbasictest
by Yannis Guyon
· 7 weeks ago
f8eaf32
avifDecoderDecodeTiles Use `tile` in non-grid path
by Wan-Teh Chang
· 7 weeks ago
535fe93
Clarify comments about non-grid images with alpha
by Wan-Teh Chang
· 7 weeks ago
ac024b0
avifenc: Add an experimental --progressive option
by Wan-Teh Chang
· 7 weeks ago
1af8cea
Do not use single decoder for non-grid images with alpha
by Vignesh Venkatasubramanian
· 7 weeks ago
1da58dc
codec_aom: Set g_limit for progressive encoding
by Wan-Teh Chang
· 7 weeks ago
cebadb9
tests: Remove some unused "using" declarations
by Vignesh Venkatasubramanian
· 7 weeks ago
935313b
avifenc.c: Fix typo in "Encoding frame 1" message
by Wan-Teh Chang
· 7 weeks ago
fa3ffe9
Add diagnostic message for invalid extraLayerCount
by Wan-Teh Chang
· 7 weeks ago
f34c156
codec_aom.c: Update min/max quantizers correctly
by Wan-Teh Chang
· 7 weeks ago
901c53b
Remove const from function parameters
by Wan-Teh Chang
· 7 weeks ago
38cd721
avifPNGRead: Don't add alpha filler if no alpha
by Wan-Teh Chang
· 7 weeks ago
d7d05ec
Add SVT-AV1 to readme.
by maryla-uc
· 7 weeks ago
93236c7
Remove avifDecoderOutputDecodedTiles
by Vignesh Venkatasubramanian
· 8 weeks ago
6bf2da7
Add top-level read-only permissions
by Pedro Kaj Kjellerup Nacht
· 7 weeks ago
39682be
Use a single decoder instance for grid images
by Vignesh Venkatasubramanian
· 8 weeks ago
60ba714
Add "IWYU pragma: export" to avif/internal.h
by Wan-Teh Chang
· 8 weeks ago
726b932
reformat_libyuv: Move alpha plane check location (#1322)
by Vignesh Venkatasubramanian
· 8 weeks ago
3f53d00
Improve the comment for avifEncoderDetectChanges()
by Wan-Teh Chang
· 8 weeks ago
20e8379
Fix image8 in avifImageYUVToRGBLibYUV()
by Yannis Guyon
· 8 weeks ago
2d03092
trivial: Update the comment about decoder instances
by Vignesh Venkatasubramanian
· 8 weeks ago
Next »