Overview

Request 5031 (accepted)

- Update to version 25.0.0:
* win-capture: Fix potential crash due to unhandled exceptions
* libobs: Update version to 25.0.0
* Update translations from Crowdin
* rtmp-services: Add getloconow
* rtmp-services: Fix formatting
* UI: Fix closing OBS before showing whats new dialog
* obs-browser: Fix crash with certain settings combo
* libobs: Fix audio not playing back with audio lines
* UI: Enable BTTV login popup
* UI: Turn off T-bar mode when going out of studio mode
* libobs: Reset manual state when forcing transition target
* Revert "libobs: Add extra reference when source is displayed"
* Revert "libobs: Only manipulate input source ref counts"
* win-capture: Destroy winrt in graphics thread
* libobs: Remove repeated semicolons
* libobs: Add task scheduling features
* UI: Increment filter name automatically
* UI: Update stream key link for YouStreamer
* libobs: Fix another group id comparison
* Make cert revocation check fails non-fatal on Win
* win-capture/graphics-hook: Separate some debugging stuff
* win-capture: Vulkan surface refactor
* UI: Support Unicode for Windows fullscreen projectors
* UI: Fix filter rename crash
* UI: Update Contribute link in about box
* libobs: Check return value from obs_scene_add_internal
* UI: Fix preview scaling on scene collection change
* obs-vst: Fix lockup/race on shutdown
* Revert "graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10"

Submit package home:boombatow...es:Multimedia / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,466 @@
2
 -------------------------------------------------------------------
