-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,14 @@ 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 | AOM, rav1e, svt-av1 | | ||
| VVC | vvdec (experimental)| uvg266 (experimental) | | ||
| JPEG | libjpeg(-turbo) | libjpeg(-turbo) | | ||
| JPEG2000 | OpenJPEG | OpenJPEG | | ||
| uncompressed | built-in | built-in | | ||
| Format | Decoders | Encoders | | ||
|:-------------|:-------------------:|:----------------------------:| | ||
| HEIC | libde265, ffmpeg | x265, kvazaar | | ||
| AVIF | AOM, dav1d | AOM, rav1e, svt-av1 | | ||
| VVC | vvdec (experimental)| vvenc, uvg266 (experimental) | | ||
| JPEG | libjpeg(-turbo) | libjpeg(-turbo) | | ||
| JPEG2000 | OpenJPEG | OpenJPEG | | ||
| uncompressed | built-in | built-in | | ||
|
||
## API | ||
|
||
|
@@ -155,7 +155,7 @@ For each codec, there are two configuration variables: | |
* `WITH_{codec}_PLUGIN`: when enabled, the codec is compiled as a separate plugin. | ||
|
||
In order to use dynamic plugins, also make sure that `ENABLE_PLUGIN_LOADING` is enabled. | ||
The placeholder `{codec}` can have these values: `LIBDE265`, `X265`, `AOM_DECODER`, `AOM_ENCODER`, `SvtEnc`, `DAV1D`, `FFMPEG_DECODER`, `JPEG_DECODER`, `JPEG_ENCODER`, `KVAZAAR`, `OpenJPEG_DECODER`, `OpenJPEG_ENCODER`, `OPENJPH_ENCODER`, `UVG266`, `VVDEC`. | ||
The placeholder `{codec}` can have these values: `LIBDE265`, `X265`, `AOM_DECODER`, `AOM_ENCODER`, `SvtEnc`, `DAV1D`, `FFMPEG_DECODER`, `JPEG_DECODER`, `JPEG_ENCODER`, `KVAZAAR`, `OpenJPEG_DECODER`, `OpenJPEG_ENCODER`, `OPENJPH_ENCODER`, `VVDEC`, `VVENC`, `UVG266`. | ||
|
||
Further options are: | ||
|
||
|
@@ -377,5 +377,5 @@ The sample applications are distributed under the terms of the MIT License. | |
See COPYING for more details. | ||
Copyright (c) 2017-2020 Struktur AG</br> | ||
Copyright (c) 2017-2023 Dirk Farin</br> | ||
Copyright (c) 2017-2024 Dirk Farin</br> | ||
Contact: Dirk Farin <[email protected]> |