Overview

Request 5658 (accepted)

Beware, this requires to build srt >= 1.4, where it's missing (15.{3,4}

- Update to version 29.0.0:
* rtmp-services: Specify RTMP_SERVICES_FORMAT_VERSION in package.json
* CI: Revise repository conditions to validate JSON schema of services
* libobs: Update version to 29.0.0
* win-capture: Always reset timeout when searching for target display
* UI: Lock volume meter sliders to LTR
* UI: Use stream encoder when resetting encoders
* obs-filters: Log NVIDIA Effects version only if lib is found
* CI: Use Flatpak build-bundle option
* CI: Update Flatpak Actions
* Revert "libobs-d3d11: Default to Intel IGPU on IGPU+DGPU systems"
* Revert "libobs-d3d11: Make sure libobs knows the new adapter index"
* Revert "libobs: Fix adapter index not getting applied to resets"
* UI: Restrict GNOME wayland override
* obs-ffmpeg, obs-qsv11: Ensure adapter order in encoder tests
* obs-ffmpeg: Remove EnumOutputs from encoder tests
* libobs: Add funcs to get windows video adapter LUIDs
* rtmp-services: Remove defunct servers/services
* obs-ffmpeg: Set chroma location for VA-API
* obs-qsv11: Put mastering primaries in GBR order
* mac-videotoolbox: Add HDR metadata
* obs-ffmpeg: Fix AMF default CQP value
* libobs: Duplicate URL string for OBS_BUTTON_URL
* UI: Fix Qt AutoUic warning
* obs-ffmpeg: Add new rate control method mappings for AVC/HEVC
* obs-filter: Fix upward compressor
* obs-ffmpeg: Use enum for av1 encoders
* cmake: Fix FindGio.cmake to find libgio
* docs: Add missing source functions
* obs-ffmpeg: Bump AMF version to v1.4.29

Submit package home:frispete / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,272 @@
2
 -------------------------------------------------------------------
