Changes of Revision 92

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,327 @@
2
 -------------------------------------------------------------------
3
+Tue Oct 05 02:03:33 UTC 2021 - Jimmy Berry <jimmy@boombatower.com>
4
+
5
+- Update to version 27.1.3:
6
+  * libobs: Update version to 27.1.2
7
+  * Revert "libobs: Don't return/set 0 mixers for non-audio sources"
8
+  * libobs: Update to version 27.1.2
9
+  * Revert "UI: Disable hotkeys when a user is expected to type text"
10
+  * libobs: Don't return/set 0 mixers for non-audio sources
11
+  * UI: Fix tab stop order for Draw safe areas
12
+  * UI: Do not disable AutoConf bandwidth test for YouTube
13
+  * libobs: Remove DrawSrgbDecompressPremultiplied
14
+  * UI: Fix Twitch bandwidth test checkbox
15
+  * UI: Remove thread from YouTube auto config
16
+  * obs-browser: Filter textures in linear space
17
+  * UI: Adjust minimum size of source toolbars smaller
18
+  * libobs/util: Add type test in darray macros for GCC
19
+  * libobs/util: Add a cast for da_push_back_array argument
20
+  * libobs: Fix const qualifier mismatch on DARRAY
21
+  * libobs: Add casts to da_push_back_array arguments
22
+  * libobs: DrawSrgbDecompress for default_rect.effect
23
+  * libobs: Simplify util_mul_div64 for x64 on Windows
24
+  * win-capture: Update graphics hook version to 1.7.1
25
+  * libobs: Update version to 27.1.1
26
+  * UI: Add missing Auth::Load() when duplicating/creating profile
27
+  * linux-capture: Fail when libdrm missing
28
+  * obs-browser: Update translations from Crowdin
29
+  * obs-browser: Update version to 2.16.2
30
+  * Update translations from Crowdin
31
+  * libobs: Update version to 27.1.0
32
+  * linux-capture: Add libdrm dependency check (#5326)
33
+  * Revert "UI: Update volume controls by callback"
34
+  * libobs: Make portal inhibitor asynchronous
35
+  * UI: Prevent Restream OAuth disconnection
36
+  * linux-capture: Omit implicit modifier token when creating texture
37
+  * libobs-opengl: Load EGL via Glad on Wayland platform
38
+  * docs: Add transition duration changed event
39
+  * win-dshow: Don't buffer Elgato Facecam device by default
40
+  * UI: Fix enter/esc when hotkeys are disabled in focus
41
+  * linux-capture: Lookup session handle without typechecks
42
+  * CI: Fix double zip by uploading build folders
43
+  * UI: Use STL random as fallback
44
+  * UI: Fix AuthListener error HTTP response body
45
+  * UI: Abort YouTube login on cancel or listener fail
46
+  * UI: Force minimum reconnect delay of 1 second
47
+  * UI: Remove test YouTube QSS from Dark theme
48
+  * libobs-d3d11: Fix present skip comment
49
+  * UI: Add label/widget buddying to YouTube dialog
50
+  * UI: Use secure RNG for generating YouTube state parameter
51
+  * UI: Properly verify state parameter for YouTube auth
52
+  * libobs-d3d11: Use waitable object to avoid stalls
53
+  * libobs-d3d11: Simplify DXGI factory creation
54
+  * libobs-d3d11: Prefer ComPtr Clear() over Release()
55
+  * libobs: Support move for mismatched ComPtr
56
+  * UI: Update Acri theme styling
57
+  * UI: Update dark theme button styling
58
+  * UI: Fix loading auto start/stop setting in YT dialog
59
+  * cmake: Add Qt JPEG/GIF plugins to Windows libraries
60
+  * UI: Add thumbnail option to YouTube broadcast setup
61
+  * UI: Add postDataSize option to GetRemoteText
62
+  * UI: Fix used source for SetCurrentScene during undo
63
+  * UI: Remove unused RemoveSelectedSceneItem slot
64
+  * libobs: Block sceneitem create if item source is removed
65
+  * UI/updater: Remove dependency on psapi.lib
66
+  * win-capture: Remove dependency on psapi.lib
67
+  * libobs: Remove dependency on psapi.lib
68
+  * UI: Check selected broadcast when re-opening YT dialog
69
+  * UI: Change YouTube Broadcast Dialog title
70
+  * UI: Add remember settings checkbox to YT broadcast setup
71
+  * UI: Rework YouTube broadcast setup flow
72
+  * deps/media-playback: Handle discontinuities to fix video stalls
73
+  * libobs: Actually fix ungroup deadlock
74
+  * Revert "libobs: Avoid request graphics lock after full_lock(scene)."
75
+  * libobs: Restrict emmintrin.h to x86(_64) platform
76
+  * UI: Add -DNOMINMAX to CMake on MSVC
77
+  * libobs: Fix near and far redefinition on MSVC
78
+  * libobs: Fix connect() redefinition on MSVC
79
+  * obs-outputs: Add WIN32_LEAN_AND_MEAN to avoid symbol clash
80
+  * libobs: Avoid request graphics lock after full_lock(scene).
81
+  * libobs: Add profiler section for send_packet
82
+  * libobs-winrt: Require Windows 10 SDK 20348
83
+  * cmake: Require Windows 10 SDK 20348
84
+  * libobs-d3d11: Use ALLOW_TEARING if supported
85
+  * libobs-d3d11: Use FLIP_DISCARD on Windows 11
86
+  * libobs/util: Const-correct win_version_compare
87
+  * UI: Disable reconnect for bandwidth test
88
+  * UI: Enable AutoConfig bandwidth test for YT integration
89
+  * UI: Fix Qt6-incompatible operator usage
90
+  * UI: Fix Qt6-incompatible call to QLocale::setDefault
91
+  * UI: Update volume controls by callback
92
+  * rtmp-services: Add Disciple Media
93
+  * libobs: FIx missing noexcept warnings
94
+  * libobs/graphics: Fix gs_generalize_format warning
95
+  * UI: Fix YT chat being shown when selecting private event
96
+  * UI: Only start YT check thread if auto-start is disabled
97
+  * UI: Disable hotkeys when a user is expected to type text
98
+  * UI: Remove obsolete/unused struct members
99
+  * UI: Restore auth reset when switching services
100
+  * UI: Remove unused struct
101
+  * UI: Fix vertical stretching in audio settings pane
102
+  * obs-outputs: Disable Windows socket loop when using RTMPS
103
+  * UI: Use OBS locale for YouTube categories API
104
+  * libobs/util: Improve SetThreadDescription usage
105
+  * UI: Fix missing broadcast state reset on force-stop
106
+  * UI: Start YouTube check thread after output starts
107
+  * UI: Actually set AutoConfig bitrate max to 51 Mbps
108
+  * UI: Change YouTube description input to QPlainTextEdit
109
+  * UI: Bump AutoConfig bitrate maximum to 51 Mbps
110
+  * UI: Add missing properties to ResetBroadcast
111
+  * UI: Fix crash when output source 0 is null
112
+  * win-capture: Clear stale pointers for game capture
113
+  * libobs/util: Remove old ifdefs
114
+  * UI: Fix disabled auto-start/stop checkboxes
115
+  * rtmp-services: Remove 17LIVE
116
+  * UI: Update png to svg in ui files
117
+  * docs: Clarify only DMA-BUFs with a single modifier are supported
118
+  * pipewire: Create textures from multiplanar DMA-BUF
119
+  * UI: Remove "Fullscreen Interface" menu on macOS
120
+  * UI: Fix source toolbar shifting when nothing is selected
121
+  * UI: Adjust minimum size of source toolbars
122
+  * UI: Allow overriding keyframe interval if smaller
123
+  * UI: Cache YouTube channel name
124
+  * libobs: Add missing util.hpp to CMakeLists.txt
125
+  * obs-filters: Fix NvAFX mutex leak
126
+  * libobs: Fix pthread mutex leaks
127
+  * libobs/util: Fix pthread mutex leaks
128
+  * libobs/media-io: Fix leaks and error handling
129
+  * libobs/callback: Fix pthread mutex leaks
130
+  * deps/obs-scripting: Fix pthread mutex leaks
131
+  * libobs/util: pthread_mutex_init_recursive helper
132
+  * UI: Adjustments to YouTube integration strings
133
+  * obs-browser: Disable Qt tooltip on old Qt versions
134
+  * obs-browser: Update version to 2.16.0
135
+  * UI: Add YouTube Chat Dock
136
+  * libobs: Defer reconfiguring encoders to the encode threads
137
+  * Revert "obs-ffmpeg, obs-qsv11: Disable dynamic bitrate support"
138
+  * UI: Fix incorrect OBSTheme definition for highlighted text color
139
+  * UI: Use Palette in all default themes
140
+  * UI: Load theme palette before loading theme
141
+  * image-source: Fix gif not working in studio mode
142
+  * UI: Add styling for YouTube integration
143
+  * cmake: Copy correct file for Qt imageformat plugin
144
+  * UI: Use inline const for shared vector
145
+  * decklink: Cleanup hide/show code
146
+  * UI: Hide auto-start/auto-stop options in YouTube dialog
147
+  * UI: Replace bad YouTube link with popup helper
148
+  * decklink: Fix deactivate when not showing
149
+  * UI: Fix minor leak
150
+  * UI: Add option to draw safe areas in preview
151
+  * obs-ffmpeg, obs-qsv11: Disable dynamic bitrate support
152
+  * UI: Add required links when using YouTube
153
+  * libobs-winrt: Replace casts with data access
154
+  * libobs-winrt: Improve error logging code
155
+  * decklink-output-ui: Don't update UI during shutdown
156
+  * win-dshow: Avoid redundant string conversions
157
+  * win-dshow: Use constant references for resolution check
158
+  * UI: Fix redo recreating sources in the wrong scene
159
+  * UI: Show source icon in context bar
160
+  * UI: Add menu bar item to show missing files dialog
161
+  * UI: Fix missing #if for autostart warning
162
+  * UI: Add "Don't show again" checkbox to YT auto start warning
163
+  * UI: Show loading indicator while fetching YouTube Events
164
+  * UI: Fix YouTube event selection, API usage, stream resumption
165
+  * UI: Improve YouTube (error) translatability
166
+  * UI: Show error if Google account has no channels
167
+  * UI: Improve YouTube API HTTP error handling
168
+  * UI: Add fail_on_error parameter to GetRemoteFile
169
+  * win-capture: Fix D3D12 third party overlay capture
170
+  * UI: Dim hidden source items in source tree
171
+  * mac-virtualcam: Move DAL plugin to plugin data directory
172
+  * Revert "UI: Remove macOS-Default Full Screen Menu Item"
173
+  * UI: Remove macOS-Default Full Screen Menu Item
174
+  * UI: Show name of scene item in Transform window title
175
+  * UI: Fix media controls toolbar default size and styling
176
+  * UI: Change the Source Toolbar to not be fixed size
177
+  * UI: Change QWidgets to QFrame so Qt Creator doesn't hide these entries
178
+  * UI: Apply QSS to generic hotkey settings label
179
+  * cmake: Remove local files for checking threading support
180
+  * UI: Clean up Update form markup
181
+  * UI: Clean up Remux form markup
182
+  * UI: Clean up Missing Files form markup
183
+  * UI: Clean up Importer form markup
184
+  * UI: Clean up Custom Browser Docks form markup
185
+  * UI: Clean up Transform form markup
186
+  * UI: Clean up Interact form markup
187
+  * UI: Clean up Filters form markup
188
+  * UI: Clean up About form markup
189
+  * UI: Clean up AutoConfig form markup
190
+  * UI: Clean up toolbar form markup
191
+  * UI: Clean up Settings form markup
192
+  * UI: Query rtmp-services for stream key link URLs
193
+  * rtmp-services: Add stream key link URLs
194
+  * rtmp-services: Change "stream key link" key to "stream_key_link"
195
+  * UI,obs-transitions: Enable missing files dialog for stinger transition
196
+  * rtmp-services: Add BoxCast
197
+  * Revert "mac-virtualcam: Move DAL plugin to plugin data directory"
198
+  * mac-virtualcam: Move DAL plugin to plugin data directory
199
+  * graphics-hook: Fix D3D11On12 usages
200
+  * deps/media-playback: Fix trailing whitespace
201
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        27.0.1
4
+Version:        27.1.3
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/27.0.1</param>
6
+    <param name="revision">refs/tags/27.1.3</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">cd5873e9bcfaf9cc2614939ddb3264bea919be4a</param>
6
+    <param name="changesrevision">3c14e4ece250a862a5fa62aa7e85f476f7545ca4</param>
7
   </service>
8
 </servicedata>
9
obs-studio-27.0.1.tar.xz -> obs-studio-27.1.3.tar.xz Changed