Changes of Revision 53

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,228 @@
2
 -------------------------------------------------------------------
3
+Tue Jan 23 07:18:25 UTC 2018 - jimmy@boombatower.com
4
+
5
+- Update to version 21.0.1:
6
+  * obs-filters: Fix hard cross-lock when using ducking
7
+  * win-dshow: Fix decoding issues from encoded devices
8
+  * UI: Acri theme adjustments
9
+  * libobs: Update version to 21.0.1
10
+  * docs/sphinx: Clarify Python windows installation
11
+  * CI: Install swig and luajit for osx travis
12
+  * deps/obs-scripting: Prevent potential python startup issues
13
+  * enc-amf: Prevent detect-amf from showing fail dialogs
14
+  * UI: Reduce size of "refresh" icons
15
+  * Revert "obs-outputs: Fix FMS auth with query string"
16
+  * UI: fix Multiview labels readability
17
+  * Update translations from Crowdin
18
+  * CI: Enable scripting in Linux builds
19
+  * cmake: Search for Python 3.4
20
+  * CI: Update CEF version on travis for osx
21
+  * libobs: Update version to 21.0.0
22
+  * UI: Add simple output mode encoder fallback
23
+  * frontend-plugins: Only show script file names in script dialog
24
+  * enc-amf: Test for AMF support in separate process first
25
+  * obs-ffmpeg: Remove NVENC detection code for now
26
+  * UI: Add command line arguments to log
27
+  * obs-ffmpeg: Fix signed mismatch warning
28
+  * frontend-tools: Fix a few issues with the clock source script
29
+  * frontend-tools: Add script to update text source from URL
30
+  * deps/obs-scripting: Fix script_log in python to append newline
31
+  * frontend-tools: Add a lua script that draws an analog clock
32
+  * UI: Add audio meter decay rate option
33
+  * UI: Optimize theme PNG images (smaller files)
34
+  * frontend-tools: Add "Clear" button to script log window
35
+  * frontend-tools: Warn if no active replay buffer w/ instant replay
36
+  * frontend-tools: Make instant replay script also save replay
37
+  * frontend-tools: Add "instant replay" script
38
+  * obs-ffmpeg: Do not return last replay path if currently muxing
39
+  * libobs/callback: Add calldata_create and calldata_destroy
40
+  * deps/obs-scripting: Fix frontend API lua table creation
41
+  * deps/obs-scripting: Fix a few more VC warnings from swigluarun.h
42
+  * obs-ffmpeg: Add proc to get last replay buffer
43
+  * deps/obs-scripting: Ensure that ffi module gets loaded
44
+  * UI: Add Acri theme
45
+  * obs-ffmpeg: Call av_register_all before nvenc check
46
+  * obs-ffmpeg: Don't try to detect NVENC on mac
47
+  * obs-ffmpeg: Improve NVENC detection
48
+  * linux-pulseaudio: Surround speaker map
49
+  * UI: Set max size for names in name dlg. to 256
50
+  * UI: Use snprintf and std::string when creating profiles
51
+  * libobs: Fix rendering if filter context no longer exists
52
+  * libobs: Fix double -> float conversion warning
53
+  * libobs: Optimize clearing of unused source audio mixes
54
+  * libobs: Fix audio buffer clear in custom source mixing
55
+  * Fix typo in README.rst
56
+  * deps/obs-scripting: Fix installed files/locations on linux
57
+  * UI: Put clip detection back in to volume meter
58
+  * deps/obs-scripting: Add image-file to lua
59
+  * deps/obs-scripting: Set current_lua_script earlier to prevent a crash
60
+  * UI: Set linker flags required for luajit on OSX
61
+  * deps/obs-scripting: Don't crash obs trying to unload a script that failed to load
62
+  * docs/sphinx: Clarify vertex buffer usage
63
+  * test/test-input: Add audio buffering sync test source
64
+  * win-capture: Make minor clarification to locale string
65
+  * UI: Fix tab bars for docked widgets in Dark theme
66
+  * libobs: Fix log message
67
+  * Revert "obs-ffmpeg: Improve NVENC detection"
68
+  * deps/media-playback: Free frame data before freeing frame
69
+  * deps/media-playback: Use avcodec_free_context when possible
70
+  * CMake: Fix FindSwigDeps search path
71
+  * UI: Disable Youtube bandwidth test (for now)
72
+  * UI: Fix warning
73
+  * UI: Use GDI+ text for multiview on windows
74
+  * libobs-d3d11: Allow multiple display captures of same monitor
75
+  * UI: Fix qpushbutton menu icon
76
+  * UI: Style dock widgets in dark and rachni themes
77
+  * libobs: Fix audio issue with scene items
78
+  * UI: Add the "-60" volume control marker
79
+  * decklink: Default to 5.1 if invalid channel value 7
80
+  * decklink: Fix bug with old channel formats
81
+  * UI: Change default theme to dark for new users
82
+  * win-capture: Change string for memory capture option
83
+  * linux-pulseaudio: Default sample format float32le
84
+  * cmake: add more LuaJIT lib names
85
+  * Revert "CI: Add Python path for AppVeyor"
86
+  * frontend-plugins: Add "Description" string
87
+  * frontend-plugins: Remove unused strings
88
+  * cmake: Fix copying lua51.dll (luajit) dep on windows
89
+  * CI: Add Python path for AppVeyor
90
+  * deps/obs-scripting: Fix swig/python lookup on windows
91
+  * libobs: Fix pulseaudio monitor playback stuttering
92
+  * libobs: Fix for int-in-bool-context-warning
93
+  * rtmp-services: Add Twitch Helsinki ingest
94
+  * obs-outputs: Fix FMS auth with query string
95
+  * UI: Add frontend API funcs for enabling/disable preview
96
+  * mac-capture: Update fix for Soundflower
97
+  * decklink: Add 2.1 & 4.1 surround layouts
98
+  * coreaudio-encoder: Surround sound improvements
99
+  * obs-libdk: Unlock bitrates for surround layouts
100
+  * UI: Add Multiview Layout Options
101
+  * UI: Add Single/Double click options to Multiview
102
+  * UI: Add help portal link to help menu
103
+  * libobs/media-io: Replace quad with 4.0
104
+  * libobs/media-io: Clean surround API
105
+  * UI: Rework volume-meters, adding more information
106
+  * obs-filters: Fix heavy distortion in Noise Suppression filter
107
+  * libobs: Fix scene filter duplication
108
+  * libobs: Fix bad source release placement
109
+  * obs-filters: Fix minor leaks with LUT filter
110
+  * UI: Fix possible source reference leakage
111
+  * docs/sphinx: Fix vec3_set
112
+  * libobs: Log which security software is in use
113
+  * deps/scripting: Add python rpaths to the obs binary on OSX
114
+  * docs/sphinx: Add scripting documentation
115
+  * doc/sphinx: Add frontend API documentation
116
+  * frontend-tools: Add scripting tool
117
+  * deps/obs-scripting: Add scripting support
118
+  * libobs: Add obs_property_set_modified_callback2
119
+  * libobs: Add obs_properties_add_button2
120
+  * libobs: Fix function to be static inline
121
+  * libobs: Exclude certain declarations from SWIG processing
122
+  * UI: Allow temporarily disabling filter/source types
123
+  * UI: Do not show deprecated filters
124
+  * UI: Add scene collection cleanup event to frontend API
125
+  * UI/obs-frontend-api: Move function declarations
126
+  * UI: Trigger scene change event on scene collection load
127
+  * UI: Add refresh/reload button icons
128
+  * UI: Call frontend callbacks in reverse order
129
+  * UI: Add preload callbacks to frontend API
130
+  * UI: Set ENABLE_UI and DISABLE_UI as root CMake variables
131
+  * libobs: Prevent access to OBS context during shutdown
132
+  * libobs: Store string copies in properties
133
+  * libobs: Add ability to disable source types
134
+  * libobs/callback: Add global callback to signal handler
135
+  * libobs/callback: Add signal_handler_remove_current func
136
+  * libobs/util: Add THREAD_LOCAL macro
137
+  * libobs: Add video tick callback functions
138
+  * cmake: Add helper module for finding Lua
139
+  * cmake: Add Lua/Luajit as part of MSVC dependencies
140
+  * libobs/util: Ignore PRINTFATTR if using SWIG preprocessor
141
+  * libobs/util: Optimize strlist_* functions
142
+  * libobs: Add obs_source_info::get_properties2
143
+  * libobs: Add obs_source_info::get_defaults2
144
+  * linux-v4l2: Add 4k and 21:9 resolutions
145
+  * libobs: Add obs_render_main_texture
146
+  * libobs: Fix incomplete struct in scaler call
147
+  * UI: Fix minor Rachni theme bugs
148
+  * obs-ffmpeg: Fix ffmpeg output recording in x264
149
+  * libobs: Make get_reg_dword handle missing keys
150
+  * Fix typo in README
151
+  * Move documentation to links in CONTRIBUTING file
152
+  * Add documentation links
153
+  * win-capture: Fix memory capture crash on new capture
154
+  * enc-amf: Version 2.3.1
155
+  * win-capture: Rename structs to avoid SDK conflict
156
+  * rtmp-services: Add Twitch Salt Lake City ingest
157
+  * ui: Fix unsaved changes dialog showing twice
158
+  * Fix a number of GCC warnings
159
+  * Fix a number of MSVC warnings
160
+  * obs-ffmpeg: Use correct function with older FFmpeg vers.
161
+  * libobs/media-io: Add ifdef for newer FFmpeg functions
162
+  * Fix a number of MSVC warnings
163
+  * obs-vst: Fix a few warnings (update submodule)
164
+  * cmake: Correct CMake checks for LINUX
165
+  * Revert "CI: Linux - Install FFmpeg from source"
166
+  * git: Add Clion to .gitignore
167
+  * cmake: Do not require X11 on OSX
168
+  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
169
+  * UI: Duplicate when double-click switching is used
170
+  * UI: Move multiview options to view menu
171
+  * UI: Fix draw issues with multiview projector
172
+  * obs-filters: Add sidechain source option to compressor
173
+  * libobs/util: Add funcs to push zeroed data to circlebufs
174
+  * decklink: Rename 5.1 and 7.1 multi-channel formats
175
+  * rtmp-services: Remove Coderwall / Fix Livestream service name
176
+  * deps/media-playback: Fix compilation with older FFmpeg versions
177
+  * obs-ffmpeg: Improve NVENC detection
178
+  * rtmp-services: Add Mobcrush to services list
179
+  * CI: Fix macOS builds on Travis CI's Xcode 8.3 image
180
+  * UI: Add Multiview projector
181
+  * libobs/graphics: Add gs_effect_set_color
182
+  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
183
+  * UI: Fix issue where studio preview scene would stick
184
+  * UI: Fix scene override when switching off studio mode
185
+  * UI: Don't override transition if quick transition
186
+  * UI: Fix preview/program projectors being swapped
187
+  * UI: Implement per-scene transition overriding
188
+  * libobs: Duplicate private scene/source settings
189
+  * UI: Fix studio program projectors
190
+  * CI: fix curl download if file doesn't exist
191
+  * win-dshow: Improve automatic Elgato audio device selection
192
+  * UI: Add Studio Mode layout option for portrait mode displays
193
+  * UI: Fix bug with studio mode double-click switching
194
+  * libobs: Fix height return value condition
195
+  * docs/sphinx: Add sphinx documentation
196
+  * libobs: Add vertex/index buffer "direct" flush functions
197
+  * libobs: Add option to duplicate vertex/index buffer data
198
+  * libobs-opengl: Make update_buffer data param const
199
+  * UI: Add Studio Preview Projector
200
+  * UI: Add transition on double-click studio mode option
201
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        20.1.3
4
+Version:        21.0.1
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/20.1.3</param>
6
+    <param name="revision">refs/tags/21.0.1</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">350e7a76121937535d6e71ca61655c0fe810614c</param>
6
+    <param name="changesrevision">4eb5be4903008c7f1b0bb1e67bbb84bbee6aa7ae</param>
7
   </service>
8
 </servicedata>
9
obs-studio-20.1.3.tar.xz -> obs-studio-21.0.1.tar.xz Changed