File obs-studio.changes of Package obs-studio (Revision 74)

Currently displaying revision 74 , Show latest

3481
 
1
-------------------------------------------------------------------
2
Thu Mar 19 19:26:37 UTC 2020 - jimmy@boombatower.com
3
4
- Update to version 25.0.1:
5
  * libobs: Update version to 25.0.1
6
  * libobs-winrt: Fix missing parentheses
7
  * UI: Fix memory leak
8
  * Revert "win-capture, libobs: Show names of displays in Display Capture"
9
  * obs-browser: Fix a few crashes
10
  * UI: Fix preview state when minimizing to tray
11
  * UI: Remove unnecessary vertices for preview
12
  * UI: Get actual projector monitor name on windows
13
  * obs-ffmpeg: Make sure to show FFmpeg NVENC on non-windows
14
  * libobs-winrt: Catch more hresult exceptions
15
  * win-capture: Retry with last known window if first fails
16
  * UI: Restart when browser hardware acceleration changed
17
  * libobs-winrt: win-capture: Clean up error handling
18
19
-------------------------------------------------------------------
20
Wed Mar 18 18:46:43 UTC 2020 - jimmy@boombatower.com
21
22
- Update to version 25.0.0:
23
  * win-capture: Fix potential crash due to unhandled exceptions
24
  * libobs: Update version to 25.0.0
25
  * Update translations from Crowdin
26
  * rtmp-services: Add getloconow
27
  * rtmp-services: Fix formatting
28
  * UI: Fix closing OBS before showing whats new dialog
29
  * obs-browser: Fix crash with certain settings combo
30
  * libobs: Fix audio not playing back with audio lines
31
  * UI: Enable BTTV login popup
32
  * UI: Turn off T-bar mode when going out of studio mode
33
  * libobs: Reset manual state when forcing transition target
34
  * Revert "libobs: Add extra reference when source is displayed"
35
  * Revert "libobs: Only manipulate input source ref counts"
36
  * win-capture: Destroy winrt in graphics thread
37
  * libobs: Remove repeated semicolons
38
  * libobs: Add task scheduling features
39
  * UI: Increment filter name automatically
40
  * UI: Update stream key link for YouStreamer
41
  * libobs: Fix another group id comparison
42
  * Make cert revocation check fails non-fatal on Win
43
  * win-capture/graphics-hook: Separate some debugging stuff
44
  * win-capture: Vulkan surface refactor
45
  * UI: Support Unicode for Windows fullscreen projectors
46
  * UI: Fix filter rename crash
47
  * UI: Update Contribute link in about box
48
  * libobs: Check return value from obs_scene_add_internal
49
  * UI: Fix preview scaling on scene collection change
50
  * obs-vst: Fix lockup/race on shutdown
51
  * Revert "graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10"
52
  * win-capture/graphics-hook: Add a bit of logging
53
  * win-capture: Handle vkCreateSwapchainKHR errors
54
  * libobs: Remove legacy libobs data search path
55
  * libobs: Remove legacy module search path
56
  * win-capture: Try window handle 0 if actual handle fails
57
  * win-capture: Use full app obj name for keepalive mutex
58
  * libobs: Don't render audio if context not initialized
59
  * libobs: Fix groups not being recognized as groups
60
  * libobs: Handle removed plugins for versioned sources
61
  * libobs: Don't return false, return NULL
62
  * libobs: Fix crash when querying versioned id
63
  * tests: fix missing parameter when calling obs_display_create
64
  * win-capture/graphics-hook: Make vulkan layer all capital
65
  * libobs: Fix source type versioning system
66
  * image-source: Don't use video info for color source size
67
  * libobs: Compare scene/group ids by strcmp
68
  * win-capture: Increment graphics hook version
69
  * win-capture/graphics-hook: Fix reacquire bug
70
  * win-capture: Always copy file when debugging
71
  * win-capture/graphics-hook: Log vulkan capture dimensions
72
  * UI: Fix windowed multiview title
73
  * obs-scripting: Add missing Python imports
74
  * win-capture, libobs: Show names of displays in Display Capture
75
  * UI: Show monitor names for projectors
76
  * win-capture: Allow write permission on graphics hook
77
  * win-capture: If elevated, replace HKCU reg entry with HKLM
78
  * win-capture: Remove SYNCHRONIZE permission
79
  * libobs-winrt: win-capture: HDC cursor capture for WGC
80
  * win-capture: Restore Vulkan 1.1 version hack
81
  * win-capture: Support VK_FORMAT_A8B8G8R8_UNORM_PACK32
82
  * obs-ffmpeg: Make sure hotkeys are actually pressed
83
  * win-capture/graphics-hook: Fix wrong HWND
84
  * win-dshow: Fix rotation not working in all cases
85
  * win-capture: Set ALL APPLICATION PACKAGES perms if elevated
86
  * UI/updater: Add perms for ALL APPLICATION PACKAGES
87
  * win-capture: Remove microsoft store from capture blacklist
88
  * linux-v4l2: Use LP64 macro to determine pointer size
89
  * win-capture: Vulkan capture clean-up
90
  * win-capture: Clean up various VC++ warnings
91
  * obs-outputs: Fix RTMP authentication
92
  * win-capture: Fix format string warning
93
  * win-capture: Increment graphics hook version
94
  * libobs: Only manipulate input source ref counts
95
  * win-capture: Handle NULL VkApplicationInfo
96
  * UI: Fix override transition not working
97
  * UI: Do not disable t-bar
98
  * UI: Fix scenes as sources for SL import
99
  * UI: Lower minimum dock size
100
  * win-capture: Find correct window even if it's minimized
101
  * CI: macOS use qt 5.14.1
102
  * obs-ffmpeg: Fix some incorrect settings for srt output
103
  * UI: Remove unused variable
104
  * UI: Call setWindowFlags before setupUi
105
  * UI: Fix importing SL collections with repeated names
106
  * obs-browser: Fix CEF initialization conflict
107
  * UI: Dynamically set widget index when renaming sources
108
  * CMake: Disable incremental linking on Windows
109
  * win-capture: Disable correct capture method index
110
  * CMake: Enable /OPT:REF for Windows
111
  * CI: Remove merge conflict bot for now
112
  * CI: Fix some macOS build settings
113
  * win-capture: Prevent WGC being selected when unavailable
114
  * UI: Move OBSBasicSettings to scoped block
115
  * UI: Don't add removed sources when refreshing LoadAudioSources
116
  * UI: Use invokeMethod to refresh LoadAudioSources
117
  * UI: Fix preview not being re-enabled on maximize
118
  * win-dshow: Add support for devices that relay rotation
119
  * libobs: Add ability to rotate async sources
120
  * UI: Show help icon for properties with tooltips
121
  * obs-ffmpeg: Fix type conversion warning
122
  * win-capture: Fix registry lookup bug
123
  * win-capture: Check hook version before capture init
124
  * win-capture: Add Vulkan capture
125
  * win-capture: Use full DLL path for inject helper
126
  * win-capture/graphics-hook: Don't allow multiple hooks
127
  * cmake: Add FindVulkan module
128
  * win-capture: Refactor create_hook_info
129
  * win-capture/graphics-hook: Refactor mutex check
130
  * libobs/util: Add dll version compare func
131
  * libobs/util: Use MAX_PATH for absolute path funcs
132
  * win-capture/graphics-hook: Fix OBS detection
133
  * win-capture/graphics-hook: Add flog and flog_hr
134
  * CI: Fix case of PlugIns directory
135
  * obs-outputs: Update FTL sdk to latest version
136
  * Revert "libobs: Fix audio keyframe issue"
137
  * obs-browser: Fix crash with replay buffer events
138
  * win-capture: Preserve current window setting
139
  * win-capture: Move window capture method below window
140
  * Decklink: Fix crash when no device selected
141
  * frontend-plugins: Refactor Decklink out UI
142
  * UI: Remove dock margins
143
  * libobs-d3d11: Enable NV12 for Intel on newer platforms
144
  * obs-browser: Update to 2.8.2
145
  * UI: Fix compiling error with older QT
146
  * CI: Build CEF on Linux
147
  * obs-browser: Enable Linux support
148
  * libobs: Handle empty path in os_get_path_extension
149
  * libobs-opengl: Fix Mac VAO created without context
150
  * libobs-winrt: win-capture: Support client area toggle for WGC
151
  * win-capture: Hide settings if Automatic is WGC
152
  * UI: Use deleteLater() rather than explicit delete
153
  * UI: Reserve correct number of elements in vector
154
  * cmake: Copy a few missing dependency files
155
  * UI: Reserve correct number of elements in vector
156
  * UI: Make t-bar smaller
157
  * obs-browser: Fix formatting
158
  * deps/media-playback: Fix formatting
159
  * obs-browser: Update browser to 2.8.0
160
  * libobs: Pump graphics loop one final time for cleanup
161
  * UI: Fix compilation warning re signed/unsigned
162
  * libobs/util: Retry pipe writes to avoid short-write failures
163
  * win-capture: Add 'auto' method to window capture
164
  * CMake: Add check for Win SDK 10.0.18362.0 or above
165
  * CMake: Rquire CMake 3.16
166
  * libobs-winrt: Add PCH
167
  * win-capture: Windows Graphics Capture support
168
  * libobs-winrt: Add module for WinRT functionality
169
  * CI: Use VS 2019 and windows-2019 VM image
170
  * win-capture: Add support for finding windows via EnumWindows
171
  * libobs: Add extra reference when source is displayed
172
  * libobs: Pump Win32 messages on the graphics thread
173
  * libobs: Support device loss registration
174
  * libobs: Make ComPtr header self-sufficient
175
  * libobs: Don't strip whitespace from config values
176
  * UI: Return 0 when launch cancelled or failed
177
  * CI: Remove unused Linux script
178
  * obs-outputs: Properly reset stream count on RTMP_Close
179
  * UI: Don't set audio encoder track index in Adv Output
180
  * UI: Fix Import Profile in Portable Mode
181
  * obs-scripting: Update text source IDs
182
  * UI: Allow custom browser delete button to fill the cell
183
  * UI: Fix table heading visibility in Acri
184
  * win-ivcam: Fix build issue with CMake 3.16
185
  * image-source: Increase slideshow limit to 400MB
186
  * rtmp-services: Add Whalebone.tv
187
  * obs-ffmpeg: Mark FFmpeg NVENC as internal
188
  * UI: Hide encoder if marked internal
189
  * UI: Allow rescaling for texture-based encoders
190
  * obs-ffmpeg: Fall back to FFmpeg nvenc if recale active
191
  * libobs: Add obs_encoder_scaling_enabled()
192
  * win-capture: Fix hook collisions with multiple game captures
193
  * decklink: Fix crash when no outputs are available
194
  * CI: Add github workflow to tag merge conflicts
195
  * UI: Fix locked sources being transformed
196
  * obs-vth264: Manually mark priority bits for VideoToolbox frames
197
  * UI: Add ability to lock volume
198
  * UI: Restart program when audio/locale changed
199
  * UI: Use OBS dock menu instead of Qt dock context menu
200
  * UI: Add advanced scene collection importer
201
  * Revert "mac-vth264: Manually mark priority bits for frames"
202
  * UI: Fix preview not being disabled when minimized
203
  * deps/media-playback: Fix buffering/sync issues
204
  * libobs: Remove unused variable
205
  * libobs: Fix audio keyframe issue
206
  * UI: Allow resizing docks when hotkeys are disabled
207
  * rtmp-services: Add Madcat
208
  * rtmp-services: updating castr.io rtmp ingests
209
  * rtmp-services: Uncanny.gg
210
  * obs-ffmpeg: Use callbacks when starting/ending
211
  * deps/media-playback: Simplify seek/time code
212
  * libobs: Restore order
213
  * CI: Fail osx and linux on build failures. Fix decklink clang-format
214
  * UI: Add missing function declaration
215
  * decklink: Fix formatting
216
  * decklink: Log decklink API version on plugin load
217
  * UI: Add Chromium-compatible NSApplication subclass
218
  * libobs: fix obs_sceneitem_group_XXX_item API
219
  * docs/sphinx: Fix missing parameter in documentation
220
  * libobs: Add group functions that can signal refresh
221
  * libobs: Make group subitem add/remove funcs signal refresh
222
  * UI: Watch for refresh signal in source list
223
  * libobs: Add refresh signal to scenes
224
  * docs/sphinx: Fix typo
225
  * libobs: Fix Mac linker error
226
  * docs/sphinx: add media controls
227
  * docs/sphinx: add source icon
228
  * README.rst: Remove retired CI services
229
  * obs-ffmpeg: Add media hotkeys
230
  * obs-ffmpeg: Add media control support
231
  * vlc-video: Add media control support
232
  * UI: Fix transitions being disabled
233
  * UI: Use absolute path for portable mode multi check
234
  * UI: Show source icons in Advanced Audio Properties
235
  * win-capture: Faster display / window capture updates
236
  * UI: Always prompt when updates are available
237
  * libobs/util: Fix incorrect assertion in darray_insert_array
238
  * UI: Fix incorrect parameter
239
  * UI: Fix incorrect parameter value
240
  * deps/media-playback: Fix formatting
241
  * obs-transitions: Halve stinger padding to 250ms
242
  * libobs: Add media control support to backend
243
  * obs-outputs: Remove hard-coded certificate paths on Linux
244
  * mac-capture: Fix redundant call
245
  * UI: Fix transtions not enabled
246
  * UI: Use input validator on resolution line edit
247
  * libobs: Add obs_scene_find_source_recursive
248
  * UI: Don't allow resolutions too large
249
  * obs-outputs: Remove server support from librtmp
250
  * obs-outputs: Remove unused variable
251
  * obs-outputs: Fix build with older mbedtls versions
252
  * CI: Add libmbedtls-dev
253
  * obs-outputs: Show UI error if the root certs don't load
254
  * obs-outputs: Enable logging before calling RTMP_Init
255
  * obs-outputs: Add additional paths for root certificates on Linux
256
  * obs-transitions: Set stinger media source's name
257
  * enc-amf: Update to 2.7.0
258
  * obs-outputs: Fix librtmp mbedtls thread safety
259
  * UI: Fix aspect ratio triggering settings change
260
  * UI: Fix t-bar not working with transition override
261
  * linux-v4l2: Mark aarch64 and mips n64 as known platform
262
  * libobs: Build SIMDE on platforms without SSE2
263
  * rtmp-services: Add Uscreen
264
  * libobs, obs-x264: Fix compiler warnings
265
  * deps/obs-scripting: Fix incorrect parameter type
266
  * UI: Add option to toggle source icons to View menu
267
  * UI: Fix Qt 5.14 deprecation warnings
268
  * libobs: Rename DEPRECATED to OBS_DEPRECATED
269
  * docs/sphinx: Add obs_group_from_source
270
  * docs/sphinx: Add obs_enum_scenes
271
  * audio-monitoring: Fix Pulse Audio crash
272
  * libobs: Add VIDEO_CS_SRGB enum value
273
  * image-source: Fix color source default size
