304 Commits

Author SHA1 Message Date
LinuxServer-CI
a996a78f38 Bot Updating Package Versions 7.0-cli-ls134 2024-04-25 22:42:53 +00:00
LinuxServer-CI
a644c98b87 Bot Updating Package Versions 7.0-cli-ls133 2024-04-18 22:54:23 +00:00
LinuxServer-CI
6d9c61d8cc Bot Updating Templated Files 7.0-cli-ls132 2024-04-12 14:55:18 +00:00
aptalca
49bc50acde
Merge pull request #68 from linuxserver/libdrm-arm64
explicitly disable libdrm on arm64, add quick build tests
2024-04-12 10:53:59 -04:00
aptalca
fb9eeef31c
explicitly disable libdrm on arm64, add quick build tests 2024-04-11 16:36:25 -04:00
LinuxServer-CI
0fd6f6eb09 Bot Updating Package Versions 7.0-cli-ls131 2024-04-11 17:13:41 +00:00
LinuxServer-CI
3584858c51 Bot Updating Templated Files 2024-04-11 15:42:55 +00:00
aptalca
bcf329aac1
Merge pull request #66 from linuxserver/harfbuzz
Compile ffmpeg with `libfribidi`, `libharfbuzz` and `libfontconfig`, compile libharfbuzz
2024-04-11 11:40:51 -04:00
aptalca
7c25c3c1d7
preserve fonts 2024-04-11 09:36:45 -04:00
aptalca
5615702358
remove redundant package 2024-04-10 23:37:38 -04:00
aptalca
4c23248abe
compile libharfbuzz, strip various libs, fix typo in libfribi 2024-04-10 22:25:44 -04:00
aptalca
ec678f8ac1
also enable fribidi and fontconfig 2024-04-10 18:20:25 -04:00
aptalca
9017824489
compile with --enable-libharfbuzz 2024-04-10 18:06:54 -04:00
aptalca
87d985f3fb
Merge pull request #65 from linuxserver/7.0
bump ffmpeg to 7.0, bump other deps
7.0-cli-ls130
2024-04-05 13:38:33 -04:00
aptalca
5ff16e4038
bump ffmpeg to 7.0, bump other deps 2024-04-05 11:07:45 -04:00
LinuxServer-CI
925c2856ed Bot Updating Package Versions 6.1.1-cli-ls129 2024-04-04 23:55:03 +00:00
LinuxServer-CI
501c05892a Bot Updating Package Versions 6.1.1-cli-ls128 2024-03-22 00:19:11 +00:00
aptalca
6b33b046bd
Merge pull request #64 from linuxserver/bump
Bump libaom, mesa, openjpeg, opus, shaderc and svtav1
6.1.1-cli-ls127
2024-03-17 10:15:00 -04:00
aptalca
6f01501876
Bump libaom, mesa, openjpeg, opus, shaderc and svtav1 2024-03-16 21:16:18 -04:00
LinuxServer-CI
7f55eaa35f Bot Updating Package Versions 2024-03-14 23:53:42 +00:00
LinuxServer-CI
8403d18f4c Bot Updating Templated Files 2024-03-14 22:12:05 +00:00
LinuxServer-CI
34e2662e25 Bot Updating Package Versions 6.1.1-cli-ls126 2024-03-08 00:26:03 +00:00
LinuxServer-CI
cd4474c96a Bot Updating Package Versions 6.1.1-cli-ls125 2024-02-29 23:51:32 +00:00
LinuxServer-CI
e175b91140 Bot Updating Templated Files 6.1.1-cli-ls124 2024-02-22 22:13:38 +00:00
LinuxServer-CI
7f065e2284 Bot Updating Templated Files 2024-02-22 22:11:43 +00:00
aptalca
dbb3b6047e
Merge pull request #63 from linuxserver/zimg
Add support for Zimg
6.1.1-cli-ls123
2024-02-14 08:32:09 -05:00
aptalca
4d28b9bfbd
I'm a little teapot 2024-02-11 10:31:46 -05:00
aptalca
af6c982e1e
Add support for Zimg 2024-02-11 09:52:50 -05:00
aptalca
e57589ced4
Merge pull request #61 from linuxserver/6.1.1
bump ffmpeg to 6.1.1, bump other deps
6.1.1-cli-ls122
2024-02-09 14:21:43 -05:00
aptalca
2cbd3772a3
Revert kvazaar until 2.3.1 is released
https://github.com/ultravideo/kvazaar/issues/381
2024-02-09 11:17:15 -05:00
aptalca
66d3f3d8c9
bump ffmpeg to 6.1.1, bump other deps 2024-02-09 10:00:03 -05:00
LinuxServer-CI
741fe799fa Bot Updating Package Versions 6.1-cli-ls121 2024-02-09 10:03:57 +00:00
aptalca
e07cb8fcec
Merge pull request #60 from Brainiarc7/patch-3
Enable the full stack of CUDA-related filters via `----enable-cuda-llvm`
2024-02-09 03:09:51 -05:00
aptalca
a8aca108be
fix typo 2024-02-08 23:02:47 -05:00
aptalca
3635efa0cc
simplify deps, clean up rust 2024-02-08 22:01:50 -05:00
LinuxServer-CI
afeaf414bc Bot Updating Package Versions 6.1-cli-ls120 2024-02-08 23:52:39 +00:00
Dennis E. Mungai
6f75579f1f
Enable the full stack of CUDA-related filters via ----enable-cuda-llvm
As at the moment, this FFmpeg build's filtering capabilities are extremely limited in NVENC-based workloads, lacking multiple CUDA-based filters needed for a fully functional GPU-bound transcode.

