@@ -8,6 +8,8 @@ The changes are relative to the previous release, unless the baseline is specifi
88
99## [ Unreleased]
1010
11+ ## [ 1.4.0] - 2026-03-04
12+
1113### Added since 1.3.0
1214
1315* Allow avifenc to read png or jpeg files through stdin using --stdin-format.
@@ -28,6 +30,7 @@ The changes are relative to the previous release, unless the baseline is specifi
2830* Add --grid option to avifgainmaputil.
2931* Apply clean aperture crop, rotation and mirror when decoding to PNG or JPEG.
3032 Remove orientation information from Exif if present.
33+ * Add avif::RGBImageCleanup to the C++ API.
3134
3235### Changed since 1.3.0
3336
@@ -63,13 +66,16 @@ The changes are relative to the previous release, unless the baseline is specifi
6366* Converting an image containing a gain map using avifenc with the --grid flag
6467 now also splits the gain map into a grid.
6568* In avifenc, set Exif orientation to 1 (no transformation) when converting
66- JPEGs to Avif.
69+ JPEGs to AVIF.
70+ * Use all-intra encoding for a layered image if the total number of layers is 2
71+ and the quality of the first layer is very low (q <= 10).
6772
6873### Removed since 1.3.0
6974
7075* Remove ext/avm.cmd.
7176* Remove the AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM CMake flag.
7277* Remove support for libaom versions up to 2.0.0 inclusive.
78+ * Un-export the private function avifImagePushProperty().
7379
7480## [ 1.3.0] - 2025-05-09
7581
@@ -1333,7 +1339,8 @@ code.
13331339- Constants ` AVIF_VERSION ` , ` AVIF_VERSION_MAJOR ` , ` AVIF_VERSION_MINOR ` , ` AVIF_VERSION_PATCH `
13341340- ` avifVersion() ` function
13351341
1336- [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v1.3.0...HEAD
1342+ [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v1.4.0...HEAD
1343+ [ 1.4.0 ] : https://github.com/AOMediaCodec/libavif/compare/v1.3.0...v1.4.0
13371344[ 1.3.0 ] : https://github.com/AOMediaCodec/libavif/compare/v1.2.1...v1.3.0
13381345[ 1.2.1 ] : https://github.com/AOMediaCodec/libavif/compare/v1.2.0...v1.2.1
13391346[ 1.2.0 ] : https://github.com/AOMediaCodec/libavif/compare/v1.1.1...v1.2.0
0 commit comments