Changes of Revision 81

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,442 @@
2
 -------------------------------------------------------------------
3
+Mon Sep 28 16:27:40 UTC 2020 - jimmy@boombatower.com
4
+
5
+- Update to version 26.0.0:
6
+  * libobs: Update version to 26.0.0
7
+  * Fix translator names
8
+  * Update translations from Crowdin
9
+  * UI: Clarify system tray code
10
+  * UI: Fix formatting
11
+  * UI: Miscellaneous code cleanups
12
+  * UI: Fix "Add [transition]" not being translated
13
+  * UI: Add translation for "Add [x]"
14
+  * UI: Always parse log contents for Log Viewer as UTF-8
15
+  * v4l2-linux: Fix fourcc order
16
+  * v4l2-linux: Fix nv12 linesize
17
+  * UI: Fix screenshots preventing auto-remux
18
+  * UI: Use correct APPDATA for installer
19
+  * UI: Various installer script updates
20
+  * rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers
21
+  * deps/media-playback: Fix time at non-standard speeds
22
+  * libobs: Check if output active when setting encoders
23
+  * frontend-tools: Free xdisplay on Linux auto scene switcher
24
+  * UI: Add file-in-use check for virtualcam module dlls
25
+  * rtmp-services: Added Mux to services.json
26
+  * UI: Create output before calling start stream event
27
+  * UI: Do not always have log viewer loaded
28
+  * win-dshow: Set current working directory in VirtualCam scripts
29
+  * linux-v4l2: Fix boolean and menu control types
30
+  * UI: Fix certain buttons turning up white in dark theme
31
+  * obs-scripting: Fix script_path() python mem corruption
32
+  * UI:Fix crash on log upload
33
+  * CI: Update notarisation process for Github CI
34
+  * obs-ffmpeg: Add missing translable string for "Profile"
35
+  * CI: Sign and notarize macOS builds on new tags
36
+  * win-capture: Increment graphics hook version
37
+  * CI: Fix Azure macOS pipeline to use new build script
38
+  * obs-filters: Remove unnecessary files
39
+  * obs-filters: Use builtin rnnoise dep if not found
40
+  * CI: Bump macOS-deps version to include rnnoise
41
+  * obs-ffmpeg: fix crash with rawvideo
42
+  * UI: Fix recording check when using url output
43
+  * CMake: Set PIC for all library targets
44
+  * UI: Unset bandwidth test on non-Twitch service / disconnect
45
+  * UI: Don't warn about bandwidth test mode if not authed
46
+  * rtmp-services: Add SHOWROOM
47
+  * win-capture: Improve game capture messages
48
+  * deps/media-playback: Fix fast-forward after reset
49
+  * win-dshow: Fix bug determining closest audio config
50
+  * UI: Fix vcam button not changing colors when checked
51
+  * UI: Replace/simplify device toolbar
52
+  * win-dshow: Add "activate" proc to proc handler
53
+  * win-dshow: Fix 24bit audio not being detected correctly
54
+  * win-dshow: Fix AJA devices crashing
55
+  * UI: Remove duplicate media timer code
56
+  * libobs: Deprecate service multitrack check
57
+  * deps/media-playback: Fix pause continually running loop
58
+  * UI: Remove redundant word
59
+  * enc-amf: Update AMD encoder submodule
60
+  * UI: Fix scene tree event handling
61
+  * Update VIDEO_CS_DEFAULT to mean 709 instead of 601
62
+  * win-dshow: Add VirtualCam installer scripts
63
+  * cmake: Add function for installing data from abs path
64
+  * win-dshow: Use cmake-based GUID for virtualcam
65
+  * UI: Ensure tray icon is themed in all cases
66
+  * UI: Change the default color setting in the UI from sRGB to 709
67
+  * UI: Refine context bar
68
+  * UI: Allow adjusting media slider with arrow buttons
69
+  * UI: Use correct constant for CryptDecodeObjectEx
70
+  * libobs/media-io: Fix suspicious memset behavior
71
+  * UI: Set restart state when there is no media
72
+  * UI: Make SetupOutputs virtual instead of ignoring vcam
73
+  * UI: Save Freetype Text source color from Source Toolbar
74
+  * win-capture: Put window capture update data in a mutex
75
+  * UI: Fix auto-remux not working w/ slash filesnames
76
+  * UI: Do not show tray icon if not active
77
+  * UI: Do not show media controls on network media source
78
+  * UI: Fix crash when starting vcam before other outputs
79
+  * UI: Fix maximum size on image source toolbar
80
+  * UI: Fix source toolbar color selection on color source
81
+  * UI: Fix studio mode load bug
82
+  * UI: Fix rec time left not showing in stats
83
+  * vlc-video: Fix format conversion typos
84
+  * UI: Fix memory leak when dropping files
85
+  * UI: Fix source ref bug causing crash on exit
86
+  * mac-capture: Filter non-trivial windows
87
+  * win-capture: Fix Vulkan crash on minimize restore
88
+  * win-capture: Add Vulkan instance creation fallback
89
+  * win-capture: Vulkan variable naming consistency
90
+  * UI: Fix compiler warning about needing parenthesis
91
+  * docs/sphinx: Fix mismatched typedefs
92
+  * docs/sphinx: Fix incorrect callback information
93
+  * CI: Remove clang format Mac check
94
+  * win-dshow: Add file description for virtual camera DLL
95
+  * obs-vst: Support older Qt versions
96
+  * win-dshow: Use constant reference for virtualcam CLSID
97
+  * win-dshow: Reduce size of virtualcam placeholder image
98
+  * libobs: Check data validity for media sources
99
+  * vlc-video: Fix possible undefined behavior in format conversion
100
+  * obs-vst: Fix VST detection in home directory on Linux
101
+  * obs-browser: Update to 2.8.7
102
+  * CI: Update macOS deps to fix crash from invalid linking
103
+  * obs-filters: Cleanup CMake
104
+  * UI: Add missing tab stop fields in Settings
105
+  * UI: Fix compile warnings about deprecated QT usage
106
+  * libobs: Log Windows 10 Hardware GPU Scheduler
107
+  * plugins: Clear compile warnings on Linux
108
+  * UI: Fix output channels not being deleted
109
+  * UI: Disable scene rename shortcut key while renaming
110
+  * UI: Fix tray icon appearing when disabled in settings
111
+  * win-capture: Fix excessive window capture logging
112
+  * UI: Remove unnecessary obs_properties_apply_settings
113
+  * UI: Defer device properties to separate thread
114
+  * UI: Put context combo box operations in functions
115
+  * CI: Update macOS CLI build script
116
+  * UI: Make image source toolbar expand
117
+  * UI: Disable properties button if no properties
118
+  * UI: Remove null source warnings
119
+  * UI: Clear context bar on scene collection change
120
+  * UI: Align Advanced Audio Percent toggle to Volume text
121
+  * UI: Add maximize and minimize support to Log Viewer
122
+  * UI: Bring Log Viewer to front instead of closing
123
+  * CI: Add Sphinx Docs generator Github Action
124
+  * obs-outputs: Remove legacy multitrack code
125
+  * UI: Don't open second dialog if close event is ignored
126
+  * obs-ffmpeg: Fix crash when seeking with no media
127
+  * UI: Fix projector not working on secondary monitors
128
+  * obs-filters/obs-outputs: Cleanup unused var warns
129
+  * win-capture: Robust Vulkan swap chain handling
130
+  * UI: Fix always on top w/ projectors on Linux
131
+  * UI: Add OBSBasic::ClearProjectors()
132
+  * UI: Fix transition enumeration
133
+  * UI: Change cursor when interacting with the preview
134
+  * UI: Fix hotkeys auto repeating
135
+  * obs-filters: Fix building without noise reduction
136
+  * win-capture: Update graphics hook version
137
+  * obs-outputs: Check support for mbedtls func
138
+  * obs-outputs: Fix Windows memory leak
139
+  * UI: Fix multiview update regression
140
+  * obs-outputs: Add support for metadata-based multitrack
141
+  * obs-outputs: Don't assume @setDataFrame
142
+  * obs-x264: Fix memory leak
143
+  * libobs: Fix underlinking X11
144
+  * text-freetype2: Fix x,y bounds for text outline and shadow
145
+  * libobs-winrt: Device loss crash prevention
146
+  * win-capture: Remove unused strings
147
+  * UI: Do not process unnamed sources for hotkeys
148
+  * UI: Render tabs and spaces in Log Viewer
149
+  * obs-outputs: Enable Windows mbedTLS threading support
150
+  * UI: Change default sample rate to 48 kHz
151
+  * obs-filters: Add option to use RNNoise for noise reduction
152
+  * UI: Fix obsolete filters showing up
153
+  * oss-audio: Improve /dev/sndstat parsing on FreeBSD
154
+  * obs-x264: Discard excess warning for e2k
155
+  * cmake: Discard excess warnings for e2k
156
+  * cmake: Enable SIMD for Elbrus architecture
157
+  * cmake: Conditionalize -fopenmp-simd
158
+  * UI: Source Toolbar
159
+  * image-source: Transition when restarting slideshow
160
+  * obs-scripting: Fix removing signal handlers in python Closes #3218
161
+  * UI: Provide Open button in the Log Viewer
162
+  * UI:Show "Get Stream Key" to users of Facebook CDN
163
+  * image-source: Use media control api for slideshow
164
+  * Revert "image-source: Add proc handler calls to slideshow"
165
+  * CI: Add QtNetwork to bundle to restore Streamdeck support
166
+  * README.rst: Remove Mantis
167
+  * libobs: Add functions to get locale text from modules
168
+  * libobs: Add function to get module pointer
169
+  * libobs: Add OBSRef::Get()
170
+  * image-source: Add proc handler calls to slideshow
171
+  * image-source: Play if play_pause() called while stopped
172
+  * UI: Add missing refresh icon to acri qss file
173
+  * libobs: Fix undefined behavior
174
+  * win-capture: Remove Vulkan CTS workaround
175
+  * mac-decklink: Fix C++ virtual function warnings
176
+  * CI: Update macOS deps version to fix unmet Qt plugin dependencies
177
+  * libobs: Fix deferred update sometimes using stale data
178
+  * UI: Clarify and improve locale text
179
+  * UI: Move View -> Toolbars -> Listboxes
180
+  * UI: Remove unused action
181
+  * UI: Mac fix — remove wizard background padding
182
+  * UI: Check and fail when launched under ChromeOS
183
+  * UI: Remove unused variable
184
+  * UI: Add log viewer window
185
+  * frontend-tools: Add "Open file location" menu item for scripts
186
+  * frontend-tools: Add context menu to Scripts list
187
+  * UI: Redesign transitions dock
188
+  * UI: Use case-insensitive sort for "show all" services
189
+  * UI: Add ability to make screenshots
190
+  * UI: Simplify path generation code
191
+  * oss-audio: Use util_mul_div64() to do time scaling
192
+  * obs-ffmpeg: Set async video frame immediately when seeking
193
+  * deps/media-playback: Add seek callback
194
+  * libobs: Add func to set async video frame immediately
195
+  * CI: Fix Brew Bundler breaking without prior brew update
196
+  * rtmp-services: Add api.video service
197
+  * rtmp-services: Add Nimo TV auto server
198
+  * UI: Make macOS 'always on top' more aggressive
199
+  * UI: Fix clickable text on properties with tooltips
200
+  * libobs: Add util/sse2neon.h to CMakeLists
201
obs-studio.spec Changed
16
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        25.0.8
4
+Version:        26.0.0
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 Group:          Productivity/Multimedia/Video/Editors and Convertors
8
@@ -47,7 +47,6 @@
9
 BuildRequires:  swig
10
 BuildRequires:  vlc-devel
11
 ExclusiveArch:  i586 x86_64
12
-Patch0:         c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch
13
 
14
 %description
15
 Open Broadcaster Software is free and open source software for video recording and live streaming.
16
_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/25.0.8</param>
6
+    <param name="revision">refs/tags/26.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">4c0d4a1d8e1433897dcbbff6084b0f38a421f231</param>
6
+    <param name="changesrevision">e24aaa0b5847f0d61a74b46d52e472be02a5688a</param>
7
   </service>
8
 </servicedata>
9
obs-studio-25.0.8.tar.xz -> obs-studio-26.0.0.tar.xz Changed