This patch adds the ``--enable-cuda-llvm` `./configure` parameter to FFmpeg's builds, with the addition of `clang` (and its' dependencies) as build requirements for these extra filters.

The following filters are now additionally available, and without invoking the installation of the proprietary NVIDIA CUDA SDK: 

```sh
ffmpeg -filters | grep cuda
 ... bilateral_cuda    V->V       (null)
 T.. bwdif_cuda        V->V       (null)
 ... chromakey_cuda    V->V       (null)
 ... colorspace_cuda   V->V       (null)
 ... hwupload_cuda     V->V       (null)
 ... overlay_cuda      VV->V      (null)
 ... scale_cuda        V->V       (null)
 ... thumbnail_cuda    V->V       (null)
 T.. yadif_cuda        V->V       (null)
``` 

Licensing, therefore, remains unaffected.
2024-02-07 00:16:46 +03:00
LinuxServer-CI
e4849bb353 Bot Updating Package Versions 6.1-cli-ls119 2024-02-01 22:16:35 +00:00
aptalca
34b08b79ae
Merge pull request #57 from linuxserver/mesa24
bump Mesa to v24
2024-02-01 15:33:48 -05:00
aptalca
37afd12ff0
bump Mesa to v24 2024-02-01 12:56:07 -05:00
LinuxServer-CI
4bb1d44c03 Bot Updating Package Versions 6.1-cli-ls118 2024-01-25 16:16:29 +00:00
aptalca
24b18df49c
Merge pull request #56 from linuxserver/alsa
Alsa
2024-01-25 09:52:53 -05:00
aptalca
e23a6693f4
use latest rust 2024-01-23 09:34:37 -05:00
aptalca
4f3d863660
fix sound device perms if needed 2024-01-23 09:19:51 -05:00
aptalca
23abf40371
add alsa support 2024-01-21 17:01:33 -05:00
Roxedus
5334d8c604
Merge pull request #54 from linuxserver/exit 6.1-cli-ls117 2024-01-19 14:03:12 +01:00
aptalca
0dc2103432
let wrapper pass exit code to docker run, bump libs 2024-01-18 21:07:04 -05:00
LinuxServer-CI
e93387acf9 Bot Updating Package Versions 6.1-cli-ls116 2024-01-18 22:44:42 +00:00
LinuxServer-CI
5bee405c60 Bot Updating Package Versions 6.1-cli-ls115 2024-01-11 23:49:42 +00:00
LinuxServer-CI
b8f38a128f Bot Updating Templated Files 2024-01-11 22:11:58 +00:00