Results 8 comments of Uri

Maybe this can help? ```diff index 831fe75..99c21db 100644 --- a/contrib/src.cmake +++ b/contrib/src.cmake @@ -287,7 +287,7 @@ if (SOLOUD_C_API) endif() if (SOLOUD_DYNAMIC) - add_library(${TARGET_NAME} ${TARGET_SOURCES}) + add_library(${TARGET_NAME} SHARED ${TARGET_SOURCES}) endif ()...

> Please split your commits and explain your changes in detail if possible. There appear to be changes not directly related to HEVC. Done. Non related HEVC code removed.

I'll update PR soon - will merge changes into one source file to simplify review and merging with others changes.

The code has been combined into one file to make it easier to review.

Yes, this is already planned. Thank you. I'll notify after implementation finished.

Notes: https://wiki.freebsd.org/Capsicum

The step to better debugging added: regex contains original form in metadata that can be printed with _write_, _print_, _display_, etc.