3
+Sun Jan 08 14:16:44 UTC 2023 - hpj@urpla.net
4
+
5
+- Update to version 29.0.0:
6
+  * rtmp-services: Specify RTMP_SERVICES_FORMAT_VERSION in package.json
7
+  * CI: Revise repository conditions to validate JSON schema of services
8
+  * libobs: Update version to 29.0.0
9
+  * win-capture: Always reset timeout when searching for target display
10
+  * UI: Lock volume meter sliders to LTR
11
+  * UI: Use stream encoder when resetting encoders
12
+  * obs-filters: Log NVIDIA Effects version only if lib is found
13
+  * CI: Use Flatpak build-bundle option
14
+  * CI: Update Flatpak Actions
15
+  * Revert "libobs-d3d11: Default to Intel IGPU on IGPU+DGPU systems"
16
+  * Revert "libobs-d3d11: Make sure libobs knows the new adapter index"
17
+  * Revert "libobs: Fix adapter index not getting applied to resets"
18
+  * UI: Restrict GNOME wayland override
19
+  * obs-ffmpeg, obs-qsv11: Ensure adapter order in encoder tests
20
+  * obs-ffmpeg: Remove EnumOutputs from encoder tests
21
+  * libobs: Add funcs to get windows video adapter LUIDs
22
+  * rtmp-services: Remove defunct servers/services
23
+  * obs-ffmpeg: Set chroma location for VA-API
24
+  * obs-qsv11: Put mastering primaries in GBR order
25
+  * mac-videotoolbox: Add HDR metadata
26
+  * obs-ffmpeg: Fix AMF default CQP value
27
+  * libobs: Duplicate URL string for OBS_BUTTON_URL
28
+  * UI: Fix Qt AutoUic warning
29
+  * obs-ffmpeg: Add new rate control method mappings for AVC/HEVC
30
+  * obs-filter: Fix upward compressor
31
+  * obs-ffmpeg: Use enum for av1 encoders
32
+  * cmake: Fix FindGio.cmake to find libgio
33
+  * docs: Add missing source functions
34
+  * obs-ffmpeg: Bump AMF version to v1.4.29
35
+  * obs-ffmpeg: Add new rate control methods for AMD AVC/HEVC
36
+  * docs: Fix reference count info of obs_frontend_get_streaming_service
37
+  * libcaption: Fix invalid data at utf8_load_text_file
38
+  * docs: Add versionadded for 29.0.0 functions
39
+  * docs: Add info on property modified callback
40
+  * mac-videotoolbox: Don't parse HEVC as AVC
41
+  * UI: Guard GetMonitorName behind Qt < 6.4
42
+  * UI: Fix slide counter with no slides
43
+  * obs-ffmpeg: Improve chroma location decision
44
+  * docs: Clarify signal_handler_connect()
45
+  * obs-filters: Use correct signal to reset greenscreen filter
46
+  * image-source: Remove cleared missing files from slideshow
47
+  * libobs: Override fps ovi for aux views
48
+  * updater: Bump to version 2.2
49
+  * obs-ffmpeg: Allow srt stream to disconnect after timeout
50
+  * rtmp-services: Add Bitmovin
51
+  * obs-qsv11: Set subprocess timeout to 10 sec
52
+  * win-dshow: Ignore FFmpeg colorspace if overridden
53
+  * obs-ffmpeg: Disable VBAQ for H264 CQP rate control
54
+  * obs-qsv11: Fix QSV detection
55
+  * obs-qsv11: Fix encoder capping resolution on dgpus
56
+  * Revert "obs-qsv11: Don't set to low power mode if AV1"
57
+  * obs-qsv11: Fix HDR not working with AV1
58
+  * obs-qsv11: Don't set to low power mode if AV1
59
+  * obs-qsv11: Keep ExtParam value around
60
+  * UI: Hide "Update Channel" label on macOS
61
+  * UI: Guard AutoBetaOptIn as Windows-only
62
+  * UI: Delay timed update check until branch migration
63
+  * UI: Fix monitor name for projectors on Windows
64
+  * obs-qsv11: Remove statics, fix buffer misuse
65
+  * obs-qsv11: Add HEVC
66
+  * obs-qsv11: Don't declare vars in switch w/o braces
67
+  * obs-qsv11: Remove unused function
68
+  * obs-qsv11: Fix profile default for AV1
69
+  * obs-qsv11: Remove unused function declaration
70
+  * obs-ffmpeg: Disable VBAQ for HEVC CQP rate control
71
+  * libobs: Suppress LNK4098
72
+  * rtmp-services: Suppress LNK4098
73
+  * UI: Add QSV AV1 to simple output mode
74
+  * obs-qsv11: Simplify CQP
75
+  * obs-qsv11: Add QSV AV1 encoder
76
+  * obs-qsv11: Add codec enum
77
+  * obs-qsv11: Only reinitialize bitrate
78
+  * obs-qsv11: Add startup process to test QSV support
79
+  * libobs: Fix adapter index not getting applied to resets
80
+  * UI: Switch to beta branch when running beta/rc for the first time
81
+  * UI: Add update channels (Windows)
82
+  * updater: Add --branch/--portable command line arguments
83
+  * cmake/libobs: Set OBS_COMMIT based on git describe
84
+  * flatpak: Update deps based on obs-deps 2022-11-21
85
+  * CI: Update deps to obs-deps 2022-11-21 release
86
+  * libobs-d3d11: Make sure libobs knows the new adapter index
87
+  * obs-ffmpeg: Fix building without HEVC on Windows
88
+  * cmake: Specify utf-8 for MSVC builds
89
+  * CI,obs-vst: Update Flatpak KDE Runtime to version 6.4
90
+  * UI, image-source: Add slide counter to slideshow toolbar
91
+  * obs-vst: Improve some string handling
92
+  * obs-vst: Use libobs memory allocation functions
93
+  * UI: Disable toolbar buttons when no source is selected
94
+  * obs-ffmpeg: Improve RIST/SRT log messages
95
+  * UI: Use blog for "Attempted path" log messages
96
+  * ffmpeg: fix cqp rate control on svtav1
97
+  * ffmpeg: fix "cqp" mode for libaom
98
+  * libobs: Deprecate obs_get/set_master_volume
99
+  * obs-browser: Don't use QPointF for pointer position
100
+  * obs-browser: Update version to 2.19.0
101
+  * libdshowcapture: Support more capture cards with uncoupled audio
102
+  * obs-ffmpeg: Use Libva in FFmpeg VA-API
103
+  * UI: Add filters button to scenes toolbar
104
+  * UI: Remove Qt taskbar overlay
105
+  * obs-ffmpeg: Fix SVT-AV1 rate control mode selection
106
+  * libobs: Allow overriding video resolution per view
107
+  * decklink: Always output BGRA
108
+  * UI: Clarify that RGB output format is BGRA
109
+  * flatpak: Add Jansson to modules
110
+  * mac-videotoolbox: Default to High profile
111
+  * UI: Add Apple Hardware Encoder to AutoConfig
112
+  * win-dshow: Recognise higher FPS values from devices
113
+  * CI: Name Docs zip based on commit/tag
114
+  * obs-ffmpeg: Fix encoder preset quality fallbacks for AVC/HEVC/AV1
115
+  * obs-ffmpeg: Suggest docs to reference for AMF/FFmpeg options
116
+  * UI: Add AMD AV1 to simple output mode
117
+  * obs-ffmpeg: Add AMF AV1 encoder
118
+  * obs-ffmpeg: Use codec enum for AMF texture encode check
119
+  * obs-ffmpeg: Make AMF AVC encoder name consistent w/ others
120
+  * obs-ffmpeg: Only show b-frames AMF property for AVC
121
+  * obs-ffmpeg: Only allow AMF high/baseline profiles for AVC
122
+  * obs-ffmpeg: Allow 0-51 for CQP property
123
+  * obs-ffmpeg: Use codec enum for amf_properties_internal
124
+  * obs-ffmpeg: Fix transcoding API typo
125
+  * obs-ffmpeg: Update AMF SDK for AV1 support
126
+  * UI: Change Simple Output NVENC default preset to P5
127
+  * CI: Re-enable scripting in Windows builds
128
+  * obs-ffmpeg: Change default nvenc preset to P5
129
+  * win-capture,UI: Look up display by id, not index
130
+  * Revert "virtualcam-module: Don't send frames on initial pause"
131
+  * obs-websocket: Update version to 5.1.0
132
+  * obs-ffmpeg: Fix SRT error type comparison (#7802)
133
+  * win-capture: Invert output when drawing monochrome cursors
134
+  * rtmp-services: Add ffmpeg-mpegts-muxer in schema v4
135
+  * obs-ffmpeg: Direct setting of  encryption & auth for SRT & RIST
136
+  * UI: Use weak source for projectors
137
+  * obs-ffmpeg: Use compatibility options on nvnenc init fail
138
+  * libobs: Fix SRGB to SCRGB async video rendering
139
+  * CI: Fix building in PowerShell 7.3.x
140
+  * CI: Fix services checkers using wrong port for RTMPS
141
+  * UI: Add separator in source toolbar
142
+  * obs-outputs: Shorten dynamic bitrate increment timeout
143
+  * rtmp-services: Add IRLToolkit
144
+  * UI: Remove number from multiview labels
145
+  * CI: Add debian debug symbols to CI artifacts
146
+  * cmake: Fix debian packages loosing all debug symbols
147
+  * mac-capture: Disable all SCK modes besides WindowCapture on macOS 12
148
+  * mac-videotoolbox: Support P010 and HDR color spaces
149
+  * obs-filters: NVIDIA Background Removal variable mask refresh
150
+  * obs-filters: Add temporal processing to Background Removal
151
+  * obs-filters: Warn if NVIDIA Audio FX is outdated
152
+  * obs-filters: Warn if NVIDIA Video FX is oudated
153
+  * obs-outputs: Increase librtmp send timeout to 15 seconds
154
+  * UI: Fix snprintf calls with literals as buffer sizes
155
+  * obs-outputs: Fix snprintf calls with literals as buffer sizes
156
+  * obs-filters: Fix snprintf calls with literals as buffer sizes
157
+  * image-source: Fix snprintf calls with literals as buffer sizes
158
+  * coreaudio-encoder: Fix snprintf calls with literals as buffer sizes
159
+  * obs-x264: Fix snprintf calls with literals as buffer sizes
160
+  * win-capture: Replace invocations of sprintf with snprintf
161
+  * obs-ffmpeg: Replace invocations of sprintf with snprintf
162
+  * libobs-d3d11: Replace invocations of sprintf with snprintf
163
+  * linux-v4l2: Replace invocations of sprintf with snprintf
164
+  * linux-capture: Replace invocations of sprintf with snprintf
165
+  * UI: Replace invocations of sprintf with snprintf
166
+  * obs-outputs: Replace invocations of sprintf with snprintf
167
+  * mac-capture: Replace invocations of sprintf with snprintf
168
+  * libobs: Replace invocations of sprintf with snprintf
169
+  * deps: Replace invocations of sprintf with snprintf
170
+  * obs-ffmpeg: Fix deprecation of channels member of several structs
171
+  * libobs: Change audio resampler to new channel API
172
+  * obs-ffmpeg: Update mpegts to channel API change
173
+  * docs: Add info on funcs to use for properties
174
+  * aja: Fix capturing UHD/4K YUV on Kona HDMI.
175
+  * UI: Fix QStyle memory leak
176
+  * libobs-d3d11: Support advanced SDR window preview
177
+  * mac-capture: Support P3 for HDR recordings
178
+  * libobs: Add P3 shaders for Mac
179
+  * libobs-opengl: Support l10r IOSurface
180
+  * decklink-output-ui: Pipeline GPU data for preview
181
+  * libobs: Log Windows emulation status
182
+  * libobs: Log macOS Rosetta status
183
+  * UI: Remove Rosetta detection log
184
+  * libobs/util: Add function to get Windows x64 emulation status
185
+  * UI: Use on_foo_bar properly for docks context menu
186
+  * UI: Replace manual usage of on_foo_bar for show/hide transition
187
+  * UI: Remove support for toggling Aero
188
+  * libobs: Remove Aero logging
189
+  * mac-avcapture: Add DeskCam support
190
+  * rtmp-services: Add Whowatch
191
+  * libobs: Fix reading Windows release name
192
+  * UI: Set Replay Buffer Memory limit dynamically
193
+  * libobs: Add utility function to get total RAM
194
+  * libobs: Move async filtering from render to tick
195
+  * libobs: Add "source_update" signal
196
+  * docs: Add clarifications
197
+  * UI: Fix always on top not being saved on exit
198
+  * libobs: Update to 28.1.2
199
+  * CI: Upload beta builds as Steam Playtest
200
+  * obs-filters: Add a simple 3-band equalizer
201
+  * obs-browser: Update version to 2.18.7
202
+  * UI: Add simple mode for Apple Hardware HEVC
203
+  * UI: Add detection of ProRes encoder for auto muxing
204
+  * UI: Print container warnings for ProRes encoder and disable autoremux
205
+  * libobs: Force hvc1 codec tag for HEVC video and respect input tags
206
+  * mac-videtoolbox: Use correct size for system representation CFStrings
207
+  * mac-videotoolbox: Make unsupported color format text codec agnostic
208
+  * mac-videotoolbox: Remove HW_ACCEL flags
209
+  * mac-videotoolbox: Add support platform hardware and software ProRes 422
210
+  * obs-ffmpeg: Add codec-tag support to ffmpeg-mux
211
+  * mac-videotoolbox: Add support for platform hardware and software HEVC
212
+  * Revert "obs-ffmpeg: Check nvenc max bframe count"
213
+  * obs-ffmpeg: Cap NVENC Max B-frames according to GPU caps
214
+  * CI: Fix service validator
215
+  * libobs: Update version to 28.1.1
216
+  * obs-ffmpeg: Check nvenc max bframe count
217
+  * UI: Migrate Simple Output NVENC preset
218
+  * UI: Refactor NVENC preset migration
219
+  * libobs: Update version to 28.1.0
220
+  * libobs: Force SRGB conversion for tonemapped video
221
+  * obs-ffmpeg: Split NVENC preset migrations by codec
222
+  * UI: Add NVENC preset migration for lossless
223
+  * obs-ffmpeg: Align NVENC preset migrations to NVIDIA guidelines
224
+  * obs-ffmpeg: Add NVENC preset mapping for old Default preset
225
+  * obs-ffmpeg: Swap hq and mq preset order
226
+  * UI: Change adv audio background color
227
+  * UI/obs-frontend-api: Return allocated strings for new funcs
228
+  * obs-frontend-api: Add functions to get last saved files
229
+  * libobs: Fix blend method in studio mode
230
+  * libobs: Add media key support for linux
231
+  * win-capture: Disable clang-format for assembly patterns
232
+  * obs-filters: Fix typo in Upward.Compressor
233
+  * obs-ffmpeg: Fix Ubuntu 20.04 detection
234
+  * obs-ffmpeg: Fix FFmpeg NVENC presets on Ubuntu 20.04
235
+  * obs-filters: Fix comment typo
236
+  * obs-filters: Add upward compressor filter
237
+  * obs-filters: Refactor expander filter expansion code
238
+  * obs-filters: Use snake_case for expander variables
239
+  * Update translations from Crowdin
240
+  * obs-browser: Update version to 2.18.6
241
+  * enc-amf: Minor compilation improvements
242
+  * UI: Use correct key for "Always on Top" with projectors
243
+  * rtmp-services: Add Vindral service
244
+  * UI: Fix placeholder element not being deleted
245
+  * UI: Avoid showing service integration page on Wayland
246
+  * obs-frontend-api: Add screenshot event
247
+  * UI: Set preset2 instead preset for simple mode NVENC
248
+  * UI: Hide --portable from help text if disallowed
249
+  * UI: Hide donation CTA when running via Steam
250
+  * UI: Add --steam flag
251
+  * linux-v4l2: Send STREAMON/STREAMOFF on vcam start/stop
252
+  * docs: Fix sphinx import error on Python 3.10+
253
+  * obs-ffmpeg: Fix NVENC "mq" to use P6 rather than P4
254
+  * UI: Change "hq" to use P5 when upgrading NVENC
255
+  * UI: Fix stats widget appearance on Yami themes
256
+  * UI: Fix stats widget status font size
257
+  * UI: Fix theme if apply and cancel in settings
258
+  * CI: Fix Steam launching x86 version under Rosetta
259
+  * mac-virtualcam: Remove unnecessary IOSurfaceLocks in Mach Server
260
+  * mac-virtualcam: Remove unnecessary use of NSAppleEventDescriptor
261
+  * mac-virtualcam: Use IOSurfaceLock on Intel-based Macs only
262
+  * mac-virtualcam: Fix random crashes in applications loading VirtualCam
263
+  * CI: Fix services check using deprecated GHA output
264
+  * CI: Update GitHub Actions for set-output deprecation
265
+  * UI: Use correct title for failed replay buffer start
266
+  * obs-frontend-api: Add theme functions
267
+- Add new required pkgconfig(libva) build dependency
268
+- Refine srt build dependency (>= 1.4)
269
+
270
+-------------------------------------------------------------------
271
 Tue Dec  6 17:50:25 UTC 2022 - Hans-Peter Jansen <hp@urpla.net>
272
 
273
 - Explicitly require librist4 (dlopen'ed)
274
obs-studio.spec Changed
26
 
1
@@ -8,7 +8,7 @@
2
 %endif
3
 
4
 Name:           obs-studio
5
-Version:        28.1.2
6
+Version:        29.0.0
7
 Release:        0
8
 Summary:        A recording/broadcasting program
9
 Group:          Productivity/Multimedia/Video/Editors and Convertors
10
@@ -55,12 +55,13 @@
11
 BuildRequires:  pkgconfig(libavfilter)
12
 BuildRequires:  pkgconfig(libavformat)
13
 BuildRequires:  pkgconfig(libavutil)
14
+BuildRequires:  pkgconfig(librist)
15
 BuildRequires:  pkgconfig(libswresample)
16
 BuildRequires:  pkgconfig(libswscale)
17
-BuildRequires:  pkgconfig(librist)
18
+BuildRequires:  pkgconfig(libva)
19
 BuildRequires:  pkgconfig(lua)
20
 BuildRequires:  pkgconfig(luajit)
21
-BuildRequires:  pkgconfig(srt)
22
+BuildRequires:  pkgconfig(srt) >= 1.4
23
 BuildRequires:  python3-devel
24
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
25
 BuildRequires:  speexdsp-devel
26
_service Changed
10
 
1
@@ -1,7 +1,7 @@
2
 <services>
3
   <service name="tar_scm" mode="disabled">
4
     <param name="versionformat">@PARENT_TAG@</param>
5
-    <param name="revision">refs/tags/28.1.2</param>
6
+    <param name="revision">refs/tags/29.0.0</param>
7
     <param name="url">https://github.com/obsproject/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
10
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">https://github.com/obsproject/obs-studio.git</param>
5
-    <param name="changesrevision">c1841e43b04e662ae3be146ce10596eb7be866fa</param>
6
+    <param name="changesrevision">b51773b97b551cb409603146a97b2827d2a66ec3</param>
7
   </service>
8
 </servicedata>
9
\ No newline at end of file
10
obs-studio-28.1.2.tar.xz -> obs-studio-29.0.0.tar.xz Changed
Refresh
Refresh

boombatower

boombatower wrote about 2 years ago

> Beware, this requires to build srt >= 1.4, where it's missing (15.{3,4}

This seems like a big deal. Should be look into a backport for build or maintaining an older package for Leap? Thoughts?


frispete

frispete wrote about 2 years ago

Hi Jimmy, I have verified in home:frispete, that obs-studio builds, if those libs are provided, and requested the Multimedia project maintainers to create compatibility builds as A_15.3-srt and A_15.4-srt. We can accept this now in order to not block TW users and hope, that those package links are created rather soonish, which in turn will make obs-studio for those targets automatically...

Request History
frispete's avatar

frispete created request about 2 years ago

Beware, this requires to build srt >= 1.4, where it's missing (15.{3,4}

- Update to version 29.0.0:
* rtmp-services: Specify RTMP_SERVICES_FORMAT_VERSION in package.json
* CI: Revise repository conditions to validate JSON schema of services
* libobs: Update version to 29.0.0
* win-capture: Always reset timeout when searching for target display
* UI: Lock volume meter sliders to LTR
* UI: Use stream encoder when resetting encoders
* obs-filters: Log NVIDIA Effects version only if lib is found
* CI: Use Flatpak build-bundle option
* CI: Update Flatpak Actions
* Revert "libobs-d3d11: Default to Intel IGPU on IGPU+DGPU systems"
* Revert "libobs-d3d11: Make sure libobs knows the new adapter index"
* Revert "libobs: Fix adapter index not getting applied to resets"
* UI: Restrict GNOME wayland override
* obs-ffmpeg, obs-qsv11: Ensure adapter order in encoder tests
* obs-ffmpeg: Remove EnumOutputs from encoder tests
* libobs: Add funcs to get windows video adapter LUIDs
* rtmp-services: Remove defunct servers/services
* obs-ffmpeg: Set chroma location for VA-API
* obs-qsv11: Put mastering primaries in GBR order
* mac-videotoolbox: Add HDR metadata
* obs-ffmpeg: Fix AMF default CQP value
* libobs: Duplicate URL string for OBS_BUTTON_URL
* UI: Fix Qt AutoUic warning
* obs-ffmpeg: Add new rate control method mappings for AVC/HEVC
* obs-filter: Fix upward compressor
* obs-ffmpeg: Use enum for av1 encoders
* cmake: Fix FindGio.cmake to find libgio
* docs: Add missing source functions
* obs-ffmpeg: Bump AMF version to v1.4.29


boombatower's avatar

boombatower accepted request about 2 years ago

nice