From 6b4a657be00f33ab9c1eacca1240e20d1b227707 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Mon, 10 Feb 2025 14:41:49 +1100 Subject: [PATCH] iOS can run non-signed binary when it's jailbroken Please note that iOS jailbroken users can run non-signed binary probably of probably compiled iOS executable of VVC. - Martin Eesmaa --- VVC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VVC.md b/VVC.md index 11b6b52..75a7d9f 100644 --- a/VVC.md +++ b/VVC.md @@ -9,7 +9,7 @@ Versatile Video Codec binaries has available two tools for you to choose. Fraunhofer HHI VVC binaries is just standard easy tool, which allows to encode & decode with arguments and also encodes good quality for slow preset, but it may be slow... * C++14 programming language -* Supports Windows, macOS, Linux, BSD, Android, iOS (library only with new app) & WebAssembly. +* Supports Windows, macOS, Linux, BSD, Android, iOS (library only with new app or non-signed binary executable on jailbroken device) & WebAssembly. * SIMDE: SCALAR, SSE4.1, SSE4.2, AVX, AVX2, AVX512 (unsupported yet), NEON (arm only) and WASM (Web browsers only). * Faster depends speeding up for newer computer machine of CPUs. * Presets can be used from faster to slower. @@ -35,7 +35,7 @@ Linux: uvg266 is only scalable encoder which helps to make it faster for older & newer computers, but still a bit good quality than vvenc, seems okay. * C99 programming language -* Supports Windows, macOS, Linux, BSD, Android & iOS (library only with new app). +* Supports Windows, macOS, Linux, BSD, Android & iOS (library only with new app or non-signed binary executable on jailbroken device). * SIMDE: MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, NEON & AltiVec (PowerPC only). * Can only encode 8-bit VVC output for rest operating system supported, but for 10-bit needs compiled with definition, this only works for Android users. * Faster encoding scalable of old & new computers than vvenc.