Skip to content

Commit

Permalink
Add AOM to list of AVIF encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk authored Oct 11, 2023
1 parent 67ec4a5 commit 5da626c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ libheif has support for:
* decoding of files while downloading (e.g. extract image size before file has been completely downloaded)

Supported codecs:
| Format | Decoders | Encoders |
|:-------------|:----------------:|:--------------:|
| HEIC | libde265, ffmpeg | x265, kvazaar |
| AVIF | AOM, dav1d | rav1d, svt-av1 |
| JPEG | libjpeg | libjpeg |
| JPEG2000 | OpenJPEG | OpenJPEG |
| uncompressed | builtin | builtin |
| Format | Decoders | Encoders |
|:-------------|:----------------:|:-------------------:|
| HEIC | libde265, ffmpeg | x265, kvazaar |
| AVIF | AOM, dav1d | AOM, rav1d, svt-av1 |

This comment has been minimized.

Copy link
@kmilos

kmilos Oct 11, 2023

Contributor

Should be "rav1e" everywhere?

This comment has been minimized.

Copy link
@farindk

farindk Oct 11, 2023

Author Contributor

yes, that's a typo. It should be rav1e

| JPEG | libjpeg | libjpeg |

This comment has been minimized.

Copy link
@kmilos

kmilos Oct 11, 2023

Contributor

I guess "Iibjpeg-turbo" can be listed here as well?

This comment has been minimized.

Copy link
@farindk

farindk Oct 11, 2023

Author Contributor

Isn't that obvious since libjpeg-turbo is a directly replacement for libjpeg?

This comment has been minimized.

Copy link
@farindk

farindk Oct 11, 2023

Author Contributor

It was my intention to list all the codec plugins and what they are based on. Not the potential dependencies.
One possibility would be to write libjpeg(-turbo)

This comment has been minimized.

Copy link
@kmilos

kmilos Oct 11, 2023

Contributor

In that case, libjpeg is sufficient, thanks.

| JPEG2000 | OpenJPEG | OpenJPEG |
| uncompressed | builtin | builtin |

## API

Expand Down

0 comments on commit 5da626c

Please sign in to comment.