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

Currently displaying revision 91 , Show latest

4939
 
1
-------------------------------------------------------------------
2
Fri Jul 30 07:19:35 UTC 2021 - Guillaume G. <guillaume@opensuse.org>
3
4
- Build on aarch64 as well
5
6
-------------------------------------------------------------------
7
Fri Jun 18 22:54:05 UTC 2021 - Jimmy Berry <jimmy@boombatower.com>
8
9
- Rebase patches:
10
  - 0001-Prefix-modinfo-with-sbin-since-not-in-normal-path.patch
11
  - 0002-Include-moonjit.patch
12
- Add OBS packaged cef_binary_4280_linux64.tar.bz2.
13
- Include browser build cmake options.
14
- Add dependencies:
15
  - libqt5-qtbase-private-headers-devel
16
  - pipewire-devel
17
- Disabled browser build as needs more packaging work.
18
19
-------------------------------------------------------------------
20
Fri Jun 18 19:10:41 UTC 2021 - jimmy@boombatower.com
21
22
- Update to version 27.0.1:
23
  * UI: Fix unused parameter warning
24
  * Update translations from Crowdin
25
  * libobs,deps/media-playback: Avoid bitfields
26
  * UI: Fix context bar crash
27
  * libobs: Update version to 27.0.1
28
  * UI: Handle mac-vth264 encoder ID change
29
  * UI: Optimize backup scene for undo/redo
30
  * obs-ffmpeg: Add missing return statement
31
  * UI: Fix filters changes not properly being added to undo stack
32
  * obs-ffmpeg: NVENC usage fixes
33
  * UI: Translate Undo action "Delete Scene" and include scene name
34
  * obs-ffmpeg: Support lack of Psycho Visual Tuning
35
  * UI: Don't execute or track empty SceneItem move actions
36
  * Revert "UI: Cleanup on_scenes_currentItemChanged function"
37
  * obs-ffmpeg: Add linear alpha setting
38
  * deps/media-playback: Plumb linear alpha flag
39
  * libobs: Plumb linear alpha flag
40
  * Revert "UI: Fix spamming of log when setting current scene"
41
  * CI: Bump dmgbuild to 1.5.2 to fix detach error
42
  * UI: Disable Copy Filters in scene list for scene with no filters
43
  * UI: Disable Copy Filters in Audio Mixer for source with no filters
44
  * obs-filters: Fix swapped chroma distance values
45
  * libobs: Assume sRGB instead of linear for 64 bpp
46
  * libobs: Restrict direct filtering to SRGB match
47
  * UI: Disable drag/drop on Linux scenes/sources (for now)
48
  * CI: Fix dmgbuild breaking CI by pinning its version number
49
  * libobs: Update version to 27.0.0
50
  * UI: Remove scene collection undo/redo actions
51
  * Update translations from Crowdin
52
  * obs-filters: Test if NVAFX is supported on load
53
  * UI: Fix OBS signal recursion
54
  * obs-transitions: Disable separate track matte file for now
55
  * UI: Correct add_action repeatable arg type
56
  * libobs: Straight alpha blend for filtered inputs
57
  * UI: Fix null string being passed to blog()
58
  * UI: Add Group/Ungroup Undo/Redo actions
59
  * UI: Do not allow new undo actions while undo disabled
60
  * UI: Add OBSBasic::BackupScene() with scene param
61
  * cmake: Fix Detours package name CMake warning
62
  * graphics-hook: Add Detours include dir
63
  * CI: Add check for code signing credentials used by notarization
64
  * win-capture: Remove D3D12 fix toggle
65
  * UI: Fix hide undo/redo not working with group items
66
  * libobs: Add obs_group_or_scene_from_source()
67
  * win-capture: Bump graphics hook version to 1.5.0
68
  * graphics-hook: Try multiple D3D12 queues
69
  * graphics-hook: Do not persist device unnecessarily
70
  * graphics-hook: More logging to help debugging
71
  * graphics-hook: Kill early return
72
  * graphics-hook: Give up on DXGI swap chain
73
  * graphics-hook: Reduce variable scopes
74
  * graphics-hook: Prevent recursive free
75
  * graphics-hook: Fix potential D3D12 device leak
76
  * graphics-hook: Use Detours for D3D12 hook
77
  * graphics-hook: Link Detours library
78
  * cmake: Add module for Detours
79
  * CI: Add versioning for dependencies zip file
80
  * obs-vst: Remove unused code
81
  * decklink-output-ui: Stop outputs when unloading
82
  * decklink-output-ui: Render texrender once per frame
83
  * UI: Add versioned sources to scene collection importer
84
  * UI: Fix scene collection importer OS translation
85
  * obs-transitions: Make sure gs calls are in graphics context
86
  * obs-filters: Fix blend state for Scale filter
87
  * obs-filters: Premultiply alpha for precision
88
  * libobs: Add srgb.h to CMakeLists.txt
89
  * obs-transitions: Fix memory leak
90
  * UI: Add paste source undo/redo actions
91
  * UI: Add disable push/pop to undo/redo stack
92
  * UI: Use "enabled" instead of "disabled" variable name
93
  * UI: Rename enable/disable funcs for undo/redo stack
94
  * cmake: Fix FindJack to support finding PipeWire's libjack
95
  * decklink: Fix crash during shutdown when output is on
96
  * obs-filters: Fix color key distance
97
  * libobs: Remove DrawAlphaBlend technique
98
  * image-source: Premultiply images on load
99
  * libobs: Support premultiplying images on load
100
  * libobs: Fix direct rendering test
101
  * obs-transitions: Use texrender with stacked track mattes
102
  * obs-transitions: Fix track matte rendering improper sizes
103
  * obs-transitions: Fix annoying log message
104
  * obs-transitions: Only check matte duration if matte exists
105
  * obs-transitions: Free matte texrender when not in use
106
  * obs-transitions: Remove unnecessary matrix push/pop
107
  * obs-transitions: Reset track matte texture in tick
108
  * Revert transition scaling fix
109
  * frontend-plugins: Fix script properties not updating
110
  * Revert "rtmp-services: Add Odysee.com"
111
  * obs-transitions: Blend in linear space
112
  * rtmp-service: Rename "stream key" for dacast
113
  * UI: Clear fade to black source
114
  * UI: Simplify fade to black code
115
  * cmake: Remove outdated osxbundle files
116
  * flatpak: Cleanup unwanted static libraries
117
  * Revert "flatpak: Disable obs-browser build"
118
  * UI: Disable transition props menu when transitioning
119
  * rtmp-services: Add Odysee.com
120
  * rtmp-services: Add Brime Live service
121
  * obs-filters: Fix unreferenced variable warning
122
  * libobs: Mark unused parameters
123
  * libobs: Fix uninitialized variable warning
124
  * libobs: Fix deadlock removing scene item
125
  * libobs-winrt,win-capture: Cursor toggle exceptions
126
  * win-capture: Fix WGC disable index for display
127
  * image-source: Premultiply alpha in shader
128
  * libobs: Support 64 bpp images
129
  * libobs: Add DrawAlphaBlend technique
130
  * obs-filters: Fix shader for LUT on OpenGL
131
  * image-source: Allow linear space alpha
132
  * obs-browser: Add SRGB flag
133
  * win-capture: Remove SRGB code
134
  * text-freetype2: Remove SRGB code
135
  * win-capture: Add OBS_SOURCE_SRGB flag
136
  * obs-text: Add OBS_SOURCE_SRGB flag
137
  * mac-capture: Add OBS_SOURCE_SRGB flag
138
  * linux-capture: Add OBS_SOURCE_SRGB flag
139
  * image-source: Add OBS_SOURCE_SRGB flag
140
  * libobs, obs-filters: SRGB backwards compatibility
141
  * UI: Fix rounding truncation
142
  * obs-transitions: Remove dead code
