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