mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
1c82804f63
* Set hardware decoding options for rkmpp when hardware decoding is enabled with no OpenCL on non-HDR file * Use hw decoding, sw tone-mapping on HDR files using RKMPP w/o OpenCL * fallback to software decoding if is hdr video * if hw decoding failed with hw dec config enabled, try sw dec+hw enc first, then full sw dec+enc * fix unit test * fix format, adjust log message * formatting --------- Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> |
||
---|---|---|
.. | ||
bin | ||
resources | ||
src | ||
test | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
eslint.config.mjs | ||
nest-cli.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
start.sh | ||
tsconfig.build.json | ||
tsconfig.json | ||
vitest.config.medium.mjs | ||
vitest.config.mjs |
Immich server project
This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.