143
  * docs: Remove block quotes (#4621)
144
  * win-dshow: Add support for ASUS coupled audio
145
  * obs-browser: Update version to 2.14.2
146
  * README.rst: Use High DPI Discord Badge
147
  * UI: Move clearing of copy/paste variables
148
  * CI: Remove unneeded runtime deps
149
  * UI: Fix proprty Undo not updating settings properly
150
  * text-freetype2: Fix empty text not updating source
151
  * libobs: Add obs_source_reset_settings()
152
  * UI: Remove duplicate include
153
  * UI: Fix Undo/Redo for pasting multiple filters
154
  * obs-filters: Increase opacity precision
155
  * UI: Add Undo/Redo for single filter copy/paste
156
  * UI: Add Undo/Redo for pasting multiple filters
157
  * libobs: Add functions to backup/restore filters
158
  * obs-filters: Fix bad math in Color Key v1
159
  * UI: Fix missing files dialog starting hidden (macOS)
160
  * UI: Fix audio filter changes not being added to undo
161
  * UI: Fix audio filters being deleted not getting added to undo
162
  * UI: Fix undo/redo enabling redo with no items in redo
163
  * obs-filters: Handle premultiplied alpha input
164
  * libobs: Don't force premultiplied alpha on filters
165
  * CI: Use a stable version of the Flatpak action
166
  * UI: Use std::bind for visibility undo/redo action
167
  * UI: Add Undo/Redo for volume change/mute via main fader
168
  * UI: Add Undo/Redo items for adv. audio properties
169
  * UI: Add repeat protection for Undo/Redo
170
  * UI: Remove unnecessary Undo/Redo cleanup func
171
  * obs-filters: Use correct branding for NVIDIA Noise Removal
172
  * UI: Cleanup on_scenes_currentItemChanged function
173
  * UI: Add undo/redo actions for move up/down/top/bottom
174
  * text-freetype2: Render in nonlinear space
175
  * obs-filters: Check NVAFX is enabled before using mutexes
176
  * libobs: Fix crash in missingfiles when source is invalid
177
  * obs-filters: Better describe denoiser methods in menu
178
  * obs-filters: RTX denoiser, initialize only output channels
179
  * obs-filters: Initialize NVIDIA AFX in a thread
180
  * image-source: Use DrawNonlinearAlpha
181
  * libobs: Render async video with DrawNonlinearAlpha
182
  * libobs: Filter using premultiplied alpha
183
  * docs: Fix erroneous code example
184
  * libobs: Add DrawNonlinearAlpha technique
185
  * UI: Use scene backup/undo/redo funcs for reordering
186
  * UI: Refactor scene action undo/redo
187
  * libobs: Add obs_data_get_last_json()
188
  * obs-transitions: Nonlinear SRGB, swipe
189
  * obs-transitions: Nonlinear SRGB, slide
190
  * obs-transitions: Nonlinear SRGB, luma wipe
191
  * obs-transitions: Nonlinear SRGB, fade
192
  * obs-transitions: Nonlinear SRGB, fade to color
193
  * UI: Add missing locale text for reorder undo/redo
194
  * UI: Add undo/redo for source reordering
195
  * UI: Fix imported scene collection names duplicating
196
  * rtmp-services: Update Twitter.com
197
  * rtmp-services: Add Luzento.com
198
  * obs-transitions: Crop output of stinger media player
199
  * obs-transitions: Remove scaling of track matte texture
200
  * UI: Delete unimplemented declaration, LoadProfile()
201
  * CI: Use flatpak-builder subaction
202
  * CI,cmake: Fix macOS version information
203
  * linux-v4l2: Use flatpak-spawn when inside a Flatpak sandbox
204
  * UI: Fix crash when closing missing files window
205
  * UI: Fix invalid check for Remove Multiple Sources dialog result
206
  * UI: Add Undo/Redo for source visibility
207
  * UI: Make undo_stack types in-class and private
208
  * libobs: Add helper func to find a scene by name
209
  * libobs: Save obs_data json in compact form
210
  * UI: Fix missing Files dialog crash loading source icon
211
  * flatpak: Reenable browser source
212
  * win-dshow: Fix virtual camera CPU usage, add more comments
213
  * obs-filters: Increase luma key precision
214
  * mac-virtualcam: Hide logging behind debug flag
215
  * mac-capture: Add another virtual output loopback device
216
  * libobs: Return target vec not current when within EPSILON
217
  * mac-virtualcam: Fix memory leaks
218
  * UI: Use newer Twitch Dashboard docks for integration
219
  * obs-filters: Increase brightness precision
220
  * UI: Increase float property decimals based on step
221
  * UI: Fix undo data being saved when no changes occur
222
  * vlc-video: Ignore URLs when checking for missing files
223
  * CI: Specify arch for prebuilt deps
224
  * cmake: Automatically copy datatarget PDBs
225
  * UI: Add Undo/Redo for source visibility transitions
226
  * libobs: Add transition save/load functions
227
  * UI: Fix spamming of log when setting current scene
228
  * azure-pipelines.yml: Remove
229
  * README.rst: Replace Azure Pipelines badge with GitHub Actions
230
  * obs-ffmpeg: Expose psycho-aq setting
231
  * UI: Fix wrong behavior with undo/redo and groups
232
  * rtmp-services: Update Mixcloud
233
  * UI: Fix reordering scenes not working properly
234
  * UI: Update context bar when using undo/redo
235
  * UI: Force current scene when using undo/redo
236
  * flatpak: Disable obs-browser build
237
  * obs-browser: Emit fatal error if CEF or X11 is missing
238
  * obs-filters: Add color settings to correction v2
239
  * linux-capture: Ask for PipeWire if deps not found
240
  * plugins: Set obs-vst as a default requirement
241
  * plugins: Set obs-browser as a default requirement
242
  * UI: Fix Undo/Redo holding source references
243
  * libobs: Add obs_source_is_scene()
244
  * libobs: Add obs_obj_is_private()
245
  * libobs: Add obs_source_load2()
246
  * libobs: Add obs_source_enum_full_tree()
247
  * UI: Clear undo stack in ClearSceneData() instead
248
  * UI: Wipe undo/redo stack when switching scene collections
249
  * UI: Add maximum number of items in undo/redo stack
250
  * obs-browser: Disable browser panels on Wayland for now
251
  * win-dshow: Fix libdshowcapture formatting
252
  * UI: Conform transition duration in Scene Transition dock
253
  * obs-filters: Code cleanup for RTX denoiser
254
  * obs-filters: Fix initialization of RTX denoiser
255
  * linux-capture: De-escalate assertion to a warning
256
  * win-dshow/libdshowcapture: Update to 0.8.7
257
  * obs-filters: Perform chroma key in nonlinear space
258
  * obs-filters: Use new pattern for SRGB support
259
  * libobs: Add filter functions for SRGB support
260
  * libobs: Don't save temporarily removed sources
261
  * libobs: Remove unnecessary null check
262
  * CI: Enable build cache for the Flatpak workflow
263
  * flatpak: Use current tree for building OBS
264
  * Revert "UI: Remove unnecessary IS_WIN32 macro"
265
  * UI: Remove unnecessary IS_WIN32 macro
266
  * obs-browser: Update version to 2.14.1
267
  * UI: Add save notifications to status bar
268
  * rtmp-services: Update package counter
269
  * rtmp-services: Include format version in update URL
270
  * libobs: obs-scene type fixes
271
  * flibobs: Fix unnecessary truncation
272
  * libobs/util: Skip pointless free for null
273
  * libobs/util: Fix warnings for about null usages
274
  * obs-transitions: Add narrowing casts
275
  * UI: Ignore scene source which has been removed
276
  * win-dshow: Fix crashing when using a custom vcam placeholder
277
  * win-capture: Restore GL capture deduplication
278
  * UI: Fix crash on exit with stuck encoder
279
  * UI: Fix character to prevent VS2019 compiler error
280
  * UI/installer: Add exit codes for silent installer
281
  * UI: Fix wrong strings for Undo/Redo
282
  * docs: Document gs_texture_create_from_dmabuf
283
  * UI: Remove Qt5MacExtras
284
  * win-capture: Fix window capture stuck last frame
285
  * UI: Fix UI deadlock after dragging source
286
  * UI: Fix Horizontal Center Text
287
  * cmake: Improve OBS_VERSION undefined failure
288
  * obs-ffmpeg/ffmpeg-mux: Fix hang without global_stream_key
289
  * UI: Fix locale key name
290
  * UI: Remove ifdefs for Qt 5.9 and older
291
  * CI: Quote all bash variables containing paths
292
  * obs-ffmpeg: Enable macOS hardware decoding for media source
293
  * libobs: fix property group check
294
  * obs-x264: Set CRF value conditionally
295
  * obs-x264: Set sample aspect ratio to 1:1
296
  * obs-x264: Set timebase
297
  * CI: Disable PipeWire on Ubuntu
298
  * flatpak: Expose PipeWire socket
299
  * linux-capture: Return different descriptions for different captures
300
  * linux-capture: Add PipeWire-based capture
301
  * linux-capture: Shuffle around CMake code
302
  * build: Include gio-unix-2.0
303
  * libobs, libobs-opengl: add drm format param
304
  * docs: Update documentation about utility functions for undo/redo
305
  * UI: Undo/Redo Properties and Filters
306
  * UI: Undo/Redo context bar properties
307
  * UI: Undo/Redo Scene Collections
308
  * UI: Undo/Redo audio
309
  * UI: Undo/Redo Transformations
310
  * UI/libobs: Undo/Redo Sources and Scenes
311
  * UI: Initial Undo/Redo
312
  * UI: Fix canvas resolution in auto-config
313
  * flatpak: Don't specify luajit commit
314
  * obs-browser: Update version to 2.14.1
315
  * obs-browser: Update version to 2.14.0
316
  * win-dshow: Check return value of ReadFile
317
  * win-dshow: Check return values for memory allocation functions
318
  * win-dshow: Fix incorrect variable used in condition
319
  * win-dshow: Don't call DisableThreadLibraryCalls in virtualcam
320
  * win-dshow: Fix memory leak caused by using incorrect API
321
  * libobs: Fix obs_data_item_numtype returning null in some cases
322
  * text-freetype2: Updated defaults
323
  * libobs: Implement obs_data_get_defaults
324
  * obs-vst: Update to latest version
325
  * libobs-d3d11: Default to Intel IGPU on IGPU+DGPU systems
326
  * libobs-d3d11: Split InitFactory to InitAdapter
327
  * rtmp-services: Add Dacast
328
  * rtmp-services: Move service-specific files
329
  * libobs: fix property group check
330
  * obs-ffmpeg: Missing NVENC bounds check
331
  * obs-ffmpeg: Replace cast with numeric literal
332
  * frontend-tools: Remove Qt5X11Extras
333
  * decklink-output-ui: Remove Qt5X11Extras
334
  * UI: Add visibility transitions
335
  * UI: Copy Filters menu is active only if applicable
336
  * libobs: add helper for source filter count
337
  * obs-ffmpeg: Static analysis warnings
338
  * obs-ffmpeg: Use NVENC preset lookahead length
339
  * obs-ffmpeg: Align NVENC config values
340
  * obs-ffmpeg: Align NVENC buffer length
341
  * obs-ffmpeg: Align NVENC lookahead logic
342
  * obs-ffmpeg: PVT for NVENC fallback
343
  * obs-ffmpeg: Align NVENC vbvBufferSize
344
  * obs-ffmpeg: Align NVENC aqStrength
345
  * obs-ffmpeg: Don't set NVENC max dimensions
346
  * obs-ffmpeg: Align NVENC dts math
347
  * obs-ffmpeg: Use av_reduce on NVENC aspect ratio
348
  * UI: Remove x11info dependency
349
  * obs-filters: Simplify NVAFX SDK path lookup
350
  * obs-filters: Minor code cleanup
351
  * flatpak: Update dependencies
352
  * UI: Only set AA_DontCreateNativeWidgetSiblings on Wayland
353
  * obs-filters: Add RTX denoiser
354
  * rtmp-services: Make YouTube - RTMPS service the default
355
  * win-capture: Better laptop test for auto-selection
356
  * libobs: Add function to count GPU adapters
357
  * UI: Save video settings after 'Resize output (source size)'
358
  * UI: Add recommended settings for Aparat
359
  * obs-browser: Update version to 2.13.2
360
  * UI: Add css on Drag and Drop Adds parsing for the "layer-css" query param of URLs dragged into the main window, similarly to the other layer-* parameters already used.
361
  * UI: Make drag and drop file ext. case insensitive
362
  * docs: Add entries for Frontend API T-bar control
363
  * UI: Add Frontend API function to get value of T-bar
364
  * libobs: Fix crash when no context
365
  * UI: Remove UpdateSceneCollection function from header
366
  * cmake: Fix some Qt files not being logged in CMake output
367
  * cmake: Require Qt if UI is enabled
368
  * UI: Set Qt::AA_UseHighDpiPixmaps only on Qt5
369
  * UI: Explicitly include QFile
370
  * UI: Don't use QTextStream::setCodec in Qt6
371
  * UI: Set default string size arg for QT_UTF8 / QString::fromUtf8
372
  * UI: Force plugins to use version appropriate Qt Network
373
  * UI: Don't attempt to resize parent group when changing cursor
374
  * UI: Cleanup Qt for Qt6
375
  * UI: Fix Qt signal connection warnings
376
  * frontend-tools: Add edit script button
377
  * UI: Disable scroll and keyboard input for t-bar
378
  * UI: Remove unnecessary code
379
  * UI: Fix grid mode scenes overlapping
380
  * UI: Fix transform dialog for screen readers
381
  * UI: Remove redundant code
382
  * libobs/util: Compiler barriers for ARM64 atomics
383
  * UI: Fix memory leak with missing files dialog
384
  * UI: Use clicked signal for buttons in Missing FIles dialog
385
  * obs-ffmpeg: Fix bug with obs_source_media_play_pause
386
  * libobs: Minor fixes / code cleanups
387
  * libobs-d3d11: Avoid temporary ComPtr objects
388
  * decklink: Remove unnecessary obs-frontend-api dependency
389
  * UI: Use more accurate wording
390
  * UI: Fix typo
391
  * CI: Fix missing entitlements on CEF components for obs-browser
392
  * mac-virtualcam: DAL PlugIn check for custom png file
393
  * mac-vth264: Clean up encoder list
394
  * cmake: Remove pagezero_size from linker options
395
  * mac-capture: Adjust mHostTime to milliseconds
396
  * libobs: use clock_gettime_nsec_np() for macOS
397
  * CI: Update macOS dependencies bundle
398
  * mac-virtualcam: Handle missing DAL plugin destination directory
399
  * libobs/util: Split bus name from interface
400
  * libobs/util: Replace libdbus by GDBus
401
  * libobs/util: Rename struct field 'id' to 'cookie'
402
  * rtmp-services: Add ePlay service
403
  * mac-virtualcam: Fix codesign error after updating OBS
404
  * CI: Build on Ubuntu 18.04, use newer clang-format
405
  * UI: Fix output resolution not properly changing
406
  * UI: Fix locale name
407
  * obs-ffmpeg: Fix replay save callback not working properly
408
  * libobs-winrt: Make Close() failures non-fatal
409
  * graphics-hook: Fix build without COMPILE_D3D12_HOOK
410
  * win-capture: D3D12 swap chain queue usage
411
  * flatpak: Enable Wayland
412
  * libobs-opengl: Implement DMA-BUF importing on EGL renderers
413
  * deps-glad: Add DMA-BUF EGL extensions
414
  * libobs/graphics: Add Linux-only gs_texture_create_from_dmabuf()
415
  * rtmp-services: Add nanoStream Cloud / bintu
416
  * UI: Fix screen resolution for canvas size
417
  * flatpak: Disable browser for now
418
  * Revert "UI: Add ability for stingers to use filters"
419
  * UI: Check for Expose and PlatformSurface events to create display
420
  * UI: Make OBSQTDisplay::CreateDisplay() public and allow forcing creation
421
  * UI: Disable and ignore Always On Top on Wayland platforms
422
  * UI: Rename callback to match signal name
423
  * UI: Don't create obs_display when QTToGSWindow fails
424
  * UI: Destroy display when becoming invisible
425
  * UI: Retrieve Wayland surface from QWindow
426
  * libobs-opengl: Introduce an EGL/Wayland renderer
427
  * libobs-opengl: Try to use the platform display if available
428
  * libobs: Add a Wayland platform
429
  * UI: Add ability for stingers to use filters
430
  * rtmp-services: Add OPENREC.tv service
431
  * decklink-ui: fix double free of settings
432
  * win-dshow: Add autorotation toggle
433
  *  rtmp-services: update Piczel.tv recommended
434
  * obs-transitions: skip stinger size factors if track matte is disabled
435
  * obs-transitions: default size factors when track matte is disabled
436
  * obs-transitions: add track matte feature to the stinger transition
437
  * win-waspi: Make sure to unregister notification obj
438
  * win-wasapi: Add default audio device change detection
439
  * libobs/util: More atomic fixes
440
  * libobs/util: ARM atomic fixes
441
  * libobs: Include thread names in thread traces
442
  * Docs: Add obs_frontend_reset_video()
443
  * Frontend-API: Add obs_frontend_reset_video()
444
  * libobs: Update compare-exchange pattern
445
  * docs/sphinx: Update atomic API
446
  * libobs/util: Various atomic improvements
447
  * libobs: guard against lagging audio sources
448
  * libobs: transition: ignore sources with ts=0
449
  * mac-avcapture: Add additional capture presets
450
  * UI: Improve missing files text
451
  * linux-capture: Fail to load when running on EGL
452
  * UI: Set the Unix platform on startup
453
  * libobs: Introduce the concept of a Unix platform
454
  * libobs/nix: Move X11-specific code to obs-nix-x11.c
455
  * ci: Install qtbase5-private-dev on Linux
456
  * deps/glad: Make X11 required as well
457
  * libobs-opengl: Introduce the X11/EGL winsys
458
  * libobs-opengl: Factor out GLX winsys
459
  * libobs-opengl: Rename gl-x11.c to gl-x11-glx.c
460
  * deps-glad: Add EGL
461
  * UI: Add launch parameter to disable high-DPI scaling
462
  * obs-outputs: Fix RTMP restart not always working
463
  * UI: Fix unused parameter
464
  * UI: Avoid asprintf warning
465
  * linux-v4l2: Fix ignored return value
466
  * libobs: Avoid strncpy warning
467
  * libcaption: Fix static keyword placement
468
  * rtmp-services: Fix unused parameter
469
  * obs-filters: Fix unused parameters
470
  * libobs-opengl: Fix unused parameters
471
  * libobs: Fix unused parameter
472
  * libobs: Fix truncation warning on 32-bit Windows
473
  * linux-v4l2: added range check for try_connect()
474
  * libobs: Fix leaking obs-internal.h
475
  * UI: Don't define QT_NO_GLIB
476
  * UI: Reinstate native dialogs on Linux with browser enabled
477
  * linux-capture: Ensure locks are initialized
478
  * rtmp-services: Add PolyStreamer service
479
  * libcaption: Fix header missing in install
480
  * CI: Re-enable Python scripting support on CI for macOS
481
  * obs-scripting: Add Py 3.8+ C-API changes
482
  * libobs: Duplicate source name for private sources
483
  * win-capture: Add WGC desktop capture
484
  * libobs: gs_duplicator_get_monitor_index
485
  * CI: Enable service integration on Linux
486
  * libobs-winrt,win-capture: Support desktop capture
487
  * obs-browser: Fix panel build error on Windows and Linux
488
  * CI: Use CEF 4280 on GH Actions builds
489
  * obs-browser: Fix panel build error on macOS
490
  * obs-browser: Add Linux browser panel support
491
  * UI: Make BrowserDock native
492
  * UI: Cleanup native widgets
493
  * UI: Don't create native widget siblings
494
  * CI: use a KDE image for Flatpak
495
  * linux-capture: Fix lock ordering
496
  * libobs: Add function to get module lib
497
  * rtmp-services: Update MyFreeCams
498
  * rtmp-services: Add EventLive
499
  * rtmp-services: Fix trailing whitespace in services.json
500
  * UI: Close context menu on destroy of VolControl
501
  * UI: Fix crash when systray is not enabled
502
  * linux-v4l2: Improve module detection
503
  * libobs, linux-v4l2: Set thread names
504
  * linux-capture: Remove unused code
505
  * linux-capture: scan for re-created windows more often
506
  * linux-capture: XSelectInput tracking improvement
507
  * linux-capture: Capture windows by id first
508
  * obs-filters: Fix pow arguments
509
  * libobs: Fix dstr leak
510
  * obs-browser: Update color handling
511
  * obs-filters: Apply sharpness filter in linear space
512
  * obs-filters: Apply scale filter in linear space
513
  * obs-filters: Apply image mask filter in linear space
514
  * obs-filters: Apply GPU delay filter in linear space
515
  * obs-filters: Apply luma key filter in linear space
516
  * obs-filters: Apply color key filter in linear space
517
  * obs-filters: Apply color grade filter in linear space
518
  * obs-filters: Apply color correction filter in linear space
519
  * obs-filters: Apply chroma key filter in linear space
520
  * obs-transitions: Linear SRGB, swipe
521
  * obs-transitions: Linear SRGB, slide
522
  * obs-transitions: Linear SRGB, luma wipe
523
  * obs-transitions: Linear SRGB, fade
524
  * obs-transitions: Linear SRGB, fade to color
525
  * linux-capture: Support linear SRGB
526
  * mac-capture: Support linear SRGB
527
  * win-capture: Support linear SRGB
528
  * text-freetype2: Support linear SRGB
529
  * obs-text: Support linear SRGB
530
  * libobs-winrt: Support linear SRGB
531
  * image-source: Support linear SRGB
532
  * UI: Render previews in linear sRGB space
533
  * libobs: Final downsample with SRGB formats
534
  * libobs: Deinterlace as linear SRGB when needed
535
  * libobs: Update render_item to enable linear SRGB
536
  * docs/sphinx: Document SRGB changes
537
  * libobs: Add dormant SRGB format support
538
  * linux-v4l2: Add auto reset on timeout option
539
  * Revert "mac-avcapture: Add additional capture presets"
540
  * mac-avcapture: Add additional capture presets
541
  * UI: fix the maximum search length of Hotkeys Filter
542
  * libobs-opengl: SRGB-safe GLSL path for raw loads
543
  * UI: Replace deprecated QLayout->setMargin with setContentsMargin
544
  * libobs: Add os_is_obs_plugin function
545
  * ci: Add experimental Flatpak bundle
546
  * build-aux: Add Flatpak manifest
547
  * .gitignore: Remove duplicated .DS_Store
548
  * CI: Enable service integration in GitHub Actions
549
  * UI: fix unable to upload and view crash report in mac
550
  * deps: Update cmake_minimum_required to 2.8.12
551
  * obs-outputs: Use system-wide FTL if present
552
  * UI: Add interact button to source toolbar
553
  * UI: Fix color of filters icon
554
  * mac-virtualcam: Make DAL plugin filename case consistent
555
  * CI: Fix CEF version for both Linux & macOS
556
  * obs-browser: Update to 2.11.0
557
  * UI: Add missing files dialog
558
  * libobs: Add missing file API to sources
559
  * UI: Add support for OBS_PLUGINS*_PATH env variables
560
  * UI: Add virtual camera to system tray
561
  * libobs-winrt: Disable WGC border on insider SDK
562
  * libobs-winrt: Fix potential race crash
563
  * UI: Use FileNameWithoutSpace for screenshot output
564
  * rtmp-services: Use official Twitch endpoint to fetch ingests
565
  * rtmp-services: update Piczel.tv recommended
566
  * obs-frontend-api: Add frontend api functions for the virtual camera
567
  * UI: Support FTL URLs for custom streaming service
568
  * UI: Only apply passthrough DPI scaling on Windows
569
  * obs-ffmpeg: Always fully restart remote media sources
570
  * ftl-stream: Fix reconnect loop on FTL ingest disconnect
571
  * rtmp-services: Add Glimesh service
572
  * libobs: Cleanup uses of objc_msgSend in Objective-C code
573
  * UI: Fix crash when no audio backends are available
574
  * linux-v4l2: Improve error and debug logging
575
  * AUTHORS: Update authors from git
576
  * .mailmap: Disambiguate many more authors
577
  * cmake: Make mac vcam optional (enabled by default)
578
  * UI: Refactor importer to use GetUnusedSceneCollectionFile
579
  * UI: Make GetUnusedSceneCollectionFile usable elsewhere
580
  * win-capture: Typeless game capture textures
581
  * libobs-d3d11: Support typeless textures
582
  * libobs: Fix missing Linux libraries with certain flags
583
  * obs-filters: Fix color overlay in color correction
584
  * docs/sphinx: Add obs_properties_add_color_alpha
585
  * libobs: Support color picker with alpha
586
  * UI: Support color picker with alpha
587
  * obs-qsv11: Fix bframe=0 not working
588
  * .gitattributes: Normalize en-US.ini
589
  * libobs: Fix gs_duplicator_get_texture function check
590
  * CI: Fix cef version in full build
591
  * CI: Add dynamic number of processors to make calls on CI
592
  * CI: Force use of system-provided binaries for build script
593
  * libobs: Update version to 26.1.2
594
  * CI: Update Windows dependencies to VS2019 versions
595
  * CI: Update Windows Qt from 5.10.1 to 5.15.2
596
  * CI: Update macOS to CEF 4183
597
  * obs-browser: Update to 2.10.9
598
  * rtmp-services: Add CamSoda service
599
  * rtmp-services: Add MyFreeCams
600
  * UI: Enable HW acceleration switch for browser sources on Mac
601
  * libobs: Add texture sharing support for macOS/OpenGL
602
603
-------------------------------------------------------------------
604
Thu Apr  8 19:23:04 UTC 2021 - Jimmy Berry <jimmy@boombatower.com>
605
606
- Remove ffmpeg restriction to version 3 to avoid segfault.
607
608
-------------------------------------------------------------------
609
Wed Jan 06 18:27:38 UTC 2021 - jimmy@boombatower.com
610
611
- Update to version 26.1.1:
612
  * win-dshow: Fix dshowcapture not linking audio of certain devices
613
  * linux-jack: fix deadlock when closing the client
614
  * linux-jack: mark ports as JackPortIsTerminal
615
  * linux-jack: fix timestamp calculation
616
  * obs-browser: Initialize CEF early to fix macOS crash
617
  * libobs: Update version to 26.1.1
618
  * rtmp-services: Add Loola.tv service
619
  * rtmp-services: Fix json formatting
620
  * libobs: Avoid unnecessary mallocs in audio processing
621
  * UI: Fix padding on Acri context bar buttons
622
  * image-source: Fix slideshow transition bug when randomized
623
  * docs/sphinx: Add missing obs_frontend_open_projector
624
  * libobs: Update to SIMDe 0.7.1
625
  * libobs: Set lock state when duplicating scene item
626
  * libobs: Add definitions in ARCH_SIMD_DEFINES
627
  * cmake: Add ARCH_SIMD_DEFINES variable
628
  * coreaudio-encoder: Fix cmake for mingw
629
  * Revert "UI: Only apply new scaling behavior on newer installs"
630
  * UI: Only apply new scaling behavior on newer installs
631
  * UI: Support fractional scaling for Canvas/Base size
632
  * mac-virtualcam: Remove unnecessary logging
633
  * mac-virtualcam: Mark parameters as unused
634
  * image-source: Add .webp to "All formats" option
635
  * image-source: Add webp to file filter
636
  * CI: Remove jack, speex and fdk-aac from default builds for macOS
637
  * libobs, obs-ffmpeg: Use correct value for EINVAL error check
638
  * UI/updater: Increase number of download workers
639
  * UI/updater: Enable HTTP2 and TLS 1.3
640
  * UI: Fix name of kab-KAB locale
641
  * decklink: Fix automatic pixel format detection
642
  * CI: Fix macOS 10.13 crashes due to unsupported library symbols
643
  * UI/installer: Add additional VS2019 DLL check
644
  * mac-virtualcam: Fix file mode
645
  * CI: Run make with -j$(nproc)
646
  * CI: Remove obsolete and unused files
647
  * libobs: Add texture sharing support for macOS/OpenGL
648
  * CI: Add necessary changes for CEF 4183
649
  * UI/updater: Move in-use files away before writing
650
  * UI/updater: Always clean up temporary files
651
  * UI: Remove Smashcast from AutoConfig
652
  * rtmp-services: Remove Smashcast
653
654
-------------------------------------------------------------------
655
Tue Dec 15 23:25:38 UTC 2020 - Jimmy Berry <jimmy@boombatower.com>
656
657
- Add modinfo-use-full-path.patch for new v4l2lookback support.
658
659
-------------------------------------------------------------------
660
Tue Dec 15 03:46:49 UTC 2020 - jimmy@boombatower.com
661
662
- Update to version 26.1.0:
663
  * UI: Add deferred function to update context bar
664
  * UI: Fix installer/updater check for vs2019 32bit
665
  * Update translations from Crowdin
666
  * Revert #3856
667
  * linux-jack: fix timestamp calculation
668
  * linux-jack: fix deadlock when closing the client
669
  * linux-jack: mark ports as JackPortIsTerminal
670
  * linux-pulseaudio: fix race conditions
671
  * obs-browser: Add obsExit event
672
  * UI: Determine rate control after creating encoders
673
  * UI: Handle (de)select scene items queued
674
  * CI: Update macOS to Qt 5.15.2 and deps 2020-12-11
675
  * libobs: fix the pending stop trick
676
  * UI/updater: Fix dll check
677
  * UI: Remove jansson requirement from UI and updater
678
  * UI/updater: Update redist checks to VS2019
679
  * deps/json11: Update to most recent version
680
  * rtmp-services: Update Steam
681
  * libobs: Update version to 26.1.0
682
  * sndio: remove strerror_l
683
  * UI: Fix weird spacing in adv output FFmpeg recording
684
  * linux-v4l2: Fix bashism in v4l2loopback module detection
685
  * obs-scripting: Fix removing signal handlers in lua
686
  * UI: Correctly unregister Virtual Camera & Source Toolbar hotkeys
687
  * UI: Scale Interact cursor position based on display DPI
688
  * UI: Sync 'Copy Filters' enabled state in the Source context menu
689
  * mac-virtualcam: Build a universal x86_64+arm64 binary for M1 Macs
690
  * vlc-video: Free media struct
691
  * mac-virtualcam: Fix remaining global namespaces
692
  * UI: Allow enabling vod track on custom via ini
693
  * UI: Fix vod track working with custom server
694
  * UI: Fix vod track not working with twitch soundtrack
695
  * UI: Fix aac encoder name
696
  * libobs: Ignore non-fatal ffmpeg return values during remux
697
  * UI: Fix disabled sliders
698
  * UI: Remove redundant setting
699
  * UI: fix typo
700
  * UI/installer: Add additional VS2019 DLL check
701
  * UI: Use Qt::MiddleButton instead of deprecated Qt::MidButton
702
  * obs-browser: Update to 2.9.0
703
  * UI: Don't round non-integer High DPI scale
704
  * CI: Add decklink-captions to dylibbundler fixups
705
  * enc-amf: Fix inability to set bitrate in latest AMD driver
706
  * UI: Fix filter window rendering and accessible names
707
  * UI: Log success/failure for scene collection importer
708
  * UI: Prevent import failure for collections with slash in name
709
  * UI: Prevent name collision during scene collection import
710
  * UI: Various screen reader fixes
711
  * Update translations from Crowdin
712
  * libobs: Allow wrapping D3D11 object with gs_texture_t
713
  * UI: Fix Save Replay button staying highlighted
714
  * frontend-tools: Don't give every loaded filter focus
715
  * UI: Set default source toolbar visibility to true
716
  * obs-outputs: Log unhandled status description as debug level
717
  * mac-virtualcam: Fix global namespace issues in DAL plugin
718
  * cmake: Make sure to copy other mbedtls libraries
719
  * obs-browser: Don't inject CSS if the property is empty
720
  * UI: Force plugins to use our Qt5Network, not their own
721
  * cmake: Add Qt5Network to copied windows libs
722
  * CI: Remove explicit LANGUAGE flags for cmake 3.19+
723
  * obs-ffmpeg: Treat non-network errors as fatal too
724
  * Revert "obs-ffmpeg: Treat errors as fatal for non-network streams in ffmpeg-mux"
725
  * mac-virtualcam: Remove old test card
726
  * UI: fix build on older FreeBSD versions
727
  * win-capture: Update hook version
728
  * obs-ffmpeg: Treat errors as fatal for non-network streams in ffmpeg-mux
729
  * obs-ffmpeg: Treat EINVAL as non-fatal in ffmpeg-mux
730
  * win-capture: Clean up remaining /W4 warnings
731
  * obs-ffmpeg: Treat AVERROR_INVALIDDATA as non-fatal
732
  * obs-ffmpeg: Add error detection to ffmpeg-mux network streams
733
  * deps/media-playback: Fix audio segment duration calc
734
  * autotools: Remove config module
735
  * Revert "obs-ffmpeg: Add error detection to ffmpeg-mux"
736
  * mac-virtualcam: Update locales
737
  * UI: Detect other instances of obs on FreeBSD
738
  * win-capture: Fix our own Vulkan spec violation
739
  * Add sndio support (#3715)
740
  * Add OpenBSD support
741
  * UI: Add Twitch VOD track to simple output mode
742
  * cmake: Put decklink-captions in source folders
743
  * win-dshow: Add support for YUY2 in virtualcam
744
  * UI: Move "changed" when recreating output res widget
745
  * UI: Show service max resolution/framerate values to user
746
  * UI: Add service res/fps limitation support to settings
747
  * libobs: Change service max res. to res. list
748
  * UI: Allow blocking all signals if resetting downscales
749
  * UI: Add SetComboItemEnabled
750
  * win-capture: Warning fixes
751
  * libobs-winrt: Fix misnamed function
752
  * UI: Use macOS app icon for Qt app on macOS
753
  * UI: Fix tray icon menu handling on macOS
754
  * UI: Update macOS app icon
755
  * UI: Update tray icons to use masks on macOS
756
  * win-capture: Fix unused variables
757
  * UI: Fix compiler-specific error
758
  * UI: Move "enforce" setting to "ignore" stream section
759
  * UI: Refactor to make it easier to get service object
760
  * libobs: Implement obs_service func to get max bitrates
761
  * rtmp-services: Increase twitch audio bitrate
762
  * decklink: Fix compiling on linux
763
  * rnnoise: Explicit double to float conversions
764
  * rtmp-services: Add missing int cast
765
  * obs-ffmpeg: Add missing int cast
766
  * libobs-winrt: Fix BOOL/bool mismatch warning
767
  * libobs: Fix bad type and size mismatch
768
  * UI: Add VOD track support in advanced output
769
  * decklink: Clean up warnings introduced by caption code
770
  * CI: Remove caching of obs-deps for Github CI
771
  * decklink: Upgrade sdk to version 11.6
772
  * Remove BUILD_CAPTIONS build flag
773
  * decklink: Fix format detection loop
774
  * decklink: Add ability to ingest/embed cea 708 captions
775
  * linux-v4l2: avoid OOB write
776
  * linux-v4l2: Hide modinfo from terminal
777
  * UI: Don't update source context bar when hidden
778
  * vlc-video: Use case insensitive compare for valid extension check
779
  * CONTRIBUTING.rst: Update CONTRIBUTING doc
780
  * UI: Disable stream encoder setting in simple output with active output
781
  * Add virtualcam plugin to OBS codebase
782
  * UI: Detect other instances of obs on Linux
783
  * UI/installer: Use random temp directory for security
784
  * libobs: Add desktop session type to Linux log
785
  * rtmp-services: Add YouTube RTMPS beta service
786
  * rmtp-services: Add Viloud service
787
  * linux-v4l2: Add virtual camera output
788
  * win-dshow: Fix virtualcam crash and reference bug
789
  * UI: Add max cx/cy/fps clamp (if service specifies)
790
  * rtmp-services: Add max recommended cx/cy/fps for Facebook
791
  * rtmp-services: Add specifiable max cx/cy/fps in json
792
  * libobs: Add ability to get max cx/cy/fps from service
793
  * obs-ffmpeg: Add MX350 to blacklist
794
  * UI: Run Autoconfig Wizard on New Profile Creation
795
  * CI: Update macOS build script to support alternative build configs
796
  * obs-transitions: Expose hardware decoding for Stingers
797
  * libobs: Return default obj and array rather than current
798
  * UI: Report detailed output errors for Replay Buffer
799
  * CI: Fix Windows artifact issues and housekeeping
800
  * UI: Fix replay buffer saved event in advanced mode
801
  * docs: Fix GitHub Actions doc check warnings
802
  * linux-alsa: Support more device formats
803
  * UI: Detect other instances of obs on macOS
804
  * UI: Add duplicate filter
805
  * obs-filter: Fix potential symbol clashing on Linux
806
  * UI: Update Twitch Get Stream Key link
807
  * UI: Apply minimum width to Stats fields
808
  * UI, libobs: Add ability to copy/paste single filter
809
  * UI: Keep showing time when paused
810
  * obs-ffmpeg/ffmpeg-mux: Fix issue with HLS
811
  * obs-ffmpeg: Add ability to debug ffmpeg-mux subprocess
812
  * UI: Fix text clipping on non-English locales in certain locations
813
  * win-capture: Fix D3D leaks on swap chain release
814
  * rtmp-services: Add YouTube HLS service selection
815
  * obs-ffmpeg: Add HLS output
816
  * obs-ffmpeg: Allow using stream keys with muxer
817
  * obs-ffmpeg: Allow specifying mux settings directly
818
  * obs-ffmpeg/ffmpeg-mux: Use separate printable URL target
819
  * obs-ffmpeg/ffmpeg-mux: Set codec->time_base if avformat < 59
820
  * obs-ffmpeg/ffmpeg-mux: Add ability to get FFmpeg logging
821
  * UI: Find YouTube via starting string, not full match
822
  * UI: Add support for "More Info" link from service
823
  * obs-ffmpeg/ffmpeg-mux: Fix variable case
824
  * obs-ffmpeg: Move muxer structure/funcs to header
825
  * UI: Fix replay buffer frontend event not triggering
826
  * UI/obs-frontend-api: Fix replay buffer save event ABI break
827
  * UI: Add replay buffer saved event to the frontend api (#3592)
828
  * UI: Prevent disabling replay buffer if it's active
829
  * CI: Add virtualcam GUID to win builds
830
  * CI: Remove deprecated use of `set-env` in Github Actions
831
  * Docs: Fix Frontend Finish Loading event
832
  * UI: Set focus back to label after source rename
833
  * UI: Apply custom_rtmp service settings to srt output
834
  * rtmp-services/rtmp-custom: Apply repeat_headers video setting to srt output
835
  * obs-ffmpeg: Allow video headers repetition in IDR and bitstream for jim-nvenc
836
  * obs-x264: Allow repeat_headers and annexb parameters to be set
837
838
-------------------------------------------------------------------
839
Mon Oct 19 16:02:28 UTC 2020 - Jimmy Berry <jimmy@boombatower.com>
840
841
- Remove c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch.
842
- Add fix-luajit-include-path.patch from palica@liguros.net to
843
  resolve Lua script building.
844
845
-------------------------------------------------------------------
846
Wed Oct 07 02:43:06 UTC 2020 - jimmy@boombatower.com
847
848
- Update to version 26.0.2:
849
  * UI: Fix selecting correct transition when deleting
850
  * UI: Fix non-default transitions going below add vals
851
  * libobs: Update version to 26.0.2
852
  * UI/installer: Add avutil/swscale to file in use check
853
  * coreaudio-encoder: Actually fix coreaudio loading
854
  * libobs: Update version to 26.0.1
855
856
-------------------------------------------------------------------
857
Mon Oct 05 15:46:17 UTC 2020 - jimmy@boombatower.com
858
859
- Update to version 26.0.1:
860
  * coreaudio-encoder: Fix path on windows
861
  * coreaudio-encoder: Refactor windows import
862
  * rtmp-services: Update AfreecaTV
863
  * Revert "UI: Delete existing fullscreen projector"
864
  * win-capture: Update hook version
865
  * win-dshow: Fix decoupled audio with EVGA/magewell
866
  * libobs-winrt: Use native cursor draw for WGC
867
  * win-capture: Violate Vulkan spec for compatibility
868
  * obs-ffmpeg: Add error detection to ffmpeg-mux
869
  * obs-ffmpeg: Signal a remote disconnect for network streams from ffmpeg-mux
870
  * Revert "mac-capture: show actual windows in Window Capture sources"
871
  * UI: Greatly improve main window repaint performance
872
  * win-capture: Fix mask handling on some color cursors
873
  * CI: Fix swig dependency on FreeBSD
874
  * cmake: Fix finding libfdk header path
875
  * UI: Fix tab order for controls dock
876
  * CI: Use tag number only for macOS plist when triggered by version tag
877
  * rtmp-services: Remove weabook.live
878
  * UI: Skip ChromeOS test on FreeBSD
879
  * rtmp-services: Set actual integer value of bframes in services
880
  * UI: Implement exit on CTRL + Q for linux
881
  * UI: Disable QT's implicit colourspace conversion on macOS
882
  * UI: Move "Add [transition]" to bottom of combo
883
  * UI/updater: Fix cmd prompts popping up registering vcam
884
  * UI/updater: Fix race condition
885
886
-------------------------------------------------------------------
887
Mon Sep 28 16:27:40 UTC 2020 - jimmy@boombatower.com
888
889
- Update to version 26.0.0:
890
  * libobs: Update version to 26.0.0
891
  * Fix translator names
892
  * Update translations from Crowdin
893
  * UI: Clarify system tray code
894
  * UI: Fix formatting
895
  * UI: Miscellaneous code cleanups
896
  * UI: Fix "Add [transition]" not being translated
897
  * UI: Add translation for "Add [x]"
898
  * UI: Always parse log contents for Log Viewer as UTF-8
899
  * v4l2-linux: Fix fourcc order
900
  * v4l2-linux: Fix nv12 linesize
901
  * UI: Fix screenshots preventing auto-remux
902
  * UI: Use correct APPDATA for installer
903
  * UI: Various installer script updates
904
  * rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers
905
  * deps/media-playback: Fix time at non-standard speeds
906
  * libobs: Check if output active when setting encoders
907
  * frontend-tools: Free xdisplay on Linux auto scene switcher
908
  * UI: Add file-in-use check for virtualcam module dlls
909
  * rtmp-services: Added Mux to services.json
910
  * UI: Create output before calling start stream event
911
  * UI: Do not always have log viewer loaded
912
  * win-dshow: Set current working directory in VirtualCam scripts
913
  * linux-v4l2: Fix boolean and menu control types
914
  * UI: Fix certain buttons turning up white in dark theme
915
  * obs-scripting: Fix script_path() python mem corruption
916
  * UI:Fix crash on log upload
917
  * CI: Update notarisation process for Github CI
918
  * obs-ffmpeg: Add missing translable string for "Profile"
919
  * CI: Sign and notarize macOS builds on new tags
920
  * win-capture: Increment graphics hook version
921
  * CI: Fix Azure macOS pipeline to use new build script
922
  * obs-filters: Remove unnecessary files
923
  * obs-filters: Use builtin rnnoise dep if not found
924
  * CI: Bump macOS-deps version to include rnnoise
925
  * obs-ffmpeg: fix crash with rawvideo
926
  * UI: Fix recording check when using url output
927
  * CMake: Set PIC for all library targets
928
  * UI: Unset bandwidth test on non-Twitch service / disconnect
929
  * UI: Don't warn about bandwidth test mode if not authed
930
  * rtmp-services: Add SHOWROOM
931
  * win-capture: Improve game capture messages
932
  * deps/media-playback: Fix fast-forward after reset
933
  * win-dshow: Fix bug determining closest audio config
934
  * UI: Fix vcam button not changing colors when checked
935
  * UI: Replace/simplify device toolbar
936
  * win-dshow: Add "activate" proc to proc handler
937
  * win-dshow: Fix 24bit audio not being detected correctly
938
  * win-dshow: Fix AJA devices crashing
939
  * UI: Remove duplicate media timer code
940
  * libobs: Deprecate service multitrack check
941
  * deps/media-playback: Fix pause continually running loop
942
  * UI: Remove redundant word
943
  * enc-amf: Update AMD encoder submodule
944
  * UI: Fix scene tree event handling
945
  * Update VIDEO_CS_DEFAULT to mean 709 instead of 601
946
  * win-dshow: Add VirtualCam installer scripts
947
  * cmake: Add function for installing data from abs path
948
  * win-dshow: Use cmake-based GUID for virtualcam
949
  * UI: Ensure tray icon is themed in all cases
950
  * UI: Change the default color setting in the UI from sRGB to 709
951
  * UI: Refine context bar
952
  * UI: Allow adjusting media slider with arrow buttons
953
  * UI: Use correct constant for CryptDecodeObjectEx
954
  * libobs/media-io: Fix suspicious memset behavior
955
  * UI: Set restart state when there is no media
956
  * UI: Make SetupOutputs virtual instead of ignoring vcam
957
  * UI: Save Freetype Text source color from Source Toolbar
958
  * win-capture: Put window capture update data in a mutex
959
  * UI: Fix auto-remux not working w/ slash filesnames
960
  * UI: Do not show tray icon if not active
961
  * UI: Do not show media controls on network media source
962
  * UI: Fix crash when starting vcam before other outputs
963
  * UI: Fix maximum size on image source toolbar
964
  * UI: Fix source toolbar color selection on color source
965
  * UI: Fix studio mode load bug
966
  * UI: Fix rec time left not showing in stats
967
  * vlc-video: Fix format conversion typos
968
  * UI: Fix memory leak when dropping files
969
  * UI: Fix source ref bug causing crash on exit
970
  * mac-capture: Filter non-trivial windows
971
  * win-capture: Fix Vulkan crash on minimize restore
972
  * win-capture: Add Vulkan instance creation fallback
973
  * win-capture: Vulkan variable naming consistency
974
  * UI: Fix compiler warning about needing parenthesis
975
  * docs/sphinx: Fix mismatched typedefs
976
  * docs/sphinx: Fix incorrect callback information
977
  * CI: Remove clang format Mac check
978
  * win-dshow: Add file description for virtual camera DLL
979
  * obs-vst: Support older Qt versions
980
  * win-dshow: Use constant reference for virtualcam CLSID
981
  * win-dshow: Reduce size of virtualcam placeholder image
982
  * libobs: Check data validity for media sources
983
  * vlc-video: Fix possible undefined behavior in format conversion
984
  * obs-vst: Fix VST detection in home directory on Linux
985
  * obs-browser: Update to 2.8.7
986
  * CI: Update macOS deps to fix crash from invalid linking
987
  * obs-filters: Cleanup CMake
988
  * UI: Add missing tab stop fields in Settings
989
  * UI: Fix compile warnings about deprecated QT usage
990
  * libobs: Log Windows 10 Hardware GPU Scheduler
991
  * plugins: Clear compile warnings on Linux
992
  * UI: Fix output channels not being deleted
993
  * UI: Disable scene rename shortcut key while renaming
994
  * UI: Fix tray icon appearing when disabled in settings
995
  * win-capture: Fix excessive window capture logging
996
  * UI: Remove unnecessary obs_properties_apply_settings
997
  * UI: Defer device properties to separate thread
998
  * UI: Put context combo box operations in functions
999
  * CI: Update macOS CLI build script
1000
  * UI: Make image source toolbar expand
1001
  * UI: Disable properties button if no properties
1002
  * UI: Remove null source warnings
1003
  * UI: Clear context bar on scene collection change
1004
  * UI: Align Advanced Audio Percent toggle to Volume text
1005
  * UI: Add maximize and minimize support to Log Viewer
1006
  * UI: Bring Log Viewer to front instead of closing
1007
  * CI: Add Sphinx Docs generator Github Action
1008
  * obs-outputs: Remove legacy multitrack code
1009
  * UI: Don't open second dialog if close event is ignored
1010
  * obs-ffmpeg: Fix crash when seeking with no media
1011
  * UI: Fix projector not working on secondary monitors
1012
  * obs-filters/obs-outputs: Cleanup unused var warns
1013
  * win-capture: Robust Vulkan swap chain handling
1014
  * UI: Fix always on top w/ projectors on Linux
1015
  * UI: Add OBSBasic::ClearProjectors()
1016
  * UI: Fix transition enumeration
1017
  * UI: Change cursor when interacting with the preview
1018
  * UI: Fix hotkeys auto repeating
1019
  * obs-filters: Fix building without noise reduction
1020
  * win-capture: Update graphics hook version
1021
  * obs-outputs: Check support for mbedtls func
1022
  * obs-outputs: Fix Windows memory leak
1023
  * UI: Fix multiview update regression
1024
  * obs-outputs: Add support for metadata-based multitrack
1025
  * obs-outputs: Don't assume @setDataFrame
1026
  * obs-x264: Fix memory leak
1027
  * libobs: Fix underlinking X11
1028
  * text-freetype2: Fix x,y bounds for text outline and shadow
1029
  * libobs-winrt: Device loss crash prevention
1030
  * win-capture: Remove unused strings
1031
  * UI: Do not process unnamed sources for hotkeys
1032
  * UI: Render tabs and spaces in Log Viewer
1033
  * obs-outputs: Enable Windows mbedTLS threading support
1034
  * UI: Change default sample rate to 48 kHz
1035
  * obs-filters: Add option to use RNNoise for noise reduction
1036
  * UI: Fix obsolete filters showing up
1037
  * oss-audio: Improve /dev/sndstat parsing on FreeBSD
1038
  * obs-x264: Discard excess warning for e2k
1039
  * cmake: Discard excess warnings for e2k
1040
  * cmake: Enable SIMD for Elbrus architecture
1041
  * cmake: Conditionalize -fopenmp-simd
1042
  * UI: Source Toolbar
1043
  * image-source: Transition when restarting slideshow
1044
  * obs-scripting: Fix removing signal handlers in python Closes #3218
1045
  * UI: Provide Open button in the Log Viewer
1046
  * UI:Show "Get Stream Key" to users of Facebook CDN
1047
  * image-source: Use media control api for slideshow
1048
  * Revert "image-source: Add proc handler calls to slideshow"
1049
  * CI: Add QtNetwork to bundle to restore Streamdeck support
1050
  * README.rst: Remove Mantis
1051
  * libobs: Add functions to get locale text from modules
1052
  * libobs: Add function to get module pointer
1053
  * libobs: Add OBSRef::Get()
1054
  * image-source: Add proc handler calls to slideshow
1055
  * image-source: Play if play_pause() called while stopped
1056
  * UI: Add missing refresh icon to acri qss file
1057
  * libobs: Fix undefined behavior
1058
  * win-capture: Remove Vulkan CTS workaround
1059
  * mac-decklink: Fix C++ virtual function warnings
1060
  * CI: Update macOS deps version to fix unmet Qt plugin dependencies
1061
  * libobs: Fix deferred update sometimes using stale data
1062
  * UI: Clarify and improve locale text
1063
  * UI: Move View -> Toolbars -> Listboxes
1064
  * UI: Remove unused action
1065
  * UI: Mac fix — remove wizard background padding
1066
  * UI: Check and fail when launched under ChromeOS
1067
  * UI: Remove unused variable
1068
  * UI: Add log viewer window
1069
  * frontend-tools: Add "Open file location" menu item for scripts
1070
  * frontend-tools: Add context menu to Scripts list
1071
  * UI: Redesign transitions dock
1072
  * UI: Use case-insensitive sort for "show all" services
1073
  * UI: Add ability to make screenshots
1074
  * UI: Simplify path generation code
1075
  * oss-audio: Use util_mul_div64() to do time scaling
1076
  * obs-ffmpeg: Set async video frame immediately when seeking
1077
  * deps/media-playback: Add seek callback
1078
  * libobs: Add func to set async video frame immediately
1079
  * CI: Fix Brew Bundler breaking without prior brew update
1080
  * rtmp-services: Add api.video service
1081
  * rtmp-services: Add Nimo TV auto server
1082
  * UI: Make macOS 'always on top' more aggressive
1083
  * UI: Fix clickable text on properties with tooltips
1084
  * libobs: Add util/sse2neon.h to CMakeLists
1085
  * obs-qsv11: Fix bug mapping old qsv settings to new
1086
  * libobs: Call enum_all_sources in check for enum_all_sources
1087
  * win-capture: Make Vulkan frame data local to queue
1088
  * win-capture: Hide Vulkan linked list internals
1089
  * win-capture: Improve Vulkan hook stability
1090
  * obs-ffmpeg: Clear texture when starting playback
1091
  * libobs: Update async texture when showing preloaded video
1092
  * UI: Remove OBSContext class and shutdown in run_program
1093
  * CI: Disable Python on macOS
1094
  * CI: Disable Python for Mac PR automation
1095
  * CI: Remove Mixer cmake variables
1096
  * rtmp-services: Remove Mixer servers and checks
1097
  * UI: Remove Mixer integration
1098
  * deps/media-playback: Don't EOF while paused and seeking
1099
  * deps/media-playback: Preload video when seeking paused
1100
  * win-dshow: Fix virtual camera filter name
1101
  * win-dshow: Fix virtual camera enable bug
1102
  * rtmp-services: Fix memory leak
1103
  * obs-ffmpeg: Fix race and deprecation warnings
1104
  * libobs/media-io: Add missing codec_tag set
1105
  * deps/media-playback: Remove unused #define
1106
  * deps/libff: Remove very old version check
1107
  * UI: Fix warning about missing override
1108
  * UI: Switch 601 to sRGB as default color space
1109
  * UI: Add sRGB option to colorSpace output setting
1110
  * media-playback: Leverage VIDEO_CS_SRGB
1111
  * obs-x264: Improve color space handling
1112
  * obs-ffmpeg: Improve color space handling
1113
  * libobs: Add VIDEO_CS_SRGB support
1114
  * obs-ffmpeg: Fix FFmpeg deprecation warnings
1115
  * libobs/media-io: Fix FFmpeg deprecation warnings
1116
  * libobs: Fix FFmpeg deprecation warnings
1117
  * UI: Add flag/file to disable built-in updater
1118
  * frontend-tools: Make links in script description clickable
1119
  * UI: Use non-native file dialog w/ Linux
1120
  * rtmp-services: drop Restream.io FTL support
1121
  * libobs: Add arm support
1122
  * UI, obs-ffmpeg, obs-filters: Fix compile warnings
1123
  * coreaudio-encoder: Fix encoding of 4.0 speaker layout
1124
  * deps/media-playback: Reset TS when seeking
1125
  * CI: Disable building OBS with Python scripting support on macOS
1126
  * CI: Add fix for macOS builds failing on push for Azure CI
1127
  * rtmp-services: Update Uscreen service
1128
  * win-capture: Log duplicator display when updating properties
1129
  * linux-v4l2: Fix case of variables to snake_case
1130
  * obs-outputs: Use FLV codec IDs for videocodecid/audiocodecid
1131
  * obs-ffmpeg: Fix play pause crash
1132
  * libobs/util: Use is_padding() for wcsdepad as well
1133
  * libobs/util: Fix potential crash
1134
  * Revert "UI: Match Windows taskbar state to tray icon"
1135
  * Revert "Merge pull request #3110 from WizardCM/taskbar-color-setting"
1136
  * libobs: Translate F13-F24 hotkeys on Windows
1137
  * win-capture: Remove fixed-size Vulkan arrays
1138
  * rtmp-services: Add "Taryana - Apachat" streaming service
1139
  * UI: Add setting for taskbar color
1140
  * UI: Add informative messages to auto-config dialog
1141
  * UI: Set remove prompt default action
1142
  * win-capture: Fix 32-bit Vulkan capture
1143
  * CI: Update build script to use pre-built SWIG and QT dependencies
1144
  * obs-qsv11: Simplify UI quality parameters
1145
  * obs-qsv11: Enable VDEnc on ICL+
1146
  * obs-qsv11: Add latency mode to QSV settings
1147
  * UI: Update Facebook get stream key URL
1148
  * UI: Make color consistent, don't show alpha value
1149
  * obs-qsv11: Set preference for encode to iGPU in case of i+i
1150
  * UI: Delete projector when monitor is disconnected
1151
  * obs-ffmpeg: Allow continuous network streaming
1152
  * UI: Show help text for launch parameters on Windows
1153
  * libobs: Fix video scalar copy heights
1154
  * UI: Add virtual camera to UI
1155
  * win-dshow: Add Virtual Camera (Windows)
1156
  * UI: Add TBar controls to obs-frontend-api
1157
  * UI: Allow the use of Esc key to quit settings window
1158
  * frontend-tools: Add defaults button to script dialog
1159
  * obs-ffmpeg: Add auto reconnect to remote media sources
1160
  * UI: Fix scene switcher not detecting some windows
1161
  * UI: Fix unreadable Connecting Stream button
1162
  * win-capture: Don't use Chrome classes for priority
1163
  * win-capture: Decouple swap and frame indices
1164
  * obs-ffmpeg, UI: Allow slash in recording names
1165
  * UI: Add always on top checkbox to projector context menu
1166
  * mac-capture: Add several virtual audio drivers to Desktop audio
1167
  * libobs: Add sample unit tests leveraging cmocka
1168
  * CI: Quick fix to cover pre-installed Homebrew dependencies for macOS
1169
  * UI: Add window projector option "fit to content"
1170
  * rtmp-services: Add weabook.live
1171
  * UI: Fix pause/replay buttons having large width
1172
  * rtmp-services: Update Lahzenegar RTMP
1173
  * win-capture: Remove game capture scaling
1174
  * UI: Update volmeters at 60hz
1175
  * UI: Fix warnings for Qt 5.15
1176
  * rtmp-services: Remove offline servers/services
1177
  * win-capture: Reset command pool rather than buffer
1178
  * rtmp-services: Add VIMM
1179
  * color-source: Change default color to d1d1d1
1180
  * rtmp-services: Update AfreecaTV
1181
  * UI: Enable Get Stream Key Button for Trovo service
1182
  * rtmp-services: Update Madcat service
1183
  * UI: Add 64bit windows checks to installer
1184
  * libobs: Reset audio data on timestamp jump
1185
  * rtmp-services: add angelthump
1186
  * UI/updater: Use 1 MB static memory for hashing
1187
  * UI/updater: Fix running updater as different user
1188
  * UI/updater: Exit with error if elevation failed
1189
  * obs-outputs: Log unhandled rtmp status responses
1190
  * obs-outputs: Handle rtmp NetStream.Publish.BadName response
1191
  * UI: Don't try to create service if missing file
1192
  * UI: Don't try to load replay buffer hotkey if null
1193
  * libobs: Fix right edge for "video scaler"
1194
  * libobs: Fix right edge of some videos
1195
  * libobs: Fix right edge for JPEG images
1196
  * UI: Auto update projector settings
1197
  * UI: Fix projector always on top not working on Linux
1198
  * UI: Delete existing fullscreen projector
1199
  * deps/media-playback: Use SWS_POINT instead of SWS_FAST_BILINEAR
1200
  * deps/media-playback: Use OBS YUV(A)444P to RGB conversion
1201
  * libobs: Use autoreleasepool for graphics thread
1202
  * win-capture: Remove dead VkResult values
1203
  * libobs/media-io: Remove unused code
1204
  * oss-audio: Add en-US translation data file
1205
  * UI: Fix GetPreferredLocales locale detection
1206
  * cmake: Update minimum Windows SDK version
1207
  * UI: Update NSIS installer script
1208
  * libobs-winrt: Require Windows 10 SDK 19041
1209
  * image-source: Don't check for changes when hidden
1210
  * Revert "Merge pull request #2993 from brittneysclark/enable_vdenc"
1211
  * rtmp-services: Add Mixcloud
1212
  * libobs: Unload modules while OBS core is active
1213
  * libobs: Remove excessive null checks
1214
  * libobs: Use correct data pointer for hotkey pair
1215
  * win-capture: Improve Vulkan synchronization
1216
  * libobs: Fix os_get_executable_path_ptr on Linux
1217
  * libobs-winrt: Move project to core VS filter
1218
  * cmake: SIMDe & GCC? then enable OpenMP 4 SIMD
1219
  * libos: Freshen SIMDe code copy
1220
  * docs: Remove Doxyfile
1221
  * docs: Remove Doxygen
1222
  * obs-qsv11: Simplify UI subjective quality parameters
1223
  * UI: Change audio device string in settings
1224
  * CI: Improve formatcode.sh efficiency
1225
  * obs-filters: Misc code cleanups detected by PVS Studio
1226
  * linux-v4l2: Selective stream restart
1227
  * obs-ffmpeg: Show friendly error for NV_ENC_ERR_INVALID_VERSION
1228
  * UI: Set 8x8 as minimum selectable resolution
1229
  * UI: Add percent checkbox to advanced audio dialog
1230
  * win-capture: Better matching of internal UWP windows
1231
  * UI: Don't show alpha value for color source
1232
  * UI: Fixed case to match what the files are named
1233
  * CI: Require VLC in CI builds, Fix VLC
1234
  * cmake: Fix warnings and normalize variables/errors
1235
  * libobs: Fix potential truncation warnings
1236
  * libobs: WinRT and dispatcher init on graphics thread
1237
  * libobs-winrt: Add dispatcher queue API
1238
  * Revert "Merge pull request #2637 from kkartaltepe/cmake-variety-fixes"
1239
  * UI: Install public headers for frontend-api
1240
  * obs-vst: Fix crash when the blocksize is smaller than frames
1241
  * obs-vst: Compile the vst plugin on linux
1242
  * UI: Fix wrong path in the crash message dialog
1243
  * UI: Swap to new srt output
1244
  * obs-ffmpeg: Use obs-ffmpeg-mux for mpegts network output
1245
  * obs-ffmpeg: Move file read error to separate function
1246
  * UI: Fix GetUnusedSceneCollectionFile filename creation
1247
  * UI: Make select/deselect signals work w/ group items
1248
  * obs-ffmpeg: Enable mpegts network URL for ffmpeg-mux
1249
  * UI: Allow drag & drop reorder of property lists
1250
  * UI: Fix bug where stats dock steals focus of main windows
1251
  * UI: Hide script tabs if no python settings
1252
  * obs-x264: Log ignored options
1253
  * obs-x264: Log only options given to libx264
1254
  * obs-x264: Refactor tokenizing of options
1255
  * win-capture: Ignore cloaked windows
1256
  * obs-qsv11: Enable VDEnc on ICL+
1257
  * obs-qsv11: Add latency mode to QSV settings
1258
  * UI: Log monitoring type for global audio devices
1259
  * libobs-winrt: Fix WGC minimize handling
1260
  * libobs: Return target instead of current in calc_torquef
1261
  * win-capture: Reset WGC fail flag for new window
1262
  * cmake: Add cmake folders
1263
  * win-capture: Fail on unsupported Vulkan formats
1264
  * UI: Restore theme if settings window exit with [x]
1265
  * frontend-tools: Automatically select scripts
1266
  * libobs: Remove log entry for CoInitializeEx pass
1267
  * libobs/util: Fix POSIX event bugs
1268
  * libobs: Fix da_reserve early return logic
1269
  * mac-capture: Use resize instead of reserve
1270
  * CI: Add all-in-one macOS build script
1271
  * win-capture: Log window capture method
1272
  * UI: Match Windows taskbar state to tray icon
1273
  * libobs-winrt: win-capture: Detect GraphicsCaptureItem closure
1274
  * CI: Update Github Actions with caching and macOS improvements
1275
  * obs-ffmpeg: Fix AVFrame handling in FFmpeg output
1276
  * UI/updater: Fix launching OBS as admin post-update
1277
  * deps/glad: Fix build with GCC-10
1278
  * vlc-video: Allow metadata retrieval through proc_handler
1279
  * rtmp-services: Update Switchboard Live servers
1280
  * rtmp-services: Add Xlovecam.com streaming service
1281
  * libobs: Use SetThreadDescription if possible
1282
  * libobs: Fix unnecessary duplication
1283
  * UI: Remove unused variable
1284
  * libobs: Update version to 25.0.8
1285
  * libobs-opengl: Lock Mac parent context during present
1286
  * plugins: Add oss-audio plugin
1287
  * libobs: Add Windows 10 release version to crash log
1288
  * obs-ffmpeg: Update error message in process_packet
1289
  * text-freetype2: Add Enable Antialiasing option
1290
  * rtmp-services: Update GameTips.TV
1291
  * obs-text: Add Enable Antialiasing option
1292
  * obs-scripting: Expose platform functions to scripts
1293
  * obs-plugins: Check if sources are showing for media hotkeys
1294
  * vlc-video: Enable building the plugin on FreeBSD
1295
  * libobs: add ppc64(le) specific flags to libobs.pc
1296
  * rtmp-services: Add Nimo TV
1297
  * linux-capture: Add support for cropping input source
1298
  * libobs: Don't check filter compatibility on not loaded sources
1299
  * UI: Remove first run auto-config prompts
1300
  * libobs: Don't allow duplicating scene sources
1301
  * UI: Highlight unknown audio device label in settings
1302
  * UI: sort audio sources by name locale aware
1303
  * obs-filters: 3D LUT tetrahedral interpolation
1304
  * UI: Add button to Analyzer in the Log Reply window
1305
  * UI: Add description to Log Reply window
1306
  * UI: Differentiate between crash & session log dialogs
1307
  * UI: Hide Help icon in Log Reply window
1308
  * libobs: Implement and use better scaling function for 64-bit integers
1309
  * cmake: Fix warnings and normalize variables/errors
1310
  * obs-ffmpeg: Rename and add more VAAPI levels
1311
  * obs-ffmpeg: Expose VAAPI profile choices
1312
  * win-capture: Verify VK_KHR_external_memory_win32 support
1313
  * win-capture: Cleaner COM usage
1314
  * win-capture: Use VkAllocationCallbacks
1315
  * UI: Remove language region
1316
  * UI: Use standard resolutions with auto-config
1317
  * libobs-opengl: Support 3D texelFetch
1318
  * obs-filters: Implement CUBE LUT domain properly
1319
  * UI: Don't clip meters when resizing with no input
1320
  * UI: Fix buttons changing minimum window width
1321
  * media-playback: Unbuffered Media Source
1322
- Remove c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch.
1323
1324
-------------------------------------------------------------------
1325
Wed Jul  8 01:42:05 UTC 2020 - Jimmy Berry <jimmy@boombatower.com>
1326
1327
- Add c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch to resolve
1328
  gcc10 build failure.
1329
1330
-------------------------------------------------------------------
1331
Mon Apr 27 18:55:30 UTC 2020 - jimmy@boombatower.com
1332
1333
- Update to version 25.0.8:
1334
  * Revert "Merge pull request #1786 from brittneysclark/qsv_texture_based_encoding"
1335
  * libobs: Update version to 25.0.8
1336
  * CI: Update macOS deps to fix lua
1337
  * obs-ffmpeg: Add error message for non-zero GPU
1338
  * obs-ffmpeg: Add localization for NVENC error messages
1339
  * libobs: Clear last error on encoder shutdown
1340
  * obs-ffmpeg: Preserve error message from new NVENC
1341
  * obs-ffmpeg: Log why new NVENC might not be used
1342
  * UI: Remove requirement for replay buffer hotkey
1343
  * obs-filters: Add a user label to the LUT filter
1344
  * CI: Fix Azure Pipelines macOS runs
1345
  * obs-browser, obs-vst: Fix formatting
1346
  * UI: Update OSX to macOS in English translation
1347
  * rtmp-services: Add VirtWish service
1348
  * rtmp-services: Change Stripchat streaming service
1349
  * UI: Add white icons for dock titles
1350
  * Revert "UI: Remove unnecessary global variables"
1351
  * libobs-opengl: Fix viewport flip
1352
  * CI: Add main Github Actions workflow for branch pushes and PRs
1353
  * UI: Remove unnecessary global variables
1354
  * UI: Adjust a few margins
1355
  * obs-vst: Fix formatting
1356
  * obs-browser: Fix formatting
1357
  * UI: Remove all scenes in ClearSceneData
1358
  * libobs: Don't save removed sources
1359
  * rtmp-services: Update ChathostessModels service (#2745)
1360
  * obs-qsv11: Enable QSV texture-based encoding
1361
  * libobs: Fix plugin folder search path case on macOS
1362
  * UI: Add status icons for recording and streaming
1363
  * CI: Add freetype dep on osx
1364
  * rtmp-services: Add WASDTV (#2697)
1365
  * docs/sphinx: Add Property Grouping
1366
  * libobs: Update version to 25.0.6 (mac release)
1367
  * obs-vst: Don't allow widget close on macOS
1368
  * CI: Add qt5-xml package for FreeBSD build task
1369
  * linux-jack: Fix conversion from channels to speaker layout
1370
  * obs-ffmpeg: Fix media source not closing file when inactive
1371
  * UI: Refuse drop operations from our own widgets
1372
  * UI: Fix projector on other than primary display
1373
  * linux-v4l2: Fix build with Clang 10.0
1374
  * obs-ffmpeg: Add error text for NVENC AVERROR_EXTERNAL
1375
  * obs-ffmpeg: Use new encoder error handling functions
1376
  * libobs: Add support functions for encoder error handling
1377
  * mac-syphon: Move the syphon plugin over to ARC
1378
  * CI: Rewrite new deps paths in obs-ouputs.so
1379
  * CI: Move clang format check into a seperate github workflow
1380
  * UI: Fix warning when compiling with Clang 10
1381
  * UI: Properly apply hide cursor on fullscreen projectors
1382
  * rtmp-services: Add niconico
1383
  * rtmp-services: Update castr.io rtmp ingest list
1384
  * UI: Fix missing includes
1385
  * libobs: Update version to 25.0.5 (mac release)
1386
  * libobs-opengl: Fix atan2 HLSL->GLSL transpile
1387
  * libobs-opengl: Add sincos to HLSL->GLSL transpile
1388
  * obs-browser: Fix formatting
1389
  * libobs/util: FreeBSD/Dragonfly exec path support
1390
  * UI: Log global audio devices and their filters
1391
  * CI: Update dependencies on macOS
1392
  * mac-capture: update owner_pid in `update_window`
1393
  * mac-capture: Use int in place of NSNumber for owner_pid
1394
  * deps: lzma: also use .note.GNU-stack on FreeBSD
1395
  * mac-capture: Only find window by window id when owner name and pid match
1396
  * mac-capture: Use window id to identify windows on MacOS
1397
  * plugins: Build ALSA plugin for FreeBSD
1398
  * UI: Fix previewLabel styling
1399
  * obs-outputs: Fix warnings WITH_RTMPS=OFF
1400
  * UI: Require selected source for Transform shortcut
1401
  * CI: Update macOS dependencies
1402
  * rtmp-services: Fix memory leak when update rtmp-custom-service.
1403
  * CI: Make processor count consistent
1404
  * rtmp-services: Update Bongacams servers and settings
1405
  * UI: Don't open Studio Mode's Program label in a window
1406
  * CMake: Build Windows modules with file descriptors
1407
1408
-------------------------------------------------------------------
1409
Sun Apr 05 21:29:12 UTC 2020 - jimmy@boombatower.com
1410
1411
- Update to version 25.0.4:
1412
  * libobs: Update version to 25.0.4
1413
  * win-capture: Update graphics hook version to 1.1.4
1414
  * UI: Don't stretch server field in Qt 5.14
1415
  * obs-browser: Fix interact keyboard input on Linux
1416
  * Decklink: Fix crash when no matching device
1417
  * libobs: Fix macOS 10.15 hotkey crash (temporary)
1418
  * win-capture: Fix crash if GPU can't Vulkan capture
1419
  * docs/sphinx: Bump major OBS version
1420
  * UI: Use Qt dialogs for Font & Color Pickers on Linux
1421
  * obs-qsv11: Fix QuickSync LA_ICQ encoder settings
1422
  * rtmp-services: Remove executable bits from json files
1423
  * obs-ffmpeg: Expose old NVENC on Windows 7
1424
  * UI: Fix text handling for dialogs
1425
  * libobs-winrt: Stronger exception handling
1426
  * UI: Fix silent scenes with imported SL scenes
1427
1428
-------------------------------------------------------------------
1429
Tue Mar 24 15:03:52 UTC 2020 - jimmy@boombatower.com
1430
1431
- Update to version 25.0.3:
1432
  * libobs: Update to 25.0.3 (linux hotfix once again)
1433
  * linux-v4l2: Fixup invalid id
1434
  * libobs-d3d11: Log device PCI IDs
1435
  * obs-outputs: Fix mbed TLS build issues
1436
1437
-------------------------------------------------------------------
1438
Mon Mar 23 16:10:08 UTC 2020 - jimmy@boombatower.com
1439
1440
- Update to version 25.0.2:
1441
  * linux-v4l2: readonly controls cause infinite loop
1442
  * libobs: Update version to 25.0.2 (linux hotfix)
1443
  * UI: Set correct window title for fullscreen projector
1444
  * CI: Update Linux CI from Ubuntu 16.04 to 18.04
1445
  * UI: Make links in updater clickable
1446
  * obs-filters: Fix LUT file extension filter on Linux
1447
  * win-wasapi: Fix leaking IPropertyStore
1448
  * win-wasapi: Fix crash on certain devices
1449
  * obs-qsv11: Fix target usage values
1450
  * UI: Fix crash on settings update
1451
  * libobs: Add move assignment operator for BPtr
1452
  * libobs: Fix missing assignment operator return
1453
  * libobs: Fix size mismatch warning
1454
  * libobs: Handle noexcept warnings
1455
  * UI: Make Importer destructor virtual
1456
  * UI: Add setting for Mixer add-on choice
1457
  * linux-capture: Use RandR monitors for screen information
1458
1459
-------------------------------------------------------------------
1460
Thu Mar 19 19:26:37 UTC 2020 - jimmy@boombatower.com
1461
1462
- Update to version 25.0.1:
1463
  * libobs: Update version to 25.0.1
1464
  * libobs-winrt: Fix missing parentheses
1465
  * UI: Fix memory leak
1466
  * Revert "win-capture, libobs: Show names of displays in Display Capture"
1467
  * obs-browser: Fix a few crashes
1468
  * UI: Fix preview state when minimizing to tray
1469
  * UI: Remove unnecessary vertices for preview
1470
  * UI: Get actual projector monitor name on windows
1471
  * obs-ffmpeg: Make sure to show FFmpeg NVENC on non-windows
1472
  * libobs-winrt: Catch more hresult exceptions
1473
  * win-capture: Retry with last known window if first fails
1474
  * UI: Restart when browser hardware acceleration changed
1475
  * libobs-winrt: win-capture: Clean up error handling
1476
1477
-------------------------------------------------------------------
1478
Wed Mar 18 18:46:43 UTC 2020 - jimmy@boombatower.com
1479
1480
- Update to version 25.0.0:
1481
  * win-capture: Fix potential crash due to unhandled exceptions
1482
  * libobs: Update version to 25.0.0
1483
  * Update translations from Crowdin
1484
  * rtmp-services: Add getloconow
1485
  * rtmp-services: Fix formatting
1486
  * UI: Fix closing OBS before showing whats new dialog
1487
  * obs-browser: Fix crash with certain settings combo
1488
  * libobs: Fix audio not playing back with audio lines
1489
  * UI: Enable BTTV login popup
1490
  * UI: Turn off T-bar mode when going out of studio mode
1491
  * libobs: Reset manual state when forcing transition target
1492
  * Revert "libobs: Add extra reference when source is displayed"
1493
  * Revert "libobs: Only manipulate input source ref counts"
1494
  * win-capture: Destroy winrt in graphics thread
1495
  * libobs: Remove repeated semicolons
1496
  * libobs: Add task scheduling features
1497
  * UI: Increment filter name automatically
1498
  * UI: Update stream key link for YouStreamer
1499
  * libobs: Fix another group id comparison
1500
  * Make cert revocation check fails non-fatal on Win
1501
  * win-capture/graphics-hook: Separate some debugging stuff
1502
  * win-capture: Vulkan surface refactor
1503
  * UI: Support Unicode for Windows fullscreen projectors
1504
  * UI: Fix filter rename crash
1505
  * UI: Update Contribute link in about box
1506
  * libobs: Check return value from obs_scene_add_internal
1507
  * UI: Fix preview scaling on scene collection change
1508
  * obs-vst: Fix lockup/race on shutdown
1509
  * Revert "graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10"
1510
  * win-capture/graphics-hook: Add a bit of logging
1511
  * win-capture: Handle vkCreateSwapchainKHR errors
1512
  * libobs: Remove legacy libobs data search path
1513
  * libobs: Remove legacy module search path
1514
  * win-capture: Try window handle 0 if actual handle fails
1515
  * win-capture: Use full app obj name for keepalive mutex
1516
  * libobs: Don't render audio if context not initialized
1517
  * libobs: Fix groups not being recognized as groups
1518
  * libobs: Handle removed plugins for versioned sources
1519
  * libobs: Don't return false, return NULL
1520
  * libobs: Fix crash when querying versioned id
1521
  * tests: fix missing parameter when calling obs_display_create
1522
  * win-capture/graphics-hook: Make vulkan layer all capital
1523
  * libobs: Fix source type versioning system
1524
  * image-source: Don't use video info for color source size
1525
  * libobs: Compare scene/group ids by strcmp
1526
  * win-capture: Increment graphics hook version
1527
  * win-capture/graphics-hook: Fix reacquire bug
1528
  * win-capture: Always copy file when debugging
1529
  * win-capture/graphics-hook: Log vulkan capture dimensions
1530
  * UI: Fix windowed multiview title
1531
  * obs-scripting: Add missing Python imports
1532
  * win-capture, libobs: Show names of displays in Display Capture
1533
  * UI: Show monitor names for projectors
1534
  * win-capture: Allow write permission on graphics hook
1535
  * win-capture: If elevated, replace HKCU reg entry with HKLM
1536
  * win-capture: Remove SYNCHRONIZE permission
1537
  * libobs-winrt: win-capture: HDC cursor capture for WGC
1538
  * win-capture: Restore Vulkan 1.1 version hack
1539
  * win-capture: Support VK_FORMAT_A8B8G8R8_UNORM_PACK32
1540
  * obs-ffmpeg: Make sure hotkeys are actually pressed
1541
  * win-capture/graphics-hook: Fix wrong HWND
1542
  * win-dshow: Fix rotation not working in all cases
1543
  * win-capture: Set ALL APPLICATION PACKAGES perms if elevated
1544
  * UI/updater: Add perms for ALL APPLICATION PACKAGES
1545
  * win-capture: Remove microsoft store from capture blacklist
1546
  * linux-v4l2: Use LP64 macro to determine pointer size
1547
  * win-capture: Vulkan capture clean-up
1548
  * win-capture: Clean up various VC++ warnings
1549
  * obs-outputs: Fix RTMP authentication
1550
  * win-capture: Fix format string warning
1551
  * win-capture: Increment graphics hook version
1552
  * libobs: Only manipulate input source ref counts
1553
  * win-capture: Handle NULL VkApplicationInfo
1554
  * UI: Fix override transition not working
1555
  * UI: Do not disable t-bar
1556
  * UI: Fix scenes as sources for SL import
1557
  * UI: Lower minimum dock size
1558
  * win-capture: Find correct window even if it's minimized
1559
  * CI: macOS use qt 5.14.1
1560
  * obs-ffmpeg: Fix some incorrect settings for srt output
1561
  * UI: Remove unused variable
1562
  * UI: Call setWindowFlags before setupUi
1563
  * UI: Fix importing SL collections with repeated names
1564
  * obs-browser: Fix CEF initialization conflict
1565
  * UI: Dynamically set widget index when renaming sources
1566
  * CMake: Disable incremental linking on Windows
1567
  * win-capture: Disable correct capture method index
1568
  * CMake: Enable /OPT:REF for Windows
1569
  * CI: Remove merge conflict bot for now
1570
  * CI: Fix some macOS build settings
1571
  * win-capture: Prevent WGC being selected when unavailable
1572
  * UI: Move OBSBasicSettings to scoped block
1573
  * UI: Don't add removed sources when refreshing LoadAudioSources
1574
  * UI: Use invokeMethod to refresh LoadAudioSources
1575
  * UI: Fix preview not being re-enabled on maximize
1576
  * win-dshow: Add support for devices that relay rotation
1577
  * libobs: Add ability to rotate async sources
1578
  * UI: Show help icon for properties with tooltips
1579
  * obs-ffmpeg: Fix type conversion warning
1580
  * win-capture: Fix registry lookup bug
1581
  * win-capture: Check hook version before capture init
1582
  * win-capture: Add Vulkan capture
1583
  * win-capture: Use full DLL path for inject helper
1584
  * win-capture/graphics-hook: Don't allow multiple hooks
1585
  * cmake: Add FindVulkan module
1586
  * win-capture: Refactor create_hook_info
1587
  * win-capture/graphics-hook: Refactor mutex check
1588
  * libobs/util: Add dll version compare func
1589
  * libobs/util: Use MAX_PATH for absolute path funcs
1590
  * win-capture/graphics-hook: Fix OBS detection
1591
  * win-capture/graphics-hook: Add flog and flog_hr
1592
  * CI: Fix case of PlugIns directory
1593
  * obs-outputs: Update FTL sdk to latest version
1594
  * Revert "libobs: Fix audio keyframe issue"
1595
  * obs-browser: Fix crash with replay buffer events
1596
  * win-capture: Preserve current window setting
1597
  * win-capture: Move window capture method below window
1598
  * Decklink: Fix crash when no device selected
1599
  * frontend-plugins: Refactor Decklink out UI
1600
  * UI: Remove dock margins
1601
  * libobs-d3d11: Enable NV12 for Intel on newer platforms
1602
  * obs-browser: Update to 2.8.2
1603
  * UI: Fix compiling error with older QT
1604
  * CI: Build CEF on Linux
1605
  * obs-browser: Enable Linux support
1606
  * libobs: Handle empty path in os_get_path_extension
1607
  * libobs-opengl: Fix Mac VAO created without context
1608
  * libobs-winrt: win-capture: Support client area toggle for WGC
1609
  * win-capture: Hide settings if Automatic is WGC
1610
  * UI: Use deleteLater() rather than explicit delete
1611
  * UI: Reserve correct number of elements in vector
1612
  * cmake: Copy a few missing dependency files
1613
  * UI: Reserve correct number of elements in vector
1614
  * UI: Make t-bar smaller
1615
  * obs-browser: Fix formatting
1616
  * deps/media-playback: Fix formatting
1617
  * obs-browser: Update browser to 2.8.0
1618
  * libobs: Pump graphics loop one final time for cleanup
1619
  * UI: Fix compilation warning re signed/unsigned
1620
  * libobs/util: Retry pipe writes to avoid short-write failures
1621
  * win-capture: Add 'auto' method to window capture
1622
  * CMake: Add check for Win SDK 10.0.18362.0 or above
1623
  * CMake: Rquire CMake 3.16
1624
  * libobs-winrt: Add PCH
1625
  * win-capture: Windows Graphics Capture support
1626
  * libobs-winrt: Add module for WinRT functionality
1627
  * CI: Use VS 2019 and windows-2019 VM image
1628
  * win-capture: Add support for finding windows via EnumWindows
1629
  * libobs: Add extra reference when source is displayed
1630
  * libobs: Pump Win32 messages on the graphics thread
1631
  * libobs: Support device loss registration
1632
  * libobs: Make ComPtr header self-sufficient
1633
  * libobs: Don't strip whitespace from config values
1634
  * UI: Return 0 when launch cancelled or failed
1635
  * CI: Remove unused Linux script
1636
  * obs-outputs: Properly reset stream count on RTMP_Close
1637
  * UI: Don't set audio encoder track index in Adv Output
1638
  * UI: Fix Import Profile in Portable Mode
1639
  * obs-scripting: Update text source IDs
1640
  * UI: Allow custom browser delete button to fill the cell
1641
  * UI: Fix table heading visibility in Acri
1642
  * win-ivcam: Fix build issue with CMake 3.16
1643
  * image-source: Increase slideshow limit to 400MB
1644
  * rtmp-services: Add Whalebone.tv
1645
  * obs-ffmpeg: Mark FFmpeg NVENC as internal
1646
  * UI: Hide encoder if marked internal
1647
  * UI: Allow rescaling for texture-based encoders
1648
  * obs-ffmpeg: Fall back to FFmpeg nvenc if recale active
1649
  * libobs: Add obs_encoder_scaling_enabled()
1650
  * win-capture: Fix hook collisions with multiple game captures
1651
  * decklink: Fix crash when no outputs are available
1652
  * CI: Add github workflow to tag merge conflicts
1653
  * UI: Fix locked sources being transformed
1654
  * obs-vth264: Manually mark priority bits for VideoToolbox frames
1655
  * UI: Add ability to lock volume
1656
  * UI: Restart program when audio/locale changed
1657
  * UI: Use OBS dock menu instead of Qt dock context menu
1658
  * UI: Add advanced scene collection importer
1659
  * Revert "mac-vth264: Manually mark priority bits for frames"
1660
  * UI: Fix preview not being disabled when minimized
1661
  * deps/media-playback: Fix buffering/sync issues
1662
  * libobs: Remove unused variable
1663
  * libobs: Fix audio keyframe issue
1664
  * UI: Allow resizing docks when hotkeys are disabled
1665
  * rtmp-services: Add Madcat
1666
  * rtmp-services: updating castr.io rtmp ingests
1667
  * rtmp-services: Uncanny.gg
1668
  * obs-ffmpeg: Use callbacks when starting/ending
1669
  * deps/media-playback: Simplify seek/time code
1670
  * libobs: Restore order
1671
  * CI: Fail osx and linux on build failures. Fix decklink clang-format
1672
  * UI: Add missing function declaration
1673
  * decklink: Fix formatting
1674
  * decklink: Log decklink API version on plugin load
1675
  * UI: Add Chromium-compatible NSApplication subclass
1676
  * libobs: fix obs_sceneitem_group_XXX_item API
1677
  * docs/sphinx: Fix missing parameter in documentation
1678
  * libobs: Add group functions that can signal refresh
1679
  * libobs: Make group subitem add/remove funcs signal refresh
1680
  * UI: Watch for refresh signal in source list
1681
  * libobs: Add refresh signal to scenes
1682
  * docs/sphinx: Fix typo
1683
  * libobs: Fix Mac linker error
1684
  * docs/sphinx: add media controls
1685
  * docs/sphinx: add source icon
1686
  * README.rst: Remove retired CI services
1687
  * obs-ffmpeg: Add media hotkeys
1688
  * obs-ffmpeg: Add media control support
1689
  * vlc-video: Add media control support
1690
  * UI: Fix transitions being disabled
1691
  * UI: Use absolute path for portable mode multi check
1692
  * UI: Show source icons in Advanced Audio Properties
1693
  * win-capture: Faster display / window capture updates
1694
  * UI: Always prompt when updates are available
1695
  * libobs/util: Fix incorrect assertion in darray_insert_array
1696
  * UI: Fix incorrect parameter
1697
  * UI: Fix incorrect parameter value
1698
  * deps/media-playback: Fix formatting
1699
  * obs-transitions: Halve stinger padding to 250ms
1700
  * libobs: Add media control support to backend
1701
  * obs-outputs: Remove hard-coded certificate paths on Linux
1702
  * mac-capture: Fix redundant call
1703
  * UI: Fix transtions not enabled
1704
  * UI: Use input validator on resolution line edit
1705
  * libobs: Add obs_scene_find_source_recursive
1706
  * UI: Don't allow resolutions too large
1707
  * obs-outputs: Remove server support from librtmp
1708
  * obs-outputs: Remove unused variable
1709
  * obs-outputs: Fix build with older mbedtls versions
1710
  * CI: Add libmbedtls-dev
1711
  * obs-outputs: Show UI error if the root certs don't load
1712
  * obs-outputs: Enable logging before calling RTMP_Init
1713
  * obs-outputs: Add additional paths for root certificates on Linux
1714
  * obs-transitions: Set stinger media source's name
1715
  * enc-amf: Update to 2.7.0
1716
  * obs-outputs: Fix librtmp mbedtls thread safety
1717
  * UI: Fix aspect ratio triggering settings change
1718
  * UI: Fix t-bar not working with transition override
1719
  * linux-v4l2: Mark aarch64 and mips n64 as known platform
1720
  * libobs: Build SIMDE on platforms without SSE2
1721
  * rtmp-services: Add Uscreen
1722
  * libobs, obs-x264: Fix compiler warnings
1723
  * deps/obs-scripting: Fix incorrect parameter type
1724
  * UI: Add option to toggle source icons to View menu
1725
  * UI: Fix Qt 5.14 deprecation warnings
1726
  * libobs: Rename DEPRECATED to OBS_DEPRECATED
1727
  * docs/sphinx: Add obs_group_from_source
1728
  * docs/sphinx: Add obs_enum_scenes
1729
  * audio-monitoring: Fix Pulse Audio crash
1730
  * libobs: Add VIDEO_CS_SRGB enum value
1731
  * image-source: Fix color source default size
1732
  * rtmp-services: Update SermonAudio entry (#2324)
1733
  * Remove Appveyor
1734
  * obs-text: Change default size of text to 256
1735
  * text-freetype2: Change default size of text to 256
1736
  * image-source: Change default size to size of canvas
1737
  * libobs: Add the ability to make sources obsolete
1738
  * UI: Fix studio mode transition bugs
1739
  * win-dshow: Fix upside-down RGB DIBs
1740
  * UI: Support DnD overlay in linuxbrowser
1741
  * UI: Add drag and drop for URLs
1742
  * UI: Make dropped HTML files use canvas size
1743
  * obs-filters: Add Cube LUT samples
1744
  * obs-filters: Add Cube LUT file support
1745
  * libobs: Add basic support for half floats
1746
  * libobs-opengl: Fix missing GL_HALF_FLOAT usages
1747
  * librtmp: Allow partial success for mbedtls
1748
  * UI: Fix audio restart message not hiding
1749
  * UI: Display aspect ratios in video settings
1750
  * media-playback: Add functions to pause/seek media source
1751
  * docs/sphinx: Fix obs_property_list_item_disable entry
1752
  * obs-outputs: Fix mbedtls use of deprecated functions
1753
  * rtmp-services: Update/remove services
1754
  * UI: Upgrade stream key link to button in Wizard
1755
  * libobs: Log windows release version
1756
  * libobs: Find windows version
1757
  * UI: Fix QResizeEvent leaks
1758
  * mac-vth264: Fix encoder list leak
1759
  * CMake: Fix build on ppc64
1760
  * libobs-opengl: Fix volume texture leak
1761
  * obs-ffmpeg: Fix VC++ warnings
1762
  * obs-scripting: Add Python functions for frontend events
1763
  * libobs-d3d11: Don't allow volume render targets
1764
  * libobs-opengl: Don't allow volume render targets
1765
  * UI: Supply Windows manifest file
1766
  * UI: Properly inform user if recording path is invalid
1767
  * rtmp-services: Add show-it.tv
1768
  * UI: Change remux file paths to OS style separators
1769
  * libobs/UI: Support monospace font in multiline text property
1770
  * UI: Halve width of tab in multiline text property
1771
  * UI: Fix scene/source list item spacing
1772
  * UI: Add t-bar to studio mode
1773
  * libobs: Add manual transition "torque" support
1774
  * libobs: Add manual transitioning support (T-bar)
1775
  * UI: Add Active/Inactive status to adv audio props
1776
  * UI: Add "Active Sources Only" option to adv audio props
1777
  * UI: Add setThemeID to qt-wrappers
1778
  * obs-filters: Add grayscale LUT image
1779
  * libobs-opengl: OpenGL thread-safety on Mac
1780
  * deps/obs-scripting: Expose matrix3 & 4 to scripting
1781
  * UI: Fix compile issue
1782
  * UI: Add option to use percent instead of dB
1783
  * libobs: Fix corrupted pointers when removing properties
1784
  * libobs-d3d11: Increase the frame queue capacity
1785
  * linux-v4l2: Add support for controls
1786
  * libobs: Update version to 24.0.6
1787
  * CI: Fix QtNetwork in Mac packaging script
1788
  * obs-filters: Use volume texture for LUT
1789
  * libobs: Add support for volume textures
1790
  * UI: Ensure OBS launches when theme is missing
1791
  * obs-qsv11: Add all TargetUsage values
1792
  * rtmp-services: Add YouStreamer
1793
  * CI: Fix error deleting QT network framework on OSX
1794
  * CI: Fix mbedtls id in mac deploy script
1795
  * libobs: Null check hotkey device on macos
1796
  * obs-browser: Disable system flash
1797
  * UI: Add save button next to replay buffer button
1798
  * rtmp-services: Increase FB max bitrate to 6Mbps
1799
  * CI: Fix up QT network framework on OSX
1800
  * CI: Fix osx executable path in plist
1801
  * CI: Fix framework symlinks when building osx app
1802
  * obs-ffmpeg: Enable VAAPI Rate Control
1803
  * UI: Add Start Streaming settings check on start
1804
  * UI: Create UI Validation Helper Class
1805
  * libobs: Do not include unrelated flags in filter check
1806
  * rtmp-services: Add Konduit.live
1807
  * libobs: Update version to 24.0.5
1808
  * CI: Don't run clang format on some submodule plugins
1809
  * libdshowcapture: Update to latest submodule
1810
  * UI: Allow switch to existing theme to reload
1811
  * UI: Don't modify theme if already set
1812
  * Decklink: Explicit casts for truncation warnings
1813
  * libobs: Remove C99 hacks for older VC++
1814
  * UI: Delete cookies before connecting account
1815
  * UI: Fix bug in untested/unused function code path
1816
  * UI: Fix source icons being shifted to the right
1817
  * CI: Add Cirrus-CI config for FreeBSD builds
1818
  * UI: Add Grid Mode to Scenes Widget
1819
  * UI: Rename deprecated QPalette::ColorRole
1820
  * UI: Fix Qt deprecation warnings
1821
  * libobs: add missing FreeBSD #include to fix build
1822
  * UI: Use new ffmpeg-encoded-output for non-RTMP urls
1823
  * obs-ffmpeg: Add new ffmpeg-encoded-output
1824
  * obs-ffmpeg: Expose ffmpeg_data_init and ffmpeg_data_free methods
1825
  * libobs: fix building modules once installed
1826
  * UI: Default stream / record confirm dialogs to "No"
1827
  * deps/media-playback: Don't use interrupt cb for local files
1828
  * deps/media-playback: Don't exit thread on AVERROR_EXIT
1829
  * CI: Keep artifacts for PRs labelled "Seeking Testers"
1830
  * libobs: Enable compilation on aarch64
1831
  * libobs: Add aarch64 compatibility layer
1832
  * win-dshow: Suppress MJPEG error spam
1833
  * UI: Create an API for opening projector windows
1834
  * UI: Break out the opening of a projector into a slot function
1835
  * UI: Add source icons
1836
  * libobs: Robust COM initialization
1837
  * win-wasapi: Verify and balance CoInitializeEx call
1838
  * UI: Fix wrong icon if recording stopped while paused
1839
  * linux-capture: Fix cursor draw bug when cropping window cap.
1840
  * UI: Fix wrong icon if recording stopped while paused
1841
  * rtmp-services: Add scenecut=0 to mixer requirements
1842
  * UI: Fix swap scene issue with double click mode
1843
  * UI: Change advanced networking strings
1844
  * UI: Add setting for Twitch chat add-ons choice
1845
  * UI: Fix Twitch panels not using dark first time
1846
  * obs-outputs: Log FTL during configure
1847
  * libobs: Remove _WIN32 ifdef from enum
1848
  * UI: Fix invalid escape sequences in regex string
1849
  * UI: Add system tray icon to indicate when paused
1850
  * libobs: fix new virtual key codes display
1851
  * libobs: add missing virtual key codes for Windows
1852
  * deps/obs-scripting: Fix formatting
1853
  * obs-scripting: Fix Python in new MacOS .app bundles
1854
  * obs-text: add missing locale include to fix build
1855
  * UI: Remove help icon from Interact titlebars
1856
  * win-dshow: Support bottom-up DIBs
1857
  * win-dshow: Fix format switching issue
1858
  * decklink-ui: Show the state of outputs in the decklink dialog
1859
  * UI: Use radio buttons for FLV track selection
1860
  * libobs: Add more X.org / Unix hotkey defines
1861
  * obs-filters: Reload the mask image when file change is detected
1862
  * obs-filters: Add toggle for scroll filter looping
1863
  * libobs: Send activate and show signals to filters
1864
  * rtmp-services: Type check apply_encoder_settings
1865
  * obs-ffmpeg: Remove unexposed vaapi parameters
1866
  * UI: Fix main transition being set to the quick one
1867
  * win-capture: Fix rare crash when GL program exits
1868
  * libobs: Fix race condition
1869
  * CI: Use custom macdylibbundler for OSX deps
1870
  * UI: Upgrade stream link hotlink to a button
1871
  * rtmp-services: Add YouNow service and implement ingest lookup
1872
  * README.rst: Add Crowdin progress badge
1873
  * UI: Fallback to XGetWMName if XFetchName fails
1874
  * mac-vth264: Manually mark priority bits for frames
1875
  * git: Add VSCode working dir to .gitignore
1876
  * UI: Fix audio bitrate not being set in simple mode
1877
  * UI: Add fade to black in studio mode
1878
  * rtmp-services: Add Stars.AVN.com streaming service
1879
  * libobs: Add video info to filename formatting
1880
  * UI: Fix desktop entry for GNOME Shell
1881
  * Revert "Rename com.obsproject.Studio.desktop to obs.desktop"
1882
  * UI: Add ability to change projector type
1883
  * UI: Simplify fullscreen toggle code
1884
  * win-wasapi: Log device sample rate when initialized
1885
  * UI: Display Sample Rate with proper formatting
1886
  * libobs-d3d11: Fix null input layout rebuild
1887
  * obs-ffmpeg: use avcodec_find_best_pix_fmt_of_list
1888
  * win-capture: Add additional exe to window capture blacklist
1889
  * obs-ffmpeg: Use vendor and device ID for NVENC blacklist
1890
  * UI: Fix checkable property groups
1891
  * UI: Add stats reset hotkey
1892
  * cmake: Use C++17 for compilation
1893
  * UI: Don't influence headers with using namespace
1894
  * obs-scripting: Quiet CMake SWIG warnings
1895
  * CI: Remove dead PPA to fix Linux build failure
1896
  * libobs: Export obs_group_from_source
1897
  * UI: Add support for Custom Twitch Dashboard Docks
1898
  * CI: Update scripts for reorganized OSX bundle
1899
  * docs/sphinx: Fix various typos
1900
  * libobs-d3d11: Use vendor ID instead of string match
1901
  * libobs: Use proper resource paths when running from an OSX bundle
1902
  * enc-amf: Upgrade to v2.6
1903
  * UI: frontend api "trans. duration changed" event
1904
  * libobs: Strict objc_msgSend support
1905
  * rtmp-stream: Fix comparison between signed and unsigned ints
1906
  * rtmp-services: Add ChathostessModels
1907
  * obs-qsv11: Enable option for Custom Quantization Matrix
1908
  * obs-qsv11: Add platform enums for KBL and ICL
1909
  * libobs: Add gs_begin_frame for duplicators
1910
  * obs-ffmpeg: Use av_opt_set on context instead of priv_data
1911
  * obs-filters: Fix sharpness not being translated
1912
  * UI: Fix issue with preview projector
1913
  * UI: Add ability to rename filters with F2 (Return on Mac)
1914
  * Rename com.obsproject.Studio.desktop to obs.desktop
1915
  * Build: Added BUILD_CAPTIONS to linux build script
1916
  * cmake: Compile option to fix libcaption linking
1917
  * UI: Remove unused code from visibility item widget
1918
  * libobs-d3d11: Add GPU driver version to log
1919
  * UI: Add copy/paste of multiple selected sources
1920
  * linux-capture: Fix bug with xshm input showing multiple 0x0 windows
1921
  * libobs-d3d11: Log monitor names
1922
  * libobs-d3d11: Log display refresh rates
1923
  * obs-scripting: Link _obspython as dynamic_lookup on MacOS
1924
  * obs-scripting: Fix python lib path on MacOS
1925
  * obs-scripting: Fix script plugin destination path on MacOS
1926
  * frontend-tools: output timer tab stop order
1927
  * obs-text: text transform add start case
1928
  * obs-text: text transform add locale
1929
  * cmake: no -Werror-implicit-function-declaration for C++
1930
  * libobs-opengl: Require OpenGL 3.3 instead of 3.2
1931
  * win-capture: Remove support for feature level 9.3
1932
  * libobs-d3d11: Remove "support" for feature level 9.3
1933
  * win-capture: Remove unused variable from D3D12 capture
1934
  * UI: Switch from RGBA to BGRA swap chain format
1935
  * graphics: libobs-d3d11: Use DXGI_SWAP_EFFECT_FLIP_DISCARD on Windows 10
1936
  * libobs-opengl: Support BGRA swap chains on Windows
1937
  * UI: set names on scenes duplicated for Studio Mode
1938
1939
-------------------------------------------------------------------
1940
Tue Dec 17 03:07:47 UTC 2019 - jimmy@boombatower.com
1941
1942
- Update to version 24.0.6:
1943
  * CI: Fix QtNetwork in Mac packaging script
1944
  * UI: Ensure OBS launches when theme is missing
1945
  * CI: Fix mbedtls id in mac deploy script
1946
  * CI: Fix error deleting QT network framework on OSX
1947
  * libobs: Null check hotkey device on macos
1948
  * rtmp-services: Increase FB max bitrate to 6Mbps
1949
  * CI: Fix up QT network framework on OSX
1950
  * CI: Fix osx executable path in plist
1951
  * CI: Fix framework symlinks when building osx app
1952
  * obs-browser: Disable system flash
1953
  * UI: Fix invalid escape sequences in regex string
1954
1955
-------------------------------------------------------------------
1956
Fri Dec 13 21:17:57 UTC 2019 - jimmy@boombatower.com
1957
1958
- Update to version 24.0.5:
1959
  * libobs: Update version to 24.0.5
1960
  * CI: Don't run clang format on some submodule plugins
1961
  * Merge pull request #2010 from wanhongqing123/master
1962
  * Merge pull request #2042 from WizardCM/custom-twitch-docks
1963
  * Merge pull request #2183 from ratwithacompiler/macos-python-fix-2
1964
  * Merge pull request #2085 from ratwithacompiler/macos-python-fix
1965
  * Merge pull request #2090 from jpark37/dxgi-refresh-rate
1966
  * Merge pull request #2089 from jpark37/dxgi-driver-version
1967
  * UI: Delete cookies before connecting account
1968
  * UI: Fix bug in untested/unused function code path
1969
  * deps/media-playback: Don't use interrupt cb for local files
1970
  * deps/media-playback: Don't exit thread on AVERROR_EXIT
1971
  * deps/obs-scripting: Fix formatting
1972
  * Merge pull request #2152 from Rosuav/fix-cursor-position
1973
  * UI: Fix Twitch panels not using dark first time
1974
  * Merge pull request #1914 from YouNow/master
1975
  * Merge pull request #2140 from DevWolk/avn-obs
1976
  * Merge pull request #2045 from wolf247/master
1977
  * Merge pull request #2179 from WizardCM/remove-help-interact
1978
  * Merge pull request #2125 from DDRBoxman/appbundle
1979
  * Merge pull request #2168 from kkartaltepe/vaapi-profile-fix
1980
  * Merge pull request #2148 from eulertour/master
1981
  * Merge pull request #2146 from Fenrirthviti/recording-bitrate-fix
1982
  * libobs: Fix race condition
1983
  * Merge pull request #2147 from JohannMG/vscode-ignore
1984
  * Merge pull request #2134 from WizardCM/wasapi-samplerate
1985
  * Merge pull request #2129 from Fenrirthviti/win-blacklist-update
1986
  * Merge pull request #2131 from jpark37/input-layout-error
1987
  * Merge pull request #2128 from Xaymar/return-to-break
1988
  * Merge pull request #2121 from cg2121/fix-warning
1989
  * Merge pull request #2110 from derrod/ffmpeg-output-fix
1990
  * Merge pull request #2106 from cg2121/fix-preview-bug
1991
  * Merge pull request #2126 from Fenrirthviti/linux-ci-fix
1992
  * Merge pull request #2091 from Programatic/xshm_wrong_windows
1993
  * Merge pull request #2120 from jpark37/objc-msgsend
1994
1995
-------------------------------------------------------------------
1996
Tue Oct 15 14:33:53 UTC 2019 - jimmy@boombatower.com
1997
1998
- Update to version 24.0.3:
1999
  * obs-browser: Remove "monitor by default" flag
2000
  * Revert "libobs/audio-monitoring: Don't init until used"
2001
  * libobs-d3d11: Fix code styling
2002
  * libobs: Update version to 24.0.3
2003
  * libobs-d3d11: Fix calling convention of loaded func
2004
  * obs-browser: Only disable NetworkService on macOS
2005
  * libobs-d3d11: Use unordered_map for duplicator collection
2006
  * win-capture: Fix extra duplicator refs
2007
  * UI: Fix issue where multiview doesn't update
2008
  * libobs: Update version to 24.0.2
2009
  * libobs-d3d11: Don't set GPU priority on Intel adapters
2010
  * libobs/audio-monitoring: Add error logging
2011
  * libobs/audio-monitoring: Don't init until used
2012
  * obs-browser: Use older chromium network implementation
2013
  * libobs-d3d11: Set maximum GPU priority
2014
  * Exclude build dir from clang format
2015
  * UI, libobs: Fix compiler warnings
2016
  * Revert "UI: Remove FFZ from twitch integration"
2017
  * UI: Remove FFZ from twitch integration
2018
  * libobs-d3d11: Disable NV12 format support for WARP
2019
  * obs-ffmpeg: Remove unbuffered mode from media source
2020
  * obs-transitions: Fix stingers sometimes getting cut off
2021
  * obs-browser: Update version to 2.7.12
2022
  * obs-ffmpeg: Fix deadlock with nvenc lookahead
2023
  * UI: Fix path calculation for disk space check
2024
  * obs-ffmpeg: Do not enable hardware decoding by default
2025
2026
-------------------------------------------------------------------
2027
Sun Sep 22 21:04:42 UTC 2019 - jimmy@boombatower.com
2028
2029
- Update to version 24.0.1:
2030
  * obs-browser: Fix a deadlock
2031
  * libobs: Update version to 24.0.1
2032
  * libobs: Add API to get last OBS version of a source
2033
  * obs-browser: Signal whether audio active/inactive
2034
  * UI: Hide mixer sources if audio deactivated
2035
  * libobs: Add funcs to determine whether audio active
2036
  * obs-browser: Turn rerouting audio off by default
2037
  * UI: Check for null pointer
2038
  * UI: Fix crash closing mixer dock panels
2039
  * win-dshow: Do not allow H264 to have same priority as MJPEG
2040
  * win-dshow: Disable HW decode in DirectShow for now
2041
  * UI: Adjust locale name for zh-TW
2042
2043
-------------------------------------------------------------------
2044
Thu Sep 19 02:55:09 UTC 2019 - jimmy@boombatower.com
2045
2046
- Update to version 24.0.0:
2047
  * obs-browser: Update translations from crowdin
2048
  * Update translations from Crowdin
2049
  * libobs: Update version to 24.0.0
2050
  * libobs: Check to swap BGRX/BGRA in async filters
2051
  * obs-browser: Map absolute to file URLs
2052
  * UI: Fix extra browser panels always creating on startup
2053
  * obs-browser: Fix panels not remembering last URL set
2054
  * UI: Fix browser docks being unchecked when created
2055
  * win-dshow: Fix color range when using FFmpeg decode
2056
  * Revert "UI: Various screen reader fixes"
2057
  * UI: Fix pause hotkey not working properly
2058
  * obs-browser: Fix portable mode not saving cookies
2059
  * obs-browser: Fix minor bug when using older CEF versions
2060
  * UI: Disable NVENC lookahead if dynamic bitrate on
2061
  * obs-browser: Fix browser panel visibility bug
2062
  * CI: Update CEF on osx to 3770
2063
  * obs-browser: Fix large local media file access
2064
  * Revert "image-source: Set default size of color source to canvas size"
2065
  * obs-browser: Fix build error on macOS
2066
  * obs-browser: Fix browser panel crash
2067
  * UI: Shut down browsers when browser docks hidden
2068
  * UI: Refactor all browser dock classes in to one
2069
  * UI: Various screen reader fixes
2070
  * obs-browser: Allow users to use CEF audio instead of OBS
2071
  * UI/updater: Fix variable type to format specifier
2072
  * graphics-hook: Fix format specifier
2073
  * obs-browser: Do not use WasHidden() for visibility on 3507+
2074
  * obs-browser: Fix browser panel crash
2075
  * libobs: Remove redundant function param and for loop
2076
  * libobs: Make sure to offset unpause audio data
2077
  * libobs: Fix pause cutting out video data prematurely
2078
  * libobs: Fail pause/unpause if still waiting for them
2079
  * libobs: Give a little extra time for pause to start/stop
2080
  * libobs: Fix Area shaders missing for RGB output
2081
  * obs-qsv11: Remove leftover stack variable
2082
  * obs-ffmpeg: Fix video warnings
2083
  * libobs: Fix video warnings
2084
  * CI: Update Windows CEF version
2085
  * libobs: Use correct pointer
2086
  * libobs: Call debug marker after null check, not before
2087
  * libobs: Don't render scene item texture if it's null
2088
  * obs-browser: Do not process Qt events for browser source
2089
  * libobs: Add graphics API to get graphics object pointer
2090
  * deps/media-playback: Remove cuda for hardware decoding
2091
  * deps/media-playback: Fix hw decode dropping last few frames
2092
  * libobs-d3d11: Print feature level as %x for readability
2093
  * libobs-d3d11: Consistent exception catch parameters
2094
  * rtmp-services: Update GameTips.TV
2095
  * deps/media-playback: Use hwaccel with non-alpha WebM files
2096
  * obs-browser: Ensure FPS always matches OBS
2097
  * obs-browser: Don't signal frame begin if feature disabled
2098
  * obs-browser: Actually fix browsers sometimes not rendering
2099
  * libobs: Fix default mixer values
2100
  * obs-qsv11: Do not enable b-frames on sandy/ivy bridge
2101
  * obs-browser: Fix browser source sometimes not rendering
2102
  * libobs: Insert sources to linked lists after creation
2103
  * libobs: Add missing static to function
2104
  * libobs: Fix null potential pointer dereference
2105
  * libobs: Fix Lanczos calculations
2106
  * libobs: Simplify bicubic weight calculations
2107
  * obs-ffmpeg: Use NV_FAILED() instead of FAILED()
2108
  * obs-ffmpeg: Force I-Frame when reconfiguring jim-nvenc
2109
  * deps/media-playback: Fix memory leak
2110
  * deps/media-playback: Fix hw accel decode crash
2111
  * libobs: add pointer check in reset_raw_output
2112
  * UI: Clarify dynamic bitrate support in tooltip
2113
  * obs-x264: Do not display log messages every update
2114
  * UI: Move "area" scale below bilinear, above bicubic
2115
  * UI: Fix bug where FTL was using AAC instead of opus
2116
  * obs-browser: Fix audio cutting out
2117
  * libobs: Add audio lines
2118
  * UI: Simplify toggle pause code
2119
  * UI: Update tooltip when paused
2120
  * UI: Fix inconsistency with spaces
2121
  * UI: Add dynamic bitrate support to the UI
2122
  * obs-outputs: Add dynamic bitrate to RTMP output
2123
  * libobs: Mark encoders that support dynamic bitrate
2124
  * obs-outputs: Allow changing bitrate test limit on the fly
2125
  * obs-x264: Do not show reconfigure details in log
2126
  * obs-ffmpeg: Allow FFmpeg NVENC to be reconfigured
2127
  * linux-capture: Texture unbound after GS_GL_DUMMYTEX changes
2128
  * Revert "win-capture: Don't leak dynamic library references"
2129
  * libobs-opengl: Fix Clang warnings
2130
  * UI: Redundant/bad casts
2131
  * libobs-opengl: Redundant cast
2132
  * UI: Add box select to preview
2133
  * libobs: Fix browser source settings resetting pre-24
2134
  * cmake: Fix SWIG deprecation warnings
2135
  * UI: Use "-inf" for muted volume level
2136
  * UI: Clarify extra browser dock text
2137
  * libobs-d3d11: Disable NV12 usage for Intel
2138
  * UI: Fix Area sample count text
2139
  * obs-text: Fix formatting
2140
  * libobs: Reset mixers for "monitoring only" sources
2141
  * libobs, obs-scripting, vlc-video: Fix compiler warnings
2142
  * UI: Fix compiler/Acri warnings
2143
  * win-wasapi: Fix typo with description
2144
  * libobs: UI: Add Area scaling for downscale output
2145
  * libobs: Remove unnecessary divides from Lanczos
2146
  * libobs: Fix dark lines using Lanczos
2147
  * UI: Change Connect Account to Recommended
2148
  * libobs: Merge obs_source_process_filter_(tech_)?end functions
2149
  * libobs: Fix apply_settings & remove_by_name for groups
2150
  * UI: Fix look of extra panels trash icon
2151
  * obs-browser: Update to 2.6.1
2152
  * libobs-opengl: Fix gl_error_to_str
2153
  * libobs-opengl: Fix DUMMY textures left bound
2154
  * Revert "libobs-opengl: Add GS_RGBX format"
2155
  * linux-capture: Revert GS_RGBX usage
2156
  * deps/media-playback: Convert YUV alpha formats to RGB on GPU
2157
  * obs-ffmpeg: Add YUV alpha formats for completeness
2158
  * libobs: Add YUV alpha formats
2159
  * deps/media-playback: Add missing header to CMake
2160
  * UI: Rename Mixer to Audio Mixer
2161
  * libobs: Separate textures for YUV input
2162
  * obs-scripting: Use a recursive mutex for Lua scripting
2163
  * UI: Add the ability to create custom browser docks
2164
  * UI: Add LineEditChanged and LineEditCanceled
2165
  * obs-browser: Fix a few panel issues
2166
  * libobs: Fix stale format in async frame cache
2167
  * UI: Fix pause button checked color with Rachni theme
2168
  * obs-scripting: Add pause scene script
2169
  * UI: Remove Twitch from MultichannelWarning message
2170
  * libobs: Add missing pixel format to format_is_yuv and get_video_format_name
2171
  * win-dshow: Use unbuffered by default for MJPEG
2172
  * win-dshow: Clarify function name/purpose
2173
  * libobs, obs-ffmpeg, win-dshow: Fix FFmpeg 4.0 deprecation
2174
  * win-dshow, obs-ffmpeg: Add hardware decoding support
2175
  * libobs: Add GPU timestamp query support
2176
  * UI: Partially revert PR #1979
2177
  * UI: Fix Lanczos label with correct sample count
2178
  * libobs: Separate textures for YUV output, fix chroma
2179
  * CI: Only download Qt if it doesn't exist already
2180
  * libobs: Optimize lanczos shader, remove scaling
2181
  * obs-browser: Update to 2.5.0 (audio capture support)
2182
  * libobs: Add "monitoring by default" source cap
2183
  * libobs: Optimize bicubic shader
2184
  * libobs: Default sampler sometimes unset for GL
2185
  * libobs: Fix benign typo
2186
  * win-dshow: Use FFmpeg for MJPEG decompression
2187
  * libobs: obs-ffmpeg: win-dshow: Planar 4:2:2 video
2188
  * UI: Pass QColor as reference
2189
  * win-capture: Don't leak dynamic library references
2190
  * libobs: Don't leak dynamic library references
2191
  * libobs: Return NULL if there is no get_properties callback
2192
  * win-wasapi: Catch by reference
2193
  * UI: Catch by reference
2194
  * libobs-d3d11: Catch be reference
2195
  * libobs: Supress clang-tidy warning clang-tidy-cert-flp30-c
2196
  * UI: Stop recording when disk space is low
2197
  * libobs-opengl: Remove unused VERTEXID code
2198
  * libobs-opengl: Support gl_FragCoord and cull unused interpolants
2199
  * libobs-opengl: Fix GS_R8G8 values
2200
  * UI: Add links for Facebook stream key
2201
  * obs-transitions: Fix suffix with stinger transition
2202
  * UI: Add ability to disable hotkeys when not in focus
2203
  * UI: Fix param logic of ResetHotkeyState calls
2204
  * libobs: Rework RGB to YUV conversion
2205
  * libobs: Remove YUV transformation on CPU
2206
  * UI: Fix hotkeys working even when disabled in focus
2207
  * UI: Add option to warn on stop recording
2208
  * UI: Improve look of adv audio control dialog
2209
  * UI: Add Restream.io link to stream key page
2210
  * UI: Add Restream.io bandwidth test stream key param
2211
  * UI: Add channels widget to Restream.io integration
2212
  * UI: Declare missing overrides
2213
  * cmake: Fix typo
2214
  * obs-text: Use array type for unique_ptr uint8_t[]
2215
  * rtmp-services: Remove redundant null checks
2216
  * libobs: Improve timing of unbuffered deinterlacing
2217
  * win-dshow: Update libdshowcapture to 0.6.1
2218
  * UI: Display infinity symbol when volume is at 0 percent
2219
  * rtmp-services: Add Stripchat streaming service
2220
  * obs-qsv: Enable high profile for QSV H.264
2221
  * obs-qsv: Remove check for AsyncDepth in InitParams
2222
  * libobs: UI: Remove DrawBackdrop() to save fullscreen pass
2223
  * UI: Set default maximum name length to 170 characters
2224
  * frontend-tools: Make start/stop buttons checkable
2225
  * UI, obs-plugins: Add spinbox suffixes where necessary
2226
  * libobs: obs-filters: Area upscale shader
2227
  * file-updater: Use transparent HTTP compression
2228
  * frontend-tools: Add option to pause output timer when rec is paused
2229
  * obs-qsv: Enable LA_CBR as QSV rate control
2230
  * libobs-opengl: Fix glGetError() infinite loop
2231
  * UI: Simplify resize output code
2232
  * obs-browser: Fix CEF 75.0.13 support
2233
  * libobs: Fix formatting
2234
  * UI: Add enable preview button
2235
  * rtmp-services: Add Steam
2236
  * obs-qsv: Enable Content Adaptive Quantization
2237
  * obs-qsv: Enable B-frames and B-pyramid for encoder
2238
  * CI: Run clang format on linux and osx CI and fail if changes are made
2239
  * libobs: Call both get_defaults and get_defaults2
2240
  * UI: Fix toggled signal of property groups
2241
  * libobs: Fix formatting
2242
  * obs-qsv: Add newer platforms to CPU enum
2243
  * UI: Make Dark theme group box title bold
2244
  * linux-v4l2: Add "Default" color range setting
2245
  * win-dshow: Add "Default" color range setting
2246
  * UI: Change default recording format to MKV
2247
  * Apply clang-format to objective c code
2248
  * obs-ffmpeg: Separate logging code
2249
  * libobs: Clear module variable in case module reloaded
2250
  * linux-capture: Fix xcompcap robustness
2251
  * libobs-opengl: Fix GS_GL_DUMMY textures creation
2252
  * libobs-opengl: Add GS_RGBX format
2253
  * libobs-opengl: Add error enum to string function
2254
  * UI: Add pause support
2255
  * obs-ffmpeg: Add support for pausing
2256
  * libobs: Implement pausing of outputs
2257
  * obs-ffmpeg: Remove unnecessary function
2258
  * libobs: Correct raw output starting audio data
2259
  * libobs: Add obs_get_frame_interval_ns
2260
  * UI: Don't display MP4/MOV warning if lossless
2261
  * obs-ffmpeg: Check for replay buffer button press
2262
  * UI: Make adv. streaming audio encoder independent
2263
  * libobs: Buffer-smoothing enhancements
2264
  * win-dshow: Decouple audio from video
2265
  * rtmp-services: Update and prune services
2266
  * libobs-d3d11: Set texture using initializer list
2267
  * obs-outputs: Minor pointer fixes
2268
  * UI: Avoid ternary operator for mixed types
2269
  * libobs: Fix format selection
2270
  * libobs-d3d11: Unnecessary type conversions
2271
  * .git-blame-ignore-revs: Add file to handle mass reformatting
2272
  * clang-format: Remove redundant params
2273
  * rtmp-services: Update ingest list for Restream.io
2274
  * obs-text: fix text transform on updated file
2275
  * libobs-opengl: Empty VAO
2276
  * libobs-d3d11: Fix missing vertex buffer clear in NV12 check
2277
  * obs-ffmpeg: Move external headers to external dir
2278
  * clang-format: Apply formatting
2279
  * clang-format: Add clang-format files
2280
  * cmake: Install 'libobs.pc' under the correct 'libdir'
2281
  * libobs: Full-screen triangle format conversions
2282
  * UI: Use stream track if no tracks are selected
2283
  * Revert "UI: Use theme colors setting for Projectors too"
2284
  * libobs, UI: Implement item_locked event
2285
  * libobs-d3d11: Clean up device_projection_pop
2286
  * libobs: Area-resampling shader optimizations
2287
  * libobs: linux-v412: obs-ffmpeg: Add packed BGR3 video support
2288
  * libobs: Remove unnecessary frame pipelining
2289
  * libobs: Improve low-resolution bilinear sampling
2290
- Upstream moved pkgconfig/libobs.pc to libdir for x86_64.
2291
2292
-------------------------------------------------------------------
2293
Mon Jun 17 19:56:19 UTC 2019 - jimmy@boombatower.com
2294
2295
- Update to version 23.2.1:
2296
  * libobs: Update version to 23.2.1
2297
  * obs-frontend-api: Add func to add custom docks
2298
  * libobs: Disable blending when converting sources
2299
  * UI: Fix editor inheriting source list stylesheet
2300
  * UI: Fix bug with custom source list item color
2301
  * UI: Fix tray icon showing up on startup even if off
2302
  * libobs: Fix null pointer dereference
2303
2304
-------------------------------------------------------------------
2305
Thu Jun 13 01:27:07 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
2306
2307
- Update %post script for new desktop file name.
2308
- Include appdata in files list.
2309
- Include obs-ffmpeg-mux in files list.
2310
2311
-------------------------------------------------------------------
2312
Thu Jun 13 00:57:19 UTC 2019 - jimmy@boombatower.com
2313
2314
- Update to version 23.2.0:
2315
  * libobs: Update version to 23.2.0
2316
  * Update translations from Crowdin
2317
  * UI: Make two-auth message a bit friendlier
2318
  * UI: Use better link for Twitch two-factor warning
2319
  * win-capture: Add discord to game capture blacklist
2320
  * UI: Fix transition A/B labels on macOS/Linux
2321
  * UI: Add two-factor authentication warning for Twitch
2322
  * UI: Add ability to use rich text in warning dialogs
2323
  * UI: Fix output icon size. Add padding to settings list items
2324
  * UI/updater: Update some text for clarity
2325
  * UI/updater: Add marquee progress bar for existing file check
2326
  * UI/updater: Add manifest file for DPI awareness
2327
  * UI: Revert Dark theme Scenes font change
2328
  * CI: Fix travis test on OSX
2329
  * CI: Build CEF with OS X 10.11 target
2330
  * UI: Ensure frontend event is removed on object deletion
2331
  * win-wasapi: Speaker enum fixes
2332
  * UI: Fix "Toggle Preview" hotkeys duplicating
2333
  * GitHub: Add funding buttons
2334
  * libobs-d3d11: Bad indices in log output
2335
  * libobs: Pair encoders only when output actually starts
2336
  * UI: Fix issue where rec time left would show negative time
2337
  * libobs: Remove unreachable YUV decode paths
2338
  * obs-filters: Remove unused key_rgb shader variable
2339
  * obs-filters: Remove unused variable for color key
2340
  * libobs: Remove saturate from RGB -> YUV conversion
2341
  * UI: Remove unused helper function renderVB
2342
  * obs-browser: Close browser panels early
2343
  * UI: Remove 5 file limit for drag & drop
2344
  * libobs: Fix lockup when an encode call fails
2345
  * UI: Dark theme consistency for Scenes vs Sources
2346
  * UI: Remove unused hotkey qss items
2347
  * UI: Fix theme issues with hotkey icons
2348
  * UI: Add hover color to hotkey icons
2349
  * UI: Add Transition Previews
2350
  * libobs: Add transition and showing counter functions
2351
  * README.rst: Add contributing/donating link
2352
  * obs-ffmpeg: Fix VAAPI CBR
2353
  * libobs: UI: Remove Qt usage from graphics thread
2354
  * obs-outputs: Fix undefined MSG_NOSIGNAL
2355
  * libobs: Restore casts to fix Clang warnings
2356
  * obs-qsv: Update libmfx, fix QSV with new DCH drivers
2357
  * UI: Block SIGPIPE in all threads
2358
  * obs-outputs: Return error instead emitting SIGPIPE
2359
  * obs-frontend-api: Add func to trigger a Studio Mode transition
2360
  * obs-frontend-api: Add methods to get/set transition duration
2361
  * libobs: Fix various alpha issues
2362
  * UI: Change fader type to log
2363
  * UI: Make volume faders more precise
2364
  * UI: Change volume to dB in adv audio properties
2365
  * UI: Use escaped html for about dialog
2366
  * UI: Add Patreon contributors to About dialog
2367
  * win-dshow: fix issue decoding some H.264 stream
2368
  * UI: Fix system tray not working
2369
  * UI: Hide Alpha channel field from the color picker
2370
  * UI: fix crash due to NULL dereference
2371
  * rtmp-services: Update GameTips.tv
2372
  * libobs: Fix crashes from wrong types
2373
  * CI: Use swig 3.0.12 on OSX
2374
  * UI: Fix theme showing incorrect theme when on Dark
2375
  * CI: Use swig 3.04 on OSX
2376
  * obs-ffmpeg: Fix jim-nvenc initial DTS for fractional FPS
2377
  * UI: Add ability to set properties spinbox suffix
2378
  * libobs: Add ability to set spinbox property suffix
2379
  * UI: Use icons for hotkey buttons
2380
  * UI: Truncate text in hotkeys interface
2381
  * UI: Remove icons from settings button box
2382
  * UI: Improve look of Dark theme
2383
  * UI: Remove settings horizontal lines
2384
  * UI: Remove mac browser workarounds, improve stability
2385
  * UI: Only execute "What's New" code on win32
2386
  * UI: Check for valid systen tray pointer
2387
  * UI: Increment bitrates by 50
2388
  * libobs: Use RTLD_FIRST when loading libraries on macOS
2389
  * UI: Fix theme issues with vis/lock checkboxes
2390
  * obs-ffmpeg: Move ffmpeg-mux to executable dir
2391
  * libobs/util: Add function to get executable path
2392
  * obs-filters: Use int sliders for opacity
2393
  * obs-filters: Fix opacity on image mask/blend filter
2394
  * libobs: Support limited color range for RGB/Y800 sources
2395
  * decklink, win-dshow: Use obs_source_output_video2
2396
  * libobs: Add better default source color range handling
2397
  * Revert "libobs: libobs-d3d11: obs-filters: No excess alpha"
2398
  * UI: Fix theme bug when updating from older versions
2399
  * UI: Add ability to copy/paste scene filters
2400
  * UI: Fix unable to escape when renaming scene
2401
  * UI: Fix group checkbox icons not working in Dark theme
2402
  * UI: Simplify locked/visibility checkboxes
2403
  * UI: Change icons to svg
2404
  * UI: Fix preview/program label alignment
2405
  * libobs: Fix GS_UNSIGNED_LONG definition
2406
  * obs-outputs: Fix leak with certs for rtmp
2407
  * UI: Rename UI files for consistency
2408
  * UI: Fix whitespace issues with "ignore wheel" widgets
2409
  * UI: Do not remove focus on mouse leave events
2410
  * win-wasapi: Unapply/reapply audio monitoring on reconnect
2411
  * win-wasapi: Fix audio capture after unplugging device
2412
  * win-wasapi: Call CoInitializeEx in reconnect thread
2413
  * decklink-output-ui: Fix memory leak
2414
  * rtmp-services: Update Mixer keyframe interval
2415
  * UI: Do not allow mouse wheel for volume slider
2416
  * libobs: UI: Fix rotated line scale
2417
  * obs-ffmpeg: Add logging of last error for passing to UI
2418
  * libobs: Allow Win32 pipes to pass STDERR for logging of errors
2419
  * UI: Update error message severity levels and show additional info
2420
  * UI: Add warning / critical QMessageBox wrappers
2421
  * Use proper capitalization for string
2422
  * UI: Add support for property groups
2423
  * libobs: Add property groups
2424
  * Decklink: inital preview out work
2425
  * UI: Use theme colors setting for Projectors too
2426
  * UI: Correct custom property implementation
2427
  * vlc-video: Enable subtitle track selection
2428
  * UI: Add default color for the preview background
2429
  * UI: Fix Linux build without PulseAudio
2430
  * UI: Estimate recording time left until disk is full
2431
  * libobs: Fix shader for GLSL
2432
  * UI: Add Linux AppStream metadata
2433
  * UI: Add hotkey to toggle preview
2434
  * win-capture/graphics-hook: Check if mutex abandoned
2435
  * UI: Remove SourceListWidget
2436
  * UI: Ignore wheelEvent for properties
2437
  * rtmp-services: Add OnlyFans streaming service
2438
  * CONTRIBUTING.rst: Improve commit guidelines
2439
  * UI: Fix remux dialog ignoring filename changes
2440
  * UI: Separate delegate class into header file
2441
  * UI: Show a message in the empty source list
2442
  * deps/media-playback: YUV444P support
2443
  * libobs: Simplify YUV conversion
2444
  * UI: Add null check for rename of default theme
2445
  * UI: Don't hide cursor over multiview
2446
  * UI: Add ability to center items vertically/horizontally
2447
  * UI: Rename Default theme to System
2448
  * libobs: Add additional effect debugging information
2449
  * Remove double spaces from localization
2450
  * UI: Fix size of output icon
2451
  * vlc-video: Enable audio track selection
2452
  * UI: Add text autoselect for source rename
2453
  * UI: Add text autoselect on scene rename
2454
  * libobs: UI: Use graphics debug markers
2455
  * libobs/graphics: Support debug markers
2456
  * libobs: Fix move assignment operator for ComPtr
2457
  * libobs: libobs-d3d11: obs-filters: No excess alpha
2458
  * UI: Don't update stats dock if hidden
2459
  * UI: Fix bandwidth test flag being saved to stream key
2460
  * cmake: Generate obs.rc out-of-tree
2461
  * libobs: Add function to remove properties
2462
  * linux-capture: Add randr support
2463
  * obs-frontend-api: Access system tray icon from API
2464
  * UI: Fix incorrect padding usage in Rachni theme
2465
  * UI: Show correct version in about dialog
2466
  * UI: Log group items on startup
2467
  * UI, libobs, text-freetype2: Add missing pragma once in header files
2468
  * libobs: Add support for F25-F35 hotkeys on Linux
2469
  * UI: Hide border for Output Settings container
2470
  * UI: Hide border for General Settings container
2471
  * UI: Refactor Audio Settings tab structure
2472
  * plugins: Clear all compiler warnings
2473
  * libobs: Clear all compiler warnings
2474
  * UI: Fix Q_PROPERTY compiling warnings
2475
  * libobs-opengl: Clear some conversion and uncaught switch cases warnings
2476
  * image-source: Set default size of color source to canvas size
2477
  * CI: Build caption output support on OSX by default
2478
  * deps/obs-scripting: Expose obs_output_output_caption_text1 to scripts
2479
  * Improve locales
2480
  * obs-filters: Add luma key filter
2481
  * libobs: Add minimum display duration to caption data
2482
  * UI: Show output's last error in failure dialog
2483
  * libobs: Initialize service before starting output
2484
  * UI: Fix unencoded stream failure
2485
  * obs-ffmpeg: Bind network buffer size in the UI
2486
2487
-------------------------------------------------------------------
2488
Sat Apr  6 16:14:42 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
2489
2490
- Add libqt5-qtsvg-devel as a build dependency.
2491
2492
-------------------------------------------------------------------
2493
Sat Apr 06 02:50:54 UTC 2019 - jimmy@boombatower.com
2494
2495
- Update to version 23.1.0:
2496
  * obs-ffmpeg: Remove "A" variants from NVENC blacklist
2497
  * libobs: Fix and simplify Area scale filter
2498
  * Update translations from Crowdin
2499
  * libobs: Update version to 23.1.0
2500
  * UI: Do not show [x] (close) for primary dock widgets
2501
  * UI: Fix file browser showing up when dir selected
2502
  * UI: Fix issue where space/esc hotkeys would be blank
2503
  * UI: Fix crash when using ctrl-c in Linux terminal
2504
  * UI: Allow smaller Restream docks
2505
  * libobs, image-source: Fix ABI break in image_file_t structure
2506
  * UI: Fix act. feed version hide check to <= 23.0.2
2507
  * libobs: Change internal version to 23.0.3 (temporarily)
2508
  * obs-ffmpeg: Show encoder name when logging jim-nvenc
2509
  * UI: Hide act. feed by default if prev ver below 23.1
2510
  * UI: Remove help icon from source select dialog
2511
  * UI: Don't open settings or close in event subloop
2512
  * libobs: Update version to 23.1.0
2513
  * CI: Add Restream secrets for AppVeyor
2514
  * obs-ffmpeg: Fix blacklisted adapter check
2515
  * UI: Add Restream integration
2516
  * win-dshow: Update libdshowcapture for crash fix
2517
  * libobs: Remove dead code in sharpness effect
2518
  * obs-filters: Remove unused function in shader
2519
  * libobs: Fix Area scale filter for GLSL
2520
  * CI: Don't build service integration in PRs&Forks
2521
  * CI: Build service integration on Azure Pipelines
2522
  * obs-browser: Make DispatchJSEvent asynchronous
2523
  * libobs: Fix ABI break
2524
  * UI: Remove and ignore obs.rc
2525
  * libobs-opengl: Fix bad log string
2526
  * libobs: Fix output type specifiers
2527
  * libobs: Fix invalid max_anisotropy value
2528
  * UI: Use icons from theme on Linux
2529
  * Revert "UI: Add obs.rc to .gitignore"
2530
  * libobs: Fix obs_property_float_set_limits
2531
  * image-source: Re-add fix of repeating images
2532
  * UI: Remove Area downscale filter option
2533
  * UI: Add obs.rc to .gitignore
2534
  * Revert "obs-ffmpeg: Add option to use b-frames as reference"
2535
  * libobs: Fix effect parsing log specifiers
2536
  * rtmp-services: Add GameTips.tv
2537
  * obs-ffmpeg: Use correct calling convention on CreateDXGIFactory1
2538
  * image-source: Add memory usage limit to slideshow
2539
  * libobs/graphics: Add memory usage member to image file
2540
  * libobs: Add function to get libobs object data
2541
  * image-source: Revert slideshow dynamic loading
2542
  * libobs: Fix frame not being cleared
2543
  * CI: Build for Linux on Azure Pipelines
2544
  * CI: Build on Ubuntu Xenial for Travis CI
2545
  * Adjust locales for better consistency
2546
  * libobs-d3d11: Log errors from HasBadNV12Output just in case
2547
  * libobs-d3d11: Improve NV12 validity check for AMD
2548
  * CI: Always send travis webhook and remove IRC sections
2549
  * obs-ffmpeg: Change clear on media end wording for media source
2550
  * cmake: Fix Qt DLL filenames for debug builds
2551
  * UI: Add confirmation dialog for bandwidth test mode
2552
  * UI: Add PAL 25 & 50 FPS as common FPS values
2553
  * UI: Fix yes/no not using localization in no source dialog
2554
  * UI: Change HDD to Disk in locale
2555
  * UI: Add checkbox for Twitch bandwidth test mode
2556
  * CI: Build 32/64 bit Windows parallel on Azure
2557
  * CI: Build for windows on Azure Pipelines
2558
  * obs-text, win-capture: Do not use premultiplied alpha
2559
  * Add "Area" scale filter
2560
  * UI: Fix "What's New" showing again each patch version
2561
  * UI: If from 23.0.1 or 23.0.0, hide activity feed
2562
  * UI: Add Twitch Activity Feed
2563
  * libobs: Remove unnecessary count check
2564
  * libobs: Fix code styling
2565
  * libobs: Fix first frame when output restarted
2566
  * UI: Redo settings icons
2567
  * CI: Fix building on trusty
2568
  * UI: Add (Do not show again) checkbox to dock closing warning
2569
  * Revert "Merge pull request #1418 from cabirdme/qsv_feature_add"
2570
  * Revert "obs-qsv: Enable b-pyramid & change packet priority"
2571
  * UI: Warn when closing dock widgets for first time
2572
  * UI: Add way to exec std::function via invokeMethod
2573
  * obs-ffmpeg: Check avformat context before use
2574
  * obs-ffmpeg: Fix crash on failed audio codec init (for real)
2575
  * UI: Always set first scene collection/profiles
2576
  * obs-ffmpeg: Fix crash on failed audio codec init
2577
  * libobs-d3d11: Check for bad NV12 output on all devices
2578
  * libobs-d3d11: Perform actual test for NV12 driver bug
2579
  * libobs-d3d11: Remove NV12 blacklist
2580
  * libobs: Always query shared texture handle for encoding
2581
  * UI: Add preview/program labels in studio mode
2582
  * decklink: Fix locale (missing word)
2583
  * decklink: Allow selecting input connections.
2584
  * decklink: Fix FC<->LFE channel swap for some devices
2585
  * obs-text: Add text transform property
2586
  * win-dshow: Fix "Highest FPS" algorithm
2587
  * libobs-d3d11: Reset handle and re-lock if texture rebuilt
2588
  * libobs-d3d11: Use discrete function to get shared handle
2589
  * libobs-d3d11: Set acquired bool when texture acquired
2590
  * obs-ffmpeg: Always output SEI
2591
  * obs-ffmpeg: Fix SEI data output
2592
  * frontend-tools: Fix memory leak when reloading scripts
2593
  * UI: Show video container warning when selecting MOV
2594
  * UI: Update tab stop order in Settings
2595
  * libobs: Tell filters that we want to load
2596
  * CI: macOS builds on Azure Pipelines
2597
  * obs-qsv11: Fix crash on destructor after init failure
2598
  * obs-qsv11: Don't try to free non allocated array on destruction
2599
  * cmake: Fix pkg-config handling of libvlc
2600
  * obs-ffmpeg: Fix NVENC blacklisted card check
2601
  * decklink: Update SDK to 10.11.4
2602
  * UI: Add ability to copy & paste filters from the mixer
2603
  * UI: Fix locale for 'disabled' devices in audio settings
2604
  * rtmp-services: Added GamePlank to services
2605
  * image-source: Fix repeating of images with slideshow source
2606
  * libobs-opengl: Log shader compiler errors
2607
  * libobs/media-io: Fix mono upmix
2608
  * UI: Reset replay buffer button on "stop" signal
2609
  * obs-ffmpeg: Add option to use b-frames as reference
2610
  * obs-filters/expander: Various improvements
2611
  * linux-v4l2: Add setting to change color range
2612
  * UI: Automatically generate Windows file description
2613
2614
-------------------------------------------------------------------
2615
Fri Mar 08 21:04:44 UTC 2019 - jimmy@boombatower.com
2616
2617
- Update to version 23.0.2:
2618
  * UI: Fix "What's New" showing again each patch version
2619
  * libobs: Fix code styling
2620
  * libobs: Fix first frame when output restarted
2621
  * CI: Fix building on trusty
2622
  * UI: Add (Do not show again) checkbox to dock closing warning
2623
  * Revert "Merge pull request #1418 from cabirdme/qsv_feature_add"
2624
  * Revert "obs-qsv: Enable b-pyramid & change packet priority"
2625
  * UI: Warn when closing dock widgets for first time
2626
  * UI: Add way to exec std::function via invokeMethod
2627
  * obs-ffmpeg: Check avformat context before use
2628
  * obs-ffmpeg: Fix crash on failed audio codec init (for real)
2629
  * UI: Always set first scene collection/profiles
2630
  * obs-ffmpeg: Fix crash on failed audio codec init
2631
  * libobs-d3d11: Check for bad NV12 output on all devices
2632
  * libobs-d3d11: Perform actual test for NV12 driver bug
2633
  * libobs-d3d11: Remove NV12 blacklist
2634
  * libobs: Always query shared texture handle for encoding
2635
  * UI: Reset replay buffer button on "stop" signal
2636
  * libobs-d3d11: Reset handle and re-lock if texture rebuilt
2637
  * libobs-d3d11: Use discrete function to get shared handle
2638
  * libobs-d3d11: Set acquired bool when texture acquired
2639
  * obs-ffmpeg: Always output SEI
2640
  * obs-ffmpeg: Fix SEI data output
2641
  * frontend-tools: Fix memory leak when reloading scripts
2642
  * UI: Update tab stop order in Settings
2643
  * CI: macOS builds on Azure Pipelines
2644
  * obs-qsv11: Fix crash on destructor after init failure
2645
  * obs-qsv11: Don't try to free non allocated array on destruction
2646
  * obs-ffmpeg: Fix NVENC blacklisted card check
2647
2648
-------------------------------------------------------------------
2649
Wed Feb 27 21:36:03 UTC 2019 - jimmy@boombatower.com
2650
2651
- Update to version 23.0.1:
2652
  * obs-browser: Fix widgets being initially blank on high-DPI
2653
  * libobs: Update version to 23.0.1
2654
  * libobs-d3d11: Disable NV12 textures if NVENC unavailable
2655
  * UI: Don't show "What's New" for new users
2656
  * UI: Don't delete auto-remux file (just in case)
2657
  * libobs-d3d11: Blacklist certain adapters from NV12
2658
  * UI: Do not allow post-GPU rescaling on gpu encoders
2659
  * libobs: Add func to get encoder caps by encoder pointer
2660
  * obs-ffmpeg: Fix bitrate being set on NVENC CQP/lossless
2661
  * UI: Fix Mixer allowing endless login retries
2662
  * UI: Make workaround for Logitech plugin hard lock
2663
  * UI: Check CEF available when loading auth
2664
  * libobs-d3d11: Improve check for NV12 texture support
2665
2666
-------------------------------------------------------------------
2667
Tue Feb 26 00:11:02 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
2668
2669
- Include pkg-config (.pc) file in devel subpackage.
2670
2671
-------------------------------------------------------------------
2672
Mon Feb 25 23:53:13 UTC 2019 - jimmy@boombatower.com
2673
2674
- Update to version 23.0.0:
2675
  * UI: Rename a bunch of bad file names
2676
  * image-source: Change max loaded slideshow images to 21
2677
  * enc-amf: Update translations
2678
  * obs-ffmpeg: Add more blacklisted NVENC adapters
2679
  * Update translations from Crowdin
2680
  * UI: Fix replay buffer checked state when no hotkey is set
2681
  * UI: Refine strings for About dialog
2682
  * Update translations from Crowdin
2683
  * UI: Force Twitch moderation tools to system browser
2684
  * UI: Fix wrong filename building for Remux dialog
2685
  * obs-ffmpeg: Free NVENC textures after sending EOS
2686
  * libobs: Update version to 23.0.0
2687
  * obs-browser, obs-vst: Update translations
2688
  * UI: If auth startup failed, keep connected in settings
2689
  * UI: If Twitch account disconnected, retry login
2690
  * UI: If Mixer account disconnected, retry login
2691
  * UI: Fix scene list text edit sizing on dark theme
2692
  * UI: Actually fix non-windows compilation
2693
  * UI: Fix non-windows compilation
2694
  * UI: Do not display threaded message boxes on startup
2695
  * UI: Defer autoconfig to message queue
2696
  * obs-text: Use custom draw flag
2697
  * Update translations from Crowdin
2698
  * UI: Set replay buffer check w/ --startreplaybuffer
2699
  * UI: Fix disabling "resize output to source"
2700
  * UI: Make sure user can still stream if auth fails
2701
  * UI: Do not auto-remux if using FFmpeg output
2702
  * UI: Use QFileInfo for remux
2703
  * UI: Clean up code styling of ternary operator usage
2704
  * UI: Allocate space for null terminator
2705
  * image-source: Actually defer slideshow, not image source
2706
  * obs-frontend-api: Make a few frontend API thread-safe
2707
  * UI: Fix profile duplicates using wrong cookies
2708
  * libobs: Fix missing mutex unlock from 26dbe54
2709
  * libobs: Check fwrite return value for extra safety
2710
  * libobs-d3d11: Fix rebuild of NV12 textures
2711
  * libobs-d3d11: Actually use paired NV12 member variable
2712
  * libobs-d3d11: Don't inline rebuild funcs
2713
  * UI: Fix inconsistent use of ellipsis
2714
  * obs-ffmpeg: Fix constant QP mode in new NVENC
2715
  * UI: Set preferHardware only when hw encoder is avail.
2716
  * UI: Hide instead of disable rescale
2717
  * obs-ffmpeg: Update advice for CFA
2718
  * vlc-video: Fix a video format not playing back correctly
2719
  * UI: Add back auth for custom RTMP servers
2720
  * obs-ffmpeg: Add more blacklisted non-NVENC adapters
2721
  * UI: Disable stream settings if streaming
2722
  * UI: Suggest hw encoding by default depending on hw
2723
  * obs-browser: Update default URL
2724
  * UI: Remove unused help icon
2725
  * frontend-tools: Remove unused help icon
2726
  * UI: Remove unused "Beta" texts
2727
  * obs-browser: Don't use UNUSED_PARAMETER in app class
2728
  * UI: Delete cookies on profile removal
2729
  * obs-ffmpeg: Enable NVENC psycho_aq by default for now
2730
  * obs-browser: Have child processes detect crashes
2731
  * UI: Wait for browser init before "what's new" dialog
2732
  * UI: Clear key in autoconfig when service disconnected
2733
  * UI: Estimate better resolution if using NVENC
2734
  * obs-outputs: Increase GetAdaptersAddresses buffer size
2735
  * decklink-output-ui: Add note about keyer output
2736
  * libobs: Fix indent
2737
  * libobs: Fix race conditions
2738
  * libobs: Fix potential race condition on shutdown
2739
  * UI: Add default preset for NVENC in simple output
2740
  * decklink-ouput-ui: Remove unused help icon
2741
  * frontend-tools: Remove unused help icons
2742
  * UI: Remove additional unused help icons
2743
  * win-capture: Don't try to find window every frame
2744
  * obs-ffmpeg: Mark unused parameter
2745
  * decklink-output-ui: Fix memory leak in save settings
2746
  * obs-ffmpeg: Don't expose new settings to old NVENC (yet)
2747
  * UI: Don't enable rescale if on "Use stream encoder"
2748
  * UI: Fix encoder preset locale text
2749
  * UI: Fix potential race condition for hover items
2750
  * UI: Add OBSBasicPreview::Get helper func
2751
  * obs-ffmpeg: Fix crash when audio not configured
2752
  * UI: Add missing text string for Remux dialog
2753
  * UI: Allow compressed responses in RemoteTextThread
2754
  * image-source: Defer update of slideshow source
2755
  * Revert "UI: Use Twitch dashboard chat popout"
2756
  * UI: Use Twitch dashboard chat popout
2757
  * UI: Remove help icon from auth/what's new titlebars
2758
  * libobs: Fix crash starting raw encoder before gpu encoder
2759
  * UI: Add minimum size of OAuth login dialog
2760
  * UI: Fix autoconfig authentication not working
2761
  * libobs: Fix texture-based encoder decklock
2762
  * UI: Increase Twitch "Stream Stats" height by 50
2763
  * UI: Allow animated BTTV emojis
2764
  * decklink-output-ui: Fix memory leak
2765
  * UI: Enter graphics context before destroying texture
2766
  * libobs: Make sure to destroy effect
2767
  * UI: Make "What's New" dialog modeless
2768
  * obs-ffmpeg: Add a few line breaks for new tooltips
2769
  * UI: Check that CEF loaded before loading integrations
2770
  * obs-ffmpeg: Use CQP in jim-nvenc properties text
2771
  * UI: Fix being unable to drag/drop source list items
2772
  * UI: Fix issue with Mixer
2773
  * UI: Do one time reset of dock lock state for v23
2774
  * obs-ffmpeg: Add tooltips for new NVENC settings
2775
  * UI: Start projector user-facing monitor count at 1
2776
  * UI: Adjust Acri and Rachni themes
2777
  * CI: Build service-integration on Windows
2778
  * image-source: Increase slideshow max loaded to 15
2779
  * obs-ffmpeg: Disable psycho_aq by default (for now)
2780
  * UI: Fix twitch stream stat window not centering
2781
  * UI: Add bttv emote button to Twitch chat window
2782
  * UI: Change preview handles/outline and add hover
2783
  * UI: Add scene item canvas overflow to preview
2784
  * obs-ffmpeg: Do not allow new NVENC on gpu idx > 0
2785
  * enc-amf: Update plugin to Version 2.5.1
2786
  * UI: Use new NVENC by default in simple output mode
2787
  * obs-ffmpeg: Add texture-based NVENC encoder implementation
2788
  * obs-ffmpeg: Update NVENC properties and property defaults
2789
  * obs-ffmpeg: Update display name of FFmpeg NVENC encoder
2790
  * obs-ffmpeg: Update nvEncodeAPI.h to latest version
2791
  * UI: If hardware encoder selected, disable post rescale
2792
  * UI: Use hardware encoding by default if available
2793
  * libobs: Add texture-based encoding support
2794
  * libobs: Split do_encode in to two funcs
2795
  * libobs/media-io: Add frame funcs for separate GPU thread
2796
  * obs-ffmpeg: Implement NVENC video card blacklist
2797
  * libobs/util: Fix bug with get_winver
2798
  * libobs/util: Fix bug with circlebuf_data
2799
  * libobs: Add ability to reroute encoders
2800
  * libobs/util: Add get_win_ver_int() func (windows)
2801
  * libobs: Use NV12 textures when available
2802
  * libobs: Add obs_video_active() function
2803
  * libobs/graphics: Add NV12 texture support
2804
  * libobs/graphics: Add texture sharing functions
2805
  * UI: Fix potential race condition
2806
  * UI: Add Twitch integration
2807
  * UI: Add Mixer integration
2808
  * UI: Add auth. support to settings/autoconfig
2809
  * UI: Add obfuscation func
2810
  * UI: Add Auth and OAuth classes
2811
  * UI: Add func to load browser/cookies, but show dialog
2812
  * UI: Add per-profile browser panel cookie management
2813
  * UI: Switch to new browser panel code
2814
  * UI: Improve/refactor autoconfig/settings service UI
2815
  * UI: Add function for adding extra docks to main window
2816
  * UI: Make assignDockToggle an actual function
2817
  * UI: Add function to get main window more easily
2818
  * UI: Add functions for executing funcs without blocking
2819
  * UI: Add CreateQThread helper function
2820
  * UI: Unlock UI by default
2821
  * UI: Add alternate constructor for RemoteTextThread
2822
  * UI: Add timeout parameter to RemoteTextThread
2823
  * UI: Only def. BROWSER_AVAILABLE for WIN32 (for now)
2824
  * UI: Remove "service type" from auto-config stream page
2825
  * obs-filters: Fix unused parameter warnings
2826
  * obs-vst: Fix resizing on windows (submodule update)
2827
  * UI: Enable high DPI scaling, for Qt >= 5.11
2828
  * UI: Use Next button for GPL license page in windows installer
2829
  * win-capture: Add a few more blacklisted capture exes
2830
  * win-capture: Do not capture "explorer.exe" with null titles
2831
  * libobs: Fix scanf type specifiers
2832
  * frontend-tools: Call modified prop callbacks on script load/reload
2833
  * CI: Use modified macOS QT installer
2834
  * win-capture: Start user-facing monitor count at 1
2835
  * UI: add a default black background to the PGM output of the multiview
2836
  * rtmp-services: Remove LiveEdu from services
2837
  * decklink: Remove redundant const qualifiers
2838
  * UI: Clear out previous projectors when loading saved projectors
2839
  * rtmp-services: Update Twitch and Smashcast ingests
2840
  * obs-filters: Add downward expander filter
2841
  * UI: Fix audio recording for lossless simple (#1616)
2842
  * cmake: Use multiprocessor compilation on Windows (#1605)
2843
  * rtmp-services: restore STAGE TEN (now using rtmps)
2844
  * Use Premultiplied Alpha for Text and Game Capture (#1578)
2845
  * rtmp-services: updating castr.io ingests
2846
  * Add Bangalore, India server to Restream
2847
  * rtmp-services: Add Camplace.com RTMP Services (#1631)
2848
  * UI: Fix a series of mem leaks (#1614)
2849
  * syphon: Remove references to game capture
2850
  * obs-ffmpeg: Show additional details in failed to write error
2851
  * win-capture: Disable cached offsets writing
2852
  * win-capture: Improve reading from get-graphics-offsets
2853
  * obs-qsv: Enable b-pyramid & change packet priority
2854
  * README.rst: Clarify that project is GPL2+
2855
  * Add GPL Cooperation Commitment to base directory
2856
  * UI: Fix accessibility/narration text on sources list
2857
  * UI: Add support for Restream "Auto" server in auto-config
2858
  * decklink: Initialize member variables
2859
  * UI: Fix infinitely incrementing showing ref
2860
  * UI: Set minimum negative sync offset to -950
2861
  * libobs, UI: Do not log redundant warnings
2862
  * UI: Add date/time to log file
2863
  * Authors: Update Contributors list
2864
  * UI: Fix Defaults button not triggering UI update
2865
  * rtmp-services: Update service json format version
2866
  * Decklink: only use RGBA when using keyer
2867
  * obs-qsv11: Log errors on init
2868
  * Decklink: Keyer support
2869
  * libobs: Add get_defaults2 and get_properties2 for encoders
2870
  * rtmp-services: Update Chaturbate POPs
2871
  * libobs: Allow const argument in obs_set_cmdline_args
2872
  * Add Discord badge to README
2873
  * libobs: Fix circlebuf_pop_back returning front
2874
  * libobs: Fix Windows Game Mode detection on newer Windows 10 versions
2875
  * UI: Save scene collection before export
2876
  * UI: Support fractional scaling
2877
  * UI: Revert default tab in Settings > Output: Advanced to Stream tab
2878
  * Add support for building on PPC64LE using x86 Intrinsic Compat Shim
2879
  * libobs: Fix utf-8 bom is not properly skipped
2880
  * UI: Show "OBS Studio" in linux desktop link
2881
  * UI: Fix display of mono source with surround output
2882
  * CONTRIBUTING.rst: Add Discord server and dev chat
2883
  * rtmp-services: Remove dead servers/services
2884
  * linux-v4l2: Make V4L device names unique
2885
  * UI: Add French to UI/dist/obs.desktop
2886
  * win-mf: Initialize member variable
2887
  * rtmp-services: Added Bongacams ingest point
2888
  * UI: Add /LARGEADDRESSAWARE for MSVC x86 executable
2889
  * libobs: Fix crash when pixel or vertex shader are missing
2890
  * libobs: Log audio source when buffering is added
2891
  * libobs: Fix starting timestamp for preloaded frames
2892
  * rtmp-services: Add Restream FTL ingests
2893
  * obs-output: Update ftl-sdk version
2894
  * rtmp-services: Allow seamless service renaming
2895
  * rtmp-services: Add Lightcast.com
2896
  * rtmp-services: Add Linkstream
2897
  * libobs/util: Make default val INVALID_HANDLE_VALUE
2898
  * libobs: Background color of 0 should not be gray
2899
  * CI: Use proper VLC release tarball
2900
  * CI: Use VLC 3.0.4 instead of master for macOS
2901
  * obs-libfdk: Compatibility fix for new API
2902
  * obs-filters: Add limiter filter
2903
  * libobs: memset() the correct buff size
2904
  * libobs: Do not process panning if panning centered
2905
  * decklink: Add declaration file for integer types
2906
  * libobs: Fix audio offset not reset for all tracks
2907
  * CI: Update Qt path on Windows
2908
  * UI: Fix batch remux compiler warning
2909
  * Add AppVeyor CI status badge to README
2910
  * Add Travis CI status badge to README
2911
  * UI: Remove scrollbar line controls for Dark theme
2912
  * Decklink: add UI to control output
2913
  * UI: Fix bug when loading saved projectors
2914
  * UI: Emit STREAMING_STOPPING event immediately
2915
  * linux-capture: XCompCap now chooses glXFBConfigs based on window depth
2916
  * decklink: Initialize member variable
2917
  * UI: Add multi-track FFmpeg output support
2918
  * obs-ffmpeg: Enable multiple audio tracks for FFmpeg output
2919
  * libobs: Add multi-track support to non-encoded outputs
2920
  * UI: Don't transition if already transitioning (studio mode)
2921
  * libobs: Add obs_enum_scenes for enumerating scenes
2922
  * libobs-d3d11: Use mip levels are used in resource view
2923
  * libobs-opengl: Add int2-4 support
2924
  * enc-amf: Update to 2.5.0.1 and update repository address
2925
  * UI: Fix typo with resize output text
2926
  * Revert "Merge pull request #1498 from Xaymar/patch-obs-amd-encoder"
2927
  * Decklink: add output support
2928
  * UI: Fix auto remux warning
2929
  * rtmp-services: Update liveedu.tv servers
2930
  * rtmp-services: Add DLive
2931
  * obs-ffmpeg: Add linux VAAPI h.264 encoding support
2932
  * libobs: Add pkgconfig support
2933
  * enc-amf: Update to 2.5.0 and update repository address
2934
  * UI: Change resize output text
2935
  * linux-capture: Fix repeated swapping of swapRedBlue and improve robustness further
2936
  * rtmp-services: Add Vimm.TV
2937
  * libobs: Truncate thread names on Linux
2938
  * UI: Add ability to resize output based on source size
2939
  * UI: Add option to auto remux
2940
  * UI: Remove '?' from remux title bar
2941
  * CI: Add mbedTLS dependency for AppVeyor Linux
2942
  * CI: Build on Linux with AppVeyor
2943
  * CI: Use cmd prefix on AppVeyor as needed
2944
  * CI: Move AppVeyor install commands to a script file
2945
  * cmake: Find Qt first before going to subdirectories
2946
  * cmake: Fix UI being dependent on browser plugin files
2947
  * UI: Fix array length computation
2948
  * docs/sphinx: Add missing obs_sceneitem_get_id info
2949
  * UI: Fix scrollbar misalignment for Acri theme
2950
  * UI: Fix scrollbar handle alignment for Dark theme
2951
  * libobs: Fix heap corruption in obs_source_output_video
2952
  * image-source: Decrease slideshow source memory usage
2953
  * UI: Fix system tray context menu creation
2954
  * UI: Organize unused/duplicate includes
2955
  * libobs/audio-monitoring: Use libobs CFString utils
2956
  * coreaudio-encoder: Use libobs CFString utils
2957
  * decklink: Use libobs CFString utils
2958
  * mac-capture: Use libobs CFString utils
2959
  * mac-vth264: Use libobs CFString utils
2960
  * libobs: Add CFString utils
2961
  * UI: Undo/fix stats dock changes to main window
2962
  * decklink: Remove inactive audio channels (linux, macOs)
2963
  * UI: Add 4th aux audio input device
2964
  * frontend-tools: Increase instant replay playback retry interval
2965
  * frontend-tools: Add VLC support to instant replay script
2966
  * UI: Batch remux and drag/drop support on remux dialog
2967
  * UI: Change about dialog bottom color (light theme)
2968
  * win-capture: Add option to adjust hook rate for game capture
2969
  * linux-capture: Improve XComposite capture robustness
2970
  * libobs: Don't call width/height funcs if context invalid
2971
  * rtmp-services: Update Lahzenegar settings
2972
  * obs-filters: Add "Invert Polarity" audio filter
2973
  * obs-filters: Avoid skewing chroma key's box filter average
2974
  * obs-filters: Optimize chroma key's box filter
2975
  * cmake: Make static VC runtime libraries consistent
2976
  * Plugins: Add descriptions to modules
2977
  * libobs: Export image-file to c
2978
  * obs-browser: Fix local macOS build issues
2979
  * obs-qsv: enable High Profile for QSV h264
2980
  * UI: Add ability to style preview background color
2981
  * UI: Dark theme padding and alignment fixes
2982
  * UI: Add Filter to Hotkeys settings menu
2983
  * Fix README hyperlinks under Credits
2984
  * cmake: Fix an error when SWIG isn't found
2985
  * UI: Set about dialog as non-resizable
2986
  * docs/sphinx: Add annotation api functions
2987
  * libobs: Add additional gs_effect_get_ functions
2988
  * libobs: Add HLSL annotation parsing
2989
  * Update decklink SDK to version 10.11
2990
  * obs-filters: Add base canvas resolution option
2991
  * libobs/util: Fix undefined behavior and optimize util_mul64_64
2992
  * UI: Add ability to reset sliders when double clicked
2993
  * UI: Implement stereo balancing
2994
  * UI: Remove license agreement dialog
2995
  * UI: Add about dialog
2996
  * cmake: Make directory before copying file
2997
  * decklink: Add deactivate when not showing option to decklink
2998
  * cmake: Add install_obs_data_file function
2999
  * Update AUTHORS file
3000
  * UI: Prevent format-truncation compiler warning
3001
  * obs-outputs: Fix unused variable compiler warning
3002
  * obs-outputs: Make rtmp packet alloc code path clearer
3003
  * UI: Fix not all projectors using ProjectorAlwaysOnTop
3004
  * win-ivcam: Remove and prohibit useless member functions
3005
  * linux-jack: Fix snprintf format specifier
3006
  * libobs: Remove VLA in pulse monitoring backend
3007
  * cmake: Add variable-length array checks
3008
  * libobs: Update version to 22.0.3
3009
  * obs-browser: Fix macOS crash
3010
  * UI: Blacklist LockApp and Text Input from Game Capture
3011
  * UI: Add retina support and updated icons
3012
  * UI: Add rename scene/source shortcut
3013
  * libobs-opengl: Store FBOs per texture instead of per device
3014
  * UI/updater: Fix update bug for 32bit/64bit installs
3015
  * UI: Add ctrl+up/down shorcuts to move filters around
3016
  * UI: Add delete as shortcut for removing filters
3017
  * UI: Make stats dockable
3018
  * rtmp-services: Remove offline/unavailable servers/services
3019
  * rtmp-services: add STAGE TEN
3020
  * UI: Name parameters in definition same as in declaration
3021
  * image-source: Add psd and *.* to file filter
3022
  * UI: Use themeID for red message in settings view
3023
  * obs-qsv: Expose additional QSV encoder settings through GUI
3024
  * libobs/UI: Allow Access To argc/argv
3025
  * win-capture: Modify log for sharedmem
3026
  * obs-filters: Use less automagic for SpeexDSP detection
3027
  * deps/obs-scripting: Use less automagic for Lua/Python detection
3028
3029
-------------------------------------------------------------------
3030
Fri Dec  7 00:35:35 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
3031
3032
- Remove workaround for utilizing proper libdir as it interferes
3033
  with building plugins.
3034
3035
-------------------------------------------------------------------
3036
Wed Nov 14 01:34:58 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
3037
3038
- Set ExclusiveArch to i586 and x86_64.
3039
3040
-------------------------------------------------------------------
3041
Wed Nov 14 01:03:47 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
3042
3043
- Restrict to ffmpeg3 to avoid Tumbleweed segfault.
3044
  https://bugs.links2linux.org/browse/PM-143
3045
3046
-------------------------------------------------------------------
3047
Thu Sep 13 02:48:49 UTC 2018 - jimmy@boombatower.com
3048
3049
- Include optional build dependencies to enable more features.
3050
3051
-------------------------------------------------------------------
3052
Fri Aug 31 15:39:49 UTC 2018 - jimmy@boombatower.com
3053
3054
- Update to version 22.0.2:
3055
  * Revert "UI: Do not fire load events until program loaded"
3056
  * Revert "UI: Reset sources list manually on first load"
3057
  * UI: Always show filter preview if video source
3058
  * obs-browser: Update version to 2.1.5
3059
  * UI: Reset sources list manually on first load
3060
  * UI: Remove "Beta" from auto-config tools menu text
3061
  * libobs: Update version to 22.0.2
3062
  * obs-browser: Update version to 2.1.4
3063
  * UI: Make sure quick transition hotkey is not zeroed
3064
  * UI: Do not fire load events until program loaded
3065
  * UI: Use AlwaysOnTop option for windowed projectors
3066
  * UI: Fix a rare multiview crash when clicked
3067
  * UI: Fix macOS bug (scrollbar blocking lock icons)
3068
  * CI: Use Qt 5.10.1 instead of 5.11.1 for macOS
3069
  * UI: Remove beta warning from auto-config wizard
3070
  * libobs: Blacklist old obs-browser version on macOS
3071
  * UI: Fix filter layout issue
3072
  * UI/updater: Add missing header
3073
  * obs-outputs: Revert f1f49bc1 to fix RTMP authentication
3074
  * UI: Select item that user adds
3075
  * CI: Rename one more missed cef-bootstrap name
3076
  * CI: Rename cef-bootstrap to obs-browser-page
3077
  * obs-browser: Update browser version to 2.1.3
3078
  * UI: Set browser hwaccel def. to false if winver <=7
3079
  * rtmp-services: Only do URL check for Facebook
3080
  * UI: Close remux output before showing dialog
3081
  * rtmp-services: update Periscope settings
3082
  * CI: Use env variable for CEF cache on Windows
3083
  * CI: Build Browser Source on Windows
3084
  * UI: Use QT font picker on OSX
3085
3086
-------------------------------------------------------------------
3087
Tue Aug 21 01:31:18 UTC 2018 - jimmy@boombatower.com
3088
3089
- Update to version 22.0.1:
3090
  * obs-browser: Update translations
3091
  * libobs: Update version to 22.0.1
3092
  * obs-browser: Fix local files not being processed correctly
3093
  * libobs: Update to version 22.0.0
3094
  * UI: Fix path for File > Show Recordings
3095
  * obs-browser: Blacklist certain hwaccel adapter combos
3096
  * UI: Fix mixer context menu toggling layout on kde
3097
  * cmake: Add luajit 2.1 support to build
3098
  * obs-browser: Update version number to 2.1.0
3099
  * libobs: Revert version update to 22.0.0 (instead, do RC2)
3100
  * UI: Fix snapping of group sub-items
3101
  * CI: Use HTTPS for downloading macOS deps package
3102
  * libobs: Fix typo in function names
3103
  * UI: Remove warning when using separate QSV encoders
3104
  * Update translations from Crowdin
3105
  * Update translations from Crowdin
3106
  * updater: Prepare for transition to Fastly CDN
3107
  * libobs: Update version to 22.0.0
3108
  * UI: Hide Dock Icon on Mac OSX when minimizing to tray
3109
  * UI: Update Acri theme
3110
  * UI: Fix multiview hang
3111
  * Revert "UI: Use qss themeID for red labels in properties view"
3112
  * UI: Fix dark theme link color
3113
  * UI: Update Rachni theme
3114
  * obs-browser: Fix "shutdown when invisible" issue
3115
  * UI: Use qss themeID for red labels in properties view
3116
  * UI: Use theme for red message in audio settings
3117
  * UI: Allow centering/stretching for groups items
3118
  * UI: Fix group sub-item selection bug
3119
  * UI: Fix flip/rotate transform menu with group items
3120
  * libobs: Add function to force a sceneitem transform update
3121
  * UI: Fix bug grabbing handles of group sub-items
3122
  * rtmp-services: Add DTube
3123
  * UI: Set replay buffer button as checkable
3124
  * libobs: Fix applying group transform of flipped sources
3125
  * UI: Allow resetting transform of group sub-items
3126
  * rtmp-services: Do not check for valid URL if using "auto"
3127
  * libobs: Initialize hotkey pair ID variable properly
3128
  * UI: Allow the transform dialog for group sub-sources
3129
  * UI: If users renames a source, only revert on Esc
3130
  * obs-browser: Fix a number of bugs
3131
  * UI: Protect GUID generation in mutex
3132
  * UI: Make the information dialog a big wider
3133
  * UI: Add release candidate checking to info dialog
3134
  * cmake: Add release candidate versions/cmake variables
3135
  * libobs/media-io: Prevent overwriting of remux input
3136
  * libobs: Update version from latest tag
3137
  * obs-qsv11: Protect context variable in clear_data
3138
  * rtmp-services: Remove unnecessary null check
3139
  * libobs: Remove unnecessary null check
3140
  * UI: Add adv. settings checkbox for browser HW accel
3141
  * libobs: Add functions to get/set global private data
3142
  * libobs: Move function declarations to correct spot
3143
  * UI: Use NVIDIA laptop GPU hint
3144
  * CI: Update OSX Deps package
3145
  * win-capture: Avoid segfault when retrieve size
3146
  * cmake: Prevent policy CMP0072 warning
3147
  * Revert "libobs-d3d11: Initialize variable to zero"
3148
  * win-capture: Avoid tex size mismatch for cursor
3149
  * UI: Make OBS bitness more specific in title bar and log
3150
  * obs-qsv11: Initialize member variable
3151
  * CI: Fix building libvpx dep on osx
3152
  * rtmp-services: Ensure set URL exists within server list
3153
  * rtmp-services: Change Facebook stream URL to use RTMPS
3154
  * obs-outputs: Add support for and use mbedTLS for SSL
3155
  * libobs: When ungrouping groups, duplicate items
3156
  * libobs: Add internal function to dup. scene item data
3157
  * libobs: Add function to save hotkey pair data
3158
  * UI: Remove QNetworkReply from window-basic-main.hpp
3159
  * UI: Use obsproject.com URL for discord invite
3160
  * libobs-opengl: Fix segfault on access of invalid window
3161
  * libobs-opengl: Improve X error handler message
3162
  * obs-filters: Fix segfault in Compressor Filter
3163
  * UI: Add missing va_end() call
3164
  * CI: Update macOS dependencies in build script
3165
  * CI: Update Travis scripts to target OSX 10.11+
3166
  * CI: Update Travis Mac builds to Xcode 9.4 and macOS 10.13
3167
  * UI: Add ability to join discord server from help menu
3168
  * UI: Add Color Coding to Source Tree Widget
3169
  * win-mf: Add missing va_end() call
3170
  * obs-browser: Add hardware acceleration option (win32)
3171
  * UI: Add missing return statement
3172
  * UI: Uncheck record/replay buffer buttons if fail
3173
  * UI: Use QScopedPointer (not QPointer) where applicable
3174
  * UI: Hide preview for sources and filters where possible
3175
  * UI: Fix disabled items in Dark theme being too light
3176
  * libobs: Log libobs bitness in crash logs
3177
  * UI: Add confirmation dialog if there are no sources
3178
  * libobs-d3d11: Initialize variable to zero
3179
  * UI: Check pointer before the first dereference
3180
  * UI: Add intro startup page (windows)
3181
  * deps: Add json11 library for convenience
3182
  * UI: Only allow stream/record hotkeys if the UI buttons are enabled
3183
  * OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14
3184
  * CI: Use Qt 5.11.1 on Travis for macOS
3185
  * CI: Use Qt 5.11.1 on AppVeyor for Windows
3186
  * frontend-tools: Add QAction explicitly for Qt 5.11 compatibility
3187
  * Fix typo in contributor guide
3188
  * UI: Fix start up crash with saved projectors
3189
  * rtmp-services: Add Piczel.TV server
3190
  * enc-amf:  Version 2.4.2
3191
  * libobs: Always try to update transform in current thread
3192
  * libobs: Only update scene item texture on frame tick
3193
  * libobs: Don't assign variables before if/return
3194
  * UI: Do not open properties dialog for groups
3195
  * obs-outputs: Update librtmp with upstream patches
3196
  * CI: Add AppVeyor webhook for Discord bot
3197
  * CI: Add travis webhook for Discord bot
3198
  * UI: Add signal for when theme has changed
3199
  * UI: Add ability to parse OBSStyle from qss
3200
  * libobs: Copy the device uid string for mac audio monitor
3201
  * libobs: Pass address of cf_uid rather than the contents of cf_uid
3202
  * libobs: Fix setting of audio monitor device on Mac
3203
  * libobs: Rework checking Mac audio device capabilities
3204
  * UI: Fix bug with advanced output service settings
3205
  * libobs: Add function to get encoder object's defaults
3206
  * obs-browser: Fix error and warning
3207
  * obs-browser: Update to latest version
3208
  * libobs: Defer update of scene item texture
3209
  * UI: Allow alt-cropping on bounding box scene items
3210
  * libobs/util: Don't use assert for darray_push_back_array
3211
  * obs-qsv:  Allow for multiple QSV encoders
3212
  * obs-output: Update ftl-sdk version
3213
  * CI: Update Sparkle default base_url
3214
  * rtmp-services: Update ingest list for Restream.io
3215
  * rtmp-services: Update ingest list for GamePlank
3216
  * UI: Fix signals for sub-items of groups
3217
  * UI: Add OBSBasic::SavingDisabled() function
3218
  * UI: Allow copying/pasting of groups
3219
  * libobs: Allow group duplication
3220
  * libobs: Change groups to actual public types
3221
  * libobs: Abstract resize_group to resize_scene_base
3222
  * libobs: Refactor creation of scenes
3223
  * libobs: Remove group_sceneitem from obs_scene struct
3224
  * libobs: Add obs_data_array_push_back_array
3225
  * Update INSTALL
3226
  * UI: Fix OBS_FRONTEND_EVENT_TRANSITION_LIST_CHANGED
3227
  * rtmp-services: Add KakaoTV
3228
  * libobs: Update libcaption library
3229
  * rtmp-services: Adding Castr.io ingests to service list
3230
  * vlc-video: Load libvlccore.dylib on macOS
3231
  * CI: Fix CEF Path on Package Build
3232
  * libobs: Remove unnecessary const qualifier
3233
  * libobs: Remove unused variable
3234
  * libobs: Remove unused variable
3235
  * libobs: Fix equality check
3236
  * libobs: Add missing return type
3237
  * libobs: Remove unused variable
3238
  * libobs: Change int to size_t
3239
  * UI: Fix stream button checkable state
3240
  * UI: Update Acri theme for disabled buttons
3241
  * UI: Add frontend event for when OBS finishes loading
3242
  * Revert "obs-x264: Specify x264 color space for BT.601"
3243
  * UI: Fix cramped source tree sub-widgets on macOS
3244
  * UI: Fix bug where color property shows transparency
3245
  * UI: Fix display bug with color property
3246
  * libobs: prevent crash from unbounded copy and bfree
3247
  * UI: If group's name exist, start it from 2
3248
  * UI: Fix mixer dock widget minSize being too big
3249
  * obs-transitions: Fix potential stinger divide by 0
3250
  * libobs: add obs_source_frame_copy
3251
  * libobs: Fix compilation issue on case-sensitive filesystems
3252
  * libobs: Add check for cf_uid pointer free
3253
  * libobs: Fix Monitoring devices showing input devices
3254
  * obs-x264: Specify x264 color space for BT.601
3255
  * UI: Fix mem leak in VolControl
3256
  * librtmp: Fix memory leak
3257
  * UI: Fix mem leak with QCompleter
3258
  * UI: Fix mem leak with multiview projector menu
3259
  * UI: Fix mem leak with tray menu
3260
  * UI: Fix mem leak with volume meter
3261
  * UI: Compact ClearVolumeControls()
3262
  * UI: Update hotkey label on quick transition rename
3263
  * libobs: Update hotkey label on scene item rename
3264
  * libobs: Enable setting hotkey name and description
3265
  * UI: Add grouping
3266
  * UI: Fix missing newline at the end of a file
3267
  * UI: Refactor DrawCircleAtPos
3268
  * UI: Use vector value for nudge callback
3269
  * UI: Move frontend API initialization to constructor
3270
  * libobs: Add scene item grouping
3271
  * libobs: Add custom size support to scenes
3272
  * libobs: Do not signal reorder while scene mutex locked
3273
  * libobs: Defer and refactor scene item transform update
3274
  * libobs: Refactor item signaling (add func to signal parent)
3275
  * libobs: Do not draw item texture if source size 0
3276
  * libobs: Fix bug where cropped items would recalc transform
3277
  * libobs: Zero scene data instead of setting members manually
3278
  * libobs/callback: Add signal reference counting
3279
  * libobs: Refactor obs_scene_add to allow adding internally
3280
  * UI: Fix a few unused lambda closure captures
3281
  * libobs: Copy metadata for tracks/streams when remuxing
3282
  * obs-filters: Use double-precision where viable
3283
  * libobs: Avoid busy cursor when starting processes
3284
  * libobs: Allow custom core data paths
3285
  * libobs: Handle 'in', 'out', and 'inout' keywords in shader parsers
3286
  * obs-ffmpeg: Set average framerate in video stream
3287
  * Make alpha visible in property color
3288
  * Use selected color in color property label
3289
  * CI: Upgrade to VS2017 on Appveyor
3290
  * UI: Add new Multiview Layout for up to 24 scenes
3291
  * UI: Move more fixed values to multiview update
3292
  * UI: Adjust the multiview num sources by the layout
3293
  * UI: Calculate fixed values of the Multiview once
3294
  * UI: Move multiview setting checks from draw path
3295
  * UI: Add option to toggle multiview draw safe area
3296
  * UI: Update multiview safe areas
3297
  * UI: Add option to toggle multiview scene names
3298
  * UI: Add option to toggle multiview mouse switching
3299
  * UI: Move multiview settings to its own groupbox
3300
  * UI: Update multiview on scene list reorder
3301
  * UI: Update multiview on resolution change
3302
  * UI: Adjust multiview label size
3303
  * UI: Add proper source markers to multiview
3304
  * UI: Simplify multiview draw code
3305
  * UI: Change multiview non-studio selection color
3306
  * UI: Remove the outerbox markers in multiview
3307
  * UI: Make the multiview lines use the same color
3308
  * UI: Make the sources border color a little darker
3309
  * UI: Clean up Projector Creation
3310
  * UI: Clean up projector's render regions creation
3311
  * UI: Make multiview colors easier to manage
3312
  * UI: Clarify multiview layout names
3313
  * UI: Convert multiview layout string profiles to int
3314
  * UI: Use enum for multiview layout
3315
  * UI: Add Vertical Mixer option
3316
  * UI: Simplify Volume Control draw logic
3317
  * UI: Avoid copies in Volume Control
3318
  * UI: Clean up includes and code-style
3319
  * CI: Use QT 5.10.1 for AppVeyor builds
3320
  * Use obsproject.com for log file uploads
3321
  * UI: Fix OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED
3322
  * UI: Remove ENABLE_WIN_UPDATE cmake variable
3323
  * UI: Always enable auto-updater for windows
3324
  * UI: Fix memory leak when drag/dropping
3325
  * text-freetype2: Remove trailing whitespace
3326
  * text-freetype2: Add chat line count property
3327
  * libobs: Use xcb-xinput when available for events
3328
  * cmake: Add xcb-xinput support
3329
  * UI: Add opt. to enable/disable in-focus hotkey blocking
3330
  * win-capture: Fix cursor draw size with certain cursors
3331
  * win-dshow: Allow synchronous create/update
3332
  * UI: Block when calling obs_frontend_set_current_scene
3333
  * UI: Add obs_frontend_add_scene_collection API call
3334
  * UI: Use WaitConnection() when adding scenes
3335
  * UI: Add WaitConnection() helper func
3336
  * UI: Use "source_create" to add scenes to listbox
3337
  * libobs: Make callback optional for obs_load_sources
3338
  * libobs: Don't signal "source_create" for private sources
3339
  * win-capture: Update D3D9 signature for Win10 April 2018 Update
3340
  * libobs: Expose source save/load signal
3341
  * docs/sphinx: Fix typo in script sources section
3342
  * obs-browser: Use BGRA textures instead of RGBA
3343
  * UI: Don't defer load on non-macOS systems
3344
  * UI: Also defer first scene collection load
3345
  * libobs: Use unaligned store rather than aligned store
3346
  * libobs: Convert sse inline funcs to macros
3347
  * libobs: Add "static" to inline func
3348
  * libobs, UI: Add true peak measurements
3349
  * rtmp-services: Update ingest list for Restream.io
3350
  * UI: Fix no_space file naming for replays
3351
  * UI: Explicitly initialize the crash handler
3352
  * libobs: Separate crash handler from startup
3353
  * UI: Change remux dialog to be non-modal
3354
  * libobs: Add functions to get output capability flags
3355
  * win-capture: Avoid obs functions in init_hooks
3356
  * libobs: Add functions to get raw video output
3357
  * libobs: Deactivate unnecessary GPU ops when not encoding
3358
  * libobs: Log *nix window manager
3359
  * UI: Disable paste filters unless a source is selected
3360
  * CI: Add description to OSX deps build script
3361
  * .gitmodules: Update submodules to new obsproject org
3362
  * UI: Set OBS icon to projector and stats window
3363
  * libobs-d3d11: Do not allow Alt+Enter interception
3364
  * UI: Sort audio controls by source name
3365
  * libobs: Add function to get last main output texture
3366
  * libobs: Fix potential filter rendering race condition
3367
  * UI: Clean up delete Source/Scene shortcut
3368
  * UI: Don't close windows for "Always on Top" (win32)
3369
  * UI: Hold the clip flash for at least one second
3370
  * UI: Add Selected and Hidden Array Values
3371
  * UI: Move OpenSavedProjecters call to OBSBasic::Load()
3372
  * obs-ffmpeg: fill in more fields on audio frames
3373
  * libobs: Fix pasting filters crash when missing sources
3374
  * UI: Do not generate "already active" logs
3375
  * obs-browser: Update to browser source refactor
3376
  * CI: Reduce travis output verbosity
3377
  * UI: Defer startup OBSBasic::Load (macOS CEF workaround)
3378
  * UI: Change monitoring device on profile change
3379
  * UI: Add frontend API to defer saving
3380
  * rtmp-services: Update recommended parameters for Nood.tv
3381
  * obs-outputs/flv: Fix ECMA array size
3382
  * CI: change travis osx artifact repo name
3383
  * UI: Save windowed projectors on exit
3384
  * UI: Remove a second call to OpenSavedProjectors
3385
  * UI: Clean up OBSProjector creation
3386
  * UI: Update Projectors title on source name change
3387
  * UI: Clean up save and load projector code
3388
  * UI: Add helper functions to Projector
3389
  * UI: Add Scene to ProjectorType
3390
  * UI: Simplify Projector Init
3391
  * UI: Refactor Projector OBSRender source usage
3392
  * UI: Move ProjectorType enum to projector header
3393
  * UI: Make OpenSavedProjectors indentation clear
3394
  * UI: Fix the Multiview window not using translation
3395
  * UI: Check if source is valid earlier
3396
  * UI: Simplify the OpenProjector logic
3397
  * UI: Only load projectors if SaveProjectors is true
3398
  * frontend-tools: Include 'QAction' to fix build against Qt 5.11
3399
  * mac-vth264: Fix video info set logic
3400
  * mac-vth264: Set the fullrange variable before calling vt_h264_video_info
3401
3402
-------------------------------------------------------------------
3403
Sat May 12 23:59:07 UTC 2018 - jimmy@boombatower.com
3404
3405
- Update to version 21.1.2:
3406
  * libobs: Update version to 21.1.2
3407
  * win-capture: Update D3D9 signature for Win10 April 2018 Update
3408
  * CI: Check out OSX branch of obs-browser
3409
  * cmake: Include windows style DLL when copying Qt files
3410
  * obs-browser: Update submodule to latest version
3411
  * UI/updater: Delete visual studio runtimes after execution
3412
  * deps/obs-scripting: Prevent python unload more than once
3413
  * obs-browser: Update submodule to latest version
3414
  * deps/obs-scripting: Don't allow unloading more than once
3415
  * enc-amf: Version 2.3.3
3416
  * libobs: Update version to 21.1.0
3417
  * deps/obs-scripting: Add obs_source_enum_filters
3418
  * rtmp-services: Update ingest list for Aparat.com
3419
  * mac-capture: Fix bug where audio device couldn't be changed
3420
  * UI: Add Help -> Crash Reports submenu
3421
  * UI: Add subdir param to OBSBasic::UploadLog
3422
  * UI: Specify whether crash/profiler/logs have prefix
3423
  * UI: Specify subdir/variable to save to for get_last_log
3424
  * rtmp-services: Update ingest list for Nood.tv
3425
  * UI: Replace gist with hastebin for log uploads
3426
  * UI/updater: Return false on integrity check failure
3427
  * UI/updater: Don't update modules of opposite arch
3428
  * UI/updater: Add automatic check/install for VS2017 redist
3429
  * UI/updater: Fix a few type size mismatch warnings
3430
  * UI/updater: Fix resource compiling bug
3431
  * UI/updater: Fix bug with restrict keyword on VS2017
3432
  * UI/updater: Set license of windows update module to ISC
3433
  * UI/updater: Rewrite function
3434
  * Update translations from Crowdin
3435
  * UI: Refresh multiview projector menu per click
3436
  * cmake: Remove extraneous checks
3437
  * UI: Refresh system tray projector menu per click
3438
  * UI: Remove unnecessary casts
3439
  * Update README.rst
3440
  * libobs-opengl: Request at least 8 bits for alpha
3441
  * linux-capture: Request at least 8 bits for alpha
3442
  * UI: Remove check for updates on Linux
3443
  * cmake, libobs, win-capture: Fix VS2017 warnings
3444
  * cmake: Add .vs directories to .gitignore
3445
  * deps/obs-scripting: Fix tick function arg number
3446
  * obs-ffmpeg: Fix locale typo
3447
  * rtmp-services: Update ingest list for Restream.io
3448
  * deps/obs-scripting: Expose obs video info to swig
3449
  * image-source: Fade to transparency if slideshow list is cleared
3450
  * rtmp-services: Add Vimeo to services list
3451
  * libobs: Fix property text typo
3452
  * libobs/util: Fix blank config file values being ignored
3453
  * obs-ffmpeg: Use FFmpeg's "fast" AAC encoder by default
3454
  * obs-ffmpeg: Remove cutoff hack for AAC encoder
3455
  * win-mf: Deprecate plugin
3456
  * win-capture/graphics-hook: Fix memory offset calculation
3457
  * UI: Remove duplicate line
3458
  * obs-output: Update ftl-sdk version and ftl logging values
3459
  * enc-amf: Version 2.3.2
3460
  * UI: Allow nested docks
3461
  * UI: Don't draw bounding boxes for sources without video flag
3462
3463
-------------------------------------------------------------------
3464
Wed Feb 21 20:31:20 UTC 2018 - jimmy@boombatower.com
3465
3466
- Update to version 21.0.3:
3467
  * libobs: Update to version 21.0.3 (mac update)
3468
  * libobs: Log YUV space/range on video reset
3469
  * obs-filters: Clear unused parameter warning
3470
  * libobs/util: Cache windows CPU frequency
3471
  * rtmp-services: Add SermonAudio to services list
3472
  * libobs-opengl: Log adapter and driver info
3473
  * obs-ffmpeg: Add speed percentage option
3474
  * deps/media-playback: Use a struct for media init data
3475
  * UI: Remove __FUNCTION__ usage
3476
  * UI: Import scene collection with correct filename
3477
  * obs-vst: Add layout to QMacCocoaViewContainer (update submodule)
3478
  * UI: Link Qt5::MacExtras
3479
  * obs-vst: Link Qt5::MacExtras (update submodule)
3480
  * libobs/media-io: Change speaker layout to match FFmpeg aac.
3481
  * CI: Include style plugins when packaging on OSX
3482
  * CI: Comment out OSX _obspython copy (not ready yet)
3483
  * deps/obs-scripting: Fix cur. script being NULL for script_tick
3484
  * deps/obs-scripting: Allow NULL script with script_log
3485
  * UI: Fix grayed out Copy option in sources context menu
3486
  * CI: Don't install python for OSX
3487
  * cmake: Fix LuaJIT search
3488
  * CI: Add rpath info to _obspython
3489
  * CI: Move obspython.so so it can be found in a .app
3490
  * CI: Update python rpath on osx
3491
  * CI: Make sure that lua can find obslua
3492
  * CI: Fetch RVM gpg key on osx
3493
  * CI: Fix a ruby issue on travis OSX
3494
  * CI: Update OSX deps build scripts
3495
3496
-------------------------------------------------------------------
3497
Thu Jan 25 19:16:58 UTC 2018 - jimmy@boombatower.com
3498
3499
- Update to version 21.0.2:
3500
  * libobs: Update version to 21.0.2 (mac tag)
3501
  * CI: Point to newer brew python
3502
  * deps/obs-scripting: Make ENABLE_SCRIPTING a user variable
3503
3504
-------------------------------------------------------------------
3505
Tue Jan 23 07:18:25 UTC 2018 - jimmy@boombatower.com
3506
3507
- Update to version 21.0.1:
3508
  * obs-filters: Fix hard cross-lock when using ducking
3509
  * win-dshow: Fix decoding issues from encoded devices
3510
  * UI: Acri theme adjustments
3511
  * libobs: Update version to 21.0.1
3512
  * docs/sphinx: Clarify Python windows installation
3513
  * CI: Install swig and luajit for osx travis
3514
  * deps/obs-scripting: Prevent potential python startup issues
3515
  * enc-amf: Prevent detect-amf from showing fail dialogs
3516
  * UI: Reduce size of "refresh" icons
3517
  * Revert "obs-outputs: Fix FMS auth with query string"
3518
  * UI: fix Multiview labels readability
3519
  * Update translations from Crowdin
3520
  * CI: Enable scripting in Linux builds
3521
  * cmake: Search for Python 3.4
3522
  * CI: Update CEF version on travis for osx
3523
  * libobs: Update version to 21.0.0
3524
  * UI: Add simple output mode encoder fallback
3525
  * frontend-plugins: Only show script file names in script dialog
3526
  * enc-amf: Test for AMF support in separate process first
3527
  * obs-ffmpeg: Remove NVENC detection code for now
3528
  * UI: Add command line arguments to log
3529
  * obs-ffmpeg: Fix signed mismatch warning
3530
  * frontend-tools: Fix a few issues with the clock source script
3531
  * frontend-tools: Add script to update text source from URL
3532
  * deps/obs-scripting: Fix script_log in python to append newline
3533
  * frontend-tools: Add a lua script that draws an analog clock
3534
  * UI: Add audio meter decay rate option
3535
  * UI: Optimize theme PNG images (smaller files)
3536
  * frontend-tools: Add "Clear" button to script log window
3537
  * frontend-tools: Warn if no active replay buffer w/ instant replay
3538
  * frontend-tools: Make instant replay script also save replay
3539
  * frontend-tools: Add "instant replay" script
3540
  * obs-ffmpeg: Do not return last replay path if currently muxing
3541
  * libobs/callback: Add calldata_create and calldata_destroy
3542
  * deps/obs-scripting: Fix frontend API lua table creation
3543
  * deps/obs-scripting: Fix a few more VC warnings from swigluarun.h
3544
  * obs-ffmpeg: Add proc to get last replay buffer
3545
  * deps/obs-scripting: Ensure that ffi module gets loaded
3546
  * UI: Add Acri theme
3547
  * obs-ffmpeg: Call av_register_all before nvenc check
3548
  * obs-ffmpeg: Don't try to detect NVENC on mac
3549
  * obs-ffmpeg: Improve NVENC detection
3550
  * linux-pulseaudio: Surround speaker map
3551
  * UI: Set max size for names in name dlg. to 256
3552
  * UI: Use snprintf and std::string when creating profiles
3553
  * libobs: Fix rendering if filter context no longer exists
3554
  * libobs: Fix double -> float conversion warning
3555
  * libobs: Optimize clearing of unused source audio mixes
3556
  * libobs: Fix audio buffer clear in custom source mixing
3557
  * Fix typo in README.rst
3558
  * deps/obs-scripting: Fix installed files/locations on linux
3559
  * UI: Put clip detection back in to volume meter
3560
  * deps/obs-scripting: Add image-file to lua
3561
  * deps/obs-scripting: Set current_lua_script earlier to prevent a crash
3562
  * UI: Set linker flags required for luajit on OSX
3563
  * deps/obs-scripting: Don't crash obs trying to unload a script that failed to load
3564
  * docs/sphinx: Clarify vertex buffer usage
3565
  * test/test-input: Add audio buffering sync test source
3566
  * win-capture: Make minor clarification to locale string
3567
  * UI: Fix tab bars for docked widgets in Dark theme
3568
  * libobs: Fix log message
3569
  * Revert "obs-ffmpeg: Improve NVENC detection"
3570
  * deps/media-playback: Free frame data before freeing frame
3571
  * deps/media-playback: Use avcodec_free_context when possible
3572
  * CMake: Fix FindSwigDeps search path
3573
  * UI: Disable Youtube bandwidth test (for now)
3574
  * UI: Fix warning
3575
  * UI: Use GDI+ text for multiview on windows
3576
  * libobs-d3d11: Allow multiple display captures of same monitor
3577
  * UI: Fix qpushbutton menu icon
3578
  * UI: Style dock widgets in dark and rachni themes
3579
  * libobs: Fix audio issue with scene items
3580
  * UI: Add the "-60" volume control marker
3581
  * decklink: Default to 5.1 if invalid channel value 7
3582
  * decklink: Fix bug with old channel formats
3583
  * UI: Change default theme to dark for new users
3584
  * win-capture: Change string for memory capture option
3585
  * linux-pulseaudio: Default sample format float32le
3586
  * cmake: add more LuaJIT lib names
3587
  * Revert "CI: Add Python path for AppVeyor"
3588
  * frontend-plugins: Add "Description" string
3589
  * frontend-plugins: Remove unused strings
3590
  * cmake: Fix copying lua51.dll (luajit) dep on windows
3591
  * CI: Add Python path for AppVeyor
3592
  * deps/obs-scripting: Fix swig/python lookup on windows
3593
  * libobs: Fix pulseaudio monitor playback stuttering
3594
  * libobs: Fix for int-in-bool-context-warning
3595
  * rtmp-services: Add Twitch Helsinki ingest
3596
  * obs-outputs: Fix FMS auth with query string
3597
  * UI: Add frontend API funcs for enabling/disable preview
3598
  * mac-capture: Update fix for Soundflower
3599
  * decklink: Add 2.1 & 4.1 surround layouts
3600
  * coreaudio-encoder: Surround sound improvements
3601
  * obs-libdk: Unlock bitrates for surround layouts
3602
  * UI: Add Multiview Layout Options
3603
  * UI: Add Single/Double click options to Multiview
3604
  * UI: Add help portal link to help menu
3605
  * libobs/media-io: Replace quad with 4.0
3606
  * libobs/media-io: Clean surround API
3607
  * UI: Rework volume-meters, adding more information
3608
  * obs-filters: Fix heavy distortion in Noise Suppression filter
3609
  * libobs: Fix scene filter duplication
3610
  * libobs: Fix bad source release placement
3611
  * obs-filters: Fix minor leaks with LUT filter
3612
  * UI: Fix possible source reference leakage
3613
  * docs/sphinx: Fix vec3_set
3614
  * libobs: Log which security software is in use
3615
  * deps/scripting: Add python rpaths to the obs binary on OSX
3616
  * docs/sphinx: Add scripting documentation
3617
  * doc/sphinx: Add frontend API documentation
3618
  * frontend-tools: Add scripting tool
3619
  * deps/obs-scripting: Add scripting support
3620
  * libobs: Add obs_property_set_modified_callback2
3621
  * libobs: Add obs_properties_add_button2
3622
  * libobs: Fix function to be static inline
3623
  * libobs: Exclude certain declarations from SWIG processing
3624
  * UI: Allow temporarily disabling filter/source types
3625
  * UI: Do not show deprecated filters
3626
  * UI: Add scene collection cleanup event to frontend API
3627
  * UI/obs-frontend-api: Move function declarations
3628
  * UI: Trigger scene change event on scene collection load
3629
  * UI: Add refresh/reload button icons
3630
  * UI: Call frontend callbacks in reverse order
3631
  * UI: Add preload callbacks to frontend API
3632
  * UI: Set ENABLE_UI and DISABLE_UI as root CMake variables
3633
  * libobs: Prevent access to OBS context during shutdown
3634
  * libobs: Store string copies in properties
3635
  * libobs: Add ability to disable source types
3636
  * libobs/callback: Add global callback to signal handler
3637
  * libobs/callback: Add signal_handler_remove_current func
3638
  * libobs/util: Add THREAD_LOCAL macro
3639
  * libobs: Add video tick callback functions
3640
  * cmake: Add helper module for finding Lua
3641
  * cmake: Add Lua/Luajit as part of MSVC dependencies
3642
  * libobs/util: Ignore PRINTFATTR if using SWIG preprocessor
3643
  * libobs/util: Optimize strlist_* functions
3644
  * libobs: Add obs_source_info::get_properties2
3645
  * libobs: Add obs_source_info::get_defaults2
3646
  * linux-v4l2: Add 4k and 21:9 resolutions
3647
  * libobs: Add obs_render_main_texture
3648
  * libobs: Fix incomplete struct in scaler call
3649
  * UI: Fix minor Rachni theme bugs
3650
  * obs-ffmpeg: Fix ffmpeg output recording in x264
3651
  * libobs: Make get_reg_dword handle missing keys
3652
  * Fix typo in README
3653
  * Move documentation to links in CONTRIBUTING file
3654
  * Add documentation links
3655
  * win-capture: Fix memory capture crash on new capture
3656
  * enc-amf: Version 2.3.1
3657
  * win-capture: Rename structs to avoid SDK conflict
3658
  * rtmp-services: Add Twitch Salt Lake City ingest
3659
  * ui: Fix unsaved changes dialog showing twice
3660
  * Fix a number of GCC warnings
3661
  * Fix a number of MSVC warnings
3662
  * obs-ffmpeg: Use correct function with older FFmpeg vers.
3663
  * libobs/media-io: Add ifdef for newer FFmpeg functions
3664
  * Fix a number of MSVC warnings
3665
  * obs-vst: Fix a few warnings (update submodule)
3666
  * cmake: Correct CMake checks for LINUX
3667
  * Revert "CI: Linux - Install FFmpeg from source"
3668
  * git: Add Clion to .gitignore
3669
  * cmake: Do not require X11 on OSX
3670
  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
3671
  * UI: Duplicate when double-click switching is used
3672
  * UI: Move multiview options to view menu
3673
  * UI: Fix draw issues with multiview projector
3674
  * obs-filters: Add sidechain source option to compressor
3675
  * libobs/util: Add funcs to push zeroed data to circlebufs
3676
  * decklink: Rename 5.1 and 7.1 multi-channel formats
3677
  * rtmp-services: Remove Coderwall / Fix Livestream service name
3678
  * deps/media-playback: Fix compilation with older FFmpeg versions
3679
  * obs-ffmpeg: Improve NVENC detection
3680
  * rtmp-services: Add Mobcrush to services list
3681
  * CI: Fix macOS builds on Travis CI's Xcode 8.3 image
3682
  * UI: Add Multiview projector
3683
  * libobs/graphics: Add gs_effect_set_color
3684
  * CI: Fix Mac builds on Travis CI's Xcode 8.3 image
3685
  * UI: Fix issue where studio preview scene would stick
3686
  * UI: Fix scene override when switching off studio mode
3687
  * UI: Don't override transition if quick transition
3688
  * UI: Fix preview/program projectors being swapped
3689
  * UI: Implement per-scene transition overriding
3690
  * libobs: Duplicate private scene/source settings
3691
  * UI: Fix studio program projectors
3692
  * CI: fix curl download if file doesn't exist
3693
  * win-dshow: Improve automatic Elgato audio device selection
3694
  * UI: Add Studio Mode layout option for portrait mode displays
3695
  * UI: Fix bug with studio mode double-click switching
3696
  * libobs: Fix height return value condition
3697
  * docs/sphinx: Add sphinx documentation
3698
  * libobs: Add vertex/index buffer "direct" flush functions
3699
  * libobs: Add option to duplicate vertex/index buffer data
3700
  * libobs-opengl: Make update_buffer data param const
3701
  * UI: Add Studio Preview Projector
3702
  * UI: Add transition on double-click studio mode option
3703
  * linux-capture: Log window capture's target
3704
  * mac-capture: Log window capture's target
3705
  * win-capture: Log window capture's target
3706
  * libobs: Add surround sound audio support
3707
  * cmake: Add CMake option to disable building plugins
3708
  * UI: Fix a memory leak when renaming mixer sources
3709
  * rtmp-services: Add MyLive streaming platform
3710
  * CI: Update curl version used by appveyor
3711
  * rtmp-services: Add Lahzenegar.com streaming platform
3712
  * libobs-d3d11: Fix gs_enable_color
3713
  * UI: Add ability to rename audio sources from the mixer
3714
  * win-wasapi: Fix timestamp calculation
3715
  * obs-ffmpeg: Log bad muxer settings with FFmpeg output
3716
  * obs-ffmpeg: Use muxer settings with AVIOContext
3717
  * obs-vst: Update to latest plugin version
3718
  * UI: Make streaming/recording buttons checkable
3719
  * UI: Handle update_properties signal in OBSBasicFilters window
3720
  * libobs: Copy enabled state when duplicating filters
3721
  * UI: Allow keyboard events on X11 fullscreen projector
3722
  * rtmp-services: Add Eventials streaming platform
3723
  * rtmp-services: Add us-west1 Picarto ingress
3724
  * UI: Add Frontend API function to save replay buffer
3725
  * UI: Disable source copy if no sources are selected
3726
  * linux-alsa: Display the "Custom" entry once only
3727
3728
-------------------------------------------------------------------
3729
Fri Nov 17 22:46:45 UTC 2017 - jimmy@boombatower.com
3730
3731
- Update to version 20.1.3:
3732
  * libobs: Update to version 20.1.3
3733
  * libobs: Fix FFmpeg constants
3734
  * libobs: Update to version 20.1.2
3735
  * libobs-d3d11: Allow rebuild even if output duplicator fails
3736
  * graphics-hook: blacklist OpenGL capture for "cm_client.exe"
3737
  * UI: Fix custom ffmpeg output file / URL entry
3738
  * linux-pulseaudio: Get correct default device
3739
  * libobs: Rename obs_video_thread to obs_graphics_thread
3740
  * libobs: Use new ffmpeg constants
3741
  * obs-ffmpeg: Use new ffmpeg constants
3742
  * deps/media-playback: Use new ffmpeg constants
3743
  * UI: Log when output timer events stop outputs
3744
3745
-------------------------------------------------------------------
3746
Thu Oct 26 05:22:23 UTC 2017 - jimmy@boombatower.com
3747
3748
- Update to version 20.1.1:
3749
  * libobs: Add wrapper function to query Windows registry
3750
  * libobs: Log Windows 10 Gaming Features
3751
  * CI: Update Travis script to target OSX 10.10+
3752
  * enc-amf: Version 2.2.4
3753
  * libobs: Update to version 20.1.1
3754
  * rtmp-services: Add Picarto eu-west1 ingress server
3755
  * rtmp-services: Add stream.me streaming platform
3756
3757
-------------------------------------------------------------------
3758
Wed Oct 18 13:59:23 UTC 2017 - jimmy@boombatower.com
3759
3760
- Update to version 20.1.0:
3761
  * libobs/util: Fix *nix CPU core counts
3762
  * libobs: Log *nix system info more like Windows/Mac
3763
  * libobs: Fix XCB keyboard mapping size calculation
3764
  * linux-capture: Watch for VisibilityNotify events
3765
  * libobs: Fix a potential divide by zero crash
3766
  * UI: Allow volume peak to be customized via .qss
3767
  * UI: Fix parent window geometry loading
3768
  * Build with CEF 3112 on OSX
3769
  * obs-browser: version 1.30.1
3770
  * rtmp-services: Update ingest list for Restream.io
3771
  * obs-outputs: Enable FTL logging and reduce verbosity
3772
  * obs-outputs: Fix invalid stream key error
3773
  * rtmp-services: Add new twitch ingest servers
3774
  * obs-outputs: Improve new netcode if encoder reports 0 bitrate
3775
  * rtmp-services: Fixing misspell in a country name
3776
  * vlc-source: Add media control hotkeys
3777
  * rtmp-services: Update ingest list for Restream.io
3778
  * rtmp-services: Add looch.tv streaming platform
3779
  * libobs/util: Add memory usage functions
3780
  * UI: Add memory usage to Stats window on linux/mac
3781
  * libobs: Add Pulseaudio audio monitoring support
3782
  * UI: Enable audio monitoring on linux if pulse available
3783
  * linux-pulseaudio: Use actual sink device names
3784
  * libobs: Fix texture_ready feedback for CPU conversion path
3785
  * libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
3786
  * libobs: Add private settings to scene items/sources
3787
  * UI: Allow right-clicking mixer sources to bring up menu
3788
  * UI: Allow hiding/unhiding sources in the mixer
3789
  * UI: Add missing option to context menu
3790
  * UI: Use Qt standard buttons in source properties
3791
  * obs-ffmpeg: Don't mark to destroy media unless valid
3792
  * libobs: Fix ImageMagick header path
3793
  * libobs: Stop configure if ImageMagick is preferred, but not found
3794
  * libobs: Adjust grammar of an error message
3795
  * UI: Enable Replay Buffer in Advanced Mode
3796
  * obs-transitions: Add audio monitoring to stinger
3797
  * obs-transition: Add crossfade option to stinger
3798
  * obs-transitions: Fix integer conversion warning
3799
  * UI: Lock graphics context when adding new sources
3800
  * obs-ffmpeg: Fix potential seek issues with media source
3801
  * libobs: Restore Windows Vista compatibility
3802
  * UI/updater: Use TLS 1.2 with WinHTTP
3803
  * libobs: Fix paired audio encoder discarding one segment
3804
  * libobs: Fix starting video packet offset in outputs
3805
  * libobs: Move macro to internal C file
3806
  * obs-outputs: Fix FLV muxing bug
3807
  * libobs: When interleaving packets, make video come first
3808
  * obs-outputs: Fix up the internal FLV output
3809
  * libobs: Set video timing_adjust to obs video time
3810
  * win-capture: Remove buffering from window capture
3811
  * win-wasapi: Subtract frame duration from timestamp
3812
  * test: Add sync tests
3813
  * libobs/media-io: Fix decompress_420 function
3814
  * vlc-video: Set properties to defer update mode
3815
  * graphics-hook: Blacklist specific game from GL capture
3816
  * libobs: Initialize randomization seed in video thread
3817
  * vlc-video: Fix shuffle not being quite that random
3818
  * win-dshow: Fix video playback when default format is MJPEG
3819
  * file-updater: fix crash due to network timeout
3820
  * UI: Log generic stream startup failures
3821
  * libobs: Disable pulseaudio dependency lookup on mac
3822
  * libobs-opengl: Disable v-sync on mac
3823
  * UI: Add ini option to use different graphics adapters
3824
  * libobs/util: Fix Windows 10 revision detection
3825
  * rtmp-services: Only update Twitch ingests when necessary
3826
  * libobs: Add async video/audio decoupling functions
3827
  * decklink: Use unbuffered by default, and decouple
3828
  * obs-outputs: Signal stop if stop called when not active
3829
  * UI: Log when starting / stopping via hotkey or timer
3830
  * UI: Add missing text for replay buffer hotkey log
3831
  * obs-outputs: Only set stop events if still active
3832
  * UI: Disallow pasting duplicates of sources with DO_NOT_DUPLICATE
3833
  * rtmp-services: Don't show "service not found" if name empty
3834
  * UI: Fix Pulse Audio not loading saved device
3835
  * libobs: Update version to 20.1.0
3836
  * Update translations from Crowdin
3837
3838
-------------------------------------------------------------------
3839
Wed Oct 18 13:57:16 UTC 2017 - jimmy@boombatower.com
3840
3841
- Revert dropping of _service for URL in spec by non-maintainer.
3842
3843
-------------------------------------------------------------------
3844
Sun Oct  8 14:08:31 UTC 2017 - hillwood@opensuse.org
3845
3846
- Use %suse_update_desktop_file.
3847
- Fix wrong Group tag.
3848
- Update %post and %postun.
3849
- Use URL in Source tag.
3850
- Remove %clean tag, it's not necessary now.
3851
3852
-------------------------------------------------------------------
3853
Fri Aug 11 18:43:29 UTC 2017 - jimmy@boombatower.com
3854
3855
- Update to version 20.0.1:
3856
  * UI: Add Studio Mode features in the Frontend API
3857
  * CI: Download deps if they are outdated
3858
  * plugins: Clear warnings about -Wincompatible-pointer-types
3859
  * UI: Add new theme, update theme capabilities
3860
  * .editorconfig: Add file to speed up editor configuration
3861
  * libobs: Fix an int underflow in log_frame_info
3862
  * rtmp-services: Add Chaturbate Streaming Service
3863
  * libobs-d3d11: Fix potential issue rebuilding shared texture
3864
  * UI: Fix potential crash with unsupported video cards
3865
  * vlc-video: Add network caching property
3866
  * libobs-d3d11: Better error message for missing D3DCompiler
3867
  * rtmp-services: Rename beam.pro to Mixer.com
3868
  * vlc-video: Fix integer conversion warning
3869
  * deps/jansson: Update jansson to version 2.9
3870
  * UI: Add fullscreen projector to systray menu
3871
  * UI: Add fullscreen UI option to view menu
3872
  * libobs: Fix bug where obs_data default might not be set
3873
  * UI: Add "Defaults" button to filters/properties windows
3874
  * obs-text: Fix file reader occasionally not updating
3875
  * text-freetype2: Fix file reader occasionally not updating
3876
  * cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
3877
  * UI, libobs: Add ability to lock individual scene items
3878
  * UI, libobs: Add Japanese shortcut keys for Windows
3879
  * rtmp-services: Update servers for Vaughn Live/Breakers.tv
3880
  * libobs/util: Make minor optimization to circlebuf pops
3881
  * libobs: Add <> or \| on RT 102-key as hotkey
3882
  * libobs/plugins/UI: Suppress unused variables warnings
3883
  * UI: Make sure "Defaults" buttons aren't default buttons
3884
  * UI: Make lock/unlock icons slightly smaller
3885
  * UI: Fix lock/visibility sub-widget sizes on OSX
3886
  * obs-qsv11: change re-enter locker implementation
3887
  * decklink: Add feature to detect resolution/format
3888
  * UI: Add ability to drop html files
3889
  * UI: Allow zoom with the scroll wheel
3890
  * win-capture: Log when game capture compatibilty mode is set
3891
  * UI: Remove unused function from volume control
3892
  * libobs: Add obs_volmeter_get_cur_db function
3893
  * UI: Change meter color to red when audio is clipping
3894
  * UI: Add backwards compatible theme fallback
3895
  * rtmp-services: Add LiveEdu (accidentally removed)
3896
  * UI: Ensure theme backward compat. with older OBS vers.
3897
  * obs-filters: Optimize and fix alpha in color grade filter
3898
  * UI: update installer script to latest version
3899
  * rtmp-services: Update twitch.tv ingests
3900
  * UI: Add missing separator in mediaExtensions initializer
3901
  * libobs: Add API to specify codec support on encoded outputs
3902
  * libobs: Add ability for service to specify its output type
3903
  * obs-qsv11, obs-x264: Allow bframe count overriding
3904
  * rtmp-services: Add ability to specify different outputs
3905
  * rtmp-services: Allow services to override bframe count
3906
  * UI: Allow services to use different outputs
3907
  * UI: Allow outputs to use different audio codecs
3908
  * obs-outputs: Fix a few issues with CMakeLists.txt
3909
  * rmtp-services: Don't display warning for invalid file ver.
3910
  * rtmp-services: Fix incorrect RTMP output ID
3911
  * rtmp-services: Update Twitch ingests
3912
  * libobs: Do not save hotkeys for private sources
3913
  * libobs: Add transition callbacks for starting/stopping
3914
  * libobs: Add function to get current transition time
3915
  * libobs: Add ability for transitions to render sources directly
3916
  * obs-ffmpeg: Add proc handler function to get media duration
3917
  * obs-transitions: Add stinger transition
3918
  * rtmp-services: Add Twitter / Periscope as a service
3919
  * UI: Fix problem with exporting scene collections/profiles
3920
  * UI: Add --multi flag to suppress multi-instance warning
3921
  * libobs: Add post-load module callback
3922
  * libobs: Ensure scene items don't have pre-multiplied alpha
3923
  * libobs: Fix item copying during scene duplication
3924
  * rtmp-services: Update Picarto maximum audio bitrate
3925
  * UI: Fix potential crash when outputs change
3926
  * UI: Add "Below Normal" priority option
3927
  * UI: Add modular UI
3928
  * UI: Fix build issue with older linux Qt5 packages
3929
  * UI: Fix settings window minimum width/height
3930
  * libobs: Add API function to get version string
3931
  * deps/file-updater: Add func to get single remote file
3932
  * obs-ffmpeg: Rename obs-ffmpeg-aac.c file
3933
  * obs-ffmpeg: Make FFmpeg audio encoder abstractable
3934
  * obs-ffmpeg: Ensure sample rate is supported in audio encoder
3935
  * obs-ffmpeg: Add Opus audio encoder
3936
  * obs-outputs: Add FTL output
3937
  * rtmp-services: Add Mixer FTL service
3938
  * UI: Update Mixer (formerly Beam) in auto configuration
3939
  * UI: Remove trailing whitespace
3940
  * UI: Return false if audio encoder creation fails
3941
  * rtmp-services: Fix ingest update request user agent
3942
  * rtmp-services: Add Twitch ingest update API
3943
  * rtmp-services: Add "Auto" server option for Twitch
3944
  * UI: Add support for Twitch "Auto" server in auto-config
3945
  * UI: Fix incorrect properties set for Hardware (AMD)
3946
  * rtmp-services: Remove Twtich "Auto" if API down and not cached
3947
  * Revert "UI: Add support for Twitch "Auto" server in auto-config"
3948
  * Revert "libobs: Fix an int underflow in log_frame_info"
3949
  * libobs: Log output frame count instead of encoded count
3950
  * UI: Test first 3 closest Twitch ingests in auto-config
3951
  * UI: Fix Delete key not working on scenes/sources
3952
  * deps/media-playback: Add concat playback support
3953
  * UI: Update Hitbox to Smashcast in autoconfig wizard
3954
  * enc-amf: Update to 2.2.1
3955
  * libobs: Add ability to transition to NULL source
3956
  * image-source: Add 'loop' and 'hide on stop' to slideshow
3957
  * image-source: Add activate/deactivate behavior to slideshow
3958
  * image-source: Add "manual (hotkey)" mode to image slideshow
3959
  * UI: Move adv. audio props. to each audio config button
3960
  * obs-x264: Remove VFR mode as an advanced option
3961
  * vlc-video: Don't allow VLC sources to be cloned
3962
  * rtmp-services: Update Switchboard ingests
3963
  * UI: Fix stats window geometry saving on shutdown
3964
  * UI: Show error if empty recording path specified
3965
  * libobs: Export obs_output_get_last_error
3966
  * obs-ffmpeg: Improved output error handling
3967
  * UI: Report more detailed output errors if available
3968
  * UI: Show error if empty recording path specified
3969
  * obs-ffmpeg: Add proc handler for getting number of frames in video
3970
  * obs-transitions: Add frame transition point option to stinger
3971
  * obs-transitions: Fix stinger transition locale
3972
  * obs-outputs: Change loglevel of ftl status thread to debug
3973
  * enc-amf: Update to 2.2.2
3974
  * UI/updater: Restart progress bar when installing updates
3975
  * UI/updater: Improved handling of failure conditions
3976
  * libobs: Update version to 20.0.0
3977
  * rtmp-services: Initialize mutex/dynamic array
3978
  * rtmp-services: Require cmake var to enable ingest updates
3979
  * obs-transitions: Rename stinger ID to prevent conflict
3980
  * Update translations from Crowdin
3981
  * rtmp-services: Always check service updates on non-windows
3982
  * image-source: Fix potential crash with slideshow
3983
  * UI: Fix conditions for redraw the stats labels
3984
  * libobs: Update version to 20.0.1
3985
  * libobs: Add default hotkey id to duplicated item
3986
  * UI: Fix Stats not showing stream data until start
3987
3988
-------------------------------------------------------------------
3989
Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
3990
3991
- Update to version 19.0.3:
3992
  * rtmp-services: Update Twitch ingests
3993
  * librtmp: Fix build error with ENODATA on FreeBSD
3994
  * rtmp-services: Rename Beam to Mixer
3995
  * UI/installer: Specify "source" in plugins section
3996
  * UI/installer: Fix broken realsense plugin install locations
3997
  * UI/installer: Update installer VC redist download link
3998
  * win-wasapi: Fix potential null pointer deref in enumeration
3999
  * UI: Look for plugins in ~/Library/Application Support/obs-studio/plugins/
4000
  * libobs/plugins/UI: Suppress -Wimplicit-fallthrough introduced by GCC 7
4001
  * win-capture: Limit OpenProcess flags to prevent A/C issues
4002
  * deps/media-playback: Output av_read_frame error string
4003
  * deps/media-playback: Start decoding regardless of keyframe
4004
  * obs-ffmpeg: Add network buffering property
4005
  * deps/media-playback: Call stop callback on failure
4006
  * deps/media-playback: Fix lockup issues
4007
  * Revert "rtmp-services: Rename Beam to Mixer"
4008
  * rtmp-services: Add new twitch.tv ingests
4009
  * UI/updater: Fix incorrect path in portable mode
4010
  * deps/media-playback: Add timeout when waiting for frames
4011
  * deps/media-playback: Fix AV_NOPTS_VALUE being used as timestamp
4012
  * deps/media-playback: Fix playback reset fail after stop
4013
  * obs-ffmpeg: Don't preload media frames if set to pause on end
4014
  * win-capture/graphics-hook: Fix D3D10/D3D11 detection
4015
  * UI: Ignore first 2.5 seconds of bandwidth test
4016
  * UI: Initialize Stats window values after OBSInit/reset
4017
  * win-capture: Add IDXGISwapChain1::Present1 hook support
4018
  * win-capture: Use PROCESS_QUERY_INFORMATION for game capture
4019
  * obs-ffmpeg: Do not precache if set to close when inactive
4020
  * UI: Use QT_TO_UTF8 with name dialog
4021
  * libobs-d3d11: Fix shader const array size miscalculation
4022
  * UI: Preserve source if audio settings device changed
4023
  * libobs: Update version to 19.0.3
4024
  * UI: Set error mode to SEM_FAILCRITICALERRORS
4025
  * ffmpeg-mux: Set error mode to SEM_FAILCRITICALERRORS
4026
  * get-graphics-offsets: Set error mode to SEM_FAILCRITICALERRORS
4027
  * inject-helper: Set error mode to SEM_FAILCRITICALERRORS
4028
  * enc-amf: Version 2.1.6
4029
  * obs-ffmpeg: Remove "Buffering (MS)" property
4030
4031
-------------------------------------------------------------------
4032
Wed Jun 14 22:47:57 UTC 2017 - jimmy@boombatower.com
4033
4034
- Update to version 19.0.2:
4035
  * UI: Fix drag & drop bug
4036
  * frontend-tools: Add automatic scene switcher for Linux
4037
  * UI: Add option to disable audio ducking on windows
4038
  * rtmp-services: Update ingests
4039
  * libobs/util: Add Get function to BPtr<>
4040
  * UI, obs-qsv11: Fix build in VisualStudio 2017
4041
  * UI: Fix warning in VisualStudio 2017
4042
  * obs-qsv11: Fix SEI crash caused by dangling pointer
4043
  * UI: Add ability to output to window
4044
  * UI: Always alternatively open backup scene json file
4045
  * libobs: Don't call unlink unnecessarily
4046
  * libobs/util: Add os_safe_replace function
4047
  * libobs/util: Use os_safe_replace in safe file writes
4048
  * libobs/util: Flush text files when writing
4049
  * libobs/util: Use MoveFileEx with MOVEFILE_REPLACE_EXISTING
4050
  * vlc-video: Add ability to shuffle playlist in VLC source
4051
  * Various: Optimize bundled PNG files
4052
  * text-freetype2: Make font lookup recursive on mac
4053
  * libobs: Use tex.Load for reverse NV12/I420 funcs
4054
  * UI: Fix settings dialog crashing on linux
4055
  * libobs: Fix tex.Load lookup (needs int3, not int2)
4056
  * libobs: Add random shader
4057
  * libobs: Fix skipped frames reporting
4058
  * libobs: Add functions to get logical/physical cores
4059
  * libobs: Pass exact data when calling obs_get_video_info
4060
  * libobs: Add function to allow custom output drawing
4061
  * libobs: Add function to allow getting output connect time
4062
  * libobs: Don't allow lagged frames to be counted as skipped
4063
  * obs-outputs: Add null output
4064
  * obs-outputs: Add connect time callback for rtmp output
4065
  * obs-outputs: Fix frame dropping when using ultrafast
4066
  * UI: Add function to enable/disable outputs
4067
  * UI: Don't subject base/output resolutions defaults
4068
  * UI: Limit default canvas res to 1920x1080 or below
4069
  * UI: Add 1920x1080/1280x720 to the settings base res list
4070
  * UI: Remove colon from a few locale items
4071
  * UI: Add auto-configuration wizard
4072
  * CI: OSX - Use wget instead of curl
4073
  * libobs: Fix os_safe_replace not working linux
4074
  * UI: Show invalid Bind to IP entries in the settings
4075
  * decklink: Fix compiler warning about ignored const
4076
  * decklink: Add option to disable the plugin
4077
  * decklink: Remove unused variables to fix warning
4078
  * win-capture: Hide cursor when in background (game capture)
4079
  * Various: Don't use boolean bitfields
4080
  * win-capture: Hide cursor when in background (window capture)
4081
  * rtmp-services: Rename hitbox.tv to Smashcast
4082
  * obs-ffmpeg: Add signal/proc to restart media playback
4083
  * CI: exclude .gitignore
4084
  * CI: Use git fetch --unshallow for OSX
4085
  * libobs/util: Add function to get free disk space
4086
  * libobs-opengl: Fix potential crash w/ viewports
4087
  * libobs: Add function to get average render time
4088
  * libobs: Add functions to get total/lagged frames
4089
  * libobs: Add obs_output_reconnecting func
4090
  * obs-ffmpeg: Implement get_total_bytes in recording outputs
4091
  * UI: Add function to get current memory usage (win32)
4092
  * UI: Add themeID values for colors to style sheets
4093
  * UI: Add stats dialog
4094
  * UI: Fix a few locale items, and add a few missing ones
4095
  * UI: Make Qt use locale text for QWizard buttons
4096
  * UI: Add helper class to translate message box buttons
4097
  * UI: Make sure all message box buttons are translated
4098
  * UI: Fix locale text for "OK" in question dialogs
4099
  * UI: Bring stats to front if it already exists
4100
  * UI: Add option to show stats on startup to general
4101
  * UI: Save/remember stats window geometry
4102
  * Revert "libobs: Allow source to fully control source flags (for now)"
4103
  * libobs: Don't use source flags for async buffering
4104
  * UI: Don't use "quit on last window closed"
4105
  * UI: Fix bug where Pre19Defaults would always be set
4106
  * UI: Don't count debug log messages in repeat detection
4107
  * UI: Warn user if multiple instances of the UI are open
4108
  * enc-amf: Version 2.1.3
4109
  * image-source: Allow custom bounding source size/aspect
4110
  * UI: Update quick transitions on transition add/removal
4111
  * libobs: Add scene item IDs
4112
  * win-dshow: Update libdshowcapture to 0.5.12
4113
  * UI: Add support for showing output error messages
4114
  * libobs: Add support for output error messages
4115
  * obs-outputs: Add output error messages for RTMP
4116
  * UI: Fix misleading log message when updating settings
4117
  * UI: Change output blocking bool to integer ref counter
4118
  * UI: Prevent user from starting ouputs while in settings
4119
  * UI: Move Stats to the view menu
4120
  * UI: Make Stats a regular window rather than dialog
4121
  * UI: Check to see if outputs valid when updating stats
4122
  * deps/media-playback: Remove unnecessary logging
4123
  * UI: Fix creation of log files with non-english paths
4124
  * libobs-d3d11: Only load vertex buffer before drawing
4125
  * deps/media-playback: Include SSE flags
4126
  * deps/media-playback: Do not seek network streams
4127
  * deps/media-playback: Init avformat in thread
4128
  * obs-ffmpeg: Only preload frames for local files
4129
  * obs-ffmpeg: Always close network sources when inactive
4130
  * libobs: Update to version 19.0.0
4131
  * libobs: Make obs_source_default_render exported
4132
  * obs-filters: Add Render Delay filter
4133
  * UI: Sort filter names when adding filters
4134
  * deps/media-playback: Discard packet returns of invalid sizes
4135
  * deps/media-playback: Use new FFmpeg decode funcs when possible
4136
  * deps/media-playback: Always check for new frame first
4137
  * UI: Fix cases where wizard bitrate is not capped
4138
  * UI: Remove advanced settings from final wizard results
4139
  * UI: Actually update service for wiz. bitrate limits
4140
  * UI: Fix enumeration of scene collections on first run
4141
  * obs-ffmpeg: Disable media source HW accel. for now
4142
  * libobs: Do not allow incompatible filters on sources
4143
  * rtmp-services: Preserve settings if service renamed
4144
  * obs-filters: Increase allowable render delay to 500ms
4145
  * enc-amf: Version 2.1.4
4146
  * VST: bump vst submodule ref
4147
  * Update translations from Crowdin
4148
  * UI: Change default autoconfig test bitrate
4149
  * AUTHORS: Update with data from Git and Crowdin
4150
  * deps/media-playback: Fix bug where inverted media would crash
4151
  * UI: Remove whitespace from end of autconfig stream key
4152
  * libobs/util: Also remove CR/LF from dstr_depad
4153
  * UI: Fix bug where auto-config settings wouldn't apply
4154
  * Fix German locale inconsistencies
4155
  * libobs: Always call stop callback
4156
  * UI: Unlock mutex before trying to stop output
4157
  * libobs: Fix bug where outputs would not set stopped event
4158
  * libobs: Update version to 19.0.1
4159
  * enc-amf: Version 2.1.5
4160
  * UI: Fix creation of crash log with non-english paths
4161
  * libobs-d3d11: Fix bug where vertex buffers would be reset
4162
  * UI: Fix autoconfig capping bitrate with "custom server"
4163
  * libobs: Update to version 19.0.2
4164
  * Revert "obs-ffmpeg/nvenc: Remove "default" preset"
4165
  * UI: Fix tooltip for "prefer hardware encoding"
4166
4167
-------------------------------------------------------------------
4168
Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
4169
4170
- Update to version 18.0.2:
4171
  * UI/updater: Fix temp files being created and not deleted
4172
  * UI/updater: Fix potential fail case when no files to patch
4173
  * UI/updater: Fixed a bug with deflating
4174
  * UI/updater: Ignore 64bit files on 32bit windows
4175
  * CI: Use ccache to speed up the build
4176
  * CI: OSX - Fix obs.png
4177
  * UI/updater: Fix incorrect inflate use
4178
  * CI: Linux - Install libfdk-aac-dev
4179
  * image-source: Move file modification check before animation processing
4180
  * UI: Add workaround to fix deleting final scene bug
4181
  * rtmp-services: Update ingest list for Restream.io
4182
  * rtmp-services: Update maximum bitrate for Twitch
4183
  * UI: Fix segfault when no system tray exists
4184
  * CI: Linux - Install FFmpeg from source
4185
  * obs-ffmpeg/nvenc: Remove "default" preset
4186
  * libobs: Add obs_source_copy_filters function
4187
  * UI: Add copying/pasting of sources/filters
4188
  * UI: Disable filter pasting when scene collection changed
4189
  * UI: Fix bug where items can't be deleted in last scene
4190
  * libobs: Remove unimplemented exports
4191
  * rtmp-services: Add Livestream service
4192
  * win-dshow: Fix issue with activating when not set to
4193
  * rtmp-services: Update Picarto maximum bitrates
4194
  * libobs: Delay stop detection of audio source
4195
  * libobs: Allow source to fully control source flags (for now)
4196
  * libobs: Add ability to preload async frames
4197
  * libobs: Remove multiple calls to free_type_data
4198
  * deps: Add media-playback static lib
4199
  * obs-ffmpeg: Change from libff to media-playback
4200
  * deps/libff: Remove network init
4201
  * UI: Remove libff as a dependency
4202
  * deps/libff: Don't build libff (deprecated)
4203
  * obs-ffmpeg: Remove unnecessary open call
4204
  * obs-ffmpeg: Always open on update unless set otherwise
4205
  * obs-ffmpeg: Fix bug on non-MSVC compilers
4206
  * UI: Fix property widgets not being disabled
4207
  * mac-avcapture: Ability to directly add iOS devices over USB
4208
  * audio-monitoring: Add ability to monitor Outputs
4209
  * decklink: Add option to select channel format
4210
  * decklink: Add workaround for audio timestamp jump issue
4211
  * Improve README/CONTRIBUTING files
4212
  * win-dshow: Fix reallocation issue in ffmpeg-decode
4213
  * UI: Add window name to remux dialog
4214
  * UI: Hide OpenGL and D3D adapter on Windows
4215
  * UI: Continue to show OpenGL if already in use
4216
  * UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
4217
  * CI: Use webhooks for notifications
4218
  * CI: Fix notification frequency
4219
  * libobs-opengl: Log OpenGL version on all systems
4220
  * Fix various typos across multiple modules
4221
  * Update Linux kernel coding style URL in CONTRIBUTING
4222
  * UI: Ctrl+E to Edit Transform
4223
  * UI: Remove unused defines from old updater code
4224
  * win-capture: Log if shared texture capture is unavailable
4225
  * win-capture: Update get-graphics-offsets
4226
  * win-capture: Add missing 32 bit offsets
4227
  * win-capture: Fix and clarify window capture prioritization
4228
  * UI: Add front-end API functions to get/modify service
4229
  * UI: Display filename when dragging & dropping
4230
  * obs-outputs: Always call RTMP_Init before connecting
4231
  * UI: Make sure all dialogs have close buttons
4232
  * UI: Add command line option for starting up always on top
4233
  * frontend-tools: Rename some files
4234
  * frontend-plugins: Abstract captions
4235
  * enc-amf: Update to v2.1.0(.0)
4236
  * win-ivcam: Fix potential null pointer dereference
4237
  * libobs: Update to 18.0.2 (windows hotfix)
4238
  * UI/updater: Add opt to disable building update module
4239
4240
-------------------------------------------------------------------
4241
Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
4242
4243
- Update to version 18.0.1:
4244
  * CI: Fix true / false on stable builds
4245
  * CI: Add boolean arg parser to OSX
4246
  * CI: Deploy on tags and master branch
4247
  * CI: OSX - Deploy on all branches in the master repo.
4248
  * CI: OSX - Include branch in pkg
4249
  * enc-amf: Update to 1.4.3.11
4250
  * UI: Use correct string for systemTrayEnabled
4251
  * CI: OSX - Update to CEF 2987
4252
  * CI: Use correct folder for building browser
4253
  * CI: OSX - Use bash variable for CEF version
4254
  * UI: Don't exit on unknown command line arguments
4255
  * CI: OSX - export cef version so we can use it elsewhere
4256
  * CI: Fix cef version variable
4257
  * obs-outputs: Fix 100% CPU usage with new network code
4258
  * CI: OSX - Move CEF version to .travis
4259
  * VST: Fix save / load of plugin state. More interface options.
4260
  * UI: Fix audio monitoring dev. not being set on startup
4261
  * UI: Log audio monitoring dev. on start and when changed
4262
  * UI: Add logging of audio monitoring to sources
4263
  * VST: Fix crash when OBS is set to mono
4264
  * Revert "win-dshow: Add LGP timestamp fix"
4265
  * win-dshow: Actually fix LGP issue
4266
  * obs-outputs: Various fixes to new network code
4267
  * Update translations from Crowdin
4268
  * AUTHORS: Update with data from Git and Crowdin
4269
  * libobs: Apply sync offset to win32 audio monitoring
4270
  * UI: Disable network settings while outputs active
4271
  * Update translations from Crowdin
4272
  * AUTHORS: Update with data from Git and Crowdin
4273
  * CI: OSX - Brew install speexdsp
4274
  * CI: OSX - enable sparkle
4275
  * deps/blake2: Fix compiler warning
4276
  * UI: Fix game capture check when about to update
4277
  * deps: Add liblmza
4278
  * libobs: Update to 18.0.1
4279
  * updater: Add windows updater module
4280
  * UI/updater: Wait for OBS to close before updating
4281
  * obs-outputs: Improve shutdown behavior of new socket loop
4282
  * UI/updater: Use better function for getting process names
4283
4284
-------------------------------------------------------------------
4285
Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
4286
4287
- Update to version 18.0.0:
4288
  * UI: Add more command line options
4289
  * obs-browser: Update submodule to latest version
4290
  * Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
4291
  * CI: Add in inital appveyor config
4292
  * CI: Move browser source before building app
4293
  * CI: Build VLC plugin for OSX on travis
4294
  * rtmp-services: remove shut down services
4295
  * CI: Build Windows version and upload artifacts
4296
  * obs-browser: Update browser ref
4297
  * CI: Update permissions on CEF app plist before packaging
4298
  * cmake: Enable COPY_DEPENDENCIES by default on Windows
4299
  * rtmp-services: Update Vaughn Live ingests
4300
  * libobs: Log correct amount of memory on 32bit (windows)
4301
  * UI: Convert to wide before outputting debug text (win)
4302
  * UI: Protect debug text static string var with mutex
4303
  * libobs: Add ability to get output congestion
4304
  * obs-output: Add ability to get congestion to rtmp output
4305
  * obs-outputs: Increase default drop threshold
4306
  * UI: Add connection status square to status bar
4307
  * UI: Add separate timers to status bar
4308
  * UI: Add option to always minimize to tray
4309
  * UI: Hide/show dialogs when minimizing to tray
4310
  * UI: Do not quit program when last windows are projectors
4311
  * UI: Add option to save projectors
4312
  * UI: Add auto-start replay buf. opt. when stream starts
4313
  * UI: Fix scaling in viewport when source flipped
4314
  * UI: Fix linux display/resize bug with preview widget
4315
  * rtmp-services: Add Restream.io Los Angeles server
4316
  * libobs: Add optional ultrawide -> wide scaling techniques
4317
  * obs-filters: Add option to undistort ultrawide -> wide
4318
  * obs-filters: Add "Color Grading" filter
4319
  * rtmp-services: Add new beam.pro ingests
4320
  * CI: Add post install script to OBS installer to fix CEF permissions
4321
  * rtmp-services: Add Web.TV streaming service
4322
  * Add VST Plugin
4323
  * obs-filters: Fix compiler warnings
4324
  * UI: Remove unused variables
4325
  * UI: Clarify "Always minimize to tray" option
4326
  * obs-filters: Rename "Color Grade" filter to "LUT Filter"
4327
  * obs-filters: Change "LUT Filter" to "Apply LUT"
4328
  * CI: Fix VLC download
4329
  * CI: Unzip VLC quietly
4330
  * rtmp-services: Update twitch/hitbox ingest and youtube recommendations
4331
  * CI: Fix OSX post-install script
4332
  * UI: Fix locale text alignment
4333
  * UI: Make advanced settings pane a bit more compact
4334
  * libobs: Mark last video ts even when buffering off
4335
  * libobs: Mark parameter as constant if not modifying
4336
  * libobs: Use original audio structure for audio signal
4337
  * libobs: Implement audio monitoring
4338
  * win-wasapi: Mark audio outputs as unmonitorable
4339
  * UI: Add audio monitoring to settings/adv audio props.
4340
  * UI: Prevent thread stalls with fader/volume widgets
4341
  * obs-transitions: Convert premultiplied alpha to straight
4342
  * UI: Add 24 NTSC as a common FPS value
4343
  * obs-ffmpeg: Do not use HW accel by default on mac
4344
  * rtmp-services: Update twitch ingests
4345
  * obs-ffmpeg: Fix compiler warnings
4346
  * UI: Fix compiler warning
4347
  * UI: Change volume meter update interval to 30fps
4348
  * UI: Add warning if starting the output fails
4349
  * obs-ffmpeg: Be more verbose when custom params fail
4350
  * obs-ffmpeg: Fix custom audio codec parameters
4351
  * CI: Retry failed downloads
4352
  * UI: fix ffmpeg output file extension
4353
  * UI: Clean up general pane of settings dialog
4354
  * UI: Add function to get remote file
4355
  * UI: Add front-end auto-updater
4356
  * UI: Update installer to latest version
4357
  * UI: Add latest installer fixes from R1CH
4358
  * obs-ffmpeg: Add 'save' to replay buffer proc handler
4359
  * win-capture: Fall back to GetWindow if FindWindowEx fails
4360
  * libobs: Fix audio monitoring delaying perpetually
4361
  * rtmp-services: Update max video bitrate for beam
4362
  * libobs/util: Use a mutex with config files
4363
  * win-capture: Blacklist chrome/firefox from game capture
4364
  * win-dshow: Add LGP timestamp fix
4365
  * UI: Trigger frontend api scene change after transition
4366
  * Add AUTHORS file
4367
  * mailmap: Disambiguate between a few authors
4368
  * mailmap: Disambiguate between another author
4369
  * rtmp-services: Add "Pandora TV Korea"
4370
  * UI: Trigger scene list change event when scene removed
4371
  * CI: Speedup msbuild by using all CPU cores
4372
  * UI: Improve accessibility text on main window
4373
  * CI: Download VLC repo instead of cloning from git
4374
  * CI: Disable test discovery on AppVeyor
4375
  * CI: Cache dependencies downloads on AppVeyor
4376
  * CI: Disable deps download in AppVeyor and use cache
4377
  * CI: Download deps if they aren't in build cache
4378
  * UI: Use blake2b instead of SHA1 for updater
4379
  * UI: Make installer execute 64bit on 64bit windows
4380
  * obs-text: Fix issue drawing some chinese characters
4381
  * obs-filters: Add audio compression filter
4382
  * obs-outputs: Port windows socket loop from OBS Classic
4383
  * librtmp: Clean up our extra RTMP fields on close
4384
  * UI: Add options for new socket loop
4385
  * UI: Make sure size-specific spacers are fixed
4386
  * UI: Fix some settings layouts on non-windows systems
4387
  * win-capture: Add hook exception for theHunter: COTW
4388
  * obs-ffmpeg/ffmpeg-mux: Fix failing when no video
4389
  * image-source: Add solid color source
4390
  * image-source: Add missing locale
4391
  * Fix various null pointer issues detected by Coverity
4392
  * obs-ffmpeg: Allow saving with different video codecs
4393
  * UI: Add support for other codecs
4394
  * graphics-hook: Account for sizeof(wchar_t) in len
4395
  * obs-qsv11: Fix various issues detected by Coverity
4396
  * obs-ffmpeg: Make gop size configurable
4397
  * UI: Add gop size option for custom ffmpeg output
4398
  * libff: Add override for codec compatability check
4399
  * UI: Add codec compatability checkbox to ffmpeg output
4400
  * UI: Add warning about recording to mp4 format
4401
  * CI: Fetch git tags on OSX build
4402
  * CI: Exit on errors when building the OSX package
4403
  * UI: Fix typo in general settings
4404
  * enc-amf: Update to version 1.4.3.9
4405
  * CI: Build on Linux
4406
  * libobs: Update version to 18.0.0
4407
  * libobs: Fix bug where scenes would not properly mix audio
4408
  * UI: If scene/source names exist, start from 2
4409
  * CI: Don't skip_join for Travis IRC notifications
4410
  * obs-frontend-api: Use virtual destructor (fix memory leak)
4411
  * libobs: Add missing mutex unlock in audio monitoring
4412
  * CI: Get some codesigning and sparkle stuff in place
4413
  * CI: Use combined cert for signing OSX
4414
  * CI: Set keychain timeout & allow productsign
4415
  * CI: Add some logging to the before deploy script on OSX
4416
  * CI: Possibly fix OSX cert import issue
4417
  * CI: OSX - Brew install jack
4418
  * CI: Notify on failure and only for fixed builds
4419
  * CI: Reformat Travis CI IRC notification
4420
  * UI: Hide auto update option for linux
4421
  * obs-filters: Change attack/release ms limit to 300 (from 100)
4422
  * obs-filters: Increase max compressor release/attack values
4423
  * Update translations from Crowdin
4424
  * AUTHORS: Update with data from Git and Crowdin
4425
  * UI: Update Simple Mode AMD Presets
4426
  * enc-amf: Update to hotfix 1.4.3.10
4427
  * CI: OSX Set builds to stable on tagged builds
4428
  * CI: Update public OSX install key
4429
4430
-------------------------------------------------------------------
4431
Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
4432
4433
- Update to version 17.0.2:
4434
  * libobs: Update to 17.0.2
4435
4436
-------------------------------------------------------------------
4437
Tue Jan 17 23:38:37 UTC 2017 - jimmy@boombatower.com
4438
4439
- Update to version 17.0.1:
4440
  * deps/libff: Fix VP8/VP9/webm alpha support
4441
  * rtmp-services: Increase video bitrate limit for YouTube
4442
  * obs-outputs: fix build error on freebsd
4443
  * Update translations from Crowdin
4444
  * [CI] Use prebuilt deps so we can build on 10.9
4445
  * CI: Build more features into FFMPEG deps
4446
  * CI: Update browser plugin ref and build scripts.
4447
  * CI: Fix zip permission issue on CEF plist files
4448
  * obs-x264: ignore opencl param
4449
  * enc-amf: Update to 1.4.3.8
4450
  * CI: Ability to make packages on travis
4451
  * CI: actually call packagesbuild from the right place 😑
4452
  * cmake: Remove unnecessary find_package calls
4453
  * libobs: Fix scale filtering bug when duplicating scenes
4454
  * win-capture: Don't use FindWindow for game capture keepalive
4455
  * CI: Install Packages and use the full version
4456
  * Revert "win-capture: Use FindWindowEx to traverse window list"
4457
  * obs-filters.c: Fix color correction filter OpenGL crash
4458
  * obs-filters.c: Fix color correction filter saturation
4459
  * Update translations from Crowdin
4460
  * UI: Fix bug with uncopied profile import/export files
4461
  * win-capture: Fix game capture size bug when rehooking
4462
  * libobs: Add func to enum active and inactive child tree
4463
  * libobs: Enumerate full tree when adding active child
4464
  * libobs: Add callback for enumerating all scene children
4465
  * obs-x264: Allow opencl through much longer alias
4466
  * libobs: Update to version 17.0.1
4467
4468
-------------------------------------------------------------------
4469
Mon Dec 26 08:32:58 UTC 2016 - jimmy@boombatower.com
4470
4471
- Update to version 0.17.0:
4472
  * rtmp-services: Update ingest list for Restream.io
4473
  * Revert "CI: Build on OSX 10.10 on travis"
4474
  * Remove python dep
4475
  * win-capture: Use static runtimes for hooks/helpers
4476
  * cmake: Fix OSX fixup_bundle.sh to copy non-system deps
4477
  * cmake: Fix permissions with OSX fixup_bundle.sh
4478
  * libobs-opengl: Add xcb message poll to empty out the queue
4479
  * frontend-tools: Add options to start output timers every time
4480
  * libobs-d3d11: Add optional macro to log shader disassembly
4481
  * Revert "obs-transitions: Avoid branching in slide_transition.effect"
4482
  * rtmp-services: remove shut down services
4483
  * libff: Allow custom demuxer options
4484
  * obs-outputs: Fix librtmp IP bind / resolve behavior
4485
  * UI: Fix frontend-api event call for adding scenes
4486
  * libobs/util: Add function to get circlebuf data offset
4487
  * libobs/util: Add function to generate formatted filenames
4488
  * libobs: Fix bug where outputs cannot initialize hotkeys
4489
  * cmake: Add _CRT_SECURE_NO_WARNINGS to all projects
4490
  * libobs: Fix deprecated macro
4491
  * libobs/util: Do not ignore deprecation on windows
4492
  * libobs: Use reference counting for encoder packets
4493
  * obs-ffmpeg: Add replay buffer output
4494
  * UI: Disable simple output rec. settings when active
4495
  * UI: Add replay buffer options to simple output mode
4496
  * UI: Clarify replay buf. hotkey error message
4497
  * UI: Separate replay buffer from recording
4498
  * UI: Add file prefix/suffix options for replay buffer
4499
  * UI: Fix replay buffer compile issues on older compilers
4500
  * win-capture: Only duplicate to get cur thread handle
4501
  * win-capture: Always use minimal access rights within hook
4502
  * win-capture: Do not require pipe/mutex within hook
4503
  * win-capture: Fix getting proper UWP window handles
4504
  * win-capture: Use window for keepalive check
4505
  * win-capture: Create all named objects within hook
4506
  * win-capture: Don't use "Local\" for game capture shared mem
4507
  * win-capture: Remove redundant function
4508
  * win-capture: Use wide strings for named objects
4509
  * win-capture: Add ability to open UWP named kernel objects
4510
  * win-capture: Open UWP named objects with helper functions
4511
  * win-capture: Output hook debug messages if addresses missing
4512
  * win-capture: Log plugin-side when capture successful/lost
4513
  * win-capture: Don't hook suspended processes
4514
  * win-capture: Wait a few frames for hook to load
4515
  * win-capture: Fix "attempting to hook [executable]" message
4516
  * win-capture: Add ApplicationFrameHost to game capture blacklist
4517
  * win-capture: Don't hard fail if thread ID not found
4518
  * win-capture: Fix cursor not painting with UWP windows
4519
  * win-capture: Add debug messages when hooking
4520
  * win-capture: Do not fall back to other windows for UWP windows
4521
  * UI: Fix property name bug in frontend API
4522
  * libobs: Fix possible reverse order mutex hard lock
4523
  * UI: Remove deleteLater view from filter window layout
4524
  * libobs: Convert Y800 to RGBX manually
4525
  * UI: Use dedicated GPU on Hybrid AMD GPU systems
4526
  * libobs: Fix format not being set for new source frames
4527
  * libobs: Fix line size issue when copying Y800 data
4528
  * obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder
4529
  * libobs/graphics: Fix the 2D vector dot product func
4530
  * UI: Make close button default in transform dialog
4531
  * UI: Add ability to copy-paste scene item transforms
4532
  * UI: Add import/export of scene collections & profiles
4533
  * enc-amf: Update to 1.4.3.4 for AMD Driver 16.12.1
4534
  * obs-filters: Improve "Color Correction" filter
4535
  * image-source: Do not change blend state
4536
  * obs-text: Do not reset blend state
4537
  * libobs-d3d11: Don't crash if unable to rebuild shared texture
4538
  * libobs: Increase maximum audio tracks to 6
4539
  * UI: Increase maximum audio tracks to 6
4540
  * UI: Update locale for 6 tracks
4541
  * UI: Fix endif in installer
4542
  * UI: Use 64bit desktop link by default in installer
4543
  * UI: Clarify startup error messages related to video
4544
  * obs-ffmpeg: Fix nvenc_h264 deprecated message
4545
  * libobs: Fix bug drawing RGB/BGR async sources
4546
  * libobs: Process all scene audio actions if no audio playing
4547
  * UI: Fix buddy controls with new audio tracks
4548
  * UI: Add default audio track bitrates
4549
  * UI: Fix video initialization failure error message
4550
  * UI: Fix settings window stacked widget index
4551
  * win-capture: Capture all D3D12 backbuffers
4552
  * win-capture: Use FindWindowEx to traverse window list
4553
  * win-capture: Fix possible null pointer dereference
4554
  * win-capture: Do not add certain windows to window lists
4555
  * win-capture: Add a few new blacklisted game capture exes
4556
  * obs-filters: Add "Color" option to color correction filter
4557
  * obs-filters: Fix comment messages
4558
  * obs-qsv11: Use d3d9 allocator on Win7
4559
  * win-capture: Fix possible access of array beyond size
4560
  * win-capture: Refactor DX12 backbuffer code
4561
  * win-capture: If backbuffer count is 1, disable dxgi 1.4 use
4562
  * win-capture: Release backbuffers immediately upon init
4563
  * libobs/util: Fix C++ compilation issue
4564
  * Add libcaption library
4565
  * libobs: Add ability to insert captions into frames
4566
  * frontend-tools: Move source helper functions to a header
4567
  * frontend-tools: Add caption generation tool (windows)
4568
  * Update translations from Crowdin
4569
  * frontend-tools: Add ability to select caption language
4570
  * frontend-tools: Detach caption thread if critical failure
4571
  * frontend-tools: Reset stop event before starting captions
4572
  * frontend-tools: Don't include colon in "Audio Source"
4573
  * frontend-tools: Set buddied controls for captions dialog
4574
  * libobs: Fix caption encoder packet reallocation
4575
  * libobs: Create referenced parsed AVC encoder packet
4576
  * obs-outputs: Free encoder packet data manually
4577
  * libobs: Fix bug in AVC encoder packet allocation
4578
  * UI: Fix Export QFileDialog parent
4579
  * libobs: Eliminate an unnecessary allocation with captions
4580
  * frontend-tools: Fix output-timer translation bug
4581
  * libobs: Update to version 17.0.0
4582
4583
-------------------------------------------------------------------
4584
Mon Nov 21 18:55:11 UTC 2016 - jimmy@boombatower.com
4585
4586
- Update to version 0.16.6:
4587
  * UI: Add --verbose and --unfiltered_log command line options
4588
  * libobs: Duplicate filters of a scene when it is is duplicated
4589
  * obs-ffmpeg: Fix assumption about plane height with i444
4590
  * libobs: Refactor check for Windows bitness/arch
4591
  * libobs: Add Windows bitness/arch to crash handler
4592
  * enc-amf: Update to version 1.4.1.5
4593
  * UI: Add preview scaling options
4594
  * rtmp-services: Change YouTube keyint from 4 to 2
4595
  * libobs: Ensure async source sizes are always reset
4596
  * UI: Fix crash when switching encoders in advanced mode
4597
  * UI: Fix scrolling while preview is locked
4598
  * libobs: Ensure AVC priority is always highest for keyframes
4599
  * obs-outputs: Use correct variable for drop priority
4600
  * enc-amf: Update to commit which prevents crash on startup
4601
  * enc-amf: Update to temporary fix branch
4602
  * win-capture: Do not load 64bit hook offsets on 32bit systems
4603
  * win-capture: Defer hook offset loading to separate thread
4604
  * text-freetype2: Defer loading of plugin until source created
4605
  * obs-qsv11: Manually mark priority bits for QSV frames
4606
  * Revert "libobs: Ensure AVC priority is always highest for keyframes"
4607
  * libobs: Update to 0.16.6
4608
  * Update translations from CrowdIn
4609
  * UI: tray icons are redrawn for better visibility and contrast
4610
  * UI: Update settings and fix presets for simple AMD encoder
4611
  * enc-amf: Update to 1.4.2.2
4612
  * enc-amf: Update to 1.4.2.3
4613
  * cmake: Add module to find RSSDK
4614
  * cmake: Add macro to compile .tlb files via midl
4615
  * win-ivcam: Add Intel RealSense plugin
4616
  * UI: Update installer script to latest version
4617
  * libobs-opengl: Add warning when used on windows
4618
  * Update translations from Crowdin
4619
  * enc-amf: Avoid using C++17 for VS2013 compatibility
4620
4621
-------------------------------------------------------------------
4622
Tue Nov 08 19:39:07 UTC 2016 - jimmy@boombatower.com
4623
4624
- Update to version 0.16.5:
4625
  * libobs-d3d11: Include GDI surface in rebuild
4626
  * libobs-d3d11: Remove possible null pointer dereference
4627
  * libobs: Update to 0.16.5
4628
4629
-------------------------------------------------------------------
4630
Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
4631
4632
- Update to version 0.16.4:
4633
  * libobs/util: Fix get_dll_ver not reporting DLL name
4634
  * Display license in MSI installer
4635
  * rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
4636
  * UI: Enable HiDPI scaling.
4637
  * frontend-tools: Fix crash when adding invalid regex
4638
  * UI: Use Qt lib for screen info instead of x11 libs
4639
  * enc-amf: Update to 1.3.2.3
4640
  * UI: Only scale HiDPI on QT 5.6+
4641
  * enc-amf: Update to 1.3.3.1
4642
  * libobs-d3d11: Log GetDeviceRemovedReason
4643
  * Add 256x256 icon to windows ico for HiDPI displays
4644
  * UI: Add Portable Mode indicator to title bar and log
4645
  * UI: Add raw text and text file to drag&drop support
4646
  * UI: Split Properties window with a QSplitter
4647
  * CMake: Warn if empty QTDIR/DepsPath vars on Windows
4648
  * OSX Travis build
4649
  * CI: Upload artifacts on all pushes
4650
  * CI: Add irc notifications to travis config
4651
  * CI: Reduce travis irc notice to one line
4652
  * CI: Package OSX build into an actual app
4653
  * CI: Use python2 to run package script
4654
  * Build browser plugin on travis for OSX
4655
  * Update obs-browser submodule to a working version
4656
  * obs-frontend-api: Add library version
4657
  * cmake: Fix FFmpeg search path on debian
4658
  * decklink: Update Blackmagic SDK to 10.8.0
4659
  * CI: Build on OSX 10.10 on travis
4660
  * UI: Fix bug in frontend API event
4661
  * frontend-tools: Add output timers
4662
  * frontend-tools: Code cleanup of output timers
4663
  * frontend-tools: Add ability to start timer if output is already active
4664
  * UI: Fix sys. tray crashes when sys. tray not available
4665
  * UI: Fix poor handling of system tray pointers
4666
  * UI: Fix improper brace placement for function
4667
  * UI: Remove unused variable
4668
  * UI: Fix full screen projector on screens that have reserved areas
4669
  * obs-ffmpeg: Add b-frames to NVENC logging
4670
  * UI: Fix --profile option not working on non-windows
4671
  * rtmp-services: Add Picarto
4672
  * libobs/util: Add Get() function to CoTaskMemPtr
4673
  * libobs: Fix missing call to profile_end() when encoding fails
4674
  * libobs: Add date/time to crash handler
4675
  * obs-transitions: Avoid branching in slide_transition.effect
4676
  * obs-ffmpeg: Fix a couple printf compiler warnings.
4677
  * libobs-d3d11: Store dxgi adapter used for device
4678
  * libobs-d3d11: Store compiled shader data (for rebuilding)
4679
  * libobs-d3d11: Correct error message for pixel shaders
4680
  * libobs-d3d11: Store shader samplers as pointers
4681
  * libobs-d3d11: Correct error message for staging surfaces
4682
  * libobs-d3d11: Correct error message creating blend states
4683
  * libobs-d3d11: Store index and add "Start" function
4684
  * libobs-d3d11: Clear device state before unloading
4685
  * libobs-d3d11: Store swap initialization data (for rebuilding)
4686
  * libobs-d3d11: Store device adapter index (for rebuilding)
4687
  * libobs-d3d11: Store static textures in RAM (for rebuilding)
4688
  * libobs-d3d11: Store static vertex buffer data (for rebuilding)
4689
  * libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
4690
  * libobs-d3d11: Make shared texture error message less vague
4691
  * libobs-d3d11: Use linked list for all objects (for rebuilding)
4692
  * libobs-d3d11: Remove unused function
4693
  * libobs-d3d11: Add Release funtions to all GS objects
4694
  * libobs-d3d11: Rebuild device and assets if device removed/reset
4695
  * win-capture: Cache cursor textures to prevent reallocation
4696
  * win-capture: Use IUnknown for getting swap backbuffers
4697
  * win-capture: Add D3D12 capture support
4698
  * UI: Allow the ability to use deprecated sources
4699
  * UI: Add AMD presets and update settings
4700
  * enc-amf: Update to release 1.4.0.0
4701
  * Update translations from CrowdIn
4702
  * libobs: Update to version 0.16.3
4703
  * win-mf: Deprecate AMD Media Foundation H.264 encoder
4704
  * UI: Fix tab order of Crop fields in Transform Properties
4705
  * enc-amf: Update to Version 1.4.1.0
4706
  * Revert "UI: Only scale HiDPI on QT 5.6+"
4707
  * Revert "UI: Enable HiDPI scaling."
4708
  * enc-amf: Fix VS2013 compiling issue
4709
  * libobs: Update to version 0.16.4
4710
- Expand libobs-frontend-api.so to include all versions in %files.
4711
- After upstream fix place libobs-(opengl|frontend-api).so in devel.
4712
4713
-------------------------------------------------------------------
4714
Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
4715
4716
- Update to version 0.16.2:
4717
  * obs-ffmpeg: Fix possible NVENC crash
4718
  * UI: Use rect intersection test for validating position
4719
  * enc-amf: Update submodule to 1.3.1.0
4720
  * obs-text: Add gradient feature
4721
  * enc-amf: Fix warnings caused by warnings( push/pop )
4722
  * libobs: Update to 0.16.2
4723
4724
-------------------------------------------------------------------
4725
Thu Sep 29 02:35:16 UTC 2016 - jimmy@boombatower.com
4726
4727
- Update to version 0.16.1:
4728
  * UI: Fix window size/pos not saving on exit
4729
  * libobs/util: Fix fread_utf8 not working with files < 3 bytes
4730
  * obs-text: Change file update interval to 1 sec (from 2)
4731
  * libobs: Update to 0.16.1
4732
4733
-------------------------------------------------------------------
4734
Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
4735
4736
- Update to version 0.16.0:
4737
  * enc-amf: Update submodule to 1.3.0
4738
  * UI: Add media/image file drop support
4739
  * enc-amf: Update submodule to 1.3.0.1
4740
  * obs-browser: Add browser plugin as a submodule
4741
  * enc-amf: Update submodule to 1.3.0.3
4742
  * libobs: Update version to 0.16.0
4743
  * enc-amf: Remove unused locale files
4744
  * Update translations from Crowdin
4745
  * UI: Just use 'OK' button for license agreement dialog
4746
4747
-------------------------------------------------------------------
4748
Mon Aug  8 23:10:42 UTC 2016 - jimmy@boombatower.com
4749
4750
- Update to 0.15.4 release.
4751
4752
-------------------------------------------------------------------
4753
Sat Jul 16 20:59:38 UTC 2016 - jimmy@boombatower.com
4754
4755
- Update to 0.15.2 release.
4756
4757
-------------------------------------------------------------------
4758
Tue Jul 12 02:03:51 UTC 2016 - jimmy@boombatower.com
4759
4760
- Update to 0.15.1 release.
4761
4762
-------------------------------------------------------------------
4763
Fri Jul  8 05:10:02 UTC 2016 - jimmy@boombatower.com
4764
4765
- Update to 0.15.0 release.
4766
4767
-------------------------------------------------------------------
4768
Mon May 16 00:09:37 UTC 2016 - jimmy@boombatower.com
4769
4770
- Update to 0.14.2 release.
4771
4772
-------------------------------------------------------------------
4773
Tue Apr 26 06:11:50 UTC 2016 - jimmy@boombatower.com
4774
4775
- Update to 0.14.1 release.
4776
4777
-------------------------------------------------------------------
4778
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
4779
4780
- Use pkgconfig instead of libffmpeg-devel
4781
4782
-------------------------------------------------------------------
4783
Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
4784
4785
- Update to 0.13.4 release.
4786
4787
-------------------------------------------------------------------
4788
Sun Mar 20 07:13:01 UTC 2016 - jimmy@boombatower.com
4789
4790
- Update to 0.13.3 release.
4791
4792
-------------------------------------------------------------------
4793
Mon Feb 29 15:54:48 UTC 2016 - jimmy@boombatower.com
4794
4795
- Update to 0.13.2 release.
4796
4797
-------------------------------------------------------------------
4798
Fri Feb  5 05:10:32 UTC 2016 - jimmy@boombatower.com
4799
4800
- Update to 0.13.1 release.
4801
- Remove patch for gcc 4.8 compatability since it was upstreamed.
4802
4803
-------------------------------------------------------------------
4804
Thu Jan 28 00:21:55 UTC 2016 - jimmy@boombatower.com
4805
4806
- Update to 0.13.0 release.
4807
  https://github.com/jp9000/obs-studio/releases/tag/0.13.0
4808
- Add rpmlintrc for "bad" things obs-studio requires.
4809
- Add patch for gcc 4.8 compatability.
4810
4811
-------------------------------------------------------------------
4812
Sat Dec 12 04:25:45 UTC 2015 - jimmy@boombatower.com
4813
4814
- Update to 0.12.4 release.
4815
  https://github.com/jp9000/obs-studio/releases/tag/0.12.4
4816
4817
-------------------------------------------------------------------
4818
Wed Dec  9 06:05:59 UTC 2015 - jimmy@boombatower.com
4819
4820
- Change build requirement from libffmpeg-devel to ffmpeg-devel to
4821
  follow recent linking of ffmpeg to obs version.
4822
4823
-------------------------------------------------------------------
4824
Sat Dec  5 05:25:31 UTC 2015 - jimmy@boombatower.com
4825
4826
- Update to 0.12.3 release.
4827
  https://github.com/jp9000/obs-studio/releases/tag/0.12.3
4828
4829
-------------------------------------------------------------------
4830
Sat Nov 21 03:12:17 UTC 2015 - jimmy@boombatower.com
4831
4832
- Update to 0.12.2 release.
4833
  https://github.com/jp9000/obs-studio/releases/tag/0.12.2
4834
4835
-------------------------------------------------------------------
4836
Tue Nov 17 23:51:20 UTC 2015 - jimmy@boombatower.com
4837
4838
- Update to 0.12.1 release.
4839
  https://github.com/jp9000/obs-studio/releases/tag/0.12.1
4840
4841
-------------------------------------------------------------------
4842
Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
4843
4844
- Update to 0.12.0 release.
4845
  https://github.com/jp9000/obs-studio/releases/tag/0.12.0
4846
- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
4847
4848
-------------------------------------------------------------------
4849
Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
4850
4851
- Update to 0.11.4 release.
4852
  https://github.com/jp9000/obs-studio/releases/tag/0.11.4
4853
- Cut off git portion of version string in UI.
4854
- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
4855
  impossible to compile on obs for openSUSE 13.2.
4856
  https://obsproject.com/mantis/view.php?id=276
4857
4858
-------------------------------------------------------------------
4859
Sun Aug  9 06:20:02 UTC 2015 - jimmy@boombatower.com
4860
4861
- Update to 0.11.3 release.
4862
  https://github.com/jp9000/obs-studio/releases/tag/0.11.3
4863
4864
-------------------------------------------------------------------
4865
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
4866
4867
- Update to 0.11.2 release.
4868
  https://github.com/jp9000/obs-studio/releases/tag/0.11.2
4869
4870
-------------------------------------------------------------------
4871
Fri Jul 10 04:17:01 UTC 2015 - jimmy@boombatower.com
4872
4873
- Update to 0.11.1 release.
4874
  https://github.com/jp9000/obs-studio/releases/tag/0.11.1
4875
4876
-------------------------------------------------------------------
4877
Thu Jul  9 03:41:02 UTC 2015 - jimmy@boombatower.com
4878
4879
- Update to 0.11.0 release.
4880
  https://github.com/jp9000/obs-studio/releases/tag/0.11.0
4881
- Add curl build dependency.
4882
4883
-------------------------------------------------------------------
4884
Tue May 19 06:11:11 UTC 2015 - jimmy@boombatower.com
4885
4886
- Update to 0.10.1 release.
4887
  https://github.com/jp9000/obs-studio/releases/tag/0.10.1
4888
4889
-------------------------------------------------------------------
4890
Wed May 13 23:36:24 UTC 2015 - jimmy@boombatower.com
4891
4892
- Update to 0.10.0 release.
4893
  https://github.com/jp9000/obs-studio/releases/tag/0.10.0
4894
4895
-------------------------------------------------------------------
4896
Fri Mar 27 20:25:00 UTC 2015 - jimmy@boombatower.com
4897
4898
- Update to 0.9.1 release.
4899
  https://github.com/jp9000/obs-studio/releases/tag/0.9.1
4900
4901
-------------------------------------------------------------------
4902
Thu Mar 26 03:47:02 UTC 2015 - jimmy@boombatower.com
4903
4904
- Update to 0.9.0 release.
4905
  https://github.com/jp9000/obs-studio/releases/tag/0.9.0
4906
4907
-------------------------------------------------------------------
4908
Sat Feb 21 08:17:07 UTC 2015 - jimmy@boombatower.com
4909
4910
- Update to 0.8.3 release.
4911
  https://github.com/jp9000/obs-studio/releases/tag/0.8.3
4912
4913
-------------------------------------------------------------------
4914
Thu Feb 12 07:15:19 UTC 2015 - jimmy@boombatower.com
4915
4916
- Update to 0.8.2 release.
4917
  https://github.com/jp9000/obs-studio/releases/tag/0.8.2
4918
  https://github.com/jp9000/obs-studio/releases/tag/0.8.1
4919
  https://github.com/jp9000/obs-studio/releases/tag/0.8.0
4920
4921
-------------------------------------------------------------------
4922
Thu Jan 15 11:05:44 UTC 2015 - jimmy@boombatower.com
4923
4924
- Update to 0.7.3 release.
4925
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.3
4926
4927
-------------------------------------------------------------------
4928
Wed Jan  7 20:54:30 UTC 2015 - jimmy@boombatower.com
4929
4930
- Update to 0.7.2 release.
4931
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.2 and
4932
             https://github.com/jp9000/obs-studio/releases/tag/0.7.1
4933
4934
-------------------------------------------------------------------
4935
Thu Nov 13 10:35:34 UTC 2014 - jimmy@boombatower.com
4936
4937
- Initial 0.6.4 release.
4938
4939