aptalca
be503f4140
bump libaom, mesa, rist, srt and libx265
2024-11-26 20:34:13 -05:00
aptalca
4d253bbc09
fix version typo
2024-11-07 20:18:49 -05:00
aptalca
215717e653
Bump harfbuzz, Intel drivers and libs, libdav1d, mesa, svtav1, vpx, vulkan sdk and vvenc
2024-11-07 18:28:39 -05:00
aptalca
955938eb08
bump mesa
2024-10-05 16:15:23 -04:00
aptalca
b50a8ac7c3
Bump ffmpeg, fribidi and harfbuzz, add support for libvvenc and liblc3
2024-09-30 13:20:03 -04:00
aptalca
246fa3ed2c
bump libharfbuzz, libpng, mesa, shaderc and libx265
2024-09-24 10:57:36 -04:00
Antonio SJ Musumeci
144427e782
Add libzmq support
2024-09-11 02:59:04 +00:00
aptalca
c214f6e0a5
Bump libaom, libdrm, libvol, mesa and svtav1, enable nvdec/nvenc on arm64 (untested)
2024-08-31 18:30:18 -04:00
aptalca
ff55333586
add new mesa dep
2024-08-17 14:27:14 -04:00
aptalca
548a2dc764
Bump ffMPeg, freetype, libdovi and mesa
2024-08-17 13:47:49 -04:00
DPrieur
1f304eb7e1
Improved the alphabetical ordering
2024-08-14 00:27:44 -04:00
DPrieur
f8a0a62c0c
Adding Support for VideoLAN's Reliable Internet Stream Transport (RIST) Protocol
2024-08-13 23:47:08 -04:00
DPrieur
151222a8e4
Adding Support for Haivision's Secure Reliable Transport (SRT) Protocol
2024-08-13 22:27:02 -04:00
aptalca
7af66d82af
fix version typo
2024-08-01 11:57:06 -04:00
aptalca
3f1410baea
Add libdav1d, bump various libs
2024-08-01 10:41:58 -04:00
aptalca
56c70c9acc
fix libdovi path
2024-06-21 13:57:56 -04:00
aptalca
3e436b2682
bump libaom and mesa
2024-06-21 12:48:27 -04:00
aptalca
ae7cc02e06
lib path changed with latest cargo-c
2024-06-21 12:39:41 -04:00
aptalca
394dd69b10
bump ffmpeg and other libs
2024-06-08 13:30:47 -04:00
aptalca
df89ca0f27
revert accidental makeflag change
2024-05-26 19:15:51 -04:00
aptalca
c1ea5aafdf
compile libgl, bump libass, harfbuzz and vulkan-sdk
2024-05-26 19:15:15 -04:00
aptalca
7d1fe8432c
Rebase to noble, restructure debs
2024-05-26 12:02:19 -04:00
aptalca
881a15fc12
third time's a charm
2024-05-22 16:33:08 -04:00
aptalca
5150cb2824
add new mesa deps, add cargo bin to path
2024-05-22 16:26:24 -04:00
aptalca
5d246a2610
Bump Mesa to 24.1.0
2024-05-22 15:18:06 -04:00
TC McCarthy
9d0819692b
Bumps SVTAV1
2024-05-20 12:05:14 -04:00
aptalca
9c14a476aa
remove obsolete lib path
2024-05-10 00:02:43 -04:00
aptalca
9ba830f3b9
Update libvpl repo and fix another typo
2024-05-09 22:24:26 -04:00
aptalca
fa15e895b0
Bump various libs
2024-05-09 20:37:54 -04:00
aptalca
fb9eeef31c
explicitly disable libdrm on arm64, add quick build tests
2024-04-11 16:36:25 -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
5ff16e4038
bump ffmpeg to 7.0, bump other deps
2024-04-05 11:07:45 -04:00
aptalca
6f01501876
Bump libaom, mesa, openjpeg, opus, shaderc and svtav1
2024-03-16 21:16:18 -04: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
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
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
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
aptalca
37afd12ff0
bump Mesa to v24
2024-02-01 12:56:07 -05:00
aptalca
e23a6693f4
use latest rust
2024-01-23 09:34:37 -05:00
aptalca
23abf40371
add alsa support
2024-01-21 17:01:33 -05:00
aptalca
0dc2103432
let wrapper pass exit code to docker run, bump libs
2024-01-18 21:07:04 -05:00
aptalca
e35de124c8
Add rav1e support
2024-01-01 21:32:41 -05:00
aptalca
2f7a805bce
Bump various libs
2024-01-01 18:00:07 -05:00