3
+Wed Mar 18 18:46:43 UTC 2020 - jimmy@boombatower.com
4
+
5
+- Update to version 25.0.0:
6
+  * win-capture: Fix potential crash due to unhandled exceptions
7
+  * libobs: Update version to 25.0.0
8
+  * Update translations from Crowdin
9
+  * rtmp-services: Add getloconow
10
+  * rtmp-services: Fix formatting
11
+  * UI: Fix closing OBS before showing whats new dialog
12
+  * obs-browser: Fix crash with certain settings combo
13
+  * libobs: Fix audio not playing back with audio lines
14
+  * UI: Enable BTTV login popup
15
+  * UI: Turn off T-bar mode when going out of studio mode
16
+  * libobs: Reset manual state when forcing transition target
17
+  * Revert "libobs: Add extra reference when source is displayed"
18
+  * Revert "libobs: Only manipulate input source ref counts"
19
+  * win-capture: Destroy winrt in graphics thread
20
+  * libobs: Remove repeated semicolons
21
+  * libobs: Add task scheduling features
22
+  * UI: Increment filter name automatically
23
+  * UI: Update stream key link for YouStreamer
24
+  * libobs: Fix another group id comparison
25
+  * Make cert revocation check fails non-fatal on Win
26
+  * win-capture/graphics-hook: Separate some debugging stuff
27
+  * win-capture: Vulkan surface refactor
28
+  * UI: Support Unicode for Windows fullscreen projectors
29
+  * UI: Fix filter rename crash
30
+  * UI: Update Contribute link in about box
31
+  * libobs: Check return value from obs_scene_add_internal
32
+  * UI: Fix preview scaling on scene collection change
33
+  * obs-vst: Fix lockup/race on shutdown
34
+  * Revert "graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10"
35
+  * win-capture/graphics-hook: Add a bit of logging
36
+  * win-capture: Handle vkCreateSwapchainKHR errors
37
+  * libobs: Remove legacy libobs data search path
38
+  * libobs: Remove legacy module search path
39
+  * win-capture: Try window handle 0 if actual handle fails
40
+  * win-capture: Use full app obj name for keepalive mutex
41
+  * libobs: Don't render audio if context not initialized
42
+  * libobs: Fix groups not being recognized as groups
43
+  * libobs: Handle removed plugins for versioned sources
44
+  * libobs: Don't return false, return NULL
45
+  * libobs: Fix crash when querying versioned id
46
+  * tests: fix missing parameter when calling obs_display_create
47
+  * win-capture/graphics-hook: Make vulkan layer all capital
48
+  * libobs: Fix source type versioning system
49
+  * image-source: Don't use video info for color source size
50
+  * libobs: Compare scene/group ids by strcmp
51
+  * win-capture: Increment graphics hook version
52
+  * win-capture/graphics-hook: Fix reacquire bug
53
+  * win-capture: Always copy file when debugging
54
+  * win-capture/graphics-hook: Log vulkan capture dimensions
55
+  * UI: Fix windowed multiview title
56
+  * obs-scripting: Add missing Python imports
57
+  * win-capture, libobs: Show names of displays in Display Capture
58
+  * UI: Show monitor names for projectors
59
+  * win-capture: Allow write permission on graphics hook
60
+  * win-capture: If elevated, replace HKCU reg entry with HKLM
61
+  * win-capture: Remove SYNCHRONIZE permission
62
+  * libobs-winrt: win-capture: HDC cursor capture for WGC
63
+  * win-capture: Restore Vulkan 1.1 version hack
64
+  * win-capture: Support VK_FORMAT_A8B8G8R8_UNORM_PACK32
65
+  * obs-ffmpeg: Make sure hotkeys are actually pressed
66
+  * win-capture/graphics-hook: Fix wrong HWND
67
+  * win-dshow: Fix rotation not working in all cases
68
+  * win-capture: Set ALL APPLICATION PACKAGES perms if elevated
69
+  * UI/updater: Add perms for ALL APPLICATION PACKAGES
70
+  * win-capture: Remove microsoft store from capture blacklist
71
+  * linux-v4l2: Use LP64 macro to determine pointer size
72
+  * win-capture: Vulkan capture clean-up
73
+  * win-capture: Clean up various VC++ warnings
74
+  * obs-outputs: Fix RTMP authentication
75
+  * win-capture: Fix format string warning
76
+  * win-capture: Increment graphics hook version
77
+  * libobs: Only manipulate input source ref counts
78
+  * win-capture: Handle NULL VkApplicationInfo
79
+  * UI: Fix override transition not working
80
+  * UI: Do not disable t-bar
81
+  * UI: Fix scenes as sources for SL import
82
+  * UI: Lower minimum dock size
83
+  * win-capture: Find correct window even if it's minimized
84
+  * CI: macOS use qt 5.14.1
85
+  * obs-ffmpeg: Fix some incorrect settings for srt output
86
+  * UI: Remove unused variable
87
+  * UI: Call setWindowFlags before setupUi
88
+  * UI: Fix importing SL collections with repeated names
89
+  * obs-browser: Fix CEF initialization conflict
90
+  * UI: Dynamically set widget index when renaming sources
91
+  * CMake: Disable incremental linking on Windows
92
+  * win-capture: Disable correct capture method index
93
+  * CMake: Enable /OPT:REF for Windows
94
+  * CI: Remove merge conflict bot for now
95
+  * CI: Fix some macOS build settings
96
+  * win-capture: Prevent WGC being selected when unavailable
97
+  * UI: Move OBSBasicSettings to scoped block
98
+  * UI: Don't add removed sources when refreshing LoadAudioSources
99
+  * UI: Use invokeMethod to refresh LoadAudioSources
100
+  * UI: Fix preview not being re-enabled on maximize
101
+  * win-dshow: Add support for devices that relay rotation
102
+  * libobs: Add ability to rotate async sources
103
+  * UI: Show help icon for properties with tooltips
104
+  * obs-ffmpeg: Fix type conversion warning
105
+  * win-capture: Fix registry lookup bug
106
+  * win-capture: Check hook version before capture init
107
+  * win-capture: Add Vulkan capture
108
+  * win-capture: Use full DLL path for inject helper
109
+  * win-capture/graphics-hook: Don't allow multiple hooks
110
+  * cmake: Add FindVulkan module
111
+  * win-capture: Refactor create_hook_info
112
+  * win-capture/graphics-hook: Refactor mutex check
113
+  * libobs/util: Add dll version compare func
114
+  * libobs/util: Use MAX_PATH for absolute path funcs
115
+  * win-capture/graphics-hook: Fix OBS detection
116
+  * win-capture/graphics-hook: Add flog and flog_hr
117
+  * CI: Fix case of PlugIns directory
118
+  * obs-outputs: Update FTL sdk to latest version
119
+  * Revert "libobs: Fix audio keyframe issue"
120
+  * obs-browser: Fix crash with replay buffer events
121
+  * win-capture: Preserve current window setting
122
+  * win-capture: Move window capture method below window
123
+  * Decklink: Fix crash when no device selected
124
+  * frontend-plugins: Refactor Decklink out UI
125
+  * UI: Remove dock margins
126
+  * libobs-d3d11: Enable NV12 for Intel on newer platforms
127
+  * obs-browser: Update to 2.8.2
128
+  * UI: Fix compiling error with older QT
129
+  * CI: Build CEF on Linux
130
+  * obs-browser: Enable Linux support
131
+  * libobs: Handle empty path in os_get_path_extension
132
+  * libobs-opengl: Fix Mac VAO created without context
133
+  * libobs-winrt: win-capture: Support client area toggle for WGC
134
+  * win-capture: Hide settings if Automatic is WGC
135
+  * UI: Use deleteLater() rather than explicit delete
136
+  * UI: Reserve correct number of elements in vector
137
+  * cmake: Copy a few missing dependency files
138
+  * UI: Reserve correct number of elements in vector
139
+  * UI: Make t-bar smaller
140
+  * obs-browser: Fix formatting
141
+  * deps/media-playback: Fix formatting
142
+  * obs-browser: Update browser to 2.8.0
143
+  * libobs: Pump graphics loop one final time for cleanup
144
+  * UI: Fix compilation warning re signed/unsigned
145
+  * libobs/util: Retry pipe writes to avoid short-write failures
146
+  * win-capture: Add 'auto' method to window capture
147
+  * CMake: Add check for Win SDK 10.0.18362.0 or above
148
+  * CMake: Rquire CMake 3.16
149
+  * libobs-winrt: Add PCH
150
+  * win-capture: Windows Graphics Capture support
151
+  * libobs-winrt: Add module for WinRT functionality
152
+  * CI: Use VS 2019 and windows-2019 VM image
153
+  * win-capture: Add support for finding windows via EnumWindows
154
+  * libobs: Add extra reference when source is displayed
155
+  * libobs: Pump Win32 messages on the graphics thread
156
+  * libobs: Support device loss registration
157
+  * libobs: Make ComPtr header self-sufficient
158
+  * libobs: Don't strip whitespace from config values
159
+  * UI: Return 0 when launch cancelled or failed
160
+  * CI: Remove unused Linux script
161
+  * obs-outputs: Properly reset stream count on RTMP_Close
162
+  * UI: Don't set audio encoder track index in Adv Output
163
+  * UI: Fix Import Profile in Portable Mode
164
+  * obs-scripting: Update text source IDs
165
+  * UI: Allow custom browser delete button to fill the cell
166
+  * UI: Fix table heading visibility in Acri
167
+  * win-ivcam: Fix build issue with CMake 3.16
168
+  * image-source: Increase slideshow limit to 400MB
169
+  * rtmp-services: Add Whalebone.tv
170
+  * obs-ffmpeg: Mark FFmpeg NVENC as internal
171
+  * UI: Hide encoder if marked internal
172
+  * UI: Allow rescaling for texture-based encoders
173
+  * obs-ffmpeg: Fall back to FFmpeg nvenc if recale active
174
+  * libobs: Add obs_encoder_scaling_enabled()
175
+  * win-capture: Fix hook collisions with multiple game captures
176
+  * decklink: Fix crash when no outputs are available
177
+  * CI: Add github workflow to tag merge conflicts
178
+  * UI: Fix locked sources being transformed
179
+  * obs-vth264: Manually mark priority bits for VideoToolbox frames
180
+  * UI: Add ability to lock volume
181
+  * UI: Restart program when audio/locale changed
182
+  * UI: Use OBS dock menu instead of Qt dock context menu
183
+  * UI: Add advanced scene collection importer
184
+  * Revert "mac-vth264: Manually mark priority bits for frames"
185
+  * UI: Fix preview not being disabled when minimized
186
+  * deps/media-playback: Fix buffering/sync issues
187
+  * libobs: Remove unused variable
188
+  * libobs: Fix audio keyframe issue
189
+  * UI: Allow resizing docks when hotkeys are disabled
190
+  * rtmp-services: Add Madcat
191
+  * rtmp-services: updating castr.io rtmp ingests
192
+  * rtmp-services: Uncanny.gg
193
+  * obs-ffmpeg: Use callbacks when starting/ending
194
+  * deps/media-playback: Simplify seek/time code
195
+  * libobs: Restore order
196
+  * CI: Fail osx and linux on build failures. Fix decklink clang-format
197
+  * UI: Add missing function declaration
198
+  * decklink: Fix formatting
199
+  * decklink: Log decklink API version on plugin load
200
+  * UI: Add Chromium-compatible NSApplication subclass
201
+  * libobs: fix obs_sceneitem_group_XXX_item API
202
+  * docs/sphinx: Fix missing parameter in documentation
203
+  * libobs: Add group functions that can signal refresh
204
+  * libobs: Make group subitem add/remove funcs signal refresh
205
+  * UI: Watch for refresh signal in source list
206
+  * libobs: Add refresh signal to scenes
207
+  * docs/sphinx: Fix typo
208
+  * libobs: Fix Mac linker error
209
+  * docs/sphinx: add media controls
210
+  * docs/sphinx: add source icon
211
+  * README.rst: Remove retired CI services
212
+  * obs-ffmpeg: Add media hotkeys
213
+  * obs-ffmpeg: Add media control support
214
+  * vlc-video: Add media control support
215
+  * UI: Fix transitions being disabled
216
+  * UI: Use absolute path for portable mode multi check
217
+  * UI: Show source icons in Advanced Audio Properties
218
+  * win-capture: Faster display / window capture updates
219
+  * UI: Always prompt when updates are available
220
+  * libobs/util: Fix incorrect assertion in darray_insert_array
221
+  * UI: Fix incorrect parameter
222
+  * UI: Fix incorrect parameter value
223
+  * deps/media-playback: Fix formatting
224
+  * obs-transitions: Halve stinger padding to 250ms
225
+  * libobs: Add media control support to backend
226
+  * obs-outputs: Remove hard-coded certificate paths on Linux
227
+  * mac-capture: Fix redundant call
228
+  * UI: Fix transtions not enabled
229
+  * UI: Use input validator on resolution line edit
230
+  * libobs: Add obs_scene_find_source_recursive
231
+  * UI: Don't allow resolutions too large
232
+  * obs-outputs: Remove server support from librtmp
233
+  * obs-outputs: Remove unused variable
234
+  * obs-outputs: Fix build with older mbedtls versions
235
+  * CI: Add libmbedtls-dev
236
+  * obs-outputs: Show UI error if the root certs don't load
237
+  * obs-outputs: Enable logging before calling RTMP_Init
238
+  * obs-outputs: Add additional paths for root certificates on Linux
239
+  * obs-transitions: Set stinger media source's name
240
+  * enc-amf: Update to 2.7.0
241
+  * obs-outputs: Fix librtmp mbedtls thread safety
242
+  * UI: Fix aspect ratio triggering settings change
243
+  * UI: Fix t-bar not working with transition override
244
+  * linux-v4l2: Mark aarch64 and mips n64 as known platform
245
+  * libobs: Build SIMDE on platforms without SSE2
246
+  * rtmp-services: Add Uscreen
247
+  * libobs, obs-x264: Fix compiler warnings
248
+  * deps/obs-scripting: Fix incorrect parameter type
249
+  * UI: Add option to toggle source icons to View menu
250
+  * UI: Fix Qt 5.14 deprecation warnings
251
+  * libobs: Rename DEPRECATED to OBS_DEPRECATED
252
+  * docs/sphinx: Add obs_group_from_source
253
+  * docs/sphinx: Add obs_enum_scenes
254
+  * audio-monitoring: Fix Pulse Audio crash
255
+  * libobs: Add VIDEO_CS_SRGB enum value
256
+  * image-source: Fix color source default size
257
+  * rtmp-services: Update SermonAudio entry (#2324)
258
+  * Remove Appveyor
259
+  * obs-text: Change default size of text to 256
260
+  * text-freetype2: Change default size of text to 256
261
+  * image-source: Change default size to size of canvas
262
+  * libobs: Add the ability to make sources obsolete
263
+  * UI: Fix studio mode transition bugs
264
+  * win-dshow: Fix upside-down RGB DIBs
265
+  * UI: Support DnD overlay in linuxbrowser
266
+  * UI: Add drag and drop for URLs
267
+  * UI: Make dropped HTML files use canvas size
268
+  * obs-filters: Add Cube LUT samples
269
+  * obs-filters: Add Cube LUT file support
270
+  * libobs: Add basic support for half floats
271
+  * libobs-opengl: Fix missing GL_HALF_FLOAT usages
272
+  * librtmp: Allow partial success for mbedtls
273
+  * UI: Fix audio restart message not hiding
274
+  * UI: Display aspect ratios in video settings
275
+  * media-playback: Add functions to pause/seek media source
276
+  * docs/sphinx: Fix obs_property_list_item_disable entry
277
+  * obs-outputs: Fix mbedtls use of deprecated functions
278
+  * rtmp-services: Update/remove services
279
+  * UI: Upgrade stream key link to button in Wizard
280
+  * libobs: Log windows release version
281
+  * libobs: Find windows version
282
+  * UI: Fix QResizeEvent leaks
283
+  * mac-vth264: Fix encoder list leak
284
+  * CMake: Fix build on ppc64
285
+  * libobs-opengl: Fix volume texture leak
286
+  * obs-ffmpeg: Fix VC++ warnings
287
+  * obs-scripting: Add Python functions for frontend events
288
+  * libobs-d3d11: Don't allow volume render targets
289
+  * libobs-opengl: Don't allow volume render targets
290
+  * UI: Supply Windows manifest file
291
+  * UI: Properly inform user if recording path is invalid
292
+  * rtmp-services: Add show-it.tv
293
+  * UI: Change remux file paths to OS style separators
294
+  * libobs/UI: Support monospace font in multiline text property
295
+  * UI: Halve width of tab in multiline text property
296
+  * UI: Fix scene/source list item spacing
297
+  * UI: Add t-bar to studio mode
298
+  * libobs: Add manual transition "torque" support
299
+  * libobs: Add manual transitioning support (T-bar)
300
+  * UI: Add Active/Inactive status to adv audio props
301
+  * UI: Add "Active Sources Only" option to adv audio props
302
+  * UI: Add setThemeID to qt-wrappers
303
+  * obs-filters: Add grayscale LUT image
304
+  * libobs-opengl: OpenGL thread-safety on Mac
305
+  * deps/obs-scripting: Expose matrix3 & 4 to scripting
306
+  * UI: Fix compile issue
307
+  * UI: Add option to use percent instead of dB
308
+  * libobs: Fix corrupted pointers when removing properties
309
+  * libobs-d3d11: Increase the frame queue capacity
310
+  * linux-v4l2: Add support for controls
311
+  * libobs: Update version to 24.0.6
312
+  * CI: Fix QtNetwork in Mac packaging script
313
+  * obs-filters: Use volume texture for LUT
314
+  * libobs: Add support for volume textures
315
+  * UI: Ensure OBS launches when theme is missing
316
+  * obs-qsv11: Add all TargetUsage values
317
+  * rtmp-services: Add YouStreamer
318
+  * CI: Fix error deleting QT network framework on OSX
319
+  * CI: Fix mbedtls id in mac deploy script
320
+  * libobs: Null check hotkey device on macos
321
+  * obs-browser: Disable system flash
322
+  * UI: Add save button next to replay buffer button
323
+  * rtmp-services: Increase FB max bitrate to 6Mbps
324
+  * CI: Fix up QT network framework on OSX
325
+  * CI: Fix osx executable path in plist
326
+  * CI: Fix framework symlinks when building osx app
327
+  * obs-ffmpeg: Enable VAAPI Rate Control
328
+  * UI: Add Start Streaming settings check on start
329
+  * UI: Create UI Validation Helper Class
330
+  * libobs: Do not include unrelated flags in filter check
331
+  * rtmp-services: Add Konduit.live
332
+  * libobs: Update version to 24.0.5
333
+  * CI: Don't run clang format on some submodule plugins
334
+  * libdshowcapture: Update to latest submodule
335
+  * UI: Allow switch to existing theme to reload
336
+  * UI: Don't modify theme if already set
337
+  * Decklink: Explicit casts for truncation warnings
338
+  * libobs: Remove C99 hacks for older VC++
339
+  * UI: Delete cookies before connecting account
340
+  * UI: Fix bug in untested/unused function code path
341
+  * UI: Fix source icons being shifted to the right
342
+  * CI: Add Cirrus-CI config for FreeBSD builds
343
+  * UI: Add Grid Mode to Scenes Widget
344
+  * UI: Rename deprecated QPalette::ColorRole
345
+  * UI: Fix Qt deprecation warnings
346
+  * libobs: add missing FreeBSD #include to fix build
347
+  * UI: Use new ffmpeg-encoded-output for non-RTMP urls
348
+  * obs-ffmpeg: Add new ffmpeg-encoded-output
349
+  * obs-ffmpeg: Expose ffmpeg_data_init and ffmpeg_data_free methods
350
+  * libobs: fix building modules once installed
351
+  * UI: Default stream / record confirm dialogs to "No"
352
+  * deps/media-playback: Don't use interrupt cb for local files
353
+  * deps/media-playback: Don't exit thread on AVERROR_EXIT
354
+  * CI: Keep artifacts for PRs labelled "Seeking Testers"
355
+  * libobs: Enable compilation on aarch64
356
+  * libobs: Add aarch64 compatibility layer
357
+  * win-dshow: Suppress MJPEG error spam
358
+  * UI: Create an API for opening projector windows
359
+  * UI: Break out the opening of a projector into a slot function
360
+  * UI: Add source icons
361
+  * libobs: Robust COM initialization
362
+  * win-wasapi: Verify and balance CoInitializeEx call
363
+  * UI: Fix wrong icon if recording stopped while paused
364
+  * linux-capture: Fix cursor draw bug when cropping window cap.
365
+  * UI: Fix wrong icon if recording stopped while paused
366
+  * rtmp-services: Add scenecut=0 to mixer requirements
367
+  * UI: Fix swap scene issue with double click mode
368
+  * UI: Change advanced networking strings
369
+  * UI: Add setting for Twitch chat add-ons choice
370
+  * UI: Fix Twitch panels not using dark first time
371
+  * obs-outputs: Log FTL during configure
372
+  * libobs: Remove _WIN32 ifdef from enum
373
+  * UI: Fix invalid escape sequences in regex string
374
+  * UI: Add system tray icon to indicate when paused
375
+  * libobs: fix new virtual key codes display
376
+  * libobs: add missing virtual key codes for Windows
377
+  * deps/obs-scripting: Fix formatting
378
+  * obs-scripting: Fix Python in new MacOS .app bundles
379
+  * obs-text: add missing locale include to fix build
380
+  * UI: Remove help icon from Interact titlebars
381
+  * win-dshow: Support bottom-up DIBs
382
+  * win-dshow: Fix format switching issue
383
+  * decklink-ui: Show the state of outputs in the decklink dialog
384
+  * UI: Use radio buttons for FLV track selection
385
+  * libobs: Add more X.org / Unix hotkey defines
386
+  * obs-filters: Reload the mask image when file change is detected
387
+  * obs-filters: Add toggle for scroll filter looping
388
+  * libobs: Send activate and show signals to filters
389
+  * rtmp-services: Type check apply_encoder_settings
390
+  * obs-ffmpeg: Remove unexposed vaapi parameters
391
+  * UI: Fix main transition being set to the quick one
392
+  * win-capture: Fix rare crash when GL program exits
393
+  * libobs: Fix race condition
394
+  * CI: Use custom macdylibbundler for OSX deps
395
+  * UI: Upgrade stream link hotlink to a button
396
+  * rtmp-services: Add YouNow service and implement ingest lookup
397
+  * README.rst: Add Crowdin progress badge
398
+  * UI: Fallback to XGetWMName if XFetchName fails
399
+  * mac-vth264: Manually mark priority bits for frames
400
+  * git: Add VSCode working dir to .gitignore
401
+  * UI: Fix audio bitrate not being set in simple mode
402
+  * UI: Add fade to black in studio mode
403
+  * rtmp-services: Add Stars.AVN.com streaming service
404
+  * libobs: Add video info to filename formatting
405
+  * UI: Fix desktop entry for GNOME Shell
406
+  * Revert "Rename com.obsproject.Studio.desktop to obs.desktop"
407
+  * UI: Add ability to change projector type
408
+  * UI: Simplify fullscreen toggle code
409
+  * win-wasapi: Log device sample rate when initialized
410
+  * UI: Display Sample Rate with proper formatting
411
+  * libobs-d3d11: Fix null input layout rebuild
412
+  * obs-ffmpeg: use avcodec_find_best_pix_fmt_of_list
413
+  * win-capture: Add additional exe to window capture blacklist
414
+  * obs-ffmpeg: Use vendor and device ID for NVENC blacklist
415
+  * UI: Fix checkable property groups
416
+  * UI: Add stats reset hotkey
417
+  * cmake: Use C++17 for compilation
418
+  * UI: Don't influence headers with using namespace
419
+  * obs-scripting: Quiet CMake SWIG warnings
420
+  * CI: Remove dead PPA to fix Linux build failure
421
+  * libobs: Export obs_group_from_source
422
+  * UI: Add support for Custom Twitch Dashboard Docks
423
+  * CI: Update scripts for reorganized OSX bundle
424
+  * docs/sphinx: Fix various typos
425
+  * libobs-d3d11: Use vendor ID instead of string match
426
+  * libobs: Use proper resource paths when running from an OSX bundle
427
+  * enc-amf: Upgrade to v2.6
428
+  * UI: frontend api "trans. duration changed" event
429
+  * libobs: Strict objc_msgSend support
430
+  * rtmp-stream: Fix comparison between signed and unsigned ints
431
+  * rtmp-services: Add ChathostessModels
432
+  * obs-qsv11: Enable option for Custom Quantization Matrix
433
+  * obs-qsv11: Add platform enums for KBL and ICL
434
+  * libobs: Add gs_begin_frame for duplicators
435
+  * obs-ffmpeg: Use av_opt_set on context instead of priv_data
436
+  * obs-filters: Fix sharpness not being translated
437
+  * UI: Fix issue with preview projector
438
+  * UI: Add ability to rename filters with F2 (Return on Mac)
439
+  * Rename com.obsproject.Studio.desktop to obs.desktop
440
+  * Build: Added BUILD_CAPTIONS to linux build script
441
+  * cmake: Compile option to fix libcaption linking
442
+  * UI: Remove unused code from visibility item widget
443
+  * libobs-d3d11: Add GPU driver version to log
444
+  * UI: Add copy/paste of multiple selected sources
445
+  * linux-capture: Fix bug with xshm input showing multiple 0x0 windows
446
+  * libobs-d3d11: Log monitor names
447
+  * libobs-d3d11: Log display refresh rates
448
+  * obs-scripting: Link _obspython as dynamic_lookup on MacOS
449
+  * obs-scripting: Fix python lib path on MacOS
450
+  * obs-scripting: Fix script plugin destination path on MacOS
451
+  * frontend-tools: output timer tab stop order
452
+  * obs-text: text transform add start case
453
+  * obs-text: text transform add locale
454
+  * cmake: no -Werror-implicit-function-declaration for C++
455
+  * libobs-opengl: Require OpenGL 3.3 instead of 3.2
456
+  * win-capture: Remove support for feature level 9.3
457
+  * libobs-d3d11: Remove "support" for feature level 9.3
458
+  * win-capture: Remove unused variable from D3D12 capture
459
+  * UI: Switch from RGBA to BGRA swap chain format
460
+  * graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10
461
+  * libobs-opengl: Support BGRA swap chains on Windows
462
+  * UI: set names on scenes duplicated for Studio Mode
463
+
464
+-------------------------------------------------------------------
465
 Tue Dec 17 03:07:47 UTC 2019 - jimmy@boombatower.com
466
 
467
 - Update to version 24.0.6:
468
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        24.0.6
4
+Version:        25.0.0
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 Group:          Productivity/Multimedia/Video/Editors and Convertors
8
_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/24.0.6</param>
6
+    <param name="revision">refs/tags/25.0.0</param>
7
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
9
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
5
-    <param name="changesrevision">b96cc828dcd5b2922d3a43eba31144332d307c47</param>
6
+    <param name="changesrevision">327a6f599e7ae1d48a288ec3885ff3cd8b7bf538</param>
7
   </service>
8
 </servicedata>
9
obs-studio-24.0.6.tar.xz -> obs-studio-25.0.0.tar.xz Changed
Refresh

No build results available

Refresh

No rpmlint results available

Request History
boombatower's avatar

boombatower created request about 5 years ago

- Update to version 25.0.0:
* win-capture: Fix potential crash due to unhandled exceptions
* libobs: Update version to 25.0.0
* Update translations from Crowdin
* rtmp-services: Add getloconow
* rtmp-services: Fix formatting
* UI: Fix closing OBS before showing whats new dialog
* obs-browser: Fix crash with certain settings combo
* libobs: Fix audio not playing back with audio lines
* UI: Enable BTTV login popup
* UI: Turn off T-bar mode when going out of studio mode
* libobs: Reset manual state when forcing transition target
* Revert "libobs: Add extra reference when source is displayed"
* Revert "libobs: Only manipulate input source ref counts"
* win-capture: Destroy winrt in graphics thread
* libobs: Remove repeated semicolons
* libobs: Add task scheduling features
* UI: Increment filter name automatically
* UI: Update stream key link for YouStreamer
* libobs: Fix another group id comparison
* Make cert revocation check fails non-fatal on Win
* win-capture/graphics-hook: Separate some debugging stuff
* win-capture: Vulkan surface refactor
* UI: Support Unicode for Windows fullscreen projectors
* UI: Fix filter rename crash
* UI: Update Contribute link in about box
* libobs: Check return value from obs_scene_add_internal
* UI: Fix preview scaling on scene collection change
* obs-vst: Fix lockup/race on shutdown
* Revert "graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10"


boombatower's avatar

boombatower accepted request about 5 years ago

ok