274
  * rtmp-services: Update SermonAudio entry (#2324)
275
  * Remove Appveyor
276
  * obs-text: Change default size of text to 256
277
  * text-freetype2: Change default size of text to 256
278
  * image-source: Change default size to size of canvas
279
  * libobs: Add the ability to make sources obsolete
280
  * UI: Fix studio mode transition bugs
281
  * win-dshow: Fix upside-down RGB DIBs
282
  * UI: Support DnD overlay in linuxbrowser
283
  * UI: Add drag and drop for URLs
284
  * UI: Make dropped HTML files use canvas size
285
  * obs-filters: Add Cube LUT samples
286
  * obs-filters: Add Cube LUT file support
287
  * libobs: Add basic support for half floats
288
  * libobs-opengl: Fix missing GL_HALF_FLOAT usages
289
  * librtmp: Allow partial success for mbedtls
290
  * UI: Fix audio restart message not hiding
291
  * UI: Display aspect ratios in video settings
292
  * media-playback: Add functions to pause/seek media source
293
  * docs/sphinx: Fix obs_property_list_item_disable entry
294
  * obs-outputs: Fix mbedtls use of deprecated functions
295
  * rtmp-services: Update/remove services
296
  * UI: Upgrade stream key link to button in Wizard
297
  * libobs: Log windows release version
298
  * libobs: Find windows version
299
  * UI: Fix QResizeEvent leaks
300
  * mac-vth264: Fix encoder list leak
301
  * CMake: Fix build on ppc64
302
  * libobs-opengl: Fix volume texture leak
303
  * obs-ffmpeg: Fix VC++ warnings
304
  * obs-scripting: Add Python functions for frontend events
305
  * libobs-d3d11: Don't allow volume render targets
306
  * libobs-opengl: Don't allow volume render targets
307
  * UI: Supply Windows manifest file
308
  * UI: Properly inform user if recording path is invalid
309
  * rtmp-services: Add show-it.tv
310
  * UI: Change remux file paths to OS style separators
311
  * libobs/UI: Support monospace font in multiline text property
312
  * UI: Halve width of tab in multiline text property
313
  * UI: Fix scene/source list item spacing
314
  * UI: Add t-bar to studio mode
315
  * libobs: Add manual transition "torque" support
316
  * libobs: Add manual transitioning support (T-bar)
317
  * UI: Add Active/Inactive status to adv audio props
318
  * UI: Add "Active Sources Only" option to adv audio props
319
  * UI: Add setThemeID to qt-wrappers
320
  * obs-filters: Add grayscale LUT image
321
  * libobs-opengl: OpenGL thread-safety on Mac
322
  * deps/obs-scripting: Expose matrix3 & 4 to scripting
323
  * UI: Fix compile issue
324
  * UI: Add option to use percent instead of dB
325
  * libobs: Fix corrupted pointers when removing properties
326
  * libobs-d3d11: Increase the frame queue capacity
327
  * linux-v4l2: Add support for controls
328
  * libobs: Update version to 24.0.6
329
  * CI: Fix QtNetwork in Mac packaging script
330
  * obs-filters: Use volume texture for LUT
331
  * libobs: Add support for volume textures
332
  * UI: Ensure OBS launches when theme is missing
333
  * obs-qsv11: Add all TargetUsage values
334
  * rtmp-services: Add YouStreamer
335
  * CI: Fix error deleting QT network framework on OSX
336
  * CI: Fix mbedtls id in mac deploy script
337
  * libobs: Null check hotkey device on macos
338
  * obs-browser: Disable system flash
339
  * UI: Add save button next to replay buffer button
340
  * rtmp-services: Increase FB max bitrate to 6Mbps
341
  * CI: Fix up QT network framework on OSX
342
  * CI: Fix osx executable path in plist
343
  * CI: Fix framework symlinks when building osx app
344
  * obs-ffmpeg: Enable VAAPI Rate Control
345
  * UI: Add Start Streaming settings check on start
346
  * UI: Create UI Validation Helper Class
347
  * libobs: Do not include unrelated flags in filter check
348
  * rtmp-services: Add Konduit.live
349
  * libobs: Update version to 24.0.5
350
  * CI: Don't run clang format on some submodule plugins
351
  * libdshowcapture: Update to latest submodule
352
  * UI: Allow switch to existing theme to reload
353
  * UI: Don't modify theme if already set
354
  * Decklink: Explicit casts for truncation warnings
355
  * libobs: Remove C99 hacks for older VC++
356
  * UI: Delete cookies before connecting account
357
  * UI: Fix bug in untested/unused function code path
358
  * UI: Fix source icons being shifted to the right
359
  * CI: Add Cirrus-CI config for FreeBSD builds
360
  * UI: Add Grid Mode to Scenes Widget
361
  * UI: Rename deprecated QPalette::ColorRole
362
  * UI: Fix Qt deprecation warnings
363
  * libobs: add missing FreeBSD #include to fix build
364
  * UI: Use new ffmpeg-encoded-output for non-RTMP urls
365
  * obs-ffmpeg: Add new ffmpeg-encoded-output
366
  * obs-ffmpeg: Expose ffmpeg_data_init and ffmpeg_data_free methods
367
  * libobs: fix building modules once installed
368
  * UI: Default stream / record confirm dialogs to "No"
369
  * deps/media-playback: Don't use interrupt cb for local files
370
  * deps/media-playback: Don't exit thread on AVERROR_EXIT
371
  * CI: Keep artifacts for PRs labelled "Seeking Testers"
372
  * libobs: Enable compilation on aarch64
373
  * libobs: Add aarch64 compatibility layer
374
  * win-dshow: Suppress MJPEG error spam
375
  * UI: Create an API for opening projector windows
376
  * UI: Break out the opening of a projector into a slot function
377
  * UI: Add source icons
378
  * libobs: Robust COM initialization
379
  * win-wasapi: Verify and balance CoInitializeEx call
380
  * UI: Fix wrong icon if recording stopped while paused
381
  * linux-capture: Fix cursor draw bug when cropping window cap.
382
  * UI: Fix wrong icon if recording stopped while paused
383
  * rtmp-services: Add scenecut=0 to mixer requirements
384
  * UI: Fix swap scene issue with double click mode
385
  * UI: Change advanced networking strings
386
  * UI: Add setting for Twitch chat add-ons choice
387
  * UI: Fix Twitch panels not using dark first time
388
  * obs-outputs: Log FTL during configure
389
  * libobs: Remove _WIN32 ifdef from enum
390
  * UI: Fix invalid escape sequences in regex string
391
  * UI: Add system tray icon to indicate when paused
392
  * libobs: fix new virtual key codes display
393
  * libobs: add missing virtual key codes for Windows
394
  * deps/obs-scripting: Fix formatting
395
  * obs-scripting: Fix Python in new MacOS .app bundles
396
  * obs-text: add missing locale include to fix build
397
  * UI: Remove help icon from Interact titlebars
398
  * win-dshow: Support bottom-up DIBs
399
  * win-dshow: Fix format switching issue
400
  * decklink-ui: Show the state of outputs in the decklink dialog
401
  * UI: Use radio buttons for FLV track selection
402
  * libobs: Add more X.org / Unix hotkey defines
403
  * obs-filters: Reload the mask image when file change is detected
404
  * obs-filters: Add toggle for scroll filter looping
405
  * libobs: Send activate and show signals to filters
406
  * rtmp-services: Type check apply_encoder_settings
407
  * obs-ffmpeg: Remove unexposed vaapi parameters
408
  * UI: Fix main transition being set to the quick one
409
  * win-capture: Fix rare crash when GL program exits
410
  * libobs: Fix race condition
411
  * CI: Use custom macdylibbundler for OSX deps
412
  * UI: Upgrade stream link hotlink to a button
413
  * rtmp-services: Add YouNow service and implement ingest lookup
414
  * README.rst: Add Crowdin progress badge
415
  * UI: Fallback to XGetWMName if XFetchName fails
416
  * mac-vth264: Manually mark priority bits for frames
417
  * git: Add VSCode working dir to .gitignore
418
  * UI: Fix audio bitrate not being set in simple mode
419
  * UI: Add fade to black in studio mode
420
  * rtmp-services: Add Stars.AVN.com streaming service
421
  * libobs: Add video info to filename formatting
422
  * UI: Fix desktop entry for GNOME Shell
423
  * Revert "Rename com.obsproject.Studio.desktop to obs.desktop"
424
  * UI: Add ability to change projector type
425
  * UI: Simplify fullscreen toggle code
426
  * win-wasapi: Log device sample rate when initialized
427
  * UI: Display Sample Rate with proper formatting
428
  * libobs-d3d11: Fix null input layout rebuild
429
  * obs-ffmpeg: use avcodec_find_best_pix_fmt_of_list
430
  * win-capture: Add additional exe to window capture blacklist
431
  * obs-ffmpeg: Use vendor and device ID for NVENC blacklist
432
  * UI: Fix checkable property groups
433
  * UI: Add stats reset hotkey
434
  * cmake: Use C++17 for compilation
435
  * UI: Don't influence headers with using namespace
436
  * obs-scripting: Quiet CMake SWIG warnings
437
  * CI: Remove dead PPA to fix Linux build failure
438
  * libobs: Export obs_group_from_source
439
  * UI: Add support for Custom Twitch Dashboard Docks
440
  * CI: Update scripts for reorganized OSX bundle
441
  * docs/sphinx: Fix various typos
442
  * libobs-d3d11: Use vendor ID instead of string match
443
  * libobs: Use proper resource paths when running from an OSX bundle
444
  * enc-amf: Upgrade to v2.6
445
  * UI: frontend api "trans. duration changed" event
446
  * libobs: Strict objc_msgSend support
447
  * rtmp-stream: Fix comparison between signed and unsigned ints
448
  * rtmp-services: Add ChathostessModels
449
  * obs-qsv11: Enable option for Custom Quantization Matrix
450
  * obs-qsv11: Add platform enums for KBL and ICL
451
  * libobs: Add gs_begin_frame for duplicators
452
  * obs-ffmpeg: Use av_opt_set on context instead of priv_data
453
  * obs-filters: Fix sharpness not being translated
454
  * UI: Fix issue with preview projector
455
  * UI: Add ability to rename filters with F2 (Return on Mac)
456
  * Rename com.obsproject.Studio.desktop to obs.desktop
457
  * Build: Added BUILD_CAPTIONS to linux build script
458
  * cmake: Compile option to fix libcaption linking
459
  * UI: Remove unused code from visibility item widget
460
  * libobs-d3d11: Add GPU driver version to log
461
  * UI: Add copy/paste of multiple selected sources
462
  * linux-capture: Fix bug with xshm input showing multiple 0x0 windows
463
  * libobs-d3d11: Log monitor names
464
  * libobs-d3d11: Log display refresh rates
465
  * obs-scripting: Link _obspython as dynamic_lookup on MacOS
466
  * obs-scripting: Fix python lib path on MacOS
467
  * obs-scripting: Fix script plugin destination path on MacOS
468
  * frontend-tools: output timer tab stop order
469
  * obs-text: text transform add start case
470
  * obs-text: text transform add locale
471
  * cmake: no -Werror-implicit-function-declaration for C++
472
  * libobs-opengl: Require OpenGL 3.3 instead of 3.2
473
  * win-capture: Remove support for feature level 9.3
474
  * libobs-d3d11: Remove "support" for feature level 9.3
475
  * win-capture: Remove unused variable from D3D12 capture
476
  * UI: Switch from RGBA to BGRA swap chain format
477
  * graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10
478
  * libobs-opengl: Support BGRA swap chains on Windows
479
  * UI: set names on scenes duplicated for Studio Mode
480
481
-------------------------------------------------------------------
482
Tue Dec 17 03:07:47 UTC 2019 - jimmy@boombatower.com
483
484
- Update to version 24.0.6:
485
  * CI: Fix QtNetwork in Mac packaging script
486
  * UI: Ensure OBS launches when theme is missing
487
  * CI: Fix mbedtls id in mac deploy script
488
  * CI: Fix error deleting QT network framework on OSX
489
  * libobs: Null check hotkey device on macos
490
  * rtmp-services: Increase FB max bitrate to 6Mbps
491
  * CI: Fix up QT network framework on OSX
492
  * CI: Fix osx executable path in plist
493
  * CI: Fix framework symlinks when building osx app
494
  * obs-browser: Disable system flash
495
  * UI: Fix invalid escape sequences in regex string
496
497
-------------------------------------------------------------------
498
Fri Dec 13 21:17:57 UTC 2019 - jimmy@boombatower.com
499
500
- Update to version 24.0.5:
501
  * libobs: Update version to 24.0.5
502
  * CI: Don't run clang format on some submodule plugins
503
  * Merge pull request #2010 from wanhongqing123/master
504
  * Merge pull request #2042 from WizardCM/custom-twitch-docks
505
  * Merge pull request #2183 from ratwithacompiler/macos-python-fix-2
506
  * Merge pull request #2085 from ratwithacompiler/macos-python-fix
507
  * Merge pull request #2090 from jpark37/dxgi-refresh-rate
508
  * Merge pull request #2089 from jpark37/dxgi-driver-version
509
  * UI: Delete cookies before connecting account
510
  * UI: Fix bug in untested/unused function code path
511
  * deps/media-playback: Don't use interrupt cb for local files
512
  * deps/media-playback: Don't exit thread on AVERROR_EXIT
513
  * deps/obs-scripting: Fix formatting
514
  * Merge pull request #2152 from Rosuav/fix-cursor-position
515
  * UI: Fix Twitch panels not using dark first time
516
  * Merge pull request #1914 from YouNow/master
517
  * Merge pull request #2140 from DevWolk/avn-obs
518
  * Merge pull request #2045 from wolf247/master
519
  * Merge pull request #2179 from WizardCM/remove-help-interact
520
  * Merge pull request #2125 from DDRBoxman/appbundle
521
  * Merge pull request #2168 from kkartaltepe/vaapi-profile-fix
522
  * Merge pull request #2148 from eulertour/master
523
  * Merge pull request #2146 from Fenrirthviti/recording-bitrate-fix
524
  * libobs: Fix race condition
525
  * Merge pull request #2147 from JohannMG/vscode-ignore
526
  * Merge pull request #2134 from WizardCM/wasapi-samplerate
527
  * Merge pull request #2129 from Fenrirthviti/win-blacklist-update
528
  * Merge pull request #2131 from jpark37/input-layout-error
529
  * Merge pull request #2128 from Xaymar/return-to-break
530
  * Merge pull request #2121 from cg2121/fix-warning
531
  * Merge pull request #2110 from derrod/ffmpeg-output-fix
532
  * Merge pull request #2106 from cg2121/fix-preview-bug
533
  * Merge pull request #2126 from Fenrirthviti/linux-ci-fix
534
  * Merge pull request #2091 from Programatic/xshm_wrong_windows
535
  * Merge pull request #2120 from jpark37/objc-msgsend
536
537
-------------------------------------------------------------------
538
Tue Oct 15 14:33:53 UTC 2019 - jimmy@boombatower.com
539
540
- Update to version 24.0.3:
541
  * obs-browser: Remove "monitor by default" flag
542
  * Revert "libobs/audio-monitoring: Don't init until used"
543
  * libobs-d3d11: Fix code styling
544
  * libobs: Update version to 24.0.3
545
  * libobs-d3d11: Fix calling convention of loaded func
546
  * obs-browser: Only disable NetworkService on macOS
547
  * libobs-d3d11: Use unordered_map for duplicator collection
548
  * win-capture: Fix extra duplicator refs
549
  * UI: Fix issue where multiview doesn't update
550
  * libobs: Update version to 24.0.2
551
  * libobs-d3d11: Don't set GPU priority on Intel adapters
552
  * libobs/audio-monitoring: Add error logging
553
  * libobs/audio-monitoring: Don't init until used
554
  * obs-browser: Use older chromium network implementation
555
  * libobs-d3d11: Set maximum GPU priority
556
  * Exclude build dir from clang format
557
  * UI, libobs: Fix compiler warnings
558
  * Revert "UI: Remove FFZ from twitch integration"
559
  * UI: Remove FFZ from twitch integration
560
  * libobs-d3d11: Disable NV12 format support for WARP
561
  * obs-ffmpeg: Remove unbuffered mode from media source
562
  * obs-transitions: Fix stingers sometimes getting cut off
563
  * obs-browser: Update version to 2.7.12
564
  * obs-ffmpeg: Fix deadlock with nvenc lookahead
565
  * UI: Fix path calculation for disk space check
566
  * obs-ffmpeg: Do not enable hardware decoding by default
567
568
-------------------------------------------------------------------
569
Sun Sep 22 21:04:42 UTC 2019 - jimmy@boombatower.com
570
571
- Update to version 24.0.1:
572
  * obs-browser: Fix a deadlock
573
  * libobs: Update version to 24.0.1
574
  * libobs: Add API to get last OBS version of a source
575
  * obs-browser: Signal whether audio active/inactive
576
  * UI: Hide mixer sources if audio deactivated
577
  * libobs: Add funcs to determine whether audio active
578
  * obs-browser: Turn rerouting audio off by default
579
  * UI: Check for null pointer
580
  * UI: Fix crash closing mixer dock panels
581
  * win-dshow: Do not allow H264 to have same priority as MJPEG
582
  * win-dshow: Disable HW decode in DirectShow for now
583
  * UI: Adjust locale name for zh-TW
584
585
-------------------------------------------------------------------
586
Thu Sep 19 02:55:09 UTC 2019 - jimmy@boombatower.com
587
588
- Update to version 24.0.0:
589
  * obs-browser: Update translations from crowdin
590
  * Update translations from Crowdin
591
  * libobs: Update version to 24.0.0
592
  * libobs: Check to swap BGRX/BGRA in async filters
593
  * obs-browser: Map absolute to file URLs
594
  * UI: Fix extra browser panels always creating on startup
595
  * obs-browser: Fix panels not remembering last URL set
596
  * UI: Fix browser docks being unchecked when created
597
  * win-dshow: Fix color range when using FFmpeg decode
598
  * Revert "UI: Various screen reader fixes"
599
  * UI: Fix pause hotkey not working properly
600
  * obs-browser: Fix portable mode not saving cookies
601
  * obs-browser: Fix minor bug when using older CEF versions
602
  * UI: Disable NVENC lookahead if dynamic bitrate on
603
  * obs-browser: Fix browser panel visibility bug
604
  * CI: Update CEF on osx to 3770
605
  * obs-browser: Fix large local media file access
606
  * Revert "image-source: Set default size of color source to canvas size"
607
  * obs-browser: Fix build error on macOS
608
  * obs-browser: Fix browser panel crash
609
  * UI: Shut down browsers when browser docks hidden
610
  * UI: Refactor all browser dock classes in to one
611
  * UI: Various screen reader fixes
612
  * obs-browser: Allow users to use CEF audio instead of OBS
613
  * UI/updater: Fix variable type to format specifier
614
  * graphics-hook: Fix format specifier
615
  * obs-browser: Do not use WasHidden() for visibility on 3507+
616
  * obs-browser: Fix browser panel crash
617
  * libobs: Remove redundant function param and for loop
618
  * libobs: Make sure to offset unpause audio data
619
  * libobs: Fix pause cutting out video data prematurely
620
  * libobs: Fail pause/unpause if still waiting for them
621
  * libobs: Give a little extra time for pause to start/stop
622
  * libobs: Fix Area shaders missing for RGB output
623
  * obs-qsv11: Remove leftover stack variable
624
  * obs-ffmpeg: Fix video warnings
625
  * libobs: Fix video warnings
626
  * CI: Update Windows CEF version
627
  * libobs: Use correct pointer
628
  * libobs: Call debug marker after null check, not before
629
  * libobs: Don't render scene item texture if it's null
630
  * obs-browser: Do not process Qt events for browser source
631
  * libobs: Add graphics API to get graphics object pointer
632
  * deps/media-playback: Remove cuda for hardware decoding
633
  * deps/media-playback: Fix hw decode dropping last few frames
634
  * libobs-d3d11: Print feature level as %x for readability
635
  * libobs-d3d11: Consistent exception catch parameters
636
  * rtmp-services: Update GameTips.TV
637
  * deps/media-playback: Use hwaccel with non-alpha WebM files
638
  * obs-browser: Ensure FPS always matches OBS
639
  * obs-browser: Don't signal frame begin if feature disabled
640
  * obs-browser: Actually fix browsers sometimes not rendering
641
  * libobs: Fix default mixer values
642
  * obs-qsv11: Do not enable b-frames on sandy/ivy bridge
643
  * obs-browser: Fix browser source sometimes not rendering
644
  * libobs: Insert sources to linked lists after creation
645
  * libobs: Add missing static to function
646
  * libobs: Fix null potential pointer dereference
647
  * libobs: Fix Lanczos calculations
648
  * libobs: Simplify bicubic weight calculations
649
  * obs-ffmpeg: Use NV_FAILED() instead of FAILED()
650
  * obs-ffmpeg: Force I-Frame when reconfiguring jim-nvenc
651
  * deps/media-playback: Fix memory leak
652
  * deps/media-playback: Fix hw accel decode crash
653
  * libobs: add pointer check in reset_raw_output
654
  * UI: Clarify dynamic bitrate support in tooltip
655
  * obs-x264: Do not display log messages every update
656
  * UI: Move "area" scale below bilinear, above bicubic
657
  * UI: Fix bug where FTL was using AAC instead of opus
658
  * obs-browser: Fix audio cutting out
659
  * libobs: Add audio lines
660
  * UI: Simplify toggle pause code
661
  * UI: Update tooltip when paused
662
  * UI: Fix inconsistency with spaces
663
  * UI: Add dynamic bitrate support to the UI
664
  * obs-outputs: Add dynamic bitrate to RTMP output
665
  * libobs: Mark encoders that support dynamic bitrate
666
  * obs-outputs: Allow changing bitrate test limit on the fly
667
  * obs-x264: Do not show reconfigure details in log
668
  * obs-ffmpeg: Allow FFmpeg NVENC to be reconfigured
669
  * linux-capture: Texture unbound after GS_GL_DUMMYTEX changes
670
  * Revert "win-capture: Don't leak dynamic library references"
671
  * libobs-opengl: Fix Clang warnings
672
  * UI: Redundant/bad casts
673
  * libobs-opengl: Redundant cast
674
  * UI: Add box select to preview
675
  * libobs: Fix browser source settings resetting pre-24
676
  * cmake: Fix SWIG deprecation warnings
677
  * UI: Use "-inf" for muted volume level
678
  * UI: Clarify extra browser dock text
679
  * libobs-d3d11: Disable NV12 usage for Intel
680
  * UI: Fix Area sample count text
681
  * obs-text: Fix formatting
682
  * libobs: Reset mixers for "monitoring only" sources
683
  * libobs, obs-scripting, vlc-video: Fix compiler warnings
684
  * UI: Fix compiler/Acri warnings
685
  * win-wasapi: Fix typo with description
686
  * libobs: UI: Add Area scaling for downscale output
687
  * libobs: Remove unnecessary divides from Lanczos
688
  * libobs: Fix dark lines using Lanczos
689
  * UI: Change Connect Account to Recommended
690
  * libobs: Merge obs_source_process_filter_(tech_)?end functions
691
  * libobs: Fix apply_settings & remove_by_name for groups
692
  * UI: Fix look of extra panels trash icon
693
  * obs-browser: Update to 2.6.1
694
  * libobs-opengl: Fix gl_error_to_str
695
  * libobs-opengl: Fix DUMMY textures left bound
696
  * Revert "libobs-opengl: Add GS_RGBX format"
697
  * linux-capture: Revert GS_RGBX usage
698
  * deps/media-playback: Convert YUV alpha formats to RGB on GPU
699
  * obs-ffmpeg: Add YUV alpha formats for completeness
700
  * libobs: Add YUV alpha formats
701
  * deps/media-playback: Add missing header to CMake
702
  * UI: Rename Mixer to Audio Mixer
703
  * libobs: Separate textures for YUV input
704
  * obs-scripting: Use a recursive mutex for Lua scripting
705
  * UI: Add the ability to create custom browser docks
706
  * UI: Add LineEditChanged and LineEditCanceled
707
  * obs-browser: Fix a few panel issues
708
  * libobs: Fix stale format in async frame cache
709
  * UI: Fix pause button checked color with Rachni theme
710
  * obs-scripting: Add pause scene script
711
  * UI: Remove Twitch from MultichannelWarning message
712
  * libobs: Add missing pixel format to format_is_yuv and get_video_format_name
713
  * win-dshow: Use unbuffered by default for MJPEG
714
  * win-dshow: Clarify function name/purpose
715
  * libobs, obs-ffmpeg, win-dshow: Fix FFmpeg 4.0 deprecation
716
  * win-dshow, obs-ffmpeg: Add hardware decoding support
717
  * libobs: Add GPU timestamp query support
718
  * UI: Partially revert PR #1979
719
  * UI: Fix Lanczos label with correct sample count
720
  * libobs: Separate textures for YUV output, fix chroma
721
  * CI: Only download Qt if it doesn't exist already
722
  * libobs: Optimize lanczos shader, remove scaling
723
  * obs-browser: Update to 2.5.0 (audio capture support)
724
  * libobs: Add "monitoring by default" source cap
725
  * libobs: Optimize bicubic shader
726
  * libobs: Default sampler sometimes unset for GL
727
  * libobs: Fix benign typo
728
  * win-dshow: Use FFmpeg for MJPEG decompression
729
  * libobs: obs-ffmpeg: win-dshow: Planar 4:2:2 video
730
  * UI: Pass QColor as reference
731
  * win-capture: Don't leak dynamic library references
732
  * libobs: Don't leak dynamic library references
733
  * libobs: Return NULL if there is no get_properties callback
734
  * win-wasapi: Catch by reference
735
  * UI: Catch by reference
736
  * libobs-d3d11: Catch be reference
737
  * libobs: Supress clang-tidy warning clang-tidy-cert-flp30-c
738
  * UI: Stop recording when disk space is low
739
  * libobs-opengl: Remove unused VERTEXID code
740
  * libobs-opengl: Support gl_FragCoord and cull unused interpolants
741
  * libobs-opengl: Fix GS_R8G8 values
742
  * UI: Add links for Facebook stream key
743
  * obs-transitions: Fix suffix with stinger transition
744
  * UI: Add ability to disable hotkeys when not in focus
745
  * UI: Fix param logic of ResetHotkeyState calls
746
  * libobs: Rework RGB to YUV conversion
747
  * libobs: Remove YUV transformation on CPU
748
  * UI: Fix hotkeys working even when disabled in focus
749
  * UI: Add option to warn on stop recording
750
  * UI: Improve look of adv audio control dialog
751
  * UI: Add Restream.io link to stream key page
752
  * UI: Add Restream.io bandwidth test stream key param
753
  * UI: Add channels widget to Restream.io integration
754
  * UI: Declare missing overrides
755
  * cmake: Fix typo
756
  * obs-text: Use array type for unique_ptr uint8_t[]
757
  * rtmp-services: Remove redundant null checks
758
  * libobs: Improve timing of unbuffered deinterlacing
759
  * win-dshow: Update libdshowcapture to 0.6.1
760
  * UI: Display infinity symbol when volume is at 0 percent
761
  * rtmp-services: Add Stripchat streaming service
762
  * obs-qsv: Enable high profile for QSV H.264
763
  * obs-qsv: Remove check for AsyncDepth in InitParams
764
  * libobs: UI: Remove DrawBackdrop() to save fullscreen pass
765
  * UI: Set default maximum name length to 170 characters
766
  * frontend-tools: Make start/stop buttons checkable
767
  * UI, obs-plugins: Add spinbox suffixes where necessary
768
  * libobs: obs-filters: Area upscale shader
769
  * file-updater: Use transparent HTTP compression
770
  * frontend-tools: Add option to pause output timer when rec is paused
771
  * obs-qsv: Enable LA_CBR as QSV rate control
772
  * libobs-opengl: Fix glGetError() infinite loop
773
  * UI: Simplify resize output code
774
  * obs-browser: Fix CEF 75.0.13 support
775
  * libobs: Fix formatting
776
  * UI: Add enable preview button
777
  * rtmp-services: Add Steam
778
  * obs-qsv: Enable Content Adaptive Quantization
779
  * obs-qsv: Enable B-frames and B-pyramid for encoder
780
  * CI: Run clang format on linux and osx CI and fail if changes are made
781
  * libobs: Call both get_defaults and get_defaults2
782
  * UI: Fix toggled signal of property groups
783
  * libobs: Fix formatting
784
  * obs-qsv: Add newer platforms to CPU enum
785
  * UI: Make Dark theme group box title bold
786
  * linux-v4l2: Add "Default" color range setting
787
  * win-dshow: Add "Default" color range setting
788
  * UI: Change default recording format to MKV
789
  * Apply clang-format to objective c code
790
  * obs-ffmpeg: Separate logging code
791
  * libobs: Clear module variable in case module reloaded
792
  * linux-capture: Fix xcompcap robustness
793
  * libobs-opengl: Fix GS_GL_DUMMY textures creation
794
  * libobs-opengl: Add GS_RGBX format
795
  * libobs-opengl: Add error enum to string function
796
  * UI: Add pause support
797
  * obs-ffmpeg: Add support for pausing
798
  * libobs: Implement pausing of outputs
799
  * obs-ffmpeg: Remove unnecessary function
800
  * libobs: Correct raw output starting audio data
801
  * libobs: Add obs_get_frame_interval_ns
802
  * UI: Don't display MP4/MOV warning if lossless
803
  * obs-ffmpeg: Check for replay buffer button press
804
  * UI: Make adv. streaming audio encoder independent
805
  * libobs: Buffer-smoothing enhancements
806
  * win-dshow: Decouple audio from video
807
  * rtmp-services: Update and prune services
808
  * libobs-d3d11: Set texture using initializer list
809
  * obs-outputs: Minor pointer fixes
810
  * UI: Avoid ternary operator for mixed types
811
  * libobs: Fix format selection
812
  * libobs-d3d11: Unnecessary type conversions
813
  * .git-blame-ignore-revs: Add file to handle mass reformatting
814
  * clang-format: Remove redundant params
815
  * rtmp-services: Update ingest list for Restream.io
816
  * obs-text: fix text transform on updated file
817
  * libobs-opengl: Empty VAO
818
  * libobs-d3d11: Fix missing vertex buffer clear in NV12 check
819
  * obs-ffmpeg: Move external headers to external dir
820
  * clang-format: Apply formatting
821
  * clang-format: Add clang-format files
822
  * cmake: Install 'libobs.pc' under the correct 'libdir'
823
  * libobs: Full-screen triangle format conversions
824
  * UI: Use stream track if no tracks are selected
825
  * Revert "UI: Use theme colors setting for Projectors too"
826
  * libobs, UI: Implement item_locked event
827
  * libobs-d3d11: Clean up device_projection_pop
828
  * libobs: Area-resampling shader optimizations
829
  * libobs: linux-v412: obs-ffmpeg: Add packed BGR3 video support
830
  * libobs: Remove unnecessary frame pipelining
831
  * libobs: Improve low-resolution bilinear sampling
832
- Upstream moved pkgconfig/libobs.pc to libdir for x86_64.
833
834
-------------------------------------------------------------------
835
Mon Jun 17 19:56:19 UTC 2019 - jimmy@boombatower.com
836
837
- Update to version 23.2.1:
838
  * libobs: Update version to 23.2.1
839
  * obs-frontend-api: Add func to add custom docks
840
  * libobs: Disable blending when converting sources
841
  * UI: Fix editor inheriting source list stylesheet
842
  * UI: Fix bug with custom source list item color
843
  * UI: Fix tray icon showing up on startup even if off
844
  * libobs: Fix null pointer dereference
845
846
-------------------------------------------------------------------
847
Thu Jun 13 01:27:07 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
848
849
- Update %post script for new desktop file name.
850
- Include appdata in files list.
851
- Include obs-ffmpeg-mux in files list.
852
853
-------------------------------------------------------------------
854
Thu Jun 13 00:57:19 UTC 2019 - jimmy@boombatower.com
855
856
- Update to version 23.2.0:
857
  * libobs: Update version to 23.2.0
858
  * Update translations from Crowdin
859
  * UI: Make two-auth message a bit friendlier
860
  * UI: Use better link for Twitch two-factor warning
861
  * win-capture: Add discord to game capture blacklist
862
  * UI: Fix transition A/B labels on macOS/Linux
863
  * UI: Add two-factor authentication warning for Twitch
864
  * UI: Add ability to use rich text in warning dialogs
865
  * UI: Fix output icon size. Add padding to settings list items
866
  * UI/updater: Update some text for clarity
867
  * UI/updater: Add marquee progress bar for existing file check
868
  * UI/updater: Add manifest file for DPI awareness
869
  * UI: Revert Dark theme Scenes font change
870
  * CI: Fix travis test on OSX
871
  * CI: Build CEF with OS X 10.11 target
872
  * UI: Ensure frontend event is removed on object deletion
873
  * win-wasapi: Speaker enum fixes
874
  * UI: Fix "Toggle Preview" hotkeys duplicating
875
  * GitHub: Add funding buttons
876
  * libobs-d3d11: Bad indices in log output
877
  * libobs: Pair encoders only when output actually starts
878
  * UI: Fix issue where rec time left would show negative time
879
  * libobs: Remove unreachable YUV decode paths
880
  * obs-filters: Remove unused key_rgb shader variable
881
  * obs-filters: Remove unused variable for color key
882
  * libobs: Remove saturate from RGB -> YUV conversion
883
  * UI: Remove unused helper function renderVB
884
  * obs-browser: Close browser panels early
885
  * UI: Remove 5 file limit for drag & drop
886
  * libobs: Fix lockup when an encode call fails
887
  * UI: Dark theme consistency for Scenes vs Sources
888
  * UI: Remove unused hotkey qss items
889
  * UI: Fix theme issues with hotkey icons
890
  * UI: Add hover color to hotkey icons
891
  * UI: Add Transition Previews
892
  * libobs: Add transition and showing counter functions
893
  * README.rst: Add contributing/donating link
894
  * obs-ffmpeg: Fix VAAPI CBR
895
  * libobs: UI: Remove Qt usage from graphics thread
896
  * obs-outputs: Fix undefined MSG_NOSIGNAL
897
  * libobs: Restore casts to fix Clang warnings
898
  * obs-qsv: Update libmfx, fix QSV with new DCH drivers
899
  * UI: Block SIGPIPE in all threads
900
  * obs-outputs: Return error instead emitting SIGPIPE
901
  * obs-frontend-api: Add func to trigger a Studio Mode transition
902
  * obs-frontend-api: Add methods to get/set transition duration
903
  * libobs: Fix various alpha issues
904
  * UI: Change fader type to log
905
  * UI: Make volume faders more precise
906
  * UI: Change volume to dB in adv audio properties
907
  * UI: Use escaped html for about dialog
908
  * UI: Add Patreon contributors to About dialog
909
  * win-dshow: fix issue decoding some H.264 stream
910
  * UI: Fix system tray not working
911
  * UI: Hide Alpha channel field from the color picker
912
  * UI: fix crash due to NULL dereference
913
  * rtmp-services: Update GameTips.tv
914
  * libobs: Fix crashes from wrong types
915
  * CI: Use swig 3.0.12 on OSX
916
  * UI: Fix theme showing incorrect theme when on Dark
917
  * CI: Use swig 3.04 on OSX
918
  * obs-ffmpeg: Fix jim-nvenc initial DTS for fractional FPS
919
  * UI: Add ability to set properties spinbox suffix
920
  * libobs: Add ability to set spinbox property suffix
921
  * UI: Use icons for hotkey buttons
922
  * UI: Truncate text in hotkeys interface
923
  * UI: Remove icons from settings button box
924
  * UI: Improve look of Dark theme
925
  * UI: Remove settings horizontal lines
926
  * UI: Remove mac browser workarounds, improve stability
927
  * UI: Only execute "What's New" code on win32
928
  * UI: Check for valid systen tray pointer
929
  * UI: Increment bitrates by 50
930
  * libobs: Use RTLD_FIRST when loading libraries on macOS
931
  * UI: Fix theme issues with vis/lock checkboxes
932
  * obs-ffmpeg: Move ffmpeg-mux to executable dir
933
  * libobs/util: Add function to get executable path
934
  * obs-filters: Use int sliders for opacity
935
  * obs-filters: Fix opacity on image mask/blend filter
936
  * libobs: Support limited color range for RGB/Y800 sources
937
  * decklink, win-dshow: Use obs_source_output_video2
938
  * libobs: Add better default source color range handling
939
  * Revert "libobs: libobs-d3d11: obs-filters: No excess alpha"
940
  * UI: Fix theme bug when updating from older versions
941
  * UI: Add ability to copy/paste scene filters
942
  * UI: Fix unable to escape when renaming scene
943
  * UI: Fix group checkbox icons not working in Dark theme
944
  * UI: Simplify locked/visibility checkboxes
945
  * UI: Change icons to svg
946
  * UI: Fix preview/program label alignment
947
  * libobs: Fix GS_UNSIGNED_LONG definition
948
  * obs-outputs: Fix leak with certs for rtmp
949
  * UI: Rename UI files for consistency
950
  * UI: Fix whitespace issues with "ignore wheel" widgets
951
  * UI: Do not remove focus on mouse leave events
952
  * win-wasapi: Unapply/reapply audio monitoring on reconnect
953
  * win-wasapi: Fix audio capture after unplugging device
954
  * win-wasapi: Call CoInitializeEx in reconnect thread
955
  * decklink-output-ui: Fix memory leak
956
  * rtmp-services: Update Mixer keyframe interval
957
  * UI: Do not allow mouse wheel for volume slider
958
  * libobs: UI: Fix rotated line scale
959
  * obs-ffmpeg: Add logging of last error for passing to UI
960
  * libobs: Allow Win32 pipes to pass STDERR for logging of errors
961
  * UI: Update error message severity levels and show additional info
962
  * UI: Add warning / critical QMessageBox wrappers
963
  * Use proper capitalization for string
964
  * UI: Add support for property groups
965
  * libobs: Add property groups
966
  * Decklink: inital preview out work
967
  * UI: Use theme colors setting for Projectors too
968
  * UI: Correct custom property implementation
969
  * vlc-video: Enable subtitle track selection
970
  * UI: Add default color for the preview background
971
  * UI: Fix Linux build without PulseAudio
972
  * UI: Estimate recording time left until disk is full
973
  * libobs: Fix shader for GLSL
974
  * UI: Add Linux AppStream metadata
975
  * UI: Add hotkey to toggle preview
976
  * win-capture/graphics-hook: Check if mutex abandoned
977
  * UI: Remove SourceListWidget
978
  * UI: Ignore wheelEvent for properties
979
  * rtmp-services: Add OnlyFans streaming service
980
  * CONTRIBUTING.rst: Improve commit guidelines
981
  * UI: Fix remux dialog ignoring filename changes
982
  * UI: Separate delegate class into header file
983
  * UI: Show a message in the empty source list
984
  * deps/media-playback: YUV444P support
985
  * libobs: Simplify YUV conversion
986
  * UI: Add null check for rename of default theme
987
  * UI: Don't hide cursor over multiview
988
  * UI: Add ability to center items vertically/horizontally
989
  * UI: Rename Default theme to System
990
  * libobs: Add additional effect debugging information
991
  * Remove double spaces from localization
992
  * UI: Fix size of output icon
993
  * vlc-video: Enable audio track selection
994
  * UI: Add text autoselect for source rename
995
  * UI: Add text autoselect on scene rename
996
  * libobs: UI: Use graphics debug markers
997
  * libobs/graphics: Support debug markers
998
  * libobs: Fix move assignment operator for ComPtr
999
  * libobs: libobs-d3d11: obs-filters: No excess alpha
1000
  * UI: Don't update stats dock if hidden
1001
  * UI: Fix bandwidth test flag being saved to stream key
1002
  * cmake: Generate obs.rc out-of-tree
1003
  * libobs: Add function to remove properties
1004
  * linux-capture: Add randr support
1005
  * obs-frontend-api: Access system tray icon from API
1006
  * UI: Fix incorrect padding usage in Rachni theme
1007
  * UI: Show correct version in about dialog
1008
  * UI: Log group items on startup
1009
  * UI, libobs, text-freetype2: Add missing pragma once in header files
1010
  * libobs: Add support for F25-F35 hotkeys on Linux
1011
  * UI: Hide border for Output Settings container
1012
  * UI: Hide border for General Settings container
1013
  * UI: Refactor Audio Settings tab structure
1014
  * plugins: Clear all compiler warnings
1015
  * libobs: Clear all compiler warnings
1016
  * UI: Fix Q_PROPERTY compiling warnings
1017
  * libobs-opengl: Clear some conversion and uncaught switch cases warnings
1018
  * image-source: Set default size of color source to canvas size
1019
  * CI: Build caption output support on OSX by default
1020
  * deps/obs-scripting: Expose obs_output_output_caption_text1 to scripts
1021
  * Improve locales
1022
  * obs-filters: Add luma key filter
1023
  * libobs: Add minimum display duration to caption data
1024
  * UI: Show output's last error in failure dialog
1025
  * libobs: Initialize service before starting output
1026
  * UI: Fix unencoded stream failure
1027
  * obs-ffmpeg: Bind network buffer size in the UI
1028
1029
-------------------------------------------------------------------
1030
Sat Apr  6 16:14:42 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
1031
1032
- Add libqt5-qtsvg-devel as a build dependency.
1033
1034
-------------------------------------------------------------------
1035
Sat Apr 06 02:50:54 UTC 2019 - jimmy@boombatower.com
1036
1037
- Update to version 23.1.0:
1038
  * obs-ffmpeg: Remove "A" variants from NVENC blacklist
1039
  * libobs: Fix and simplify Area scale filter
1040
  * Update translations from Crowdin
1041
  * libobs: Update version to 23.1.0
1042
  * UI: Do not show [x] (close) for primary dock widgets
1043
  * UI: Fix file browser showing up when dir selected
1044
  * UI: Fix issue where space/esc hotkeys would be blank
1045
  * UI: Fix crash when using ctrl-c in Linux terminal
1046
  * UI: Allow smaller Restream docks
1047
  * libobs, image-source: Fix ABI break in image_file_t structure
1048
  * UI: Fix act. feed version hide check to <= 23.0.2
1049
  * libobs: Change internal version to 23.0.3 (temporarily)
1050
  * obs-ffmpeg: Show encoder name when logging jim-nvenc
1051
  * UI: Hide act. feed by default if prev ver below 23.1
1052
  * UI: Remove help icon from source select dialog
1053
  * UI: Don't open settings or close in event subloop
1054
  * libobs: Update version to 23.1.0
1055
  * CI: Add Restream secrets for AppVeyor
1056
  * obs-ffmpeg: Fix blacklisted adapter check
1057
  * UI: Add Restream integration
1058
  * win-dshow: Update libdshowcapture for crash fix
1059
  * libobs: Remove dead code in sharpness effect
1060
  * obs-filters: Remove unused function in shader
1061
  * libobs: Fix Area scale filter for GLSL
1062
  * CI: Don't build service integration in PRs&Forks
1063
  * CI: Build service integration on Azure Pipelines
1064
  * obs-browser: Make DispatchJSEvent asynchronous
1065
  * libobs: Fix ABI break
1066
  * UI: Remove and ignore obs.rc
1067
  * libobs-opengl: Fix bad log string
1068
  * libobs: Fix output type specifiers
1069
  * libobs: Fix invalid max_anisotropy value
1070
  * UI: Use icons from theme on Linux
1071
  * Revert "UI: Add obs.rc to .gitignore"
1072
  * libobs: Fix obs_property_float_set_limits
1073
  * image-source: Re-add fix of repeating images
1074
  * UI: Remove Area downscale filter option
1075
  * UI: Add obs.rc to .gitignore
1076
  * Revert "obs-ffmpeg: Add option to use b-frames as reference"
1077
  * libobs: Fix effect parsing log specifiers
1078
  * rtmp-services: Add GameTips.tv
1079
  * obs-ffmpeg: Use correct calling convention on CreateDXGIFactory1
1080
  * image-source: Add memory usage limit to slideshow
1081
  * libobs/graphics: Add memory usage member to image file
1082
  * libobs: Add function to get libobs object data
1083
  * image-source: Revert slideshow dynamic loading
1084
  * libobs: Fix frame not being cleared
1085
  * CI: Build for Linux on Azure Pipelines
1086
  * CI: Build on Ubuntu Xenial for Travis CI
1087
  * Adjust locales for better consistency
1088
  * libobs-d3d11: Log errors from HasBadNV12Output just in case
1089
  * libobs-d3d11: Improve NV12 validity check for AMD
1090
  * CI: Always send travis webhook and remove IRC sections
1091
  * obs-ffmpeg: Change clear on media end wording for media source
1092
  * cmake: Fix Qt DLL filenames for debug builds
1093
  * UI: Add confirmation dialog for bandwidth test mode
1094
  * UI: Add PAL 25 & 50 FPS as common FPS values
1095
  * UI: Fix yes/no not using localization in no source dialog
1096
  * UI: Change HDD to Disk in locale
1097
  * UI: Add checkbox for Twitch bandwidth test mode
1098
  * CI: Build 32/64 bit Windows parallel on Azure
1099
  * CI: Build for windows on Azure Pipelines
1100
  * obs-text, win-capture: Do not use premultiplied alpha
1101
  * Add "Area" scale filter
1102
  * UI: Fix "What's New" showing again each patch version
1103
  * UI: If from 23.0.1 or 23.0.0, hide activity feed
1104
  * UI: Add Twitch Activity Feed
1105
  * libobs: Remove unnecessary count check
1106
  * libobs: Fix code styling
1107
  * libobs: Fix first frame when output restarted
1108
  * UI: Redo settings icons
1109
  * CI: Fix building on trusty
1110
  * UI: Add (Do not show again) checkbox to dock closing warning
1111
  * Revert "Merge pull request #1418 from cabirdme/qsv_feature_add"
1112
  * Revert "obs-qsv: Enable b-pyramid & change packet priority"
1113
  * UI: Warn when closing dock widgets for first time
1114
  * UI: Add way to exec std::function via invokeMethod
1115
  * obs-ffmpeg: Check avformat context before use
1116
  * obs-ffmpeg: Fix crash on failed audio codec init (for real)
1117
  * UI: Always set first scene collection/profiles
1118
  * obs-ffmpeg: Fix crash on failed audio codec init
1119
  * libobs-d3d11: Check for bad NV12 output on all devices
1120
  * libobs-d3d11: Perform actual test for NV12 driver bug
1121
  * libobs-d3d11: Remove NV12 blacklist
1122
  * libobs: Always query shared texture handle for encoding
1123
  * UI: Add preview/program labels in studio mode
1124
  * decklink: Fix locale (missing word)
1125
  * decklink: Allow selecting input connections.
1126
  * decklink: Fix FC<->LFE channel swap for some devices
1127
  * obs-text: Add text transform property
1128
  * win-dshow: Fix "Highest FPS" algorithm
1129
  * libobs-d3d11: Reset handle and re-lock if texture rebuilt
1130
  * libobs-d3d11: Use discrete function to get shared handle
1131
  * libobs-d3d11: Set acquired bool when texture acquired
1132
  * obs-ffmpeg: Always output SEI
1133
  * obs-ffmpeg: Fix SEI data output
1134
  * frontend-tools: Fix memory leak when reloading scripts
1135
  * UI: Show video container warning when selecting MOV
1136
  * UI: Update tab stop order in Settings
1137
  * libobs: Tell filters that we want to load
1138
  * CI: macOS builds on Azure Pipelines
1139
  * obs-qsv11: Fix crash on destructor after init failure
1140
  * obs-qsv11: Don't try to free non allocated array on destruction
1141
  * cmake: Fix pkg-config handling of libvlc
1142
  * obs-ffmpeg: Fix NVENC blacklisted card check
1143
  * decklink: Update SDK to 10.11.4
1144
  * UI: Add ability to copy & paste filters from the mixer
1145
  * UI: Fix locale for 'disabled' devices in audio settings
1146
  * rtmp-services: Added GamePlank to services
1147
  * image-source: Fix repeating of images with slideshow source
1148
  * libobs-opengl: Log shader compiler errors
1149
  * libobs/media-io: Fix mono upmix
1150
  * UI: Reset replay buffer button on "stop" signal
1151
  * obs-ffmpeg: Add option to use b-frames as reference
1152
  * obs-filters/expander: Various improvements
1153
  * linux-v4l2: Add setting to change color range
1154
  * UI: Automatically generate Windows file description
1155
1156
-------------------------------------------------------------------
1157
Fri Mar 08 21:04:44 UTC 2019 - jimmy@boombatower.com
1158
1159
- Update to version 23.0.2:
1160
  * UI: Fix "What's New" showing again each patch version
1161
  * libobs: Fix code styling
1162
  * libobs: Fix first frame when output restarted
1163
  * CI: Fix building on trusty
1164
  * UI: Add (Do not show again) checkbox to dock closing warning
1165
  * Revert "Merge pull request #1418 from cabirdme/qsv_feature_add"
1166
  * Revert "obs-qsv: Enable b-pyramid & change packet priority"
1167
  * UI: Warn when closing dock widgets for first time
1168
  * UI: Add way to exec std::function via invokeMethod
1169
  * obs-ffmpeg: Check avformat context before use
1170
  * obs-ffmpeg: Fix crash on failed audio codec init (for real)
1171
  * UI: Always set first scene collection/profiles
1172
  * obs-ffmpeg: Fix crash on failed audio codec init
1173
  * libobs-d3d11: Check for bad NV12 output on all devices
1174
  * libobs-d3d11: Perform actual test for NV12 driver bug
1175
  * libobs-d3d11: Remove NV12 blacklist
1176
  * libobs: Always query shared texture handle for encoding
1177
  * UI: Reset replay buffer button on "stop" signal
1178
  * libobs-d3d11: Reset handle and re-lock if texture rebuilt
1179
  * libobs-d3d11: Use discrete function to get shared handle
1180
  * libobs-d3d11: Set acquired bool when texture acquired
1181
  * obs-ffmpeg: Always output SEI
1182
  * obs-ffmpeg: Fix SEI data output
1183
  * frontend-tools: Fix memory leak when reloading scripts
1184
  * UI: Update tab stop order in Settings
1185
  * CI: macOS builds on Azure Pipelines
1186
  * obs-qsv11: Fix crash on destructor after init failure
1187
  * obs-qsv11: Don't try to free non allocated array on destruction
1188
  * obs-ffmpeg: Fix NVENC blacklisted card check
1189
1190
-------------------------------------------------------------------
1191
Wed Feb 27 21:36:03 UTC 2019 - jimmy@boombatower.com
1192
1193
- Update to version 23.0.1:
1194
  * obs-browser: Fix widgets being initially blank on high-DPI
1195
  * libobs: Update version to 23.0.1
1196
  * libobs-d3d11: Disable NV12 textures if NVENC unavailable
1197
  * UI: Don't show "What's New" for new users
1198
  * UI: Don't delete auto-remux file (just in case)
1199
  * libobs-d3d11: Blacklist certain adapters from NV12
1200
  * UI: Do not allow post-GPU rescaling on gpu encoders
1201
  * libobs: Add func to get encoder caps by encoder pointer
1202
  * obs-ffmpeg: Fix bitrate being set on NVENC CQP/lossless
1203
  * UI: Fix Mixer allowing endless login retries
1204
  * UI: Make workaround for Logitech plugin hard lock
1205
  * UI: Check CEF available when loading auth
1206
  * libobs-d3d11: Improve check for NV12 texture support
1207
1208
-------------------------------------------------------------------
1209
Tue Feb 26 00:11:02 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
1210
1211
- Include pkg-config (.pc) file in devel subpackage.
1212
1213
-------------------------------------------------------------------
1214
Mon Feb 25 23:53:13 UTC 2019 - jimmy@boombatower.com
1215
1216
- Update to version 23.0.0:
1217
  * UI: Rename a bunch of bad file names
1218
  * image-source: Change max loaded slideshow images to 21
1219
  * enc-amf: Update translations
1220
  * obs-ffmpeg: Add more blacklisted NVENC adapters
1221
  * Update translations from Crowdin
1222
  * UI: Fix replay buffer checked state when no hotkey is set
1223
  * UI: Refine strings for About dialog
1224
  * Update translations from Crowdin
1225
  * UI: Force Twitch moderation tools to system browser
1226
  * UI: Fix wrong filename building for Remux dialog
1227
  * obs-ffmpeg: Free NVENC textures after sending EOS
1228
  * libobs: Update version to 23.0.0
1229
  * obs-browser, obs-vst: Update translations
1230
  * UI: If auth startup failed, keep connected in settings
1231
  * UI: If Twitch account disconnected, retry login
1232
  * UI: If Mixer account disconnected, retry login
1233
  * UI: Fix scene list text edit sizing on dark theme
1234
  * UI: Actually fix non-windows compilation
1235
  * UI: Fix non-windows compilation
1236
  * UI: Do not display threaded message boxes on startup
1237
  * UI: Defer autoconfig to message queue
1238
  * obs-text: Use custom draw flag
1239
  * Update translations from Crowdin
1240
  * UI: Set replay buffer check w/ --startreplaybuffer
1241
  * UI: Fix disabling "resize output to source"
1242
  * UI: Make sure user can still stream if auth fails
1243
  * UI: Do not auto-remux if using FFmpeg output
1244
  * UI: Use QFileInfo for remux
1245
  * UI: Clean up code styling of ternary operator usage
1246
  * UI: Allocate space for null terminator
1247
  * image-source: Actually defer slideshow, not image source
1248
  * obs-frontend-api: Make a few frontend API thread-safe
1249
  * UI: Fix profile duplicates using wrong cookies
1250
  * libobs: Fix missing mutex unlock from 26dbe54
1251
  * libobs: Check fwrite return value for extra safety
1252
  * libobs-d3d11: Fix rebuild of NV12 textures
1253
  * libobs-d3d11: Actually use paired NV12 member variable
1254
  * libobs-d3d11: Don't inline rebuild funcs
1255
  * UI: Fix inconsistent use of ellipsis
1256
  * obs-ffmpeg: Fix constant QP mode in new NVENC
1257
  * UI: Set preferHardware only when hw encoder is avail.
1258
  * UI: Hide instead of disable rescale
1259
  * obs-ffmpeg: Update advice for CFA
1260
  * vlc-video: Fix a video format not playing back correctly
1261
  * UI: Add back auth for custom RTMP servers
1262
  * obs-ffmpeg: Add more blacklisted non-NVENC adapters
1263
  * UI: Disable stream settings if streaming
1264
  * UI: Suggest hw encoding by default depending on hw
1265
  * obs-browser: Update default URL
1266
  * UI: Remove unused help icon
1267
  * frontend-tools: Remove unused help icon
1268
  * UI: Remove unused "Beta" texts
1269
  * obs-browser: Don't use UNUSED_PARAMETER in app class
1270
  * UI: Delete cookies on profile removal
1271
  * obs-ffmpeg: Enable NVENC psycho_aq by default for now
1272
  * obs-browser: Have child processes detect crashes
1273
  * UI: Wait for browser init before "what's new" dialog
1274
  * UI: Clear key in autoconfig when service disconnected
1275
  * UI: Estimate better resolution if using NVENC
1276
  * obs-outputs: Increase GetAdaptersAddresses buffer size
1277
  * decklink-output-ui: Add note about keyer output
1278
  * libobs: Fix indent
1279
  * libobs: Fix race conditions
1280
  * libobs: Fix potential race condition on shutdown
1281
  * UI: Add default preset for NVENC in simple output
1282
  * decklink-ouput-ui: Remove unused help icon
1283
  * frontend-tools: Remove unused help icons
1284
  * UI: Remove additional unused help icons
1285
  * win-capture: Don't try to find window every frame
1286
  * obs-ffmpeg: Mark unused parameter
1287
  * decklink-output-ui: Fix memory leak in save settings
1288
  * obs-ffmpeg: Don't expose new settings to old NVENC (yet)
1289
  * UI: Don't enable rescale if on "Use stream encoder"
1290
  * UI: Fix encoder preset locale text
1291
  * UI: Fix potential race condition for hover items
1292
  * UI: Add OBSBasicPreview::Get helper func
1293
  * obs-ffmpeg: Fix crash when audio not configured
1294
  * UI: Add missing text string for Remux dialog
1295
  * UI: Allow compressed responses in RemoteTextThread
1296
  * image-source: Defer update of slideshow source
1297
  * Revert "UI: Use Twitch dashboard chat popout"
1298
  * UI: Use Twitch dashboard chat popout
1299
  * UI: Remove help icon from auth/what's new titlebars
1300
  * libobs: Fix crash starting raw encoder before gpu encoder
1301
  * UI: Add minimum size of OAuth login dialog
1302
  * UI: Fix autoconfig authentication not working
1303
  * libobs: Fix texture-based encoder decklock
1304
  * UI: Increase Twitch "Stream Stats" height by 50
1305
  * UI: Allow animated BTTV emojis
1306
  * decklink-output-ui: Fix memory leak
1307
  * UI: Enter graphics context before destroying texture
1308
  * libobs: Make sure to destroy effect
1309
  * UI: Make "What's New" dialog modeless
1310
  * obs-ffmpeg: Add a few line breaks for new tooltips
1311
  * UI: Check that CEF loaded before loading integrations
1312
  * obs-ffmpeg: Use CQP in jim-nvenc properties text
1313
  * UI: Fix being unable to drag/drop source list items
1314
  * UI: Fix issue with Mixer
1315
  * UI: Do one time reset of dock lock state for v23
1316
  * obs-ffmpeg: Add tooltips for new NVENC settings
1317
  * UI: Start projector user-facing monitor count at 1
1318
  * UI: Adjust Acri and Rachni themes
1319
  * CI: Build service-integration on Windows
1320
  * image-source: Increase slideshow max loaded to 15
1321
  * obs-ffmpeg: Disable psycho_aq by default (for now)
1322
  * UI: Fix twitch stream stat window not centering
1323
  * UI: Add bttv emote button to Twitch chat window
1324
  * UI: Change preview handles/outline and add hover
1325
  * UI: Add scene item canvas overflow to preview
1326
  * obs-ffmpeg: Do not allow new NVENC on gpu idx > 0
1327
  * enc-amf: Update plugin to Version 2.5.1
1328
  * UI: Use new NVENC by default in simple output mode
1329
  * obs-ffmpeg: Add texture-based NVENC encoder implementation
1330
  * obs-ffmpeg: Update NVENC properties and property defaults
1331
  * obs-ffmpeg: Update display name of FFmpeg NVENC encoder
1332
  * obs-ffmpeg: Update nvEncodeAPI.h to latest version
1333
  * UI: If hardware encoder selected, disable post rescale
1334
  * UI: Use hardware encoding by default if available
1335
  * libobs: Add texture-based encoding support
1336
  * libobs: Split do_encode in to two funcs
1337
  * libobs/media-io: Add frame funcs for separate GPU thread
1338
  * obs-ffmpeg: Implement NVENC video card blacklist
1339
  * libobs/util: Fix bug with get_winver
1340
  * libobs/util: Fix bug with circlebuf_data
1341
  * libobs: Add ability to reroute encoders
1342
  * libobs/util: Add get_win_ver_int() func (windows)
1343
  * libobs: Use NV12 textures when available
1344
  * libobs: Add obs_video_active() function
1345
  * libobs/graphics: Add NV12 texture support
1346
  * libobs/graphics: Add texture sharing functions
1347
  * UI: Fix potential race condition
1348
  * UI: Add Twitch integration
1349
  * UI: Add Mixer integration
1350
  * UI: Add auth. support to settings/autoconfig
1351
  * UI: Add obfuscation func
1352
  * UI: Add Auth and OAuth classes
1353
  * UI: Add func to load browser/cookies, but show dialog
1354
  * UI: Add per-profile browser panel cookie management
1355
  * UI: Switch to new browser panel code
1356
  * UI: Improve/refactor autoconfig/settings service UI
1357
  * UI: Add function for adding extra docks to main window
1358
  * UI: Make assignDockToggle an actual function
1359
  * UI: Add function to get main window more easily
1360
  * UI: Add functions for executing funcs without blocking
1361
  * UI: Add CreateQThread helper function
1362
  * UI: Unlock UI by default
1363
  * UI: Add alternate constructor for RemoteTextThread
1364
  * UI: Add timeout parameter to RemoteTextThread
1365
  * UI: Only def. BROWSER_AVAILABLE for WIN32 (for now)
1366
  * UI: Remove "service type" from auto-config stream page
1367
  * obs-filters: Fix unused parameter warnings
1368
  * obs-vst: Fix resizing on windows (submodule update)
1369
  * UI: Enable high DPI scaling, for Qt >= 5.11
1370
  * UI: Use Next button for GPL license page in windows installer
1371
  * win-capture: Add a few more blacklisted capture exes
1372
  * win-capture: Do not capture "explorer.exe" with null titles
1373
  * libobs: Fix scanf type specifiers
1374
  * frontend-tools: Call modified prop callbacks on script load/reload
1375
  * CI: Use modified macOS QT installer
1376
  * win-capture: Start user-facing monitor count at 1
1377
  * UI: add a default black background to the PGM output of the multiview
1378
  * rtmp-services: Remove LiveEdu from services
1379
  * decklink: Remove redundant const qualifiers
1380
  * UI: Clear out previous projectors when loading saved projectors
1381
  * rtmp-services: Update Twitch and Smashcast ingests
1382
  * obs-filters: Add downward expander filter
1383
  * UI: Fix audio recording for lossless simple (#1616)
1384
  * cmake: Use multiprocessor compilation on Windows (#1605)
1385
  * rtmp-services: restore STAGE TEN (now using rtmps)
1386
  * Use Premultiplied Alpha for Text and Game Capture (#1578)
1387
  * rtmp-services: updating castr.io ingests
1388
  * Add Bangalore, India server to Restream
1389
  * rtmp-services: Add Camplace.com RTMP Services (#1631)
1390
  * UI: Fix a series of mem leaks (#1614)
1391
  * syphon: Remove references to game capture
1392
  * obs-ffmpeg: Show additional details in failed to write error
1393
  * win-capture: Disable cached offsets writing
1394
  * win-capture: Improve reading from get-graphics-offsets
1395
  * obs-qsv: Enable b-pyramid & change packet priority
1396
  * README.rst: Clarify that project is GPL2+
1397
  * Add GPL Cooperation Commitment to base directory
1398
  * UI: Fix accessibility/narration text on sources list
1399
  * UI: Add support for Restream "Auto" server in auto-config
1400
  * decklink: Initialize member variables
1401
  * UI: Fix infinitely incrementing showing ref
1402
  * UI: Set minimum negative sync offset to -950
1403
  * libobs, UI: Do not log redundant warnings
1404
  * UI: Add date/time to log file
1405
  * Authors: Update Contributors list
1406
  * UI: Fix Defaults button not triggering UI update
1407
  * rtmp-services: Update service json format version
1408
  * Decklink: only use RGBA when using keyer
1409
  * obs-qsv11: Log errors on init
1410
  * Decklink: Keyer support
1411
  * libobs: Add get_defaults2 and get_properties2 for encoders
1412
  * rtmp-services: Update Chaturbate POPs
1413
  * libobs: Allow const argument in obs_set_cmdline_args
1414
  * Add Discord badge to README
1415
  * libobs: Fix circlebuf_pop_back returning front
1416
  * libobs: Fix Windows Game Mode detection on newer Windows 10 versions
1417
  * UI: Save scene collection before export
1418
  * UI: Support fractional scaling
1419
  * UI: Revert default tab in Settings > Output: Advanced to Stream tab
1420
  * Add support for building on PPC64LE using x86 Intrinsic Compat Shim
1421
  * libobs: Fix utf-8 bom is not properly skipped
1422
  * UI: Show "OBS Studio" in linux desktop link
1423
  * UI: Fix display of mono source with surround output
1424
  * CONTRIBUTING.rst: Add Discord server and dev chat
1425
  * rtmp-services: Remove dead servers/services
1426
  * linux-v4l2: Make V4L device names unique
1427
  * UI: Add French to UI/dist/obs.desktop
1428
  * win-mf: Initialize member variable
1429
  * rtmp-services: Added Bongacams ingest point
1430
  * UI: Add /LARGEADDRESSAWARE for MSVC x86 executable
1431
  * libobs: Fix crash when pixel or vertex shader are missing
1432
  * libobs: Log audio source when buffering is added
1433
  * libobs: Fix starting timestamp for preloaded frames
1434
  * rtmp-services: Add Restream FTL ingests
1435
  * obs-output: Update ftl-sdk version
1436
  * rtmp-services: Allow seamless service renaming
1437
  * rtmp-services: Add Lightcast.com
1438
  * rtmp-services: Add Linkstream
1439
  * libobs/util: Make default val INVALID_HANDLE_VALUE
1440
  * libobs: Background color of 0 should not be gray
1441
  * CI: Use proper VLC release tarball
1442
  * CI: Use VLC 3.0.4 instead of master for macOS
1443
  * obs-libfdk: Compatibility fix for new API
1444
  * obs-filters: Add limiter filter
1445
  * libobs: memset() the correct buff size
1446
  * libobs: Do not process panning if panning centered
1447
  * decklink: Add declaration file for integer types
1448
  * libobs: Fix audio offset not reset for all tracks
1449
  * CI: Update Qt path on Windows
1450
  * UI: Fix batch remux compiler warning
1451
  * Add AppVeyor CI status badge to README
1452
  * Add Travis CI status badge to README
1453
  * UI: Remove scrollbar line controls for Dark theme
1454
  * Decklink: add UI to control output
1455
  * UI: Fix bug when loading saved projectors
1456
  * UI: Emit STREAMING_STOPPING event immediately
1457
  * linux-capture: XCompCap now chooses glXFBConfigs based on window depth
1458
  * decklink: Initialize member variable
1459
  * UI: Add multi-track FFmpeg output support
1460
  * obs-ffmpeg: Enable multiple audio tracks for FFmpeg output
1461
  * libobs: Add multi-track support to non-encoded outputs
1462
  * UI: Don't transition if already transitioning (studio mode)
1463
  * libobs: Add obs_enum_scenes for enumerating scenes
1464
  * libobs-d3d11: Use mip levels are used in resource view
1465
  * libobs-opengl: Add int2-4 support
1466
  * enc-amf: Update to 2.5.0.1 and update repository address
1467
  * UI: Fix typo with resize output text
1468
  * Revert "Merge pull request #1498 from Xaymar/patch-obs-amd-encoder"
1469
  * Decklink: add output support
1470
  * UI: Fix auto remux warning
1471
  * rtmp-services: Update liveedu.tv servers
1472
  * rtmp-services: Add DLive
1473
  * obs-ffmpeg: Add linux VAAPI h.264 encoding support
1474
  * libobs: Add pkgconfig support
1475
  * enc-amf: Update to 2.5.0 and update repository address
1476
  * UI: Change resize output text
1477
  * linux-capture: Fix repeated swapping of swapRedBlue and improve robustness further
1478
  * rtmp-services: Add Vimm.TV
1479
  * libobs: Truncate thread names on Linux
1480
  * UI: Add ability to resize output based on source size
1481
  * UI: Add option to auto remux
1482
  * UI: Remove '?' from remux title bar
1483
  * CI: Add mbedTLS dependency for AppVeyor Linux
1484
  * CI: Build on Linux with AppVeyor
1485
  * CI: Use cmd prefix on AppVeyor as needed
1486
  * CI: Move AppVeyor install commands to a script file
1487
  * cmake: Find Qt first before going to subdirectories
1488
  * cmake: Fix UI being dependent on browser plugin files
1489
  * UI: Fix array length computation
1490
  * docs/sphinx: Add missing obs_sceneitem_get_id info
1491
  * UI: Fix scrollbar misalignment for Acri theme
1492
  * UI: Fix scrollbar handle alignment for Dark theme
1493
  * libobs: Fix heap corruption in obs_source_output_video
1494
  * image-source: Decrease slideshow source memory usage
1495
  * UI: Fix system tray context menu creation
1496
  * UI: Organize unused/duplicate includes
1497
  * libobs/audio-monitoring: Use libobs CFString utils
1498
  * coreaudio-encoder: Use libobs CFString utils
1499
  * decklink: Use libobs CFString utils
1500
  * mac-capture: Use libobs CFString utils
1501
  * mac-vth264: Use libobs CFString utils
1502
  * libobs: Add CFString utils
1503
  * UI: Undo/fix stats dock changes to main window
1504
  * decklink: Remove inactive audio channels (linux, macOs)
1505
  * UI: Add 4th aux audio input device
1506
  * frontend-tools: Increase instant replay playback retry interval
1507
  * frontend-tools: Add VLC support to instant replay script
1508
  * UI: Batch remux and drag/drop support on remux dialog
1509
  * UI: Change about dialog bottom color (light theme)
1510
  * win-capture: Add option to adjust hook rate for game capture
1511
  * linux-capture: Improve XComposite capture robustness
1512
  * libobs: Don't call width/height funcs if context invalid
1513
  * rtmp-services: Update Lahzenegar settings
1514
  * obs-filters: Add "Invert Polarity" audio filter
1515
  * obs-filters: Avoid skewing chroma key's box filter average
1516
  * obs-filters: Optimize chroma key's box filter
1517
  * cmake: Make static VC runtime libraries consistent
1518
  * Plugins: Add descriptions to modules
1519
  * libobs: Export image-file to c
1520
  * obs-browser: Fix local macOS build issues
1521
  * obs-qsv: enable High Profile for QSV h264
1522
  * UI: Add ability to style preview background color
1523
  * UI: Dark theme padding and alignment fixes
1524
  * UI: Add Filter to Hotkeys settings menu
1525
  * Fix README hyperlinks under Credits
1526
  * cmake: Fix an error when SWIG isn't found
1527
  * UI: Set about dialog as non-resizable
1528
  * docs/sphinx: Add annotation api functions
1529
  * libobs: Add additional gs_effect_get_ functions
1530
  * libobs: Add HLSL annotation parsing
1531
  * Update decklink SDK to version 10.11
1532
  * obs-filters: Add base canvas resolution option
1533
  * libobs/util: Fix undefined behavior and optimize util_mul64_64
1534
  * UI: Add ability to reset sliders when double clicked
1535
  * UI: Implement stereo balancing
1536
  * UI: Remove license agreement dialog
1537
  * UI: Add about dialog
1538
  * cmake: Make directory before copying file
1539
  * decklink: Add deactivate when not showing option to decklink
1540
  * cmake: Add install_obs_data_file function
1541
  * Update AUTHORS file
1542
  * UI: Prevent format-truncation compiler warning
1543
  * obs-outputs: Fix unused variable compiler warning
1544
  * obs-outputs: Make rtmp packet alloc code path clearer
1545
  * UI: Fix not all projectors using ProjectorAlwaysOnTop
1546
  * win-ivcam: Remove and prohibit useless member functions
1547
  * linux-jack: Fix snprintf format specifier
1548
  * libobs: Remove VLA in pulse monitoring backend
1549
  * cmake: Add variable-length array checks
1550
  * libobs: Update version to 22.0.3
1551
  * obs-browser: Fix macOS crash
1552
  * UI: Blacklist LockApp and Text Input from Game Capture
1553
  * UI: Add retina support and updated icons
1554
  * UI: Add rename scene/source shortcut
1555
  * libobs-opengl: Store FBOs per texture instead of per device
1556
  * UI/updater: Fix update bug for 32bit/64bit installs
1557
  * UI: Add ctrl+up/down shorcuts to move filters around
1558
  * UI: Add delete as shortcut for removing filters
1559
  * UI: Make stats dockable
1560
  * rtmp-services: Remove offline/unavailable servers/services
1561
  * rtmp-services: add STAGE TEN
1562
  * UI: Name parameters in definition same as in declaration
1563
  * image-source: Add psd and *.* to file filter
1564
  * UI: Use themeID for red message in settings view
1565
  * obs-qsv: Expose additional QSV encoder settings through GUI
1566
  * libobs/UI: Allow Access To argc/argv
1567
  * win-capture: Modify log for sharedmem
1568
  * obs-filters: Use less automagic for SpeexDSP detection
1569
  * deps/obs-scripting: Use less automagic for Lua/Python detection
1570
1571
-------------------------------------------------------------------
1572
Fri Dec  7 00:35:35 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
1573
1574
- Remove workaround for utilizing proper libdir as it interferes
1575
  with building plugins.
1576
1577
-------------------------------------------------------------------
1578
Wed Nov 14 01:34:58 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
1579
1580
- Set ExclusiveArch to i586 and x86_64.
1581
1582
-------------------------------------------------------------------
1583
Wed Nov 14 01:03:47 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
1584
1585
- Restrict to ffmpeg3 to avoid Tumbleweed segfault.
1586
  https://bugs.links2linux.org/browse/PM-143
1587
1588
-------------------------------------------------------------------
1589
Thu Sep 13 02:48:49 UTC 2018 - jimmy@boombatower.com
1590
1591
- Include optional build dependencies to enable more features.
1592
1593
-------------------------------------------------------------------
1594
Fri Aug 31 15:39:49 UTC 2018 - jimmy@boombatower.com
1595
1596
- Update to version 22.0.2:
1597
  * Revert "UI: Do not fire load events until program loaded"
1598
  * Revert "UI: Reset sources list manually on first load"
1599
  * UI: Always show filter preview if video source
1600
  * obs-browser: Update version to 2.1.5
1601
  * UI: Reset sources list manually on first load
1602
  * UI: Remove "Beta" from auto-config tools menu text
1603
  * libobs: Update version to 22.0.2
1604
  * obs-browser: Update version to 2.1.4
1605
  * UI: Make sure quick transition hotkey is not zeroed
1606
  * UI: Do not fire load events until program loaded
1607
  * UI: Use AlwaysOnTop option for windowed projectors
1608
  * UI: Fix a rare multiview crash when clicked
1609
  * UI: Fix macOS bug (scrollbar blocking lock icons)
1610
  * CI: Use Qt 5.10.1 instead of 5.11.1 for macOS
1611
  * UI: Remove beta warning from auto-config wizard
1612
  * libobs: Blacklist old obs-browser version on macOS
1613
  * UI: Fix filter layout issue
1614
  * UI/updater: Add missing header
1615
  * obs-outputs: Revert f1f49bc1 to fix RTMP authentication
1616
  * UI: Select item that user adds
1617
  * CI: Rename one more missed cef-bootstrap name
1618
  * CI: Rename cef-bootstrap to obs-browser-page
1619
  * obs-browser: Update browser version to 2.1.3
1620
  * UI: Set browser hwaccel def. to false if winver <=7
1621
  * rtmp-services: Only do URL check for Facebook
1622
  * UI: Close remux output before showing dialog
1623
  * rtmp-services: update Periscope settings
1624
  * CI: Use env variable for CEF cache on Windows
1625
  * CI: Build Browser Source on Windows
1626
  * UI: Use QT font picker on OSX
1627
1628
-------------------------------------------------------------------
1629
Tue Aug 21 01:31:18 UTC 2018 - jimmy@boombatower.com
1630
1631
- Update to version 22.0.1:
1632
  * obs-browser: Update translations
1633
  * libobs: Update version to 22.0.1
1634
  * obs-browser: Fix local files not being processed correctly
1635
  * libobs: Update to version 22.0.0
1636
  * UI: Fix path for File > Show Recordings
1637
  * obs-browser: Blacklist certain hwaccel adapter combos
1638
  * UI: Fix mixer context menu toggling layout on kde
1639
  * cmake: Add luajit 2.1 support to build
1640
  * obs-browser: Update version number to 2.1.0
1641
  * libobs: Revert version update to 22.0.0 (instead, do RC2)
1642
  * UI: Fix snapping of group sub-items
1643
  * CI: Use HTTPS for downloading macOS deps package
1644
  * libobs: Fix typo in function names
1645
  * UI: Remove warning when using separate QSV encoders
1646
  * Update translations from Crowdin
1647
  * Update translations from Crowdin
1648
  * updater: Prepare for transition to Fastly CDN
1649
  * libobs: Update version to 22.0.0
1650
  * UI: Hide Dock Icon on Mac OSX when minimizing to tray
1651
  * UI: Update Acri theme
1652
  * UI: Fix multiview hang
1653
  * Revert "UI: Use qss themeID for red labels in properties view"
1654
  * UI: Fix dark theme link color
1655
  * UI: Update Rachni theme
1656
  * obs-browser: Fix "shutdown when invisible" issue
1657
  * UI: Use qss themeID for red labels in properties view
1658
  * UI: Use theme for red message in audio settings
1659
  * UI: Allow centering/stretching for groups items
1660
  * UI: Fix group sub-item selection bug
1661
  * UI: Fix flip/rotate transform menu with group items
1662
  * libobs: Add function to force a sceneitem transform update
1663
  * UI: Fix bug grabbing handles of group sub-items
1664
  * rtmp-services: Add DTube
1665
  * UI: Set replay buffer button as checkable
1666
  * libobs: Fix applying group transform of flipped sources
1667
  * UI: Allow resetting transform of group sub-items
1668
  * rtmp-services: Do not check for valid URL if using "auto"
1669
  * libobs: Initialize hotkey pair ID variable properly
1670
  * UI: Allow the transform dialog for group sub-sources
1671
  * UI: If users renames a source, only revert on Esc
1672
  * obs-browser: Fix a number of bugs
1673
  * UI: Protect GUID generation in mutex
1674
  * UI: Make the information dialog a big wider
1675
  * UI: Add release candidate checking to info dialog
1676
  * cmake: Add release candidate versions/cmake variables
1677
  * libobs/media-io: Prevent overwriting of remux input
1678
  * libobs: Update version from latest tag
1679
  * obs-qsv11: Protect context variable in clear_data
1680
  * rtmp-services: Remove unnecessary null check
1681
  * libobs: Remove unnecessary null check
1682
  * UI: Add adv. settings checkbox for browser HW accel
1683
  * libobs: Add functions to get/set global private data
1684
  * libobs: Move function declarations to correct spot
1685
  * UI: Use NVIDIA laptop GPU hint
1686
  * CI: Update OSX Deps package
1687
  * win-capture: Avoid segfault when retrieve size
1688
  * cmake: Prevent policy CMP0072 warning
1689
  * Revert "libobs-d3d11: Initialize variable to zero"
1690
  * win-capture: Avoid tex size mismatch for cursor
1691
  * UI: Make OBS bitness more specific in title bar and log
1692
  * obs-qsv11: Initialize member variable
1693
  * CI: Fix building libvpx dep on osx
1694
  * rtmp-services: Ensure set URL exists within server list
1695
  * rtmp-services: Change Facebook stream URL to use RTMPS
1696
  * obs-outputs: Add support for and use mbedTLS for SSL
1697
  * libobs: When ungrouping groups, duplicate items
1698
  * libobs: Add internal function to dup. scene item data
1699
  * libobs: Add function to save hotkey pair data
1700
  * UI: Remove QNetworkReply from window-basic-main.hpp
1701
  * UI: Use obsproject.com URL for discord invite
1702
  * libobs-opengl: Fix segfault on access of invalid window
1703
  * libobs-opengl: Improve X error handler message
1704
  * obs-filters: Fix segfault in Compressor Filter
1705
  * UI: Add missing va_end() call
1706
  * CI: Update macOS dependencies in build script
1707
  * CI: Update Travis scripts to target OSX 10.11+
1708
  * CI: Update Travis Mac builds to Xcode 9.4 and macOS 10.13
1709
  * UI: Add ability to join discord server from help menu
1710
  * UI: Add Color Coding to Source Tree Widget
1711
  * win-mf: Add missing va_end() call
1712
  * obs-browser: Add hardware acceleration option (win32)
1713
  * UI: Add missing return statement
1714
  * UI: Uncheck record/replay buffer buttons if fail
1715
  * UI: Use QScopedPointer (not QPointer) where applicable
1716
  * UI: Hide preview for sources and filters where possible
1717
  * UI: Fix disabled items in Dark theme being too light
1718
  * libobs: Log libobs bitness in crash logs
1719
  * UI: Add confirmation dialog if there are no sources
1720
  * libobs-d3d11: Initialize variable to zero
1721
  * UI: Check pointer before the first dereference
1722
  * UI: Add intro startup page (windows)
1723
  * deps: Add json11 library for convenience
1724
  * UI: Only allow stream/record hotkeys if the UI buttons are enabled
1725
  * OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14
1726
  * CI: Use Qt 5.11.1 on Travis for macOS
1727
  * CI: Use Qt 5.11.1 on AppVeyor for Windows
1728
  * frontend-tools: Add QAction explicitly for Qt 5.11 compatibility
1729
  * Fix typo in contributor guide
1730
  * UI: Fix start up crash with saved projectors
1731
  * rtmp-services: Add Piczel.TV server
1732
  * enc-amf:  Version 2.4.2
1733
  * libobs: Always try to update transform in current thread
1734
  * libobs: Only update scene item texture on frame tick
1735
  * libobs: Don't assign variables before if/return
1736
  * UI: Do not open properties dialog for groups
1737
  * obs-outputs: Update librtmp with upstream patches
1738
  * CI: Add AppVeyor webhook for Discord bot
1739
  * CI: Add travis webhook for Discord bot
1740
  * UI: Add signal for when theme has changed
1741
  * UI: Add ability to parse OBSStyle from qss
1742
  * libobs: Copy the device uid string for mac audio monitor
1743
  * libobs: Pass address of cf_uid rather than the contents of cf_uid
1744
  * libobs: Fix setting of audio monitor device on Mac
1745
  * libobs: Rework checking Mac audio device capabilities
1746
  * UI: Fix bug with advanced output service settings
1747
  * libobs: Add function to get encoder object's defaults
1748
  * obs-browser: Fix error and warning
1749
  * obs-browser: Update to latest version
1750
  * libobs: Defer update of scene item texture
1751
  * UI: Allow alt-cropping on bounding box scene items
1752
  * libobs/util: Don't use assert for darray_push_back_array
1753
  * obs-qsv:  Allow for multiple QSV encoders
1754
  * obs-output: Update ftl-sdk version
1755
  * CI: Update Sparkle default base_url
1756
  * rtmp-services: Update ingest list for Restream.io
1757
  * rtmp-services: Update ingest list for GamePlank
1758
  * UI: Fix signals for sub-items of groups
1759
  * UI: Add OBSBasic::SavingDisabled() function
1760
  * UI: Allow copying/pasting of groups
1761
  * libobs: Allow group duplication
1762
  * libobs: Change groups to actual public types
1763
  * libobs: Abstract resize_group to resize_scene_base
1764
  * libobs: Refactor creation of scenes
1765
  * libobs: Remove group_sceneitem from obs_scene struct
1766
  * libobs: Add obs_data_array_push_back_array
1767
  * Update INSTALL
1768
  * UI: Fix OBS_FRONTEND_EVENT_TRANSITION_LIST_CHANGED
1769
  * rtmp-services: Add KakaoTV
1770
  * libobs: Update libcaption library
1771
  * rtmp-services: Adding Castr.io ingests to service list
1772
  * vlc-video: Load libvlccore.dylib on macOS
1773
  * CI: Fix CEF Path on Package Build
1774
  * libobs: Remove unnecessary const qualifier
1775
  * libobs: Remove unused variable
1776
  * libobs: Remove unused variable
1777
  * libobs: Fix equality check
1778
  * libobs: Add missing return type
1779
  * libobs: Remove unused variable
1780
  * libobs: Change int to size_t
1781
  * UI: Fix stream button checkable state
1782
  * UI: Update Acri theme for disabled buttons
1783
  * UI: Add frontend event for when OBS finishes loading
1784
  * Revert "obs-x264: Specify x264 color space for BT.601"
1785
  * UI: Fix cramped source tree sub-widgets on macOS
1786
  * UI: Fix bug where color property shows transparency
1787
  * UI: Fix display bug with color property
1788
  * libobs: prevent crash from unbounded copy and bfree
1789
  * UI: If group's name exist, start it from 2
1790
  * UI: Fix mixer dock widget minSize being too big
1791
  * obs-transitions: Fix potential stinger divide by 0
1792
  * libobs: add obs_source_frame_copy
1793
  * libobs: Fix compilation issue on case-sensitive filesystems
1794
  * libobs: Add check for cf_uid pointer free
1795
  * libobs: Fix Monitoring devices showing input devices
1796
  * obs-x264: Specify x264 color space for BT.601
1797
  * UI: Fix mem leak in VolControl
1798
  * librtmp: Fix memory leak
1799
  * UI: Fix mem leak with QCompleter
1800
  * UI: Fix mem leak with multiview projector menu
1801
  * UI: Fix mem leak with tray menu
1802
  * UI: Fix mem leak with volume meter
1803
  * UI: Compact ClearVolumeControls()
1804
  * UI: Update hotkey label on quick transition rename
1805
  * libobs: Update hotkey label on scene item rename
1806
  * libobs: Enable setting hotkey name and description
1807
  * UI: Add grouping
1808
  * UI: Fix missing newline at the end of a file
1809
  * UI: Refactor DrawCircleAtPos
1810
  * UI: Use vector value for nudge callback
1811
  * UI: Move frontend API initialization to constructor
1812
  * libobs: Add scene item grouping
1813
  * libobs: Add custom size support to scenes
1814
  * libobs: Do not signal reorder while scene mutex locked
1815
  * libobs: Defer and refactor scene item transform update
1816
  * libobs: Refactor item signaling (add func to signal parent)
1817
  * libobs: Do not draw item texture if source size 0
1818
  * libobs: Fix bug where cropped items would recalc transform
1819
  * libobs: Zero scene data instead of setting members manually
1820
  * libobs/callback: Add signal reference counting
1821
  * libobs: Refactor obs_scene_add to allow adding internally
1822
  * UI: Fix a few unused lambda closure captures
1823
  * libobs: Copy metadata for tracks/streams when remuxing
1824
  * obs-filters: Use double-precision where viable
1825
  * libobs: Avoid busy cursor when starting processes
1826
  * libobs: Allow custom core data paths
1827
  * libobs: Handle 'in', 'out', and 'inout' keywords in shader parsers
1828
  * obs-ffmpeg: Set average framerate in video stream
1829
  * Make alpha visible in property color
1830
  * Use selected color in color property label
1831
  * CI: Upgrade to VS2017 on Appveyor
1832
  * UI: Add new Multiview Layout for up to 24 scenes
1833
  * UI: Move more fixed values to multiview update
1834
  * UI: Adjust the multiview num sources by the layout
1835
  * UI: Calculate fixed values of the Multiview once
1836
  * UI: Move multiview setting checks from draw path
1837
  * UI: Add option to toggle multiview draw safe area
1838
  * UI: Update multiview safe areas
1839
  * UI: Add option to toggle multiview scene names
1840
  * UI: Add option to toggle multiview mouse switching
1841
  * UI: Move multiview settings to its own groupbox
1842
  * UI: Update multiview on scene list reorder
1843
  * UI: Update multiview on resolution change
1844
  * UI: Adjust multiview label size
1845
  * UI: Add proper source markers to multiview
1846
  * UI: Simplify multiview draw code
1847
  * UI: Change multiview non-studio selection color
1848
  * UI: Remove the outerbox markers in multiview
1849
  * UI: Make the multiview lines use the same color
1850
  * UI: Make the sources border color a little darker
1851
  * UI: Clean up Projector Creation
1852
  * UI: Clean up projector's render regions creation
1853
  * UI: Make multiview colors easier to manage
1854
  * UI: Clarify multiview layout names
1855
  * UI: Convert multiview layout string profiles to int
1856
  * UI: Use enum for multiview layout
1857
  * UI: Add Vertical Mixer option
1858
  * UI: Simplify Volume Control draw logic
1859
  * UI: Avoid copies in Volume Control
1860
  * UI: Clean up includes and code-style
1861
  * CI: Use QT 5.10.1 for AppVeyor builds
1862
  * Use obsproject.com for log file uploads
1863
  * UI: Fix OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED
1864
  * UI: Remove ENABLE_WIN_UPDATE cmake variable
1865
  * UI: Always enable auto-updater for windows
1866
  * UI: Fix memory leak when drag/dropping
1867
  * text-freetype2: Remove trailing whitespace
1868
  * text-freetype2: Add chat line count property
1869
  * libobs: Use xcb-xinput when available for events
1870
  * cmake: Add xcb-xinput support
1871
  * UI: Add opt. to enable/disable in-focus hotkey blocking
1872
  * win-capture: Fix cursor draw size with certain cursors
1873
  * win-dshow: Allow synchronous create/update
1874
  * UI: Block when calling obs_frontend_set_current_scene
1875
  * UI: Add obs_frontend_add_scene_collection API call
1876
  * UI: Use WaitConnection() when adding scenes
1877
  * UI: Add WaitConnection() helper func
1878
  * UI: Use "source_create" to add scenes to listbox
1879
  * libobs: Make callback optional for obs_load_sources
1880
  * libobs: Don't signal "source_create" for private sources
1881
  * win-capture: Update D3D9 signature for Win10 April 2018 Update
1882
  * libobs: Expose source save/load signal
1883
  * docs/sphinx: Fix typo in script sources section
1884
  * obs-browser: Use BGRA textures instead of RGBA
1885
  * UI: Don't defer load on non-macOS systems
1886
  * UI: Also defer first scene collection load
1887
  * libobs: Use unaligned store rather than aligned store
1888
  * libobs: Convert sse inline funcs to macros
1889
  * libobs: Add "static" to inline func
1890
  * libobs, UI: Add true peak measurements
1891
  * rtmp-services: Update ingest list for Restream.io
1892
  * UI: Fix no_space file naming for replays
1893
  * UI: Explicitly initialize the crash handler
1894
  * libobs: Separate crash handler from startup
1895
  * UI: Change remux dialog to be non-modal
1896
  * libobs: Add functions to get output capability flags
1897
  * win-capture: Avoid obs functions in init_hooks
1898
  * libobs: Add functions to get raw video output
1899
  * libobs: Deactivate unnecessary GPU ops when not encoding
1900
  * libobs: Log *nix window manager
1901
  * UI: Disable paste filters unless a source is selected
1902
  * CI: Add description to OSX deps build script
1903
  * .gitmodules: Update submodules to new obsproject org
1904
  * UI: Set OBS icon to projector and stats window
1905
  * libobs-d3d11: Do not allow Alt+Enter interception
1906
  * UI: Sort audio controls by source name
1907
  * libobs: Add function to get last main output texture
1908
  * libobs: Fix potential filter rendering race condition
1909
  * UI: Clean up delete Source/Scene shortcut
1910
  * UI: Don't close windows for "Always on Top" (win32)
1911
  * UI: Hold the clip flash for at least one second
1912
  * UI: Add Selected and Hidden Array Values
1913
  * UI: Move OpenSavedProjecters call to OBSBasic::Load()
1914
  * obs-ffmpeg: fill in more fields on audio frames
1915
  * libobs: Fix pasting filters crash when missing sources
1916
  * UI: Do not generate "already active" logs
1917
  * obs-browser: Update to browser source refactor
1918
  * CI: Reduce travis output verbosity
1919
  * UI: Defer startup OBSBasic::Load (macOS CEF workaround)
1920
  * UI: Change monitoring device on profile change
1921
  * UI: Add frontend API to defer saving
1922
  * rtmp-services: Update recommended parameters for Nood.tv
1923
  * obs-outputs/flv: Fix ECMA array size
1924
  * CI: change travis osx artifact repo name
1925
  * UI: Save windowed projectors on exit
1926
  * UI: Remove a second call to OpenSavedProjectors
1927
  * UI: Clean up OBSProjector creation
1928
  * UI: Update Projectors title on source name change
1929
  * UI: Clean up save and load projector code
1930
  * UI: Add helper functions to Projector
1931
  * UI: Add Scene to ProjectorType
1932
  * UI: Simplify Projector Init
1933
  * UI: Refactor Projector OBSRender source usage
1934
  * UI: Move ProjectorType enum to projector header
1935
  * UI: Make OpenSavedProjectors indentation clear
1936
  * UI: Fix the Multiview window not using translation
1937
  * UI: Check if source is valid earlier
1938
  * UI: Simplify the OpenProjector logic
1939
  * UI: Only load projectors if SaveProjectors is true
1940
  * frontend-tools: Include 'QAction' to fix build against Qt 5.11
1941
  * mac-vth264: Fix video info set logic
1942
  * mac-vth264: Set the fullrange variable before calling vt_h264_video_info
1943
1944
-------------------------------------------------------------------
1945
Sat May 12 23:59:07 UTC 2018 - jimmy@boombatower.com
1946
1947
- Update to version 21.1.2:
1948
  * libobs: Update version to 21.1.2
1949
  * win-capture: Update D3D9 signature for Win10 April 2018 Update
1950
  * CI: Check out OSX branch of obs-browser
1951
  * cmake: Include windows style DLL when copying Qt files
1952
  * obs-browser: Update submodule to latest version
1953
  * UI/updater: Delete visual studio runtimes after execution
1954
  * deps/obs-scripting: Prevent python unload more than once
1955
  * obs-browser: Update submodule to latest version
1956
  * deps/obs-scripting: Don't allow unloading more than once
1957
  * enc-amf: Version 2.3.3
1958
  * libobs: Update version to 21.1.0
1959
  * deps/obs-scripting: Add obs_source_enum_filters
1960
  * rtmp-services: Update ingest list for Aparat.com
1961
  * mac-capture: Fix bug where audio device couldn't be changed
1962
  * UI: Add Help -> Crash Reports submenu
1963
  * UI: Add subdir param to OBSBasic::UploadLog
1964
  * UI: Specify whether crash/profiler/logs have prefix
1965
  * UI: Specify subdir/variable to save to for get_last_log
1966
  * rtmp-services: Update ingest list for Nood.tv
1967
  * UI: Replace gist with hastebin for log uploads
1968
  * UI/updater: Return false on integrity check failure
1969
  * UI/updater: Don't update modules of opposite arch
1970
  * UI/updater: Add automatic check/install for VS2017 redist
1971
  * UI/updater: Fix a few type size mismatch warnings
1972
  * UI/updater: Fix resource compiling bug
1973
  * UI/updater: Fix bug with restrict keyword on VS2017
1974
  * UI/updater: Set license of windows update module to ISC
1975
  * UI/updater: Rewrite function
1976
  * Update translations from Crowdin
1977
  * UI: Refresh multiview projector menu per click
1978
  * cmake: Remove extraneous checks
1979
  * UI: Refresh system tray projector menu per click
1980
  * UI: Remove unnecessary casts
1981
  * Update README.rst
1982
  * libobs-opengl: Request at least 8 bits for alpha
1983
  * linux-capture: Request at least 8 bits for alpha
1984
  * UI: Remove check for updates on Linux
1985
  * cmake, libobs, win-capture: Fix VS2017 warnings
1986
  * cmake: Add .vs directories to .gitignore
1987
  * deps/obs-scripting: Fix tick function arg number
1988
  * obs-ffmpeg: Fix locale typo
1989
  * rtmp-services: Update ingest list for Restream.io
1990
  * deps/obs-scripting: Expose obs video info to swig
1991
  * image-source: Fade to transparency if slideshow list is cleared
1992
  * rtmp-services: Add Vimeo to services list
1993
  * libobs: Fix property text typo
1994
  * libobs/util: Fix blank config file values being ignored
1995
  * obs-ffmpeg: Use FFmpeg's "fast" AAC encoder by default
1996
  * obs-ffmpeg: Remove cutoff hack for AAC encoder
1997
  * win-mf: Deprecate plugin
1998
  * win-capture/graphics-hook: Fix memory offset calculation
1999
  * UI: Remove duplicate line
2000
  * obs-output: Update ftl-sdk version and ftl logging values
2001
  * enc-amf: Version 2.3.2
2002
  * UI: Allow nested docks
2003
  * UI: Don't draw bounding boxes for sources without video flag
2004
2005
-------------------------------------------------------------------
2006
Wed Feb 21 20:31:20 UTC 2018 - jimmy@boombatower.com
2007
2008
- Update to version 21.0.3:
2009
  * libobs: Update to version 21.0.3 (mac update)
2010
  * libobs: Log YUV space/range on video reset
2011
  * obs-filters: Clear unused parameter warning
2012
  * libobs/util: Cache windows CPU frequency
2013
  * rtmp-services: Add SermonAudio to services list
2014
  * libobs-opengl: Log adapter and driver info
2015
  * obs-ffmpeg: Add speed percentage option
2016
  * deps/media-playback: Use a struct for media init data
2017
  * UI: Remove __FUNCTION__ usage
2018
  * UI: Import scene collection with correct filename
2019
  * obs-vst: Add layout to QMacCocoaViewContainer (update submodule)
2020
  * UI: Link Qt5::MacExtras
2021
  * obs-vst: Link Qt5::MacExtras (update submodule)
2022
  * libobs/media-io: Change speaker layout to match FFmpeg aac.
2023
  * CI: Include style plugins when packaging on OSX
2024
  * CI: Comment out OSX _obspython copy (not ready yet)
2025
  * deps/obs-scripting: Fix cur. script being NULL for script_tick
2026
  * deps/obs-scripting: Allow NULL script with script_log
2027
  * UI: Fix grayed out Copy option in sources context menu
2028
  * CI: Don't install python for OSX
2029
  * cmake: Fix LuaJIT search
2030
  * CI: Add rpath info to _obspython
2031
  * CI: Move obspython.so so it can be found in a .app
2032
  * CI: Update python rpath on osx
2033
  * CI: Make sure that lua can find obslua
2034
  * CI: Fetch RVM gpg key on osx
2035
  * CI: Fix a ruby issue on travis OSX
2036
  * CI: Update OSX deps build scripts
2037
2038
-------------------------------------------------------------------
2039
Thu Jan 25 19:16:58 UTC 2018 - jimmy@boombatower.com
2040
2041
- Update to version 21.0.2:
2042
  * libobs: Update version to 21.0.2 (mac tag)
2043
  * CI: Point to newer brew python
2044
  * deps/obs-scripting: Make ENABLE_SCRIPTING a user variable
2045
2046
-------------------------------------------------------------------
2047
Tue Jan 23 07:18:25 UTC 2018 - jimmy@boombatower.com
2048
2049
- Update to version 21.0.1:
2050
  * obs-filters: Fix hard cross-lock when using ducking
2051
  * win-dshow: Fix decoding issues from encoded devices
2052
  * UI: Acri theme adjustments
2053
  * libobs: Update version to 21.0.1
2054
  * docs/sphinx: Clarify Python windows installation
2055
  * CI: Install swig and luajit for osx travis
2056
  * deps/obs-scripting: Prevent potential python startup issues
2057
  * enc-amf: Prevent detect-amf from showing fail dialogs
2058
  * UI: Reduce size of "refresh" icons
2059
  * Revert "obs-outputs: Fix FMS auth with query string"
2060
  * UI: fix Multiview labels readability
2061
  * Update translations from Crowdin
2062
  * CI: Enable scripting in Linux builds
2063
  * cmake: Search for Python 3.4
2064
  * CI: Update CEF version on travis for osx
2065
  * libobs: Update version to 21.0.0
2066
  * UI: Add simple output mode encoder fallback
2067
  * frontend-plugins: Only show script file names in script dialog
2068
  * enc-amf: Test for AMF support in separate process first
2069
  * obs-ffmpeg: Remove NVENC detection code for now
2070
  * UI: Add command line arguments to log
2071
  * obs-ffmpeg: Fix signed mismatch warning
2072
  * frontend-tools: Fix a few issues with the clock source script
2073
  * frontend-tools: Add script to update text source from URL
2074
  * deps/obs-scripting: Fix script_log in python to append newline
2075
  * frontend-tools: Add a lua script that draws an analog clock
2076
  * UI: Add audio meter decay rate option
2077
  * UI: Optimize theme PNG images (smaller files)
2078
  * frontend-tools: Add "Clear" button to script log window
2079
  * frontend-tools: Warn if no active replay buffer w/ instant replay
2080
  * frontend-tools: Make instant replay script also save replay
2081
  * frontend-tools: Add "instant replay" script
2082
  * obs-ffmpeg: Do not return last replay path if currently muxing
2083
  * libobs/callback: Add calldata_create and calldata_destroy
2084
  * deps/obs-scripting: Fix frontend API lua table creation
2085
  * deps/obs-scripting: Fix a few more VC warnings from swigluarun.h
2086
  * obs-ffmpeg: Add proc to get last replay buffer
2087
  * deps/obs-scripting: Ensure that ffi module gets loaded
2088
  * UI: Add Acri theme
2089
  * obs-ffmpeg: Call av_register_all before nvenc check
2090
  * obs-ffmpeg: Don't try to detect NVENC on mac
2091
  * obs-ffmpeg: Improve NVENC detection
2092
  * linux-pulseaudio: Surround speaker map
2093
  * UI: Set max size for names in name dlg. to 256
2094
  * UI: Use snprintf and std::string when creating profiles
2095
  * libobs: Fix rendering if filter context no longer exists
2096
  * libobs: Fix double -> float conversion warning
2097
  * libobs: Optimize clearing of unused source audio mixes
2098
  * libobs: Fix audio buffer clear in custom source mixing
2099
  * Fix typo in README.rst
2100
  * deps/obs-scripting: Fix installed files/locations on linux
2101
  * UI: Put clip detection back in to volume meter
2102
  * deps/obs-scripting: Add image-file to lua
2103
  * deps/obs-scripting: Set current_lua_script earlier to prevent a crash
2104
  * UI: Set linker flags required for luajit on OSX
2105
  * deps/obs-scripting: Don't crash obs trying to unload a script that failed to load
2106
  * docs/sphinx: Clarify vertex buffer usage
2107
  * test/test-input: Add audio buffering sync test source
2108
  * win-capture: Make minor clarification to locale string
2109
  * UI: Fix tab bars for docked widgets in Dark theme
2110
  * libobs: Fix log message
2111
  * Revert "obs-ffmpeg: Improve NVENC detection"
2112
  * deps/media-playback: Free frame data before freeing frame
2113
  * deps/media-playback: Use avcodec_free_context when possible
2114
  * CMake: Fix FindSwigDeps search path
2115
  * UI: Disable Youtube bandwidth test (for now)
2116
  * UI: Fix warning
2117
  * UI: Use GDI+ text for multiview on windows
2118
  * libobs-d3d11: Allow multiple display captures of same monitor
2119
  * UI: Fix qpushbutton menu icon
2120
  * UI: Style dock widgets in dark and rachni themes
2121
  * libobs: Fix audio issue with scene items
2122
  * UI: Add the "-60" volume control marker
2123
  * decklink: Default to 5.1 if invalid channel value 7
2124
  * decklink: Fix bug with old channel formats
2125
  * UI: Change default theme to dark for new users
2126
  * win-capture: Change string for memory capture option
2127
  * linux-pulseaudio: Default sample format float32le
2128
  * cmake: add more LuaJIT lib names
2129
  * Revert "CI: Add Python path for AppVeyor"
2130
  * frontend-plugins: Add "Description" string
2131
  * frontend-plugins: Remove unused strings
2132
  * cmake: Fix copying lua51.dll (luajit) dep on windows
2133
  * CI: Add Python path for AppVeyor
2134
  * deps/obs-scripting: Fix swig/python lookup on windows
2135
  * libobs: Fix pulseaudio monitor playback stuttering
2136
  * libobs: Fix for int-in-bool-context-warning
2137
  * rtmp-services: Add Twitch Helsinki ingest
2138
  * obs-outputs: Fix FMS auth with query string
2139
  * UI: Add frontend API funcs for enabling/disable preview
2140
  * mac-capture: Update fix for Soundflower
2141
  * decklink: Add 2.1 & 4.1 surround layouts
2142
  * coreaudio-encoder: Surround sound improvements
2143
  * obs-libdk: Unlock bitrates for surround layouts
2144
  * UI: Add Multiview Layout Options
2145
  * UI: Add Single/Double click options to Multiview
2146
  * UI: Add help portal link to help menu
2147
  * libobs/media-io: Replace quad with 4.0
2148
  * libobs/media-io: Clean surround API
2149
  * UI: Rework volume-meters, adding more information
2150
  * obs-filters: Fix heavy distortion in Noise Suppression filter
2151
  * libobs: Fix scene filter duplication
2152
  * libobs: Fix bad source release placement
2153
  * obs-filters: Fix minor leaks with LUT filter
2154
  * UI: Fix possible source reference leakage
2155
  * docs/sphinx: Fix vec3_set
2156
  * libobs: Log which security software is in use
2157
  * deps/scripting: Add python rpaths to the obs binary on OSX
2158
  * docs/sphinx: Add scripting documentation
2159
  * doc/sphinx: Add frontend API documentation
2160
  * frontend-tools: Add scripting tool
2161
  * deps/obs-scripting: Add scripting support
2162
  * libobs: Add obs_property_set_modified_callback2
2163
  * libobs: Add obs_properties_add_button2
2164
  * libobs: Fix function to be static inline
2165
  * libobs: Exclude certain declarations from SWIG processing
2166
  * UI: Allow temporarily disabling filter/source types
2167
  * UI: Do not show deprecated filters
2168
  * UI: Add scene collection cleanup event to frontend API
2169
  * UI/obs-frontend-api: Move function declarations
2170
  * UI: Trigger scene change event on scene collection load
2171
  * UI: Add refresh/reload button icons
2172
  * UI: Call frontend callbacks in reverse order
2173
  * UI: Add preload callbacks to frontend API
2174
  * UI: Set ENABLE_UI and DISABLE_UI as root CMake variables
2175
  * libobs: Prevent access to OBS context during shutdown
2176
  * libobs: Store string copies in properties
2177
  * libobs: Add ability to disable source types
2178
  * libobs/callback: Add global callback to signal handler
2179
  * libobs/callback: Add signal_handler_remove_current func
2180
  * libobs/util: Add THREAD_LOCAL macro
2181
  * libobs: Add video tick callback functions
2182
  * cmake: Add helper module for finding Lua
2183
  * cmake: Add Lua/Luajit as part of MSVC dependencies
2184
  * libobs/util: Ignore PRINTFATTR if using SWIG preprocessor
2185
  * libobs/util: Optimize strlist_* functions
2186
  * libobs: Add obs_source_info::get_properties2
2187
  * libobs: Add obs_source_info::get_defaults2
2188
  * linux-v4l2: Add 4k and 21:9 resolutions
2189
  * libobs: Add obs_render_main_texture
2190
  * libobs: Fix incomplete struct in scaler call
2191
  * UI: Fix minor Rachni theme bugs
2192
  * obs-ffmpeg: Fix ffmpeg output recording in x264
2193
  * libobs: Make get_reg_dword handle missing keys
2194
  * Fix typo in README
2195
  * Move documentation to links in CONTRIBUTING file
2196
  * Add documentation links
2197
  * win-capture: Fix memory capture crash on new capture
2198
  * enc-amf: Version 2.3.1
2199
  * win-capture: Rename structs to avoid SDK conflict
2200
  * rtmp-services: Add Twitch Salt Lake City ingest
2201
  * ui: Fix unsaved changes dialog showing twice
2202
  * Fix a number of GCC warnings
2203
  * Fix a number of MSVC warnings
2204
  * obs-ffmpeg: Use correct function with older FFmpeg vers.
2205
  * libobs/media-io: Add ifdef for newer FFmpeg functions
2206
  * Fix a number of MSVC warnings
2207
  * obs-vst: Fix a few warnings (update submodule)
2208
  * cmake: Correct CMake checks for LINUX
2209
  * Revert "CI: Linux - Install FFmpeg from source"
2210
  * git: Add Clion to .gitignore
2211
  * cmake: Do not require X11 on OSX
2212
  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
2213
  * UI: Duplicate when double-click switching is used
2214
  * UI: Move multiview options to view menu
2215
  * UI: Fix draw issues with multiview projector
2216
  * obs-filters: Add sidechain source option to compressor
2217
  * libobs/util: Add funcs to push zeroed data to circlebufs
2218
  * decklink: Rename 5.1 and 7.1 multi-channel formats
2219
  * rtmp-services: Remove Coderwall / Fix Livestream service name
2220
  * deps/media-playback: Fix compilation with older FFmpeg versions
2221
  * obs-ffmpeg: Improve NVENC detection
2222
  * rtmp-services: Add Mobcrush to services list
2223
  * CI: Fix macOS builds on Travis CI's Xcode 8.3 image
2224
  * UI: Add Multiview projector
2225
  * libobs/graphics: Add gs_effect_set_color
2226
  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
2227
  * UI: Fix issue where studio preview scene would stick
2228
  * UI: Fix scene override when switching off studio mode
2229
  * UI: Don't override transition if quick transition
2230
  * UI: Fix preview/program projectors being swapped
2231
  * UI: Implement per-scene transition overriding
2232
  * libobs: Duplicate private scene/source settings
2233
  * UI: Fix studio program projectors
2234
  * CI: fix curl download if file doesn't exist
2235
  * win-dshow: Improve automatic Elgato audio device selection
2236
  * UI: Add Studio Mode layout option for portrait mode displays
2237
  * UI: Fix bug with studio mode double-click switching
2238
  * libobs: Fix height return value condition
2239
  * docs/sphinx: Add sphinx documentation
2240
  * libobs: Add vertex/index buffer "direct" flush functions
2241
  * libobs: Add option to duplicate vertex/index buffer data
2242
  * libobs-opengl: Make update_buffer data param const
2243
  * UI: Add Studio Preview Projector
2244
  * UI: Add transition on double-click studio mode option
2245
  * linux-capture: Log window capture's target
2246
  * mac-capture: Log window capture's target
2247
  * win-capture: Log window capture's target
2248
  * libobs: Add surround sound audio support
2249
  * cmake: Add CMake option to disable building plugins
2250
  * UI: Fix a memory leak when renaming mixer sources
2251
  * rtmp-services: Add MyLive streaming platform
2252
  * CI: Update curl version used by appveyor
2253
  * rtmp-services: Add Lahzenegar.com streaming platform
2254
  * libobs-d3d11: Fix gs_enable_color
2255
  * UI: Add ability to rename audio sources from the mixer
2256
  * win-wasapi: Fix timestamp calculation
2257
  * obs-ffmpeg: Log bad muxer settings with FFmpeg output
2258
  * obs-ffmpeg: Use muxer settings with AVIOContext
2259
  * obs-vst: Update to latest plugin version
2260
  * UI: Make streaming/recording buttons checkable
2261
  * UI: Handle update_properties signal in OBSBasicFilters window
2262
  * libobs: Copy enabled state when duplicating filters
2263
  * UI: Allow keyboard events on X11 fullscreen projector
2264
  * rtmp-services: Add Eventials streaming platform
2265
  * rtmp-services: Add us-west1 Picarto ingress
2266
  * UI: Add Frontend API function to save replay buffer
2267
  * UI: Disable source copy if no sources are selected
2268
  * linux-alsa: Display the "Custom" entry once only
2269
2270
-------------------------------------------------------------------
2271
Fri Nov 17 22:46:45 UTC 2017 - jimmy@boombatower.com
2272
2273
- Update to version 20.1.3:
2274
  * libobs: Update to version 20.1.3
2275
  * libobs: Fix FFmpeg constants
2276
  * libobs: Update to version 20.1.2
2277
  * libobs-d3d11: Allow rebuild even if output duplicator fails
2278
  * graphics-hook: blacklist OpenGL capture for "cm_client.exe"
2279
  * UI: Fix custom ffmpeg output file / URL entry
2280
  * linux-pulseaudio: Get correct default device
2281
  * libobs: Rename obs_video_thread to obs_graphics_thread
2282
  * libobs: Use new ffmpeg constants
2283
  * obs-ffmpeg: Use new ffmpeg constants
2284
  * deps/media-playback: Use new ffmpeg constants
2285
  * UI: Log when output timer events stop outputs
2286
2287
-------------------------------------------------------------------
2288
Thu Oct 26 05:22:23 UTC 2017 - jimmy@boombatower.com
2289
2290
- Update to version 20.1.1:
2291
  * libobs: Add wrapper function to query Windows registry
2292
  * libobs: Log Windows 10 Gaming Features
2293
  * CI: Update Travis script to target OSX 10.10+
2294
  * enc-amf: Version 2.2.4
2295
  * libobs: Update to version 20.1.1
2296
  * rtmp-services: Add Picarto eu-west1 ingress server
2297
  * rtmp-services: Add stream.me streaming platform
2298
2299
-------------------------------------------------------------------
2300
Wed Oct 18 13:59:23 UTC 2017 - jimmy@boombatower.com
2301
2302
- Update to version 20.1.0:
2303
  * libobs/util: Fix *nix CPU core counts
2304
  * libobs: Log *nix system info more like Windows/Mac
2305
  * libobs: Fix XCB keyboard mapping size calculation
2306
  * linux-capture: Watch for VisibilityNotify events
2307
  * libobs: Fix a potential divide by zero crash
2308
  * UI: Allow volume peak to be customized via .qss
2309
  * UI: Fix parent window geometry loading
2310
  * Build with CEF 3112 on OSX
2311
  * obs-browser: version 1.30.1
2312
  * rtmp-services: Update ingest list for Restream.io
2313
  * obs-outputs: Enable FTL logging and reduce verbosity
2314
  * obs-outputs: Fix invalid stream key error
2315
  * rtmp-services: Add new twitch ingest servers
2316
  * obs-outputs: Improve new netcode if encoder reports 0 bitrate
2317
  * rtmp-services: Fixing misspell in a country name
2318
  * vlc-source: Add media control hotkeys
2319
  * rtmp-services: Update ingest list for Restream.io
2320
  * rtmp-services: Add looch.tv streaming platform
2321
  * libobs/util: Add memory usage functions
2322
  * UI: Add memory usage to Stats window on linux/mac
2323
  * libobs: Add Pulseaudio audio monitoring support
2324
  * UI: Enable audio monitoring on linux if pulse available
2325
  * linux-pulseaudio: Use actual sink device names
2326
  * libobs: Fix texture_ready feedback for CPU conversion path
2327
  * libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
2328
  * libobs: Add private settings to scene items/sources
2329
  * UI: Allow right-clicking mixer sources to bring up menu
2330
  * UI: Allow hiding/unhiding sources in the mixer
2331
  * UI: Add missing option to context menu
2332
  * UI: Use Qt standard buttons in source properties
2333
  * obs-ffmpeg: Don't mark to destroy media unless valid
2334
  * libobs: Fix ImageMagick header path
2335
  * libobs: Stop configure if ImageMagick is preferred, but not found
2336
  * libobs: Adjust grammar of an error message
2337
  * UI: Enable Replay Buffer in Advanced Mode
2338
  * obs-transitions: Add audio monitoring to stinger
2339
  * obs-transition: Add crossfade option to stinger
2340
  * obs-transitions: Fix integer conversion warning
2341
  * UI: Lock graphics context when adding new sources
2342
  * obs-ffmpeg: Fix potential seek issues with media source
2343
  * libobs: Restore Windows Vista compatibility
2344
  * UI/updater: Use TLS 1.2 with WinHTTP
2345
  * libobs: Fix paired audio encoder discarding one segment
2346
  * libobs: Fix starting video packet offset in outputs
2347
  * libobs: Move macro to internal C file
2348
  * obs-outputs: Fix FLV muxing bug
2349
  * libobs: When interleaving packets, make video come first
2350
  * obs-outputs: Fix up the internal FLV output
2351
  * libobs: Set video timing_adjust to obs video time
2352
  * win-capture: Remove buffering from window capture
2353
  * win-wasapi: Subtract frame duration from timestamp
2354
  * test: Add sync tests
2355
  * libobs/media-io: Fix decompress_420 function
2356
  * vlc-video: Set properties to defer update mode
2357
  * graphics-hook: Blacklist specific game from GL capture
2358
  * libobs: Initialize randomization seed in video thread
2359
  * vlc-video: Fix shuffle not being quite that random
2360
  * win-dshow: Fix video playback when default format is MJPEG
2361
  * file-updater: fix crash due to network timeout
2362
  * UI: Log generic stream startup failures
2363
  * libobs: Disable pulseaudio dependency lookup on mac
2364
  * libobs-opengl: Disable v-sync on mac
2365
  * UI: Add ini option to use different graphics adapters
2366
  * libobs/util: Fix Windows 10 revision detection
2367
  * rtmp-services: Only update Twitch ingests when necessary
2368
  * libobs: Add async video/audio decoupling functions
2369
  * decklink: Use unbuffered by default, and decouple
2370
  * obs-outputs: Signal stop if stop called when not active
2371
  * UI: Log when starting / stopping via hotkey or timer
2372
  * UI: Add missing text for replay buffer hotkey log
2373
  * obs-outputs: Only set stop events if still active
2374
  * UI: Disallow pasting duplicates of sources with DO_NOT_DUPLICATE
2375
  * rtmp-services: Don't show "service not found" if name empty
2376
  * UI: Fix Pulse Audio not loading saved device
2377
  * libobs: Update version to 20.1.0
2378
  * Update translations from Crowdin
2379
2380
-------------------------------------------------------------------
2381
Wed Oct 18 13:57:16 UTC 2017 - jimmy@boombatower.com
2382
2383
- Revert dropping of _service for URL in spec by non-maintainer.
2384
2385
-------------------------------------------------------------------
2386
Sun Oct  8 14:08:31 UTC 2017 - hillwood@opensuse.org
2387
2388
- Use %suse_update_desktop_file.
2389
- Fix wrong Group tag.
2390
- Update %post and %postun.
2391
- Use URL in Source tag.
2392
- Remove %clean tag, it's not necessary now.
2393
2394
-------------------------------------------------------------------
2395
Fri Aug 11 18:43:29 UTC 2017 - jimmy@boombatower.com
2396
2397
- Update to version 20.0.1:
2398
  * UI: Add Studio Mode features in the Frontend API
2399
  * CI: Download deps if they are outdated
2400
  * plugins: Clear warnings about -Wincompatible-pointer-types
2401
  * UI: Add new theme, update theme capabilities
2402
  * .editorconfig: Add file to speed up editor configuration
2403
  * libobs: Fix an int underflow in log_frame_info
2404
  * rtmp-services: Add Chaturbate Streaming Service
2405
  * libobs-d3d11: Fix potential issue rebuilding shared texture
2406
  * UI: Fix potential crash with unsupported video cards
2407
  * vlc-video: Add network caching property
2408
  * libobs-d3d11: Better error message for missing D3DCompiler
2409
  * rtmp-services: Rename beam.pro to Mixer.com
2410
  * vlc-video: Fix integer conversion warning
2411
  * deps/jansson: Update jansson to version 2.9
2412
  * UI: Add fullscreen projector to systray menu
2413
  * UI: Add fullscreen UI option to view menu
2414
  * libobs: Fix bug where obs_data default might not be set
2415
  * UI: Add "Defaults" button to filters/properties windows
2416
  * obs-text: Fix file reader occasionally not updating
2417
  * text-freetype2: Fix file reader occasionally not updating
2418
  * cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
2419
  * UI, libobs: Add ability to lock individual scene items
2420
  * UI, libobs: Add Japanese shortcut keys for Windows
2421
  * rtmp-services: Update servers for Vaughn Live/Breakers.tv
2422
  * libobs/util: Make minor optimization to circlebuf pops
2423
  * libobs: Add <> or \| on RT 102-key as hotkey
2424
  * libobs/plugins/UI: Suppress unused variables warnings
2425
  * UI: Make sure "Defaults" buttons aren't default buttons
2426
  * UI: Make lock/unlock icons slightly smaller
2427
  * UI: Fix lock/visibility sub-widget sizes on OSX
2428
  * obs-qsv11: change re-enter locker implementation
2429
  * decklink: Add feature to detect resolution/format
2430
  * UI: Add ability to drop html files
2431
  * UI: Allow zoom with the scroll wheel
2432
  * win-capture: Log when game capture compatibilty mode is set
2433
  * UI: Remove unused function from volume control
2434
  * libobs: Add obs_volmeter_get_cur_db function
2435
  * UI: Change meter color to red when audio is clipping
2436
  * UI: Add backwards compatible theme fallback
2437
  * rtmp-services: Add LiveEdu (accidentally removed)
2438
  * UI: Ensure theme backward compat. with older OBS vers.
2439
  * obs-filters: Optimize and fix alpha in color grade filter
2440
  * UI: update installer script to latest version
2441
  * rtmp-services: Update twitch.tv ingests
2442
  * UI: Add missing separator in mediaExtensions initializer
2443
  * libobs: Add API to specify codec support on encoded outputs
2444
  * libobs: Add ability for service to specify its output type
2445
  * obs-qsv11, obs-x264: Allow bframe count overriding
2446
  * rtmp-services: Add ability to specify different outputs
2447
  * rtmp-services: Allow services to override bframe count
2448
  * UI: Allow services to use different outputs
2449
  * UI: Allow outputs to use different audio codecs
2450
  * obs-outputs: Fix a few issues with CMakeLists.txt
2451
  * rmtp-services: Don't display warning for invalid file ver.
2452
  * rtmp-services: Fix incorrect RTMP output ID
2453
  * rtmp-services: Update Twitch ingests
2454
  * libobs: Do not save hotkeys for private sources
2455
  * libobs: Add transition callbacks for starting/stopping
2456
  * libobs: Add function to get current transition time
2457
  * libobs: Add ability for transitions to render sources directly
2458
  * obs-ffmpeg: Add proc handler function to get media duration
2459
  * obs-transitions: Add stinger transition
2460
  * rtmp-services: Add Twitter / Periscope as a service
2461
  * UI: Fix problem with exporting scene collections/profiles
2462
  * UI: Add --multi flag to suppress multi-instance warning
2463
  * libobs: Add post-load module callback
2464
  * libobs: Ensure scene items don't have pre-multiplied alpha
2465
  * libobs: Fix item copying during scene duplication
2466
  * rtmp-services: Update Picarto maximum audio bitrate
2467
  * UI: Fix potential crash when outputs change
2468
  * UI: Add "Below Normal" priority option
2469
  * UI: Add modular UI
2470
  * UI: Fix build issue with older linux Qt5 packages
2471
  * UI: Fix settings window minimum width/height
2472
  * libobs: Add API function to get version string
2473
  * deps/file-updater: Add func to get single remote file
2474
  * obs-ffmpeg: Rename obs-ffmpeg-aac.c file
2475
  * obs-ffmpeg: Make FFmpeg audio encoder abstractable
2476
  * obs-ffmpeg: Ensure sample rate is supported in audio encoder
2477
  * obs-ffmpeg: Add Opus audio encoder
2478
  * obs-outputs: Add FTL output
2479
  * rtmp-services: Add Mixer FTL service
2480
  * UI: Update Mixer (formerly Beam) in auto configuration
2481
  * UI: Remove trailing whitespace
2482
  * UI: Return false if audio encoder creation fails
2483
  * rtmp-services: Fix ingest update request user agent
2484
  * rtmp-services: Add Twitch ingest update API
2485
  * rtmp-services: Add "Auto" server option for Twitch
2486
  * UI: Add support for Twitch "Auto" server in auto-config
2487
  * UI: Fix incorrect properties set for Hardware (AMD)
2488
  * rtmp-services: Remove Twtich "Auto" if API down and not cached
2489
  * Revert "UI: Add support for Twitch "Auto" server in auto-config"
2490
  * Revert "libobs: Fix an int underflow in log_frame_info"
2491
  * libobs: Log output frame count instead of encoded count
2492
  * UI: Test first 3 closest Twitch ingests in auto-config
2493
  * UI: Fix Delete key not working on scenes/sources
2494
  * deps/media-playback: Add concat playback support
2495
  * UI: Update Hitbox to Smashcast in autoconfig wizard
2496
  * enc-amf: Update to 2.2.1
2497
  * libobs: Add ability to transition to NULL source
2498
  * image-source: Add 'loop' and 'hide on stop' to slideshow
2499
  * image-source: Add activate/deactivate behavior to slideshow
2500
  * image-source: Add "manual (hotkey)" mode to image slideshow
2501
  * UI: Move adv. audio props. to each audio config button
2502
  * obs-x264: Remove VFR mode as an advanced option
2503
  * vlc-video: Don't allow VLC sources to be cloned
2504
  * rtmp-services: Update Switchboard ingests
2505
  * UI: Fix stats window geometry saving on shutdown
2506
  * UI: Show error if empty recording path specified
2507
  * libobs: Export obs_output_get_last_error
2508
  * obs-ffmpeg: Improved output error handling
2509
  * UI: Report more detailed output errors if available
2510
  * UI: Show error if empty recording path specified
2511
  * obs-ffmpeg: Add proc handler for getting number of frames in video
2512
  * obs-transitions: Add frame transition point option to stinger
2513
  * obs-transitions: Fix stinger transition locale
2514
  * obs-outputs: Change loglevel of ftl status thread to debug
2515
  * enc-amf: Update to 2.2.2
2516
  * UI/updater: Restart progress bar when installing updates
2517
  * UI/updater: Improved handling of failure conditions
2518
  * libobs: Update version to 20.0.0
2519
  * rtmp-services: Initialize mutex/dynamic array
2520
  * rtmp-services: Require cmake var to enable ingest updates
2521
  * obs-transitions: Rename stinger ID to prevent conflict
2522
  * Update translations from Crowdin
2523
  * rtmp-services: Always check service updates on non-windows
2524
  * image-source: Fix potential crash with slideshow
2525
  * UI: Fix conditions for redraw the stats labels
2526
  * libobs: Update version to 20.0.1
2527
  * libobs: Add default hotkey id to duplicated item
2528
  * UI: Fix Stats not showing stream data until start
2529
2530
-------------------------------------------------------------------
2531
Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
2532
2533
- Update to version 19.0.3:
2534
  * rtmp-services: Update Twitch ingests
2535
  * librtmp: Fix build error with ENODATA on FreeBSD
2536
  * rtmp-services: Rename Beam to Mixer
2537
  * UI/installer: Specify "source" in plugins section
2538
  * UI/installer: Fix broken realsense plugin install locations
2539
  * UI/installer: Update installer VC redist download link
2540
  * win-wasapi: Fix potential null pointer deref in enumeration
2541
  * UI: Look for plugins in ~/Library/Application Support/obs-studio/plugins/
2542
  * libobs/plugins/UI: Suppress -Wimplicit-fallthrough introduced by GCC 7
2543
  * win-capture: Limit OpenProcess flags to prevent A/C issues
2544
  * deps/media-playback: Output av_read_frame error string
2545
  * deps/media-playback: Start decoding regardless of keyframe
2546
  * obs-ffmpeg: Add network buffering property
2547
  * deps/media-playback: Call stop callback on failure
2548
  * deps/media-playback: Fix lockup issues
2549
  * Revert "rtmp-services: Rename Beam to Mixer"
2550
  * rtmp-services: Add new twitch.tv ingests
2551
  * UI/updater: Fix incorrect path in portable mode
2552
  * deps/media-playback: Add timeout when waiting for frames
2553
  * deps/media-playback: Fix AV_NOPTS_VALUE being used as timestamp
2554
  * deps/media-playback: Fix playback reset fail after stop
2555
  * obs-ffmpeg: Don't preload media frames if set to pause on end
2556
  * win-capture/graphics-hook: Fix D3D10/D3D11 detection
2557
  * UI: Ignore first 2.5 seconds of bandwidth test
2558
  * UI: Initialize Stats window values after OBSInit/reset
2559
  * win-capture: Add IDXGISwapChain1::Present1 hook support
2560
  * win-capture: Use PROCESS_QUERY_INFORMATION for game capture
2561
  * obs-ffmpeg: Do not precache if set to close when inactive
2562
  * UI: Use QT_TO_UTF8 with name dialog
2563
  * libobs-d3d11: Fix shader const array size miscalculation
2564
  * UI: Preserve source if audio settings device changed
2565
  * libobs: Update version to 19.0.3
2566
  * UI: Set error mode to SEM_FAILCRITICALERRORS
2567
  * ffmpeg-mux: Set error mode to SEM_FAILCRITICALERRORS
2568
  * get-graphics-offsets: Set error mode to SEM_FAILCRITICALERRORS
2569
  * inject-helper: Set error mode to SEM_FAILCRITICALERRORS
2570
  * enc-amf: Version 2.1.6
2571
  * obs-ffmpeg: Remove "Buffering (MS)" property
2572
2573
-------------------------------------------------------------------
2574
Wed Jun 14 22:47:57 UTC 2017 - jimmy@boombatower.com
2575
2576
- Update to version 19.0.2:
2577
  * UI: Fix drag & drop bug
2578
  * frontend-tools: Add automatic scene switcher for Linux
2579
  * UI: Add option to disable audio ducking on windows
2580
  * rtmp-services: Update ingests
2581
  * libobs/util: Add Get function to BPtr<>
2582
  * UI, obs-qsv11: Fix build in VisualStudio 2017
2583
  * UI: Fix warning in VisualStudio 2017
2584
  * obs-qsv11: Fix SEI crash caused by dangling pointer
2585
  * UI: Add ability to output to window
2586
  * UI: Always alternatively open backup scene json file
2587
  * libobs: Don't call unlink unnecessarily
2588
  * libobs/util: Add os_safe_replace function
2589
  * libobs/util: Use os_safe_replace in safe file writes
2590
  * libobs/util: Flush text files when writing
2591
  * libobs/util: Use MoveFileEx with MOVEFILE_REPLACE_EXISTING
2592
  * vlc-video: Add ability to shuffle playlist in VLC source
2593
  * Various: Optimize bundled PNG files
2594
  * text-freetype2: Make font lookup recursive on mac
2595
  * libobs: Use tex.Load for reverse NV12/I420 funcs
2596
  * UI: Fix settings dialog crashing on linux
2597
  * libobs: Fix tex.Load lookup (needs int3, not int2)
2598
  * libobs: Add random shader
2599
  * libobs: Fix skipped frames reporting
2600
  * libobs: Add functions to get logical/physical cores
2601
  * libobs: Pass exact data when calling obs_get_video_info
2602
  * libobs: Add function to allow custom output drawing
2603
  * libobs: Add function to allow getting output connect time
2604
  * libobs: Don't allow lagged frames to be counted as skipped
2605
  * obs-outputs: Add null output
2606
  * obs-outputs: Add connect time callback for rtmp output
2607
  * obs-outputs: Fix frame dropping when using ultrafast
2608
  * UI: Add function to enable/disable outputs
2609
  * UI: Don't subject base/output resolutions defaults
2610
  * UI: Limit default canvas res to 1920x1080 or below
2611
  * UI: Add 1920x1080/1280x720 to the settings base res list
2612
  * UI: Remove colon from a few locale items
2613
  * UI: Add auto-configuration wizard
2614
  * CI: OSX - Use wget instead of curl
2615
  * libobs: Fix os_safe_replace not working linux
2616
  * UI: Show invalid Bind to IP entries in the settings
2617
  * decklink: Fix compiler warning about ignored const
2618
  * decklink: Add option to disable the plugin
2619
  * decklink: Remove unused variables to fix warning
2620
  * win-capture: Hide cursor when in background (game capture)
2621
  * Various: Don't use boolean bitfields
2622
  * win-capture: Hide cursor when in background (window capture)
2623
  * rtmp-services: Rename hitbox.tv to Smashcast
2624
  * obs-ffmpeg: Add signal/proc to restart media playback
2625
  * CI: exclude .gitignore
2626
  * CI: Use git fetch --unshallow for OSX
2627
  * libobs/util: Add function to get free disk space
2628
  * libobs-opengl: Fix potential crash w/ viewports
2629
  * libobs: Add function to get average render time
2630
  * libobs: Add functions to get total/lagged frames
2631
  * libobs: Add obs_output_reconnecting func
2632
  * obs-ffmpeg: Implement get_total_bytes in recording outputs
2633
  * UI: Add function to get current memory usage (win32)
2634
  * UI: Add themeID values for colors to style sheets
2635
  * UI: Add stats dialog
2636
  * UI: Fix a few locale items, and add a few missing ones
2637
  * UI: Make Qt use locale text for QWizard buttons
2638
  * UI: Add helper class to translate message box buttons
2639
  * UI: Make sure all message box buttons are translated
2640
  * UI: Fix locale text for "OK" in question dialogs
2641
  * UI: Bring stats to front if it already exists
2642
  * UI: Add option to show stats on startup to general
2643
  * UI: Save/remember stats window geometry
2644
  * Revert "libobs: Allow source to fully control source flags (for now)"
2645
  * libobs: Don't use source flags for async buffering
2646
  * UI: Don't use "quit on last window closed"
2647
  * UI: Fix bug where Pre19Defaults would always be set
2648
  * UI: Don't count debug log messages in repeat detection
2649
  * UI: Warn user if multiple instances of the UI are open
2650
  * enc-amf: Version 2.1.3
2651
  * image-source: Allow custom bounding source size/aspect
2652
  * UI: Update quick transitions on transition add/removal
2653
  * libobs: Add scene item IDs
2654
  * win-dshow: Update libdshowcapture to 0.5.12
2655
  * UI: Add support for showing output error messages
2656
  * libobs: Add support for output error messages
2657
  * obs-outputs: Add output error messages for RTMP
2658
  * UI: Fix misleading log message when updating settings
2659
  * UI: Change output blocking bool to integer ref counter
2660
  * UI: Prevent user from starting ouputs while in settings
2661
  * UI: Move Stats to the view menu
2662
  * UI: Make Stats a regular window rather than dialog
2663
  * UI: Check to see if outputs valid when updating stats
2664
  * deps/media-playback: Remove unnecessary logging
2665
  * UI: Fix creation of log files with non-english paths
2666
  * libobs-d3d11: Only load vertex buffer before drawing
2667
  * deps/media-playback: Include SSE flags
2668
  * deps/media-playback: Do not seek network streams
2669
  * deps/media-playback: Init avformat in thread
2670
  * obs-ffmpeg: Only preload frames for local files
2671
  * obs-ffmpeg: Always close network sources when inactive
2672
  * libobs: Update to version 19.0.0
2673
  * libobs: Make obs_source_default_render exported
2674
  * obs-filters: Add Render Delay filter
2675
  * UI: Sort filter names when adding filters
2676
  * deps/media-playback: Discard packet returns of invalid sizes
2677
  * deps/media-playback: Use new FFmpeg decode funcs when possible
2678
  * deps/media-playback: Always check for new frame first
2679
  * UI: Fix cases where wizard bitrate is not capped
2680
  * UI: Remove advanced settings from final wizard results
2681
  * UI: Actually update service for wiz. bitrate limits
2682
  * UI: Fix enumeration of scene collections on first run
2683
  * obs-ffmpeg: Disable media source HW accel. for now
2684
  * libobs: Do not allow incompatible filters on sources
2685
  * rtmp-services: Preserve settings if service renamed
2686
  * obs-filters: Increase allowable render delay to 500ms
2687
  * enc-amf: Version 2.1.4
2688
  * VST: bump vst submodule ref
2689
  * Update translations from Crowdin
2690
  * UI: Change default autoconfig test bitrate
2691
  * AUTHORS: Update with data from Git and Crowdin
2692
  * deps/media-playback: Fix bug where inverted media would crash
2693
  * UI: Remove whitespace from end of autconfig stream key
2694
  * libobs/util: Also remove CR/LF from dstr_depad
2695
  * UI: Fix bug where auto-config settings wouldn't apply
2696
  * Fix German locale inconsistencies
2697
  * libobs: Always call stop callback
2698
  * UI: Unlock mutex before trying to stop output
2699
  * libobs: Fix bug where outputs would not set stopped event
2700
  * libobs: Update version to 19.0.1
2701
  * enc-amf: Version 2.1.5
2702
  * UI: Fix creation of crash log with non-english paths
2703
  * libobs-d3d11: Fix bug where vertex buffers would be reset
2704
  * UI: Fix autoconfig capping bitrate with "custom server"
2705
  * libobs: Update to version 19.0.2
2706
  * Revert "obs-ffmpeg/nvenc: Remove "default" preset"
2707
  * UI: Fix tooltip for "prefer hardware encoding"
2708
2709
-------------------------------------------------------------------
2710
Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
2711
2712
- Update to version 18.0.2:
2713
  * UI/updater: Fix temp files being created and not deleted
2714
  * UI/updater: Fix potential fail case when no files to patch
2715
  * UI/updater: Fixed a bug with deflating
2716
  * UI/updater: Ignore 64bit files on 32bit windows
2717
  * CI: Use ccache to speed up the build
2718
  * CI: OSX - Fix obs.png
2719
  * UI/updater: Fix incorrect inflate use
2720
  * CI: Linux - Install libfdk-aac-dev
2721
  * image-source: Move file modification check before animation processing
2722
  * UI: Add workaround to fix deleting final scene bug
2723
  * rtmp-services: Update ingest list for Restream.io
2724
  * rtmp-services: Update maximum bitrate for Twitch
2725
  * UI: Fix segfault when no system tray exists
2726
  * CI: Linux - Install FFmpeg from source
2727
  * obs-ffmpeg/nvenc: Remove "default" preset
2728
  * libobs: Add obs_source_copy_filters function
2729
  * UI: Add copying/pasting of sources/filters
2730
  * UI: Disable filter pasting when scene collection changed
2731
  * UI: Fix bug where items can't be deleted in last scene
2732
  * libobs: Remove unimplemented exports
2733
  * rtmp-services: Add Livestream service
2734
  * win-dshow: Fix issue with activating when not set to
2735
  * rtmp-services: Update Picarto maximum bitrates
2736
  * libobs: Delay stop detection of audio source
2737
  * libobs: Allow source to fully control source flags (for now)
2738
  * libobs: Add ability to preload async frames
2739
  * libobs: Remove multiple calls to free_type_data
2740
  * deps: Add media-playback static lib
2741
  * obs-ffmpeg: Change from libff to media-playback
2742
  * deps/libff: Remove network init
2743
  * UI: Remove libff as a dependency
2744
  * deps/libff: Don't build libff (deprecated)
2745
  * obs-ffmpeg: Remove unnecessary open call
2746
  * obs-ffmpeg: Always open on update unless set otherwise
2747
  * obs-ffmpeg: Fix bug on non-MSVC compilers
2748
  * UI: Fix property widgets not being disabled
2749
  * mac-avcapture: Ability to directly add iOS devices over USB
2750
  * audio-monitoring: Add ability to monitor Outputs
2751
  * decklink: Add option to select channel format
2752
  * decklink: Add workaround for audio timestamp jump issue
2753
  * Improve README/CONTRIBUTING files
2754
  * win-dshow: Fix reallocation issue in ffmpeg-decode
2755
  * UI: Add window name to remux dialog
2756
  * UI: Hide OpenGL and D3D adapter on Windows
2757
  * UI: Continue to show OpenGL if already in use
2758
  * UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
2759
  * CI: Use webhooks for notifications
2760
  * CI: Fix notification frequency
2761
  * libobs-opengl: Log OpenGL version on all systems
2762
  * Fix various typos across multiple modules
2763
  * Update Linux kernel coding style URL in CONTRIBUTING
2764
  * UI: Ctrl+E to Edit Transform
2765
  * UI: Remove unused defines from old updater code
2766
  * win-capture: Log if shared texture capture is unavailable
2767
  * win-capture: Update get-graphics-offsets
2768
  * win-capture: Add missing 32 bit offsets
2769
  * win-capture: Fix and clarify window capture prioritization
2770
  * UI: Add front-end API functions to get/modify service
2771
  * UI: Display filename when dragging & dropping
2772
  * obs-outputs: Always call RTMP_Init before connecting
2773
  * UI: Make sure all dialogs have close buttons
2774
  * UI: Add command line option for starting up always on top
2775
  * frontend-tools: Rename some files
2776
  * frontend-plugins: Abstract captions
2777
  * enc-amf: Update to v2.1.0(.0)
2778
  * win-ivcam: Fix potential null pointer dereference
2779
  * libobs: Update to 18.0.2 (windows hotfix)
2780
  * UI/updater: Add opt to disable building update module
2781
2782
-------------------------------------------------------------------
2783
Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
2784
2785
- Update to version 18.0.1:
2786
  * CI: Fix true / false on stable builds
2787
  * CI: Add boolean arg parser to OSX
2788
  * CI: Deploy on tags and master branch
2789
  * CI: OSX - Deploy on all branches in the master repo.
2790
  * CI: OSX - Include branch in pkg
2791
  * enc-amf: Update to 1.4.3.11
2792
  * UI: Use correct string for systemTrayEnabled
2793
  * CI: OSX - Update to CEF 2987
2794
  * CI: Use correct folder for building browser
2795
  * CI: OSX - Use bash variable for CEF version
2796
  * UI: Don't exit on unknown command line arguments
2797
  * CI: OSX - export cef version so we can use it elsewhere
2798
  * CI: Fix cef version variable
2799
  * obs-outputs: Fix 100% CPU usage with new network code
2800
  * CI: OSX - Move CEF version to .travis
2801
  * VST: Fix save / load of plugin state. More interface options.
2802
  * UI: Fix audio monitoring dev. not being set on startup
2803
  * UI: Log audio monitoring dev. on start and when changed
2804
  * UI: Add logging of audio monitoring to sources
2805
  * VST: Fix crash when OBS is set to mono
2806
  * Revert "win-dshow: Add LGP timestamp fix"
2807
  * win-dshow: Actually fix LGP issue
2808
  * obs-outputs: Various fixes to new network code
2809
  * Update translations from Crowdin
2810
  * AUTHORS: Update with data from Git and Crowdin
2811
  * libobs: Apply sync offset to win32 audio monitoring
2812
  * UI: Disable network settings while outputs active
2813
  * Update translations from Crowdin
2814
  * AUTHORS: Update with data from Git and Crowdin
2815
  * CI: OSX - Brew install speexdsp
2816
  * CI: OSX - enable sparkle
2817
  * deps/blake2: Fix compiler warning
2818
  * UI: Fix game capture check when about to update
2819
  * deps: Add liblmza
2820
  * libobs: Update to 18.0.1
2821
  * updater: Add windows updater module
2822
  * UI/updater: Wait for OBS to close before updating
2823
  * obs-outputs: Improve shutdown behavior of new socket loop
2824
  * UI/updater: Use better function for getting process names
2825
2826
-------------------------------------------------------------------
2827
Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
2828
2829
- Update to version 18.0.0:
2830
  * UI: Add more command line options
2831
  * obs-browser: Update submodule to latest version
2832
  * Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
2833
  * CI: Add in inital appveyor config
2834
  * CI: Move browser source before building app
2835
  * CI: Build VLC plugin for OSX on travis
2836
  * rtmp-services: remove shut down services
2837
  * CI: Build Windows version and upload artifacts
2838
  * obs-browser: Update browser ref
2839
  * CI: Update permissions on CEF app plist before packaging
2840
  * cmake: Enable COPY_DEPENDENCIES by default on Windows
2841
  * rtmp-services: Update Vaughn Live ingests
2842
  * libobs: Log correct amount of memory on 32bit (windows)
2843
  * UI: Convert to wide before outputting debug text (win)
2844
  * UI: Protect debug text static string var with mutex
2845
  * libobs: Add ability to get output congestion
2846
  * obs-output: Add ability to get congestion to rtmp output
2847
  * obs-outputs: Increase default drop threshold
2848
  * UI: Add connection status square to status bar
2849
  * UI: Add separate timers to status bar
2850
  * UI: Add option to always minimize to tray
2851
  * UI: Hide/show dialogs when minimizing to tray
2852
  * UI: Do not quit program when last windows are projectors
2853
  * UI: Add option to save projectors
2854
  * UI: Add auto-start replay buf. opt. when stream starts
2855
  * UI: Fix scaling in viewport when source flipped
2856
  * UI: Fix linux display/resize bug with preview widget
2857
  * rtmp-services: Add Restream.io Los Angeles server
2858
  * libobs: Add optional ultrawide -> wide scaling techniques
2859
  * obs-filters: Add option to undistort ultrawide -> wide
2860
  * obs-filters: Add "Color Grading" filter
2861
  * rtmp-services: Add new beam.pro ingests
2862
  * CI: Add post install script to OBS installer to fix CEF permissions
2863
  * rtmp-services: Add Web.TV streaming service
2864
  * Add VST Plugin
2865
  * obs-filters: Fix compiler warnings
2866
  * UI: Remove unused variables
2867
  * UI: Clarify "Always minimize to tray" option
2868
  * obs-filters: Rename "Color Grade" filter to "LUT Filter"
2869
  * obs-filters: Change "LUT Filter" to "Apply LUT"
2870
  * CI: Fix VLC download
2871
  * CI: Unzip VLC quietly
2872
  * rtmp-services: Update twitch/hitbox ingest and youtube recommendations
2873
  * CI: Fix OSX post-install script
2874
  * UI: Fix locale text alignment
2875
  * UI: Make advanced settings pane a bit more compact
2876
  * libobs: Mark last video ts even when buffering off
2877
  * libobs: Mark parameter as constant if not modifying
2878
  * libobs: Use original audio structure for audio signal
2879
  * libobs: Implement audio monitoring
2880
  * win-wasapi: Mark audio outputs as unmonitorable
2881
  * UI: Add audio monitoring to settings/adv audio props.
2882
  * UI: Prevent thread stalls with fader/volume widgets
2883
  * obs-transitions: Convert premultiplied alpha to straight
2884
  * UI: Add 24 NTSC as a common FPS value
2885
  * obs-ffmpeg: Do not use HW accel by default on mac
2886
  * rtmp-services: Update twitch ingests
2887
  * obs-ffmpeg: Fix compiler warnings
2888
  * UI: Fix compiler warning
2889
  * UI: Change volume meter update interval to 30fps
2890
  * UI: Add warning if starting the output fails
2891
  * obs-ffmpeg: Be more verbose when custom params fail
2892
  * obs-ffmpeg: Fix custom audio codec parameters
2893
  * CI: Retry failed downloads
2894
  * UI: fix ffmpeg output file extension
2895
  * UI: Clean up general pane of settings dialog
2896
  * UI: Add function to get remote file
2897
  * UI: Add front-end auto-updater
2898
  * UI: Update installer to latest version
2899
  * UI: Add latest installer fixes from R1CH
2900
  * obs-ffmpeg: Add 'save' to replay buffer proc handler
2901
  * win-capture: Fall back to GetWindow if FindWindowEx fails
2902
  * libobs: Fix audio monitoring delaying perpetually
2903
  * rtmp-services: Update max video bitrate for beam
2904
  * libobs/util: Use a mutex with config files
2905
  * win-capture: Blacklist chrome/firefox from game capture
2906
  * win-dshow: Add LGP timestamp fix
2907
  * UI: Trigger frontend api scene change after transition
2908
  * Add AUTHORS file
2909
  * mailmap: Disambiguate between a few authors
2910
  * mailmap: Disambiguate between another author
2911
  * rtmp-services: Add "Pandora TV Korea"
2912
  * UI: Trigger scene list change event when scene removed
2913
  * CI: Speedup msbuild by using all CPU cores
2914
  * UI: Improve accessibility text on main window
2915
  * CI: Download VLC repo instead of cloning from git
2916
  * CI: Disable test discovery on AppVeyor
2917
  * CI: Cache dependencies downloads on AppVeyor
2918
  * CI: Disable deps download in AppVeyor and use cache
2919
  * CI: Download deps if they aren't in build cache
2920
  * UI: Use blake2b instead of SHA1 for updater
2921
  * UI: Make installer execute 64bit on 64bit windows
2922
  * obs-text: Fix issue drawing some chinese characters
2923
  * obs-filters: Add audio compression filter
2924
  * obs-outputs: Port windows socket loop from OBS Classic
2925
  * librtmp: Clean up our extra RTMP fields on close
2926
  * UI: Add options for new socket loop
2927
  * UI: Make sure size-specific spacers are fixed
2928
  * UI: Fix some settings layouts on non-windows systems
2929
  * win-capture: Add hook exception for theHunter: COTW
2930
  * obs-ffmpeg/ffmpeg-mux: Fix failing when no video
2931
  * image-source: Add solid color source
2932
  * image-source: Add missing locale
2933
  * Fix various null pointer issues detected by Coverity
2934
  * obs-ffmpeg: Allow saving with different video codecs
2935
  * UI: Add support for other codecs
2936
  * graphics-hook: Account for sizeof(wchar_t) in len
2937
  * obs-qsv11: Fix various issues detected by Coverity
2938
  * obs-ffmpeg: Make gop size configurable
2939
  * UI: Add gop size option for custom ffmpeg output
2940
  * libff: Add override for codec compatability check
2941
  * UI: Add codec compatability checkbox to ffmpeg output
2942
  * UI: Add warning about recording to mp4 format
2943
  * CI: Fetch git tags on OSX build
2944
  * CI: Exit on errors when building the OSX package
2945
  * UI: Fix typo in general settings
2946
  * enc-amf: Update to version 1.4.3.9
2947
  * CI: Build on Linux
2948
  * libobs: Update version to 18.0.0
2949
  * libobs: Fix bug where scenes would not properly mix audio
2950
  * UI: If scene/source names exist, start from 2
2951
  * CI: Don't skip_join for Travis IRC notifications
2952
  * obs-frontend-api: Use virtual destructor (fix memory leak)
2953
  * libobs: Add missing mutex unlock in audio monitoring
2954
  * CI: Get some codesigning and sparkle stuff in place
2955
  * CI: Use combined cert for signing OSX
2956
  * CI: Set keychain timeout & allow productsign
2957
  * CI: Add some logging to the before deploy script on OSX
2958
  * CI: Possibly fix OSX cert import issue
2959
  * CI: OSX - Brew install jack
2960
  * CI: Notify on failure and only for fixed builds
2961
  * CI: Reformat Travis CI IRC notification
2962
  * UI: Hide auto update option for linux
2963
  * obs-filters: Change attack/release ms limit to 300 (from 100)
2964
  * obs-filters: Increase max compressor release/attack values
2965
  * Update translations from Crowdin
2966
  * AUTHORS: Update with data from Git and Crowdin
2967
  * UI: Update Simple Mode AMD Presets
2968
  * enc-amf: Update to hotfix 1.4.3.10
2969
  * CI: OSX Set builds to stable on tagged builds
2970
  * CI: Update public OSX install key
2971
2972
-------------------------------------------------------------------
2973
Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
2974
2975
- Update to version 17.0.2:
2976
  * libobs: Update to 17.0.2
2977
2978
-------------------------------------------------------------------
2979
Tue Jan 17 23:38:37 UTC 2017 - jimmy@boombatower.com
2980
2981
- Update to version 17.0.1:
2982
  * deps/libff: Fix VP8/VP9/webm alpha support
2983
  * rtmp-services: Increase video bitrate limit for YouTube
2984
  * obs-outputs: fix build error on freebsd
2985
  * Update translations from Crowdin
2986
  * [CI] Use prebuilt deps so we can build on 10.9
2987
  * CI: Build more features into FFMPEG deps
2988
  * CI: Update browser plugin ref and build scripts.
2989
  * CI: Fix zip permission issue on CEF plist files
2990
  * obs-x264: ignore opencl param
2991
  * enc-amf: Update to 1.4.3.8
2992
  * CI: Ability to make packages on travis
2993
  * CI: actually call packagesbuild from the right place 😑
2994
  * cmake: Remove unnecessary find_package calls
2995
  * libobs: Fix scale filtering bug when duplicating scenes
2996
  * win-capture: Don't use FindWindow for game capture keepalive
2997
  * CI: Install Packages and use the full version
2998
  * Revert "win-capture: Use FindWindowEx to traverse window list"
2999
  * obs-filters.c: Fix color correction filter OpenGL crash
3000
  * obs-filters.c: Fix color correction filter saturation
3001
  * Update translations from Crowdin
3002
  * UI: Fix bug with uncopied profile import/export files
3003
  * win-capture: Fix game capture size bug when rehooking
3004
  * libobs: Add func to enum active and inactive child tree
3005
  * libobs: Enumerate full tree when adding active child
3006
  * libobs: Add callback for enumerating all scene children
3007
  * obs-x264: Allow opencl through much longer alias
3008
  * libobs: Update to version 17.0.1
3009
3010
-------------------------------------------------------------------
3011
Mon Dec 26 08:32:58 UTC 2016 - jimmy@boombatower.com
3012
3013
- Update to version 0.17.0:
3014
  * rtmp-services: Update ingest list for Restream.io
3015
  * Revert "CI: Build on OSX 10.10 on travis"
3016
  * Remove python dep
3017
  * win-capture: Use static runtimes for hooks/helpers
3018
  * cmake: Fix OSX fixup_bundle.sh to copy non-system deps
3019
  * cmake: Fix permissions with OSX fixup_bundle.sh
3020
  * libobs-opengl: Add xcb message poll to empty out the queue
3021
  * frontend-tools: Add options to start output timers every time
3022
  * libobs-d3d11: Add optional macro to log shader disassembly
3023
  * Revert "obs-transitions: Avoid branching in slide_transition.effect"
3024
  * rtmp-services: remove shut down services
3025
  * libff: Allow custom demuxer options
3026
  * obs-outputs: Fix librtmp IP bind / resolve behavior
3027
  * UI: Fix frontend-api event call for adding scenes
3028
  * libobs/util: Add function to get circlebuf data offset
3029
  * libobs/util: Add function to generate formatted filenames
3030
  * libobs: Fix bug where outputs cannot initialize hotkeys
3031
  * cmake: Add _CRT_SECURE_NO_WARNINGS to all projects
3032
  * libobs: Fix deprecated macro
3033
  * libobs/util: Do not ignore deprecation on windows
3034
  * libobs: Use reference counting for encoder packets
3035
  * obs-ffmpeg: Add replay buffer output
3036
  * UI: Disable simple output rec. settings when active
3037
  * UI: Add replay buffer options to simple output mode
3038
  * UI: Clarify replay buf. hotkey error message
3039
  * UI: Separate replay buffer from recording
3040
  * UI: Add file prefix/suffix options for replay buffer
3041
  * UI: Fix replay buffer compile issues on older compilers
3042
  * win-capture: Only duplicate to get cur thread handle
3043
  * win-capture: Always use minimal access rights within hook
3044
  * win-capture: Do not require pipe/mutex within hook
3045
  * win-capture: Fix getting proper UWP window handles
3046
  * win-capture: Use window for keepalive check
3047
  * win-capture: Create all named objects within hook
3048
  * win-capture: Don't use "Local\" for game capture shared mem
3049
  * win-capture: Remove redundant function
3050
  * win-capture: Use wide strings for named objects
3051
  * win-capture: Add ability to open UWP named kernel objects
3052
  * win-capture: Open UWP named objects with helper functions
3053
  * win-capture: Output hook debug messages if addresses missing
3054
  * win-capture: Log plugin-side when capture successful/lost
3055
  * win-capture: Don't hook suspended processes
3056
  * win-capture: Wait a few frames for hook to load
3057
  * win-capture: Fix "attempting to hook [executable]" message
3058
  * win-capture: Add ApplicationFrameHost to game capture blacklist
3059
  * win-capture: Don't hard fail if thread ID not found
3060
  * win-capture: Fix cursor not painting with UWP windows
3061
  * win-capture: Add debug messages when hooking
3062
  * win-capture: Do not fall back to other windows for UWP windows
3063
  * UI: Fix property name bug in frontend API
3064
  * libobs: Fix possible reverse order mutex hard lock
3065
  * UI: Remove deleteLater view from filter window layout
3066
  * libobs: Convert Y800 to RGBX manually
3067
  * UI: Use dedicated GPU on Hybrid AMD GPU systems
3068
  * libobs: Fix format not being set for new source frames
3069
  * libobs: Fix line size issue when copying Y800 data
3070
  * obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder
3071
  * libobs/graphics: Fix the 2D vector dot product func
3072
  * UI: Make close button default in transform dialog
3073
  * UI: Add ability to copy-paste scene item transforms
3074
  * UI: Add import/export of scene collections & profiles
3075
  * enc-amf: Update to 1.4.3.4 for AMD Driver 16.12.1
3076
  * obs-filters: Improve "Color Correction" filter
3077
  * image-source: Do not change blend state
3078
  * obs-text: Do not reset blend state
3079
  * libobs-d3d11: Don't crash if unable to rebuild shared texture
3080
  * libobs: Increase maximum audio tracks to 6
3081
  * UI: Increase maximum audio tracks to 6
3082
  * UI: Update locale for 6 tracks
3083
  * UI: Fix endif in installer
3084
  * UI: Use 64bit desktop link by default in installer
3085
  * UI: Clarify startup error messages related to video
3086
  * obs-ffmpeg: Fix nvenc_h264 deprecated message
3087
  * libobs: Fix bug drawing RGB/BGR async sources
3088
  * libobs: Process all scene audio actions if no audio playing
3089
  * UI: Fix buddy controls with new audio tracks
3090
  * UI: Add default audio track bitrates
3091
  * UI: Fix video initialization failure error message
3092
  * UI: Fix settings window stacked widget index
3093
  * win-capture: Capture all D3D12 backbuffers
3094
  * win-capture: Use FindWindowEx to traverse window list
3095
  * win-capture: Fix possible null pointer dereference
3096
  * win-capture: Do not add certain windows to window lists
3097
  * win-capture: Add a few new blacklisted game capture exes
3098
  * obs-filters: Add "Color" option to color correction filter
3099
  * obs-filters: Fix comment messages
3100
  * obs-qsv11: Use d3d9 allocator on Win7
3101
  * win-capture: Fix possible access of array beyond size
3102
  * win-capture: Refactor DX12 backbuffer code
3103
  * win-capture: If backbuffer count is 1, disable dxgi 1.4 use
3104
  * win-capture: Release backbuffers immediately upon init
3105
  * libobs/util: Fix C++ compilation issue
3106
  * Add libcaption library
3107
  * libobs: Add ability to insert captions into frames
3108
  * frontend-tools: Move source helper functions to a header
3109
  * frontend-tools: Add caption generation tool (windows)
3110
  * Update translations from Crowdin
3111
  * frontend-tools: Add ability to select caption language
3112
  * frontend-tools: Detach caption thread if critical failure
3113
  * frontend-tools: Reset stop event before starting captions
3114
  * frontend-tools: Don't include colon in "Audio Source"
3115
  * frontend-tools: Set buddied controls for captions dialog
3116
  * libobs: Fix caption encoder packet reallocation
3117
  * libobs: Create referenced parsed AVC encoder packet
3118
  * obs-outputs: Free encoder packet data manually
3119
  * libobs: Fix bug in AVC encoder packet allocation
3120
  * UI: Fix Export QFileDialog parent
3121
  * libobs: Eliminate an unnecessary allocation with captions
3122
  * frontend-tools: Fix output-timer translation bug
3123
  * libobs: Update to version 17.0.0
3124
3125
-------------------------------------------------------------------
3126
Mon Nov 21 18:55:11 UTC 2016 - jimmy@boombatower.com
3127
3128
- Update to version 0.16.6:
3129
  * UI: Add --verbose and --unfiltered_log command line options
3130
  * libobs: Duplicate filters of a scene when it is is duplicated
3131
  * obs-ffmpeg: Fix assumption about plane height with i444
3132
  * libobs: Refactor check for Windows bitness/arch
3133
  * libobs: Add Windows bitness/arch to crash handler
3134
  * enc-amf: Update to version 1.4.1.5
3135
  * UI: Add preview scaling options
3136
  * rtmp-services: Change YouTube keyint from 4 to 2
3137
  * libobs: Ensure async source sizes are always reset
3138
  * UI: Fix crash when switching encoders in advanced mode
3139
  * UI: Fix scrolling while preview is locked
3140
  * libobs: Ensure AVC priority is always highest for keyframes
3141
  * obs-outputs: Use correct variable for drop priority
3142
  * enc-amf: Update to commit which prevents crash on startup
3143
  * enc-amf: Update to temporary fix branch
3144
  * win-capture: Do not load 64bit hook offsets on 32bit systems
3145
  * win-capture: Defer hook offset loading to separate thread
3146
  * text-freetype2: Defer loading of plugin until source created
3147
  * obs-qsv11: Manually mark priority bits for QSV frames
3148
  * Revert "libobs: Ensure AVC priority is always highest for keyframes"
3149
  * libobs: Update to 0.16.6
3150
  * Update translations from CrowdIn
3151
  * UI: tray icons are redrawn for better visibility and contrast
3152
  * UI: Update settings and fix presets for simple AMD encoder
3153
  * enc-amf: Update to 1.4.2.2
3154
  * enc-amf: Update to 1.4.2.3
3155
  * cmake: Add module to find RSSDK
3156
  * cmake: Add macro to compile .tlb files via midl
3157
  * win-ivcam: Add Intel RealSense plugin
3158
  * UI: Update installer script to latest version
3159
  * libobs-opengl: Add warning when used on windows
3160
  * Update translations from Crowdin
3161
  * enc-amf: Avoid using C++17 for VS2013 compatibility
3162
3163
-------------------------------------------------------------------
3164
Tue Nov 08 19:39:07 UTC 2016 - jimmy@boombatower.com
3165
3166
- Update to version 0.16.5:
3167
  * libobs-d3d11: Include GDI surface in rebuild
3168
  * libobs-d3d11: Remove possible null pointer dereference
3169
  * libobs: Update to 0.16.5
3170
3171
-------------------------------------------------------------------
3172
Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
3173
3174
- Update to version 0.16.4:
3175
  * libobs/util: Fix get_dll_ver not reporting DLL name
3176
  * Display license in MSI installer
3177
  * rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
3178
  * UI: Enable HiDPI scaling.
3179
  * frontend-tools: Fix crash when adding invalid regex
3180
  * UI: Use Qt lib for screen info instead of x11 libs
3181
  * enc-amf: Update to 1.3.2.3
3182
  * UI: Only scale HiDPI on QT 5.6+
3183
  * enc-amf: Update to 1.3.3.1
3184
  * libobs-d3d11: Log GetDeviceRemovedReason
3185
  * Add 256x256 icon to windows ico for HiDPI displays
3186
  * UI: Add Portable Mode indicator to title bar and log
3187
  * UI: Add raw text and text file to drag&drop support
3188
  * UI: Split Properties window with a QSplitter
3189
  * CMake: Warn if empty QTDIR/DepsPath vars on Windows
3190
  * OSX Travis build
3191
  * CI: Upload artifacts on all pushes
3192
  * CI: Add irc notifications to travis config
3193
  * CI: Reduce travis irc notice to one line
3194
  * CI: Package OSX build into an actual app
3195
  * CI: Use python2 to run package script
3196
  * Build browser plugin on travis for OSX
3197
  * Update obs-browser submodule to a working version
3198
  * obs-frontend-api: Add library version
3199
  * cmake: Fix FFmpeg search path on debian
3200
  * decklink: Update Blackmagic SDK to 10.8.0
3201
  * CI: Build on OSX 10.10 on travis
3202
  * UI: Fix bug in frontend API event
3203
  * frontend-tools: Add output timers
3204
  * frontend-tools: Code cleanup of output timers
3205
  * frontend-tools: Add ability to start timer if output is already active
3206
  * UI: Fix sys. tray crashes when sys. tray not available
3207
  * UI: Fix poor handling of system tray pointers
3208
  * UI: Fix improper brace placement for function
3209
  * UI: Remove unused variable
3210
  * UI: Fix full screen projector on screens that have reserved areas
3211
  * obs-ffmpeg: Add b-frames to NVENC logging
3212
  * UI: Fix --profile option not working on non-windows
3213
  * rtmp-services: Add Picarto
3214
  * libobs/util: Add Get() function to CoTaskMemPtr
3215
  * libobs: Fix missing call to profile_end() when encoding fails
3216
  * libobs: Add date/time to crash handler
3217
  * obs-transitions: Avoid branching in slide_transition.effect
3218
  * obs-ffmpeg: Fix a couple printf compiler warnings.
3219
  * libobs-d3d11: Store dxgi adapter used for device
3220
  * libobs-d3d11: Store compiled shader data (for rebuilding)
3221
  * libobs-d3d11: Correct error message for pixel shaders
3222
  * libobs-d3d11: Store shader samplers as pointers
3223
  * libobs-d3d11: Correct error message for staging surfaces
3224
  * libobs-d3d11: Correct error message creating blend states
3225
  * libobs-d3d11: Store index and add "Start" function
3226
  * libobs-d3d11: Clear device state before unloading
3227
  * libobs-d3d11: Store swap initialization data (for rebuilding)
3228
  * libobs-d3d11: Store device adapter index (for rebuilding)
3229
  * libobs-d3d11: Store static textures in RAM (for rebuilding)
3230
  * libobs-d3d11: Store static vertex buffer data (for rebuilding)
3231
  * libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
3232
  * libobs-d3d11: Make shared texture error message less vague
3233
  * libobs-d3d11: Use linked list for all objects (for rebuilding)
3234
  * libobs-d3d11: Remove unused function
3235
  * libobs-d3d11: Add Release funtions to all GS objects
3236
  * libobs-d3d11: Rebuild device and assets if device removed/reset
3237
  * win-capture: Cache cursor textures to prevent reallocation
3238
  * win-capture: Use IUnknown for getting swap backbuffers
3239
  * win-capture: Add D3D12 capture support
3240
  * UI: Allow the ability to use deprecated sources
3241
  * UI: Add AMD presets and update settings
3242
  * enc-amf: Update to release 1.4.0.0
3243
  * Update translations from CrowdIn
3244
  * libobs: Update to version 0.16.3
3245
  * win-mf: Deprecate AMD Media Foundation H.264 encoder
3246
  * UI: Fix tab order of Crop fields in Transform Properties
3247
  * enc-amf: Update to Version 1.4.1.0
3248
  * Revert "UI: Only scale HiDPI on QT 5.6+"
3249
  * Revert "UI: Enable HiDPI scaling."
3250
  * enc-amf: Fix VS2013 compiling issue
3251
  * libobs: Update to version 0.16.4
3252
- Expand libobs-frontend-api.so to include all versions in %files.
3253
- After upstream fix place libobs-(opengl|frontend-api).so in devel.
3254
3255
-------------------------------------------------------------------
3256
Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
3257
3258
- Update to version 0.16.2:
3259
  * obs-ffmpeg: Fix possible NVENC crash
3260
  * UI: Use rect intersection test for validating position
3261
  * enc-amf: Update submodule to 1.3.1.0
3262
  * obs-text: Add gradient feature
3263
  * enc-amf: Fix warnings caused by warnings( push/pop )
3264
  * libobs: Update to 0.16.2
3265
3266
-------------------------------------------------------------------
3267
Thu Sep 29 02:35:16 UTC 2016 - jimmy@boombatower.com
3268
3269
- Update to version 0.16.1:
3270
  * UI: Fix window size/pos not saving on exit
3271
  * libobs/util: Fix fread_utf8 not working with files < 3 bytes
3272
  * obs-text: Change file update interval to 1 sec (from 2)
3273
  * libobs: Update to 0.16.1
3274
3275
-------------------------------------------------------------------
3276
Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
3277
3278
- Update to version 0.16.0:
3279
  * enc-amf: Update submodule to 1.3.0
3280
  * UI: Add media/image file drop support
3281
  * enc-amf: Update submodule to 1.3.0.1
3282
  * obs-browser: Add browser plugin as a submodule
3283
  * enc-amf: Update submodule to 1.3.0.3
3284
  * libobs: Update version to 0.16.0
3285
  * enc-amf: Remove unused locale files
3286
  * Update translations from Crowdin
3287
  * UI: Just use 'OK' button for license agreement dialog
3288
3289
-------------------------------------------------------------------
3290
Mon Aug  8 23:10:42 UTC 2016 - jimmy@boombatower.com
3291
3292
- Update to 0.15.4 release.
3293
3294
-------------------------------------------------------------------
3295
Sat Jul 16 20:59:38 UTC 2016 - jimmy@boombatower.com
3296
3297
- Update to 0.15.2 release.
3298
3299
-------------------------------------------------------------------
3300
Tue Jul 12 02:03:51 UTC 2016 - jimmy@boombatower.com
3301
3302
- Update to 0.15.1 release.
3303
3304
-------------------------------------------------------------------
3305
Fri Jul  8 05:10:02 UTC 2016 - jimmy@boombatower.com
3306
3307
- Update to 0.15.0 release.
3308
3309
-------------------------------------------------------------------
3310
Mon May 16 00:09:37 UTC 2016 - jimmy@boombatower.com
3311
3312
- Update to 0.14.2 release.
3313
3314
-------------------------------------------------------------------
3315
Tue Apr 26 06:11:50 UTC 2016 - jimmy@boombatower.com
3316
3317
- Update to 0.14.1 release.
3318
3319
-------------------------------------------------------------------
3320
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
3321
3322
- Use pkgconfig instead of libffmpeg-devel
3323
3324
-------------------------------------------------------------------
3325
Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
3326
3327
- Update to 0.13.4 release.
3328
3329
-------------------------------------------------------------------
3330
Sun Mar 20 07:13:01 UTC 2016 - jimmy@boombatower.com
3331
3332
- Update to 0.13.3 release.
3333
3334
-------------------------------------------------------------------
3335
Mon Feb 29 15:54:48 UTC 2016 - jimmy@boombatower.com
3336
3337
- Update to 0.13.2 release.
3338
3339
-------------------------------------------------------------------
3340
Fri Feb  5 05:10:32 UTC 2016 - jimmy@boombatower.com
3341
3342
- Update to 0.13.1 release.
3343
- Remove patch for gcc 4.8 compatability since it was upstreamed.
3344
3345
-------------------------------------------------------------------
3346
Thu Jan 28 00:21:55 UTC 2016 - jimmy@boombatower.com
3347
3348
- Update to 0.13.0 release.
3349
  https://github.com/jp9000/obs-studio/releases/tag/0.13.0
3350
- Add rpmlintrc for "bad" things obs-studio requires.
3351
- Add patch for gcc 4.8 compatability.
3352
3353
-------------------------------------------------------------------
3354
Sat Dec 12 04:25:45 UTC 2015 - jimmy@boombatower.com
3355
3356
- Update to 0.12.4 release.
3357
  https://github.com/jp9000/obs-studio/releases/tag/0.12.4
3358
3359
-------------------------------------------------------------------
3360
Wed Dec  9 06:05:59 UTC 2015 - jimmy@boombatower.com
3361
3362
- Change build requirement from libffmpeg-devel to ffmpeg-devel to
3363
  follow recent linking of ffmpeg to obs version.
3364
3365
-------------------------------------------------------------------
3366
Sat Dec  5 05:25:31 UTC 2015 - jimmy@boombatower.com
3367
3368
- Update to 0.12.3 release.
3369
  https://github.com/jp9000/obs-studio/releases/tag/0.12.3
3370
3371
-------------------------------------------------------------------
3372
Sat Nov 21 03:12:17 UTC 2015 - jimmy@boombatower.com
3373
3374
- Update to 0.12.2 release.
3375
  https://github.com/jp9000/obs-studio/releases/tag/0.12.2
3376
3377
-------------------------------------------------------------------
3378
Tue Nov 17 23:51:20 UTC 2015 - jimmy@boombatower.com
3379
3380
- Update to 0.12.1 release.
3381
  https://github.com/jp9000/obs-studio/releases/tag/0.12.1
3382
3383
-------------------------------------------------------------------
3384
Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
3385
3386
- Update to 0.12.0 release.
3387
  https://github.com/jp9000/obs-studio/releases/tag/0.12.0
3388
- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
3389
3390
-------------------------------------------------------------------
3391
Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
3392
3393
- Update to 0.11.4 release.
3394
  https://github.com/jp9000/obs-studio/releases/tag/0.11.4
3395
- Cut off git portion of version string in UI.
3396
- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
3397
  impossible to compile on obs for openSUSE 13.2.
3398
  https://obsproject.com/mantis/view.php?id=276
3399
3400
-------------------------------------------------------------------
3401
Sun Aug  9 06:20:02 UTC 2015 - jimmy@boombatower.com
3402
3403
- Update to 0.11.3 release.
3404
  https://github.com/jp9000/obs-studio/releases/tag/0.11.3
3405
3406
-------------------------------------------------------------------
3407
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
3408
3409
- Update to 0.11.2 release.
3410
  https://github.com/jp9000/obs-studio/releases/tag/0.11.2
3411
3412
-------------------------------------------------------------------
3413
Fri Jul 10 04:17:01 UTC 2015 - jimmy@boombatower.com
3414
3415
- Update to 0.11.1 release.
3416
  https://github.com/jp9000/obs-studio/releases/tag/0.11.1
3417
3418
-------------------------------------------------------------------
3419
Thu Jul  9 03:41:02 UTC 2015 - jimmy@boombatower.com
3420
3421
- Update to 0.11.0 release.
3422
  https://github.com/jp9000/obs-studio/releases/tag/0.11.0
3423
- Add curl build dependency.
3424
3425
-------------------------------------------------------------------
3426
Tue May 19 06:11:11 UTC 2015 - jimmy@boombatower.com
3427
3428
- Update to 0.10.1 release.
3429
  https://github.com/jp9000/obs-studio/releases/tag/0.10.1
3430
3431
-------------------------------------------------------------------
3432
Wed May 13 23:36:24 UTC 2015 - jimmy@boombatower.com
3433
3434
- Update to 0.10.0 release.
3435
  https://github.com/jp9000/obs-studio/releases/tag/0.10.0
3436
3437
-------------------------------------------------------------------
3438
Fri Mar 27 20:25:00 UTC 2015 - jimmy@boombatower.com
3439
3440
- Update to 0.9.1 release.
3441
  https://github.com/jp9000/obs-studio/releases/tag/0.9.1
3442
3443
-------------------------------------------------------------------
3444
Thu Mar 26 03:47:02 UTC 2015 - jimmy@boombatower.com
3445
3446
- Update to 0.9.0 release.
3447
  https://github.com/jp9000/obs-studio/releases/tag/0.9.0
3448
3449
-------------------------------------------------------------------
3450
Sat Feb 21 08:17:07 UTC 2015 - jimmy@boombatower.com
3451
3452
- Update to 0.8.3 release.
3453
  https://github.com/jp9000/obs-studio/releases/tag/0.8.3
3454
3455
-------------------------------------------------------------------
3456
Thu Feb 12 07:15:19 UTC 2015 - jimmy@boombatower.com
3457
3458
- Update to 0.8.2 release.
3459
  https://github.com/jp9000/obs-studio/releases/tag/0.8.2
3460
  https://github.com/jp9000/obs-studio/releases/tag/0.8.1
3461
  https://github.com/jp9000/obs-studio/releases/tag/0.8.0
3462
3463
-------------------------------------------------------------------
3464
Thu Jan 15 11:05:44 UTC 2015 - jimmy@boombatower.com
3465
3466
- Update to 0.7.3 release.
3467
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.3
3468
3469
-------------------------------------------------------------------
3470
Wed Jan  7 20:54:30 UTC 2015 - jimmy@boombatower.com
3471
3472
- Update to 0.7.2 release.
3473
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.2 and
3474
             https://github.com/jp9000/obs-studio/releases/tag/0.7.1
3475
3476
-------------------------------------------------------------------
3477
Thu Nov 13 10:35:34 UTC 2014 - jimmy@boombatower.com
3478
3479
- Initial 0.6.4 release.
3480
3481