Releases: link-u/davif
Releases · link-u/davif
Release v0.1.0-20200331
This is an enhancement release:
- ICC Profile is supported via Little-CMS!
- Here is a example file: with-icc-profile.zip
- This test image is downloaded from chromium
Release v0.1.0-20200318
This is enhancement release.
- dav1d is upgraded from
0.5.2-75-g8974c15
to0.6.0-13-gfe52bff
.
Release v0.1.0-20200317
This is an enhancement release.
- Supports better color management.
- Supports these MatrixCoefficients in H.273
- Rec. ITU-R BT.709-6 (sRGB/sYCC)
- USFCC: United States Federal Communications Commission (2003) Title 47 Code of Federal Regulations 73.682 (a) (20)
- Rec. ITU-R BT.601-7 625
- Rec. ITU-R BT.1700-0 NTSC
- SMPTE 240M (1999)
- Rec. ITU-R BT.2020-2 (non-constant luminance)
- Supports these MatrixCoefficients in H.273
Release v0.1.0-20200309
This is an enhancement release.
- Support alpha images and depth images.
- Alpha channels are automatically added to output PNG image.
--extract-alpha <output-alpha.png>
and--extract-depth <output-depth.png>
flags are available to save them into separated PNG files.
Release v0.1.0-20200217
This is an enhancement release.
- Now windows builds are available! (Thanks, @f11894 !)
Release v0.1.0-20200210
This is bug fix release
- Upgrade libavif-container (See link-u/libavif-container@c90cd9f).
Release v0.1.0-20200209
- Upgrade dav1d to the latest version(I forgot to push it, sorry...).
Release v0.1.0-20200208
Upgrade dav1d to the latest master branch.- Support
full-color-ranged
picture ( Relates to: link-u/cavif#3 ).
Release v0.1.0-20200202
This is an enhancement release.
--threads <num>
option is introduced to allow decoder to utilize your many core processor.- Measured decoding time will be printed.
- It measures the duration that dav1d decodes OBUs to YUV image.
Release v0.1.0-20200129
This is bug fix release:
- SIGSEGV when opening non-existent file