Skip to content

Commit 4dd1665

Browse files
New version: CESNET.UltraGrid version 1.9.11 (microsoft#285567)
1 parent c540892 commit 4dd1665

File tree

3 files changed

+141
-0
lines changed

3 files changed

+141
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: CESNET.UltraGrid
5+
PackageVersion: 1.9.11
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: UltraGrid-1.9.11-win64/uv.exe
10+
PortableCommandAlias: uv
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
UpgradeBehavior: uninstallPrevious
16+
Dependencies:
17+
PackageDependencies:
18+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
19+
ReleaseDate: 2025-08-20
20+
ArchiveBinariesDependOnPath: true
21+
Installers:
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/CESNET/UltraGrid/releases/download/v1.9.11/UltraGrid-1.9.11-win64.zip
24+
InstallerSha256: 001C5C05CF71881B7451D121317AFDCBE8013164B0C3A31485B6CDD828FCBF23
25+
ManifestType: installer
26+
ManifestVersion: 1.10.0
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: CESNET.UltraGrid
5+
PackageVersion: 1.9.11
6+
PackageLocale: en-US
7+
Publisher: Czech Educational and Research Network
8+
PublisherUrl: https://github.com/CESNET
9+
PublisherSupportUrl: https://github.com/CESNET/UltraGrid/issues
10+
PackageName: UltraGrid
11+
PackageUrl: https://github.com/CESNET/UltraGrid
12+
License: Proprietary
13+
LicenseUrl: https://github.com/CESNET/UltraGrid/blob/master/COPYRIGHT
14+
Copyright: |-
15+
Copyright (c) 2001-2004 University of Southern California
16+
Copyright (c) 2003-2004 University of Glasgow
17+
Copyright (c) 2013-2014 Fundació i2CAT, Internet I Innovació Digital a Catalunya
18+
Copyright (c) 2005-2023 CESNET z.s.p.o.
19+
CopyrightUrl: https://github.com/CESNET/UltraGrid/blob/master/COPYRIGHT
20+
ShortDescription: UltraGrid low-latency audio and video network transmission system
21+
ReleaseNotes: |-
22+
Built 2025-08-20T11:11+00:00
23+
Changes:
24+
- added basic nvdec support
25+
- added Pipewire screen capture
26+
- added Pipewire generic video capture & display
27+
- added Pipewire audio capture & display
28+
- GUI: Don't block whole interface when querying UG capabilities
29+
- GUI: Better handling of UG crash during capability query
30+
- GUI: vuMeter: Redesigned to allow variable channel count
31+
- GUI: vuMeter: Added maximum recent peak indicator
32+
- swmix: Optionaly specify a custom config file path
33+
- holepunch: New 'bind_ip' option
34+
- improved deinterlacing quality and performance; support for higher than 8 bit pixel formats
35+
- added new deinterlace filters (linear, bob)
36+
- added support for Vuikan on macOS (utilizing MoltenVK)
37+
- improved support for HW accelerated encoding with QuickSync for Intel GPUs (mainly for higher bit-depth formats)
38+
- improved support for AMD GPUs (encoding with AMF, VDPAU decoding, VA-API)
39+
- improved Windows screen capture (automaticaly register filter)
40+
- Reed-Solomon: support for multiple tiles (notably 3D)
41+
- improved AV1 performance by tweaking parameters
42+
- video switcher: support for embedded audio switching
43+
- added file (libavformat-backed) output
44+
- supported >8 bit transcoding in hd-rum-transcode and resize filter
45+
- improved DShow capture compatibility with new pixfmts + convert to RGB
46+
- added official mac arm64 build
47+
Fixes since last release:
48+
1.9.11
49+
- improve NVENC intra-refresh behavior (ported from master)
50+
- suppress --cuda-devices help returned error
51+
- fix multi-tile compress support
52+
1.9.10
53+
- fix macOS >= 15.4 init crashes (LC_RPATH dups)
54+
- build fixes (XIMEA, PCP)
55+
- fix manual port assignment with send+recv over lo in single process
56+
- few other less important fixes
57+
1.9.9
58+
- build fixes: switch to U22, PCP
59+
- fix SDL2 I420
60+
- improve Firejail AppImage compatibility with various params
61+
- fix WASAPI device selection with UUID
62+
- CoInitialize: use COINIT_APARTMENTTHREADE (compat with PA/ASIO build)
63+
- select libvpx-vp9 for VP9 if AVX2 not present (avoid crasn with SVT impl)
64+
- portaudio: improved sample rate handling
65+
- Vulkan fixes
66+
1.9.8
67+
- build fixes (SVT-VP9, Vulkan)
68+
- re-enable DELTACAST
69+
1.9.7
70+
- fixed vdisp/file crash
71+
- fixes for irregular (eg. odd) image widths
72+
- added warnings for potentially wrong configs (alsa, R-S audio)
73+
- fixed some color conversion
74+
- NDI fixes - reconnect, 16-bit YCbCr blank if produced in MSW
75+
1.9.6
76+
- fixed not working GPUJPEG decoder
77+
- vcap/rtsp small fixes; but mainly advised to use the development build
78+
because of plenty of changes/fixes that are not to be backported
79+
1.9.5
80+
- CI: updated dependencies (x265, NDI6 et al.)
81+
- libsvtav1 - hint to use crf instead of bitrate (more comprehensive enhancement in the development version)
82+
- rtsp client freeze fix
83+
- fixed capture from OBS virtual cam in Windows
84+
- fixes some (rare) crashes
85+
1.9.4
86+
- new GPUJPEG compat
87+
- build fixes
88+
- miscellaneous fixes, but no high severity
89+
1.9.3
90+
- fixed crashes in edge cases
91+
- support for current DELTACAST driver/SDK
92+
- deinterlace: fixed running without options
93+
1.9.2
94+
- CI: build CUDA stuff for CC 3.5 (compat with Kepler/Maxwell devices)
95+
- build fixes
96+
- DShow: support for H.264 capture
97+
- AV Foundation: fixed running without options
98+
- DeckLink disp.: fixed crash with BMD Studio 4K Studio and '-r analog'
99+
- fixed transparency in GUI on Wayland
100+
1.9.1
101+
- CI build fixes
102+
- fixed libavcodec conversion
103+
- fixed testcard:size=4k (option parse)
104+
Full changelog: https://github.com/CESNET/UltraGrid/commits/v1.9.11
105+
ReleaseNotesUrl: https://github.com/CESNET/UltraGrid/releases/tag/v1.9.11
106+
ManifestType: defaultLocale
107+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: CESNET.UltraGrid
5+
PackageVersion: 1.9.11
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)