Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spaces at the end of lines #2088

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Add experimental API for reading and writing gain maps in AVIF files.
If enabled at compile time, add `gainMap` field to `avifImage`,
add `qualityGainMap` field to `avifEncoder`, add `gainMapPresent`,
`enableDecodingGainMap`, `enableParsingGainMapMetadata` and
`enableDecodingGainMap`, `enableParsingGainMapMetadata` and
`ignoreColorAndAlpha` to `avifDecoder`.
Utility functions for working with gain maps are also added.
Gain maps allow readers that support them to display HDR images that look
Expand All @@ -35,7 +35,7 @@ The changes are relative to the previous release, unless the baseline is specifi
input files.
* Add experimental support for layered AVIF encoding in avifenc.
Use the --layered flag to enable layered AVIF encoding.
Layered AVIF has multiple layers, which works like frame of animated AVIF,
Layered AVIF has multiple layers, which works like frame of animated AVIF,
and layers can be rendered in progressive manner on supported viewers
(e.g. Chrome 94 or newer).
Only aom supports layered AVIF encoding at the time of writing.
Expand Down Expand Up @@ -92,7 +92,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* ext/libjpeg.cmd now pulls libjpeg-turbo instead of libjpeg and AVIF_JPEG=LOCAL
now expects the library dependency in ext/libjpeg-turbo/build.libavif.
* Fix 'iloc' box parsing bugs that may have wrongly accepted, rejected or parsed
some files with rare values of offset_size, length_size, base_offset_size and
some files with rare values of offset_size, length_size, base_offset_size and
index_size.

## [1.0.4] - 2024-02-08
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run the examples too.
```sh
vcpkg install libavif
```
You can also download the official windows binaries on the
You can also download the official windows binaries on the
[release](https://github.com/AOMediaCodec/libavif/releases) page.

### macOS
Expand Down Expand Up @@ -57,7 +57,7 @@ sudo yum -y install libavif

For the "default" MSYS2 UCRT64 environment:
```sh
pacman -S mingw-w64-ucrt-x86_64-libavif
pacman -S mingw-w64-ucrt-x86_64-libavif
```

## Build Notes
Expand Down
Loading