File obs-studio.changes of Package obs-studio (Revision 63)
Currently displaying revision 63 , Show latest
2326
1
-------------------------------------------------------------------
2
Fri Mar 08 21:04:44 UTC 2019 - jimmy@boombatower.com
3
4
- Update to version 23.0.2:
5
* UI: Fix "What's New" showing again each patch version
6
* libobs: Fix code styling
7
* libobs: Fix first frame when output restarted
8
* CI: Fix building on trusty
9
* UI: Add (Do not show again) checkbox to dock closing warning
10
* Revert "Merge pull request #1418 from cabirdme/qsv_feature_add"
11
* Revert "obs-qsv: Enable b-pyramid & change packet priority"
12
* UI: Warn when closing dock widgets for first time
13
* UI: Add way to exec std::function via invokeMethod
14
* obs-ffmpeg: Check avformat context before use
15
* obs-ffmpeg: Fix crash on failed audio codec init (for real)
16
* UI: Always set first scene collection/profiles
17
* obs-ffmpeg: Fix crash on failed audio codec init
18
* libobs-d3d11: Check for bad NV12 output on all devices
19
* libobs-d3d11: Perform actual test for NV12 driver bug
20
* libobs-d3d11: Remove NV12 blacklist
21
* libobs: Always query shared texture handle for encoding
22
* UI: Reset replay buffer button on "stop" signal
23
* libobs-d3d11: Reset handle and re-lock if texture rebuilt
24
* libobs-d3d11: Use discrete function to get shared handle
25
* libobs-d3d11: Set acquired bool when texture acquired
26
* obs-ffmpeg: Always output SEI
27
* obs-ffmpeg: Fix SEI data output
28
* frontend-tools: Fix memory leak when reloading scripts
29
* UI: Update tab stop order in Settings
30
* CI: macOS builds on Azure Pipelines
31
* obs-qsv11: Fix crash on destructor after init failure
32
* obs-qsv11: Don't try to free non allocated array on destruction
33
* obs-ffmpeg: Fix NVENC blacklisted card check
34
35
-------------------------------------------------------------------
36
Wed Feb 27 21:36:03 UTC 2019 - jimmy@boombatower.com
37
38
- Update to version 23.0.1:
39
* obs-browser: Fix widgets being initially blank on high-DPI
40
* libobs: Update version to 23.0.1
41
* libobs-d3d11: Disable NV12 textures if NVENC unavailable
42
* UI: Don't show "What's New" for new users
43
* UI: Don't delete auto-remux file (just in case)
44
* libobs-d3d11: Blacklist certain adapters from NV12
45
* UI: Do not allow post-GPU rescaling on gpu encoders
46
* libobs: Add func to get encoder caps by encoder pointer
47
* obs-ffmpeg: Fix bitrate being set on NVENC CQP/lossless
48
* UI: Fix Mixer allowing endless login retries
49
* UI: Make workaround for Logitech plugin hard lock
50
* UI: Check CEF available when loading auth
51
* libobs-d3d11: Improve check for NV12 texture support
52
53
-------------------------------------------------------------------
54
Tue Feb 26 00:11:02 UTC 2019 - Jimmy Berry <jimmy@boombatower.com>
55
56
- Include pkg-config (.pc) file in devel subpackage.
57
58
-------------------------------------------------------------------
59
Mon Feb 25 23:53:13 UTC 2019 - jimmy@boombatower.com
60
61
- Update to version 23.0.0:
62
* UI: Rename a bunch of bad file names
63
* image-source: Change max loaded slideshow images to 21
64
* enc-amf: Update translations
65
* obs-ffmpeg: Add more blacklisted NVENC adapters
66
* Update translations from Crowdin
67
* UI: Fix replay buffer checked state when no hotkey is set
68
* UI: Refine strings for About dialog
69
* Update translations from Crowdin
70
* UI: Force Twitch moderation tools to system browser
71
* UI: Fix wrong filename building for Remux dialog
72
* obs-ffmpeg: Free NVENC textures after sending EOS
73
* libobs: Update version to 23.0.0
74
* obs-browser, obs-vst: Update translations
75
* UI: If auth startup failed, keep connected in settings
76
* UI: If Twitch account disconnected, retry login
77
* UI: If Mixer account disconnected, retry login
78
* UI: Fix scene list text edit sizing on dark theme
79
* UI: Actually fix non-windows compilation
80
* UI: Fix non-windows compilation
81
* UI: Do not display threaded message boxes on startup
82
* UI: Defer autoconfig to message queue
83
* obs-text: Use custom draw flag
84
* Update translations from Crowdin
85
* UI: Set replay buffer check w/ --startreplaybuffer
86
* UI: Fix disabling "resize output to source"
87
* UI: Make sure user can still stream if auth fails
88
* UI: Do not auto-remux if using FFmpeg output
89
* UI: Use QFileInfo for remux
90
* UI: Clean up code styling of ternary operator usage
91
* UI: Allocate space for null terminator
92
* image-source: Actually defer slideshow, not image source
93
* obs-frontend-api: Make a few frontend API thread-safe
94
* UI: Fix profile duplicates using wrong cookies
95
* libobs: Fix missing mutex unlock from 26dbe54
96
* libobs: Check fwrite return value for extra safety
97
* libobs-d3d11: Fix rebuild of NV12 textures
98
* libobs-d3d11: Actually use paired NV12 member variable
99
* libobs-d3d11: Don't inline rebuild funcs
100
* UI: Fix inconsistent use of ellipsis
101
* obs-ffmpeg: Fix constant QP mode in new NVENC
102
* UI: Set preferHardware only when hw encoder is avail.
103
* UI: Hide instead of disable rescale
104
* obs-ffmpeg: Update advice for CFA
105
* vlc-video: Fix a video format not playing back correctly
106
* UI: Add back auth for custom RTMP servers
107
* obs-ffmpeg: Add more blacklisted non-NVENC adapters
108
* UI: Disable stream settings if streaming
109
* UI: Suggest hw encoding by default depending on hw
110
* obs-browser: Update default URL
111
* UI: Remove unused help icon
112
* frontend-tools: Remove unused help icon
113
* UI: Remove unused "Beta" texts
114
* obs-browser: Don't use UNUSED_PARAMETER in app class
115
* UI: Delete cookies on profile removal
116
* obs-ffmpeg: Enable NVENC psycho_aq by default for now
117
* obs-browser: Have child processes detect crashes
118
* UI: Wait for browser init before "what's new" dialog
119
* UI: Clear key in autoconfig when service disconnected
120
* UI: Estimate better resolution if using NVENC
121
* obs-outputs: Increase GetAdaptersAddresses buffer size
122
* decklink-output-ui: Add note about keyer output
123
* libobs: Fix indent
124
* libobs: Fix race conditions
125
* libobs: Fix potential race condition on shutdown
126
* UI: Add default preset for NVENC in simple output
127
* decklink-ouput-ui: Remove unused help icon
128
* frontend-tools: Remove unused help icons
129
* UI: Remove additional unused help icons
130
* win-capture: Don't try to find window every frame
131
* obs-ffmpeg: Mark unused parameter
132
* decklink-output-ui: Fix memory leak in save settings
133
* obs-ffmpeg: Don't expose new settings to old NVENC (yet)
134
* UI: Don't enable rescale if on "Use stream encoder"
135
* UI: Fix encoder preset locale text
136
* UI: Fix potential race condition for hover items
137
* UI: Add OBSBasicPreview::Get helper func
138
* obs-ffmpeg: Fix crash when audio not configured
139
* UI: Add missing text string for Remux dialog
140
* UI: Allow compressed responses in RemoteTextThread
141
* image-source: Defer update of slideshow source
142
* Revert "UI: Use Twitch dashboard chat popout"
143
* UI: Use Twitch dashboard chat popout
144
* UI: Remove help icon from auth/what's new titlebars
145
* libobs: Fix crash starting raw encoder before gpu encoder
146
* UI: Add minimum size of OAuth login dialog
147
* UI: Fix autoconfig authentication not working
148
* libobs: Fix texture-based encoder decklock
149
* UI: Increase Twitch "Stream Stats" height by 50
150
* UI: Allow animated BTTV emojis
151
* decklink-output-ui: Fix memory leak
152
* UI: Enter graphics context before destroying texture
153
* libobs: Make sure to destroy effect
154
* UI: Make "What's New" dialog modeless
155
* obs-ffmpeg: Add a few line breaks for new tooltips
156
* UI: Check that CEF loaded before loading integrations
157
* obs-ffmpeg: Use CQP in jim-nvenc properties text
158
* UI: Fix being unable to drag/drop source list items
159
* UI: Fix issue with Mixer
160
* UI: Do one time reset of dock lock state for v23
161
* obs-ffmpeg: Add tooltips for new NVENC settings
162
* UI: Start projector user-facing monitor count at 1
163
* UI: Adjust Acri and Rachni themes
164
* CI: Build service-integration on Windows
165
* image-source: Increase slideshow max loaded to 15
166
* obs-ffmpeg: Disable psycho_aq by default (for now)
167
* UI: Fix twitch stream stat window not centering
168
* UI: Add bttv emote button to Twitch chat window
169
* UI: Change preview handles/outline and add hover
170
* UI: Add scene item canvas overflow to preview
171
* obs-ffmpeg: Do not allow new NVENC on gpu idx > 0
172
* enc-amf: Update plugin to Version 2.5.1
173
* UI: Use new NVENC by default in simple output mode
174
* obs-ffmpeg: Add texture-based NVENC encoder implementation
175
* obs-ffmpeg: Update NVENC properties and property defaults
176
* obs-ffmpeg: Update display name of FFmpeg NVENC encoder
177
* obs-ffmpeg: Update nvEncodeAPI.h to latest version
178
* UI: If hardware encoder selected, disable post rescale
179
* UI: Use hardware encoding by default if available
180
* libobs: Add texture-based encoding support
181
* libobs: Split do_encode in to two funcs
182
* libobs/media-io: Add frame funcs for separate GPU thread
183
* obs-ffmpeg: Implement NVENC video card blacklist
184
* libobs/util: Fix bug with get_winver
185
* libobs/util: Fix bug with circlebuf_data
186
* libobs: Add ability to reroute encoders
187
* libobs/util: Add get_win_ver_int() func (windows)
188
* libobs: Use NV12 textures when available
189
* libobs: Add obs_video_active() function
190
* libobs/graphics: Add NV12 texture support
191
* libobs/graphics: Add texture sharing functions
192
* UI: Fix potential race condition
193
* UI: Add Twitch integration
194
* UI: Add Mixer integration
195
* UI: Add auth. support to settings/autoconfig
196
* UI: Add obfuscation func
197
* UI: Add Auth and OAuth classes
198
* UI: Add func to load browser/cookies, but show dialog
199
* UI: Add per-profile browser panel cookie management
200
* UI: Switch to new browser panel code
201
* UI: Improve/refactor autoconfig/settings service UI
202
* UI: Add function for adding extra docks to main window
203
* UI: Make assignDockToggle an actual function
204
* UI: Add function to get main window more easily
205
* UI: Add functions for executing funcs without blocking
206
* UI: Add CreateQThread helper function
207
* UI: Unlock UI by default
208
* UI: Add alternate constructor for RemoteTextThread
209
* UI: Add timeout parameter to RemoteTextThread
210
* UI: Only def. BROWSER_AVAILABLE for WIN32 (for now)
211
* UI: Remove "service type" from auto-config stream page
212
* obs-filters: Fix unused parameter warnings
213
* obs-vst: Fix resizing on windows (submodule update)
214
* UI: Enable high DPI scaling, for Qt >= 5.11
215
* UI: Use Next button for GPL license page in windows installer
216
* win-capture: Add a few more blacklisted capture exes
217
* win-capture: Do not capture "explorer.exe" with null titles
218
* libobs: Fix scanf type specifiers
219
* frontend-tools: Call modified prop callbacks on script load/reload
220
* CI: Use modified macOS QT installer
221
* win-capture: Start user-facing monitor count at 1
222
* UI: add a default black background to the PGM output of the multiview
223
* rtmp-services: Remove LiveEdu from services
224
* decklink: Remove redundant const qualifiers
225
* UI: Clear out previous projectors when loading saved projectors
226
* rtmp-services: Update Twitch and Smashcast ingests
227
* obs-filters: Add downward expander filter
228
* UI: Fix audio recording for lossless simple (#1616)
229
* cmake: Use multiprocessor compilation on Windows (#1605)
230
* rtmp-services: restore STAGE TEN (now using rtmps)
231
* Use Premultiplied Alpha for Text and Game Capture (#1578)
232
* rtmp-services: updating castr.io ingests
233
* Add Bangalore, India server to Restream
234
* rtmp-services: Add Camplace.com RTMP Services (#1631)
235
* UI: Fix a series of mem leaks (#1614)
236
* syphon: Remove references to game capture
237
* obs-ffmpeg: Show additional details in failed to write error
238
* win-capture: Disable cached offsets writing
239
* win-capture: Improve reading from get-graphics-offsets
240
* obs-qsv: Enable b-pyramid & change packet priority
241
* README.rst: Clarify that project is GPL2+
242
* Add GPL Cooperation Commitment to base directory
243
* UI: Fix accessibility/narration text on sources list
244
* UI: Add support for Restream "Auto" server in auto-config
245
* decklink: Initialize member variables
246
* UI: Fix infinitely incrementing showing ref
247
* UI: Set minimum negative sync offset to -950
248
* libobs, UI: Do not log redundant warnings
249
* UI: Add date/time to log file
250
* Authors: Update Contributors list
251
* UI: Fix Defaults button not triggering UI update
252
* rtmp-services: Update service json format version
253
* Decklink: only use RGBA when using keyer
254
* obs-qsv11: Log errors on init
255
* Decklink: Keyer support
256
* libobs: Add get_defaults2 and get_properties2 for encoders
257
* rtmp-services: Update Chaturbate POPs
258
* libobs: Allow const argument in obs_set_cmdline_args
259
* Add Discord badge to README
260
* libobs: Fix circlebuf_pop_back returning front
261
* libobs: Fix Windows Game Mode detection on newer Windows 10 versions
262
* UI: Save scene collection before export
263
* UI: Support fractional scaling
264
* UI: Revert default tab in Settings > Output: Advanced to Stream tab
265
* Add support for building on PPC64LE using x86 Intrinsic Compat Shim
266
* libobs: Fix utf-8 bom is not properly skipped
267
* UI: Show "OBS Studio" in linux desktop link
268
* UI: Fix display of mono source with surround output
269
* CONTRIBUTING.rst: Add Discord server and dev chat
270
* rtmp-services: Remove dead servers/services
271
* linux-v4l2: Make V4L device names unique
272
* UI: Add French to UI/dist/obs.desktop
273
* win-mf: Initialize member variable
274
* rtmp-services: Added Bongacams ingest point
275
* UI: Add /LARGEADDRESSAWARE for MSVC x86 executable
276
* libobs: Fix crash when pixel or vertex shader are missing
277
* libobs: Log audio source when buffering is added
278
* libobs: Fix starting timestamp for preloaded frames
279
* rtmp-services: Add Restream FTL ingests
280
* obs-output: Update ftl-sdk version
281
* rtmp-services: Allow seamless service renaming
282
* rtmp-services: Add Lightcast.com
283
* rtmp-services: Add Linkstream
284
* libobs/util: Make default val INVALID_HANDLE_VALUE
285
* libobs: Background color of 0 should not be gray
286
* CI: Use proper VLC release tarball
287
* CI: Use VLC 3.0.4 instead of master for macOS
288
* obs-libfdk: Compatibility fix for new API
289
* obs-filters: Add limiter filter
290
* libobs: memset() the correct buff size
291
* libobs: Do not process panning if panning centered
292
* decklink: Add declaration file for integer types
293
* libobs: Fix audio offset not reset for all tracks
294
* CI: Update Qt path on Windows
295
* UI: Fix batch remux compiler warning
296
* Add AppVeyor CI status badge to README
297
* Add Travis CI status badge to README
298
* UI: Remove scrollbar line controls for Dark theme
299
* Decklink: add UI to control output
300
* UI: Fix bug when loading saved projectors
301
* UI: Emit STREAMING_STOPPING event immediately
302
* linux-capture: XCompCap now chooses glXFBConfigs based on window depth
303
* decklink: Initialize member variable
304
* UI: Add multi-track FFmpeg output support
305
* obs-ffmpeg: Enable multiple audio tracks for FFmpeg output
306
* libobs: Add multi-track support to non-encoded outputs
307
* UI: Don't transition if already transitioning (studio mode)
308
* libobs: Add obs_enum_scenes for enumerating scenes
309
* libobs-d3d11: Use mip levels are used in resource view
310
* libobs-opengl: Add int2-4 support
311
* enc-amf: Update to 2.5.0.1 and update repository address
312
* UI: Fix typo with resize output text
313
* Revert "Merge pull request #1498 from Xaymar/patch-obs-amd-encoder"
314
* Decklink: add output support
315
* UI: Fix auto remux warning
316
* rtmp-services: Update liveedu.tv servers
317
* rtmp-services: Add DLive
318
* obs-ffmpeg: Add linux VAAPI h.264 encoding support
319
* libobs: Add pkgconfig support
320
* enc-amf: Update to 2.5.0 and update repository address
321
* UI: Change resize output text
322
* linux-capture: Fix repeated swapping of swapRedBlue and improve robustness further
323
* rtmp-services: Add Vimm.TV
324
* libobs: Truncate thread names on Linux
325
* UI: Add ability to resize output based on source size
326
* UI: Add option to auto remux
327
* UI: Remove '?' from remux title bar
328
* CI: Add mbedTLS dependency for AppVeyor Linux
329
* CI: Build on Linux with AppVeyor
330
* CI: Use cmd prefix on AppVeyor as needed
331
* CI: Move AppVeyor install commands to a script file
332
* cmake: Find Qt first before going to subdirectories
333
* cmake: Fix UI being dependent on browser plugin files
334
* UI: Fix array length computation
335
* docs/sphinx: Add missing obs_sceneitem_get_id info
336
* UI: Fix scrollbar misalignment for Acri theme
337
* UI: Fix scrollbar handle alignment for Dark theme
338
* libobs: Fix heap corruption in obs_source_output_video
339
* image-source: Decrease slideshow source memory usage
340
* UI: Fix system tray context menu creation
341
* UI: Organize unused/duplicate includes
342
* libobs/audio-monitoring: Use libobs CFString utils
343
* coreaudio-encoder: Use libobs CFString utils
344
* decklink: Use libobs CFString utils
345
* mac-capture: Use libobs CFString utils
346
* mac-vth264: Use libobs CFString utils
347
* libobs: Add CFString utils
348
* UI: Undo/fix stats dock changes to main window
349
* decklink: Remove inactive audio channels (linux, macOs)
350
* UI: Add 4th aux audio input device
351
* frontend-tools: Increase instant replay playback retry interval
352
* frontend-tools: Add VLC support to instant replay script
353
* UI: Batch remux and drag/drop support on remux dialog
354
* UI: Change about dialog bottom color (light theme)
355
* win-capture: Add option to adjust hook rate for game capture
356
* linux-capture: Improve XComposite capture robustness
357
* libobs: Don't call width/height funcs if context invalid
358
* rtmp-services: Update Lahzenegar settings
359
* obs-filters: Add "Invert Polarity" audio filter
360
* obs-filters: Avoid skewing chroma key's box filter average
361
* obs-filters: Optimize chroma key's box filter
362
* cmake: Make static VC runtime libraries consistent
363
* Plugins: Add descriptions to modules
364
* libobs: Export image-file to c
365
* obs-browser: Fix local macOS build issues
366
* obs-qsv: enable High Profile for QSV h264
367
* UI: Add ability to style preview background color
368
* UI: Dark theme padding and alignment fixes
369
* UI: Add Filter to Hotkeys settings menu
370
* Fix README hyperlinks under Credits
371
* cmake: Fix an error when SWIG isn't found
372
* UI: Set about dialog as non-resizable
373
* docs/sphinx: Add annotation api functions
374
* libobs: Add additional gs_effect_get_ functions
375
* libobs: Add HLSL annotation parsing
376
* Update decklink SDK to version 10.11
377
* obs-filters: Add base canvas resolution option
378
* libobs/util: Fix undefined behavior and optimize util_mul64_64
379
* UI: Add ability to reset sliders when double clicked
380
* UI: Implement stereo balancing
381
* UI: Remove license agreement dialog
382
* UI: Add about dialog
383
* cmake: Make directory before copying file
384
* decklink: Add deactivate when not showing option to decklink
385
* cmake: Add install_obs_data_file function
386
* Update AUTHORS file
387
* UI: Prevent format-truncation compiler warning
388
* obs-outputs: Fix unused variable compiler warning
389
* obs-outputs: Make rtmp packet alloc code path clearer
390
* UI: Fix not all projectors using ProjectorAlwaysOnTop
391
* win-ivcam: Remove and prohibit useless member functions
392
* linux-jack: Fix snprintf format specifier
393
* libobs: Remove VLA in pulse monitoring backend
394
* cmake: Add variable-length array checks
395
* libobs: Update version to 22.0.3
396
* obs-browser: Fix macOS crash
397
* UI: Blacklist LockApp and Text Input from Game Capture
398
* UI: Add retina support and updated icons
399
* UI: Add rename scene/source shortcut
400
* libobs-opengl: Store FBOs per texture instead of per device
401
* UI/updater: Fix update bug for 32bit/64bit installs
402
* UI: Add ctrl+up/down shorcuts to move filters around
403
* UI: Add delete as shortcut for removing filters
404
* UI: Make stats dockable
405
* rtmp-services: Remove offline/unavailable servers/services
406
* rtmp-services: add STAGE TEN
407
* UI: Name parameters in definition same as in declaration
408
* image-source: Add psd and *.* to file filter
409
* UI: Use themeID for red message in settings view
410
* obs-qsv: Expose additional QSV encoder settings through GUI
411
* libobs/UI: Allow Access To argc/argv
412
* win-capture: Modify log for sharedmem
413
* obs-filters: Use less automagic for SpeexDSP detection
414
* deps/obs-scripting: Use less automagic for Lua/Python detection
415
416
-------------------------------------------------------------------
417
Fri Dec 7 00:35:35 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
418
419
- Remove workaround for utilizing proper libdir as it interferes
420
with building plugins.
421
422
-------------------------------------------------------------------
423
Wed Nov 14 01:34:58 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
424
425
- Set ExclusiveArch to i586 and x86_64.
426
427
-------------------------------------------------------------------
428
Wed Nov 14 01:03:47 UTC 2018 - Jimmy Berry <jimmy@boombatower.com>
429
430
- Restrict to ffmpeg3 to avoid Tumbleweed segfault.
431
https://bugs.links2linux.org/browse/PM-143
432
433
-------------------------------------------------------------------
434
Thu Sep 13 02:48:49 UTC 2018 - jimmy@boombatower.com
435
436
- Include optional build dependencies to enable more features.
437
438
-------------------------------------------------------------------
439
Fri Aug 31 15:39:49 UTC 2018 - jimmy@boombatower.com
440
441
- Update to version 22.0.2:
442
* Revert "UI: Do not fire load events until program loaded"
443
* Revert "UI: Reset sources list manually on first load"
444
* UI: Always show filter preview if video source
445
* obs-browser: Update version to 2.1.5
446
* UI: Reset sources list manually on first load
447
* UI: Remove "Beta" from auto-config tools menu text
448
* libobs: Update version to 22.0.2
449
* obs-browser: Update version to 2.1.4
450
* UI: Make sure quick transition hotkey is not zeroed
451
* UI: Do not fire load events until program loaded
452
* UI: Use AlwaysOnTop option for windowed projectors
453
* UI: Fix a rare multiview crash when clicked
454
* UI: Fix macOS bug (scrollbar blocking lock icons)
455
* CI: Use Qt 5.10.1 instead of 5.11.1 for macOS
456
* UI: Remove beta warning from auto-config wizard
457
* libobs: Blacklist old obs-browser version on macOS
458
* UI: Fix filter layout issue
459
* UI/updater: Add missing header
460
* obs-outputs: Revert f1f49bc1 to fix RTMP authentication
461
* UI: Select item that user adds
462
* CI: Rename one more missed cef-bootstrap name
463
* CI: Rename cef-bootstrap to obs-browser-page
464
* obs-browser: Update browser version to 2.1.3
465
* UI: Set browser hwaccel def. to false if winver <=7
466
* rtmp-services: Only do URL check for Facebook
467
* UI: Close remux output before showing dialog
468
* rtmp-services: update Periscope settings
469
* CI: Use env variable for CEF cache on Windows
470
* CI: Build Browser Source on Windows
471
* UI: Use QT font picker on OSX
472
473
-------------------------------------------------------------------
474
Tue Aug 21 01:31:18 UTC 2018 - jimmy@boombatower.com
475
476
- Update to version 22.0.1:
477
* obs-browser: Update translations
478
* libobs: Update version to 22.0.1
479
* obs-browser: Fix local files not being processed correctly
480
* libobs: Update to version 22.0.0
481
* UI: Fix path for File > Show Recordings
482
* obs-browser: Blacklist certain hwaccel adapter combos
483
* UI: Fix mixer context menu toggling layout on kde
484
* cmake: Add luajit 2.1 support to build
485
* obs-browser: Update version number to 2.1.0
486
* libobs: Revert version update to 22.0.0 (instead, do RC2)
487
* UI: Fix snapping of group sub-items
488
* CI: Use HTTPS for downloading macOS deps package
489
* libobs: Fix typo in function names
490
* UI: Remove warning when using separate QSV encoders
491
* Update translations from Crowdin
492
* Update translations from Crowdin
493
* updater: Prepare for transition to Fastly CDN
494
* libobs: Update version to 22.0.0
495
* UI: Hide Dock Icon on Mac OSX when minimizing to tray
496
* UI: Update Acri theme
497
* UI: Fix multiview hang
498
* Revert "UI: Use qss themeID for red labels in properties view"
499
* UI: Fix dark theme link color
500
* UI: Update Rachni theme
501
* obs-browser: Fix "shutdown when invisible" issue
502
* UI: Use qss themeID for red labels in properties view
503
* UI: Use theme for red message in audio settings
504
* UI: Allow centering/stretching for groups items
505
* UI: Fix group sub-item selection bug
506
* UI: Fix flip/rotate transform menu with group items
507
* libobs: Add function to force a sceneitem transform update
508
* UI: Fix bug grabbing handles of group sub-items
509
* rtmp-services: Add DTube
510
* UI: Set replay buffer button as checkable
511
* libobs: Fix applying group transform of flipped sources
512
* UI: Allow resetting transform of group sub-items
513
* rtmp-services: Do not check for valid URL if using "auto"
514
* libobs: Initialize hotkey pair ID variable properly
515
* UI: Allow the transform dialog for group sub-sources
516
* UI: If users renames a source, only revert on Esc
517
* obs-browser: Fix a number of bugs
518
* UI: Protect GUID generation in mutex
519
* UI: Make the information dialog a big wider
520
* UI: Add release candidate checking to info dialog
521
* cmake: Add release candidate versions/cmake variables
522
* libobs/media-io: Prevent overwriting of remux input
523
* libobs: Update version from latest tag
524
* obs-qsv11: Protect context variable in clear_data
525
* rtmp-services: Remove unnecessary null check
526
* libobs: Remove unnecessary null check
527
* UI: Add adv. settings checkbox for browser HW accel
528
* libobs: Add functions to get/set global private data
529
* libobs: Move function declarations to correct spot
530
* UI: Use NVIDIA laptop GPU hint
531
* CI: Update OSX Deps package
532
* win-capture: Avoid segfault when retrieve size
533
* cmake: Prevent policy CMP0072 warning
534
* Revert "libobs-d3d11: Initialize variable to zero"
535
* win-capture: Avoid tex size mismatch for cursor
536
* UI: Make OBS bitness more specific in title bar and log
537
* obs-qsv11: Initialize member variable
538
* CI: Fix building libvpx dep on osx
539
* rtmp-services: Ensure set URL exists within server list
540
* rtmp-services: Change Facebook stream URL to use RTMPS
541
* obs-outputs: Add support for and use mbedTLS for SSL
542
* libobs: When ungrouping groups, duplicate items
543
* libobs: Add internal function to dup. scene item data
544
* libobs: Add function to save hotkey pair data
545
* UI: Remove QNetworkReply from window-basic-main.hpp
546
* UI: Use obsproject.com URL for discord invite
547
* libobs-opengl: Fix segfault on access of invalid window
548
* libobs-opengl: Improve X error handler message
549
* obs-filters: Fix segfault in Compressor Filter
550
* UI: Add missing va_end() call
551
* CI: Update macOS dependencies in build script
552
* CI: Update Travis scripts to target OSX 10.11+
553
* CI: Update Travis Mac builds to Xcode 9.4 and macOS 10.13
554
* UI: Add ability to join discord server from help menu
555
* UI: Add Color Coding to Source Tree Widget
556
* win-mf: Add missing va_end() call
557
* obs-browser: Add hardware acceleration option (win32)
558
* UI: Add missing return statement
559
* UI: Uncheck record/replay buffer buttons if fail
560
* UI: Use QScopedPointer (not QPointer) where applicable
561
* UI: Hide preview for sources and filters where possible
562
* UI: Fix disabled items in Dark theme being too light
563
* libobs: Log libobs bitness in crash logs
564
* UI: Add confirmation dialog if there are no sources
565
* libobs-d3d11: Initialize variable to zero
566
* UI: Check pointer before the first dereference
567
* UI: Add intro startup page (windows)
568
* deps: Add json11 library for convenience
569
* UI: Only allow stream/record hotkeys if the UI buttons are enabled
570
* OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14
571
* CI: Use Qt 5.11.1 on Travis for macOS
572
* CI: Use Qt 5.11.1 on AppVeyor for Windows
573
* frontend-tools: Add QAction explicitly for Qt 5.11 compatibility
574
* Fix typo in contributor guide
575
* UI: Fix start up crash with saved projectors
576
* rtmp-services: Add Piczel.TV server
577
* enc-amf: Version 2.4.2
578
* libobs: Always try to update transform in current thread
579
* libobs: Only update scene item texture on frame tick
580
* libobs: Don't assign variables before if/return
581
* UI: Do not open properties dialog for groups
582
* obs-outputs: Update librtmp with upstream patches
583
* CI: Add AppVeyor webhook for Discord bot
584
* CI: Add travis webhook for Discord bot
585
* UI: Add signal for when theme has changed
586
* UI: Add ability to parse OBSStyle from qss
587
* libobs: Copy the device uid string for mac audio monitor
588
* libobs: Pass address of cf_uid rather than the contents of cf_uid
589
* libobs: Fix setting of audio monitor device on Mac
590
* libobs: Rework checking Mac audio device capabilities
591
* UI: Fix bug with advanced output service settings
592
* libobs: Add function to get encoder object's defaults
593
* obs-browser: Fix error and warning
594
* obs-browser: Update to latest version
595
* libobs: Defer update of scene item texture
596
* UI: Allow alt-cropping on bounding box scene items
597
* libobs/util: Don't use assert for darray_push_back_array
598
* obs-qsv: Allow for multiple QSV encoders
599
* obs-output: Update ftl-sdk version
600
* CI: Update Sparkle default base_url
601
* rtmp-services: Update ingest list for Restream.io
602
* rtmp-services: Update ingest list for GamePlank
603
* UI: Fix signals for sub-items of groups
604
* UI: Add OBSBasic::SavingDisabled() function
605
* UI: Allow copying/pasting of groups
606
* libobs: Allow group duplication
607
* libobs: Change groups to actual public types
608
* libobs: Abstract resize_group to resize_scene_base
609
* libobs: Refactor creation of scenes
610
* libobs: Remove group_sceneitem from obs_scene struct
611
* libobs: Add obs_data_array_push_back_array
612
* Update INSTALL
613
* UI: Fix OBS_FRONTEND_EVENT_TRANSITION_LIST_CHANGED
614
* rtmp-services: Add KakaoTV
615
* libobs: Update libcaption library
616
* rtmp-services: Adding Castr.io ingests to service list
617
* vlc-video: Load libvlccore.dylib on macOS
618
* CI: Fix CEF Path on Package Build
619
* libobs: Remove unnecessary const qualifier
620
* libobs: Remove unused variable
621
* libobs: Remove unused variable
622
* libobs: Fix equality check
623
* libobs: Add missing return type
624
* libobs: Remove unused variable
625
* libobs: Change int to size_t
626
* UI: Fix stream button checkable state
627
* UI: Update Acri theme for disabled buttons
628
* UI: Add frontend event for when OBS finishes loading
629
* Revert "obs-x264: Specify x264 color space for BT.601"
630
* UI: Fix cramped source tree sub-widgets on macOS
631
* UI: Fix bug where color property shows transparency
632
* UI: Fix display bug with color property
633
* libobs: prevent crash from unbounded copy and bfree
634
* UI: If group's name exist, start it from 2
635
* UI: Fix mixer dock widget minSize being too big
636
* obs-transitions: Fix potential stinger divide by 0
637
* libobs: add obs_source_frame_copy
638
* libobs: Fix compilation issue on case-sensitive filesystems
639
* libobs: Add check for cf_uid pointer free
640
* libobs: Fix Monitoring devices showing input devices
641
* obs-x264: Specify x264 color space for BT.601
642
* UI: Fix mem leak in VolControl
643
* librtmp: Fix memory leak
644
* UI: Fix mem leak with QCompleter
645
* UI: Fix mem leak with multiview projector menu
646
* UI: Fix mem leak with tray menu
647
* UI: Fix mem leak with volume meter
648
* UI: Compact ClearVolumeControls()
649
* UI: Update hotkey label on quick transition rename
650
* libobs: Update hotkey label on scene item rename
651
* libobs: Enable setting hotkey name and description
652
* UI: Add grouping
653
* UI: Fix missing newline at the end of a file
654
* UI: Refactor DrawCircleAtPos
655
* UI: Use vector value for nudge callback
656
* UI: Move frontend API initialization to constructor
657
* libobs: Add scene item grouping
658
* libobs: Add custom size support to scenes
659
* libobs: Do not signal reorder while scene mutex locked
660
* libobs: Defer and refactor scene item transform update
661
* libobs: Refactor item signaling (add func to signal parent)
662
* libobs: Do not draw item texture if source size 0
663
* libobs: Fix bug where cropped items would recalc transform
664
* libobs: Zero scene data instead of setting members manually
665
* libobs/callback: Add signal reference counting
666
* libobs: Refactor obs_scene_add to allow adding internally
667
* UI: Fix a few unused lambda closure captures
668
* libobs: Copy metadata for tracks/streams when remuxing
669
* obs-filters: Use double-precision where viable
670
* libobs: Avoid busy cursor when starting processes
671
* libobs: Allow custom core data paths
672
* libobs: Handle 'in', 'out', and 'inout' keywords in shader parsers
673
* obs-ffmpeg: Set average framerate in video stream
674
* Make alpha visible in property color
675
* Use selected color in color property label
676
* CI: Upgrade to VS2017 on Appveyor
677
* UI: Add new Multiview Layout for up to 24 scenes
678
* UI: Move more fixed values to multiview update
679
* UI: Adjust the multiview num sources by the layout
680
* UI: Calculate fixed values of the Multiview once
681
* UI: Move multiview setting checks from draw path
682
* UI: Add option to toggle multiview draw safe area
683
* UI: Update multiview safe areas
684
* UI: Add option to toggle multiview scene names
685
* UI: Add option to toggle multiview mouse switching
686
* UI: Move multiview settings to its own groupbox
687
* UI: Update multiview on scene list reorder
688
* UI: Update multiview on resolution change
689
* UI: Adjust multiview label size
690
* UI: Add proper source markers to multiview
691
* UI: Simplify multiview draw code
692
* UI: Change multiview non-studio selection color
693
* UI: Remove the outerbox markers in multiview
694
* UI: Make the multiview lines use the same color
695
* UI: Make the sources border color a little darker
696
* UI: Clean up Projector Creation
697
* UI: Clean up projector's render regions creation
698
* UI: Make multiview colors easier to manage
699
* UI: Clarify multiview layout names
700
* UI: Convert multiview layout string profiles to int
701
* UI: Use enum for multiview layout
702
* UI: Add Vertical Mixer option
703
* UI: Simplify Volume Control draw logic
704
* UI: Avoid copies in Volume Control
705
* UI: Clean up includes and code-style
706
* CI: Use QT 5.10.1 for AppVeyor builds
707
* Use obsproject.com for log file uploads
708
* UI: Fix OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED
709
* UI: Remove ENABLE_WIN_UPDATE cmake variable
710
* UI: Always enable auto-updater for windows
711
* UI: Fix memory leak when drag/dropping
712
* text-freetype2: Remove trailing whitespace
713
* text-freetype2: Add chat line count property
714
* libobs: Use xcb-xinput when available for events
715
* cmake: Add xcb-xinput support
716
* UI: Add opt. to enable/disable in-focus hotkey blocking
717
* win-capture: Fix cursor draw size with certain cursors
718
* win-dshow: Allow synchronous create/update
719
* UI: Block when calling obs_frontend_set_current_scene
720
* UI: Add obs_frontend_add_scene_collection API call
721
* UI: Use WaitConnection() when adding scenes
722
* UI: Add WaitConnection() helper func
723
* UI: Use "source_create" to add scenes to listbox
724
* libobs: Make callback optional for obs_load_sources
725
* libobs: Don't signal "source_create" for private sources
726
* win-capture: Update D3D9 signature for Win10 April 2018 Update
727
* libobs: Expose source save/load signal
728
* docs/sphinx: Fix typo in script sources section
729
* obs-browser: Use BGRA textures instead of RGBA
730
* UI: Don't defer load on non-macOS systems
731
* UI: Also defer first scene collection load
732
* libobs: Use unaligned store rather than aligned store
733
* libobs: Convert sse inline funcs to macros
734
* libobs: Add "static" to inline func
735
* libobs, UI: Add true peak measurements
736
* rtmp-services: Update ingest list for Restream.io
737
* UI: Fix no_space file naming for replays
738
* UI: Explicitly initialize the crash handler
739
* libobs: Separate crash handler from startup
740
* UI: Change remux dialog to be non-modal
741
* libobs: Add functions to get output capability flags
742
* win-capture: Avoid obs functions in init_hooks
743
* libobs: Add functions to get raw video output
744
* libobs: Deactivate unnecessary GPU ops when not encoding
745
* libobs: Log *nix window manager
746
* UI: Disable paste filters unless a source is selected
747
* CI: Add description to OSX deps build script
748
* .gitmodules: Update submodules to new obsproject org
749
* UI: Set OBS icon to projector and stats window
750
* libobs-d3d11: Do not allow Alt+Enter interception
751
* UI: Sort audio controls by source name
752
* libobs: Add function to get last main output texture
753
* libobs: Fix potential filter rendering race condition
754
* UI: Clean up delete Source/Scene shortcut
755
* UI: Don't close windows for "Always on Top" (win32)
756
* UI: Hold the clip flash for at least one second
757
* UI: Add Selected and Hidden Array Values
758
* UI: Move OpenSavedProjecters call to OBSBasic::Load()
759
* obs-ffmpeg: fill in more fields on audio frames
760
* libobs: Fix pasting filters crash when missing sources
761
* UI: Do not generate "already active" logs
762
* obs-browser: Update to browser source refactor
763
* CI: Reduce travis output verbosity
764
* UI: Defer startup OBSBasic::Load (macOS CEF workaround)
765
* UI: Change monitoring device on profile change
766
* UI: Add frontend API to defer saving
767
* rtmp-services: Update recommended parameters for Nood.tv
768
* obs-outputs/flv: Fix ECMA array size
769
* CI: change travis osx artifact repo name
770
* UI: Save windowed projectors on exit
771
* UI: Remove a second call to OpenSavedProjectors
772
* UI: Clean up OBSProjector creation
773
* UI: Update Projectors title on source name change
774
* UI: Clean up save and load projector code
775
* UI: Add helper functions to Projector
776
* UI: Add Scene to ProjectorType
777
* UI: Simplify Projector Init
778
* UI: Refactor Projector OBSRender source usage
779
* UI: Move ProjectorType enum to projector header
780
* UI: Make OpenSavedProjectors indentation clear
781
* UI: Fix the Multiview window not using translation
782
* UI: Check if source is valid earlier
783
* UI: Simplify the OpenProjector logic
784
* UI: Only load projectors if SaveProjectors is true
785
* frontend-tools: Include 'QAction' to fix build against Qt 5.11
786
* mac-vth264: Fix video info set logic
787
* mac-vth264: Set the fullrange variable before calling vt_h264_video_info
788
789
-------------------------------------------------------------------
790
Sat May 12 23:59:07 UTC 2018 - jimmy@boombatower.com
791
792
- Update to version 21.1.2:
793
* libobs: Update version to 21.1.2
794
* win-capture: Update D3D9 signature for Win10 April 2018 Update
795
* CI: Check out OSX branch of obs-browser
796
* cmake: Include windows style DLL when copying Qt files
797
* obs-browser: Update submodule to latest version
798
* UI/updater: Delete visual studio runtimes after execution
799
* deps/obs-scripting: Prevent python unload more than once
800
* obs-browser: Update submodule to latest version
801
* deps/obs-scripting: Don't allow unloading more than once
802
* enc-amf: Version 2.3.3
803
* libobs: Update version to 21.1.0
804
* deps/obs-scripting: Add obs_source_enum_filters
805
* rtmp-services: Update ingest list for Aparat.com
806
* mac-capture: Fix bug where audio device couldn't be changed
807
* UI: Add Help -> Crash Reports submenu
808
* UI: Add subdir param to OBSBasic::UploadLog
809
* UI: Specify whether crash/profiler/logs have prefix
810
* UI: Specify subdir/variable to save to for get_last_log
811
* rtmp-services: Update ingest list for Nood.tv
812
* UI: Replace gist with hastebin for log uploads
813
* UI/updater: Return false on integrity check failure
814
* UI/updater: Don't update modules of opposite arch
815
* UI/updater: Add automatic check/install for VS2017 redist
816
* UI/updater: Fix a few type size mismatch warnings
817
* UI/updater: Fix resource compiling bug
818
* UI/updater: Fix bug with restrict keyword on VS2017
819
* UI/updater: Set license of windows update module to ISC
820
* UI/updater: Rewrite function
821
* Update translations from Crowdin
822
* UI: Refresh multiview projector menu per click
823
* cmake: Remove extraneous checks
824
* UI: Refresh system tray projector menu per click
825
* UI: Remove unnecessary casts
826
* Update README.rst
827
* libobs-opengl: Request at least 8 bits for alpha
828
* linux-capture: Request at least 8 bits for alpha
829
* UI: Remove check for updates on Linux
830
* cmake, libobs, win-capture: Fix VS2017 warnings
831
* cmake: Add .vs directories to .gitignore
832
* deps/obs-scripting: Fix tick function arg number
833
* obs-ffmpeg: Fix locale typo
834
* rtmp-services: Update ingest list for Restream.io
835
* deps/obs-scripting: Expose obs video info to swig
836
* image-source: Fade to transparency if slideshow list is cleared
837
* rtmp-services: Add Vimeo to services list
838
* libobs: Fix property text typo
839
* libobs/util: Fix blank config file values being ignored
840
* obs-ffmpeg: Use FFmpeg's "fast" AAC encoder by default
841
* obs-ffmpeg: Remove cutoff hack for AAC encoder
842
* win-mf: Deprecate plugin
843
* win-capture/graphics-hook: Fix memory offset calculation
844
* UI: Remove duplicate line
845
* obs-output: Update ftl-sdk version and ftl logging values
846
* enc-amf: Version 2.3.2
847
* UI: Allow nested docks
848
* UI: Don't draw bounding boxes for sources without video flag
849
850
-------------------------------------------------------------------
851
Wed Feb 21 20:31:20 UTC 2018 - jimmy@boombatower.com
852
853
- Update to version 21.0.3:
854
* libobs: Update to version 21.0.3 (mac update)
855
* libobs: Log YUV space/range on video reset
856
* obs-filters: Clear unused parameter warning
857
* libobs/util: Cache windows CPU frequency
858
* rtmp-services: Add SermonAudio to services list
859
* libobs-opengl: Log adapter and driver info
860
* obs-ffmpeg: Add speed percentage option
861
* deps/media-playback: Use a struct for media init data
862
* UI: Remove __FUNCTION__ usage
863
* UI: Import scene collection with correct filename
864
* obs-vst: Add layout to QMacCocoaViewContainer (update submodule)
865
* UI: Link Qt5::MacExtras
866
* obs-vst: Link Qt5::MacExtras (update submodule)
867
* libobs/media-io: Change speaker layout to match FFmpeg aac.
868
* CI: Include style plugins when packaging on OSX
869
* CI: Comment out OSX _obspython copy (not ready yet)
870
* deps/obs-scripting: Fix cur. script being NULL for script_tick
871
* deps/obs-scripting: Allow NULL script with script_log
872
* UI: Fix grayed out Copy option in sources context menu
873
* CI: Don't install python for OSX
874
* cmake: Fix LuaJIT search
875
* CI: Add rpath info to _obspython
876
* CI: Move obspython.so so it can be found in a .app
877
* CI: Update python rpath on osx
878
* CI: Make sure that lua can find obslua
879
* CI: Fetch RVM gpg key on osx
880
* CI: Fix a ruby issue on travis OSX
881
* CI: Update OSX deps build scripts
882
883
-------------------------------------------------------------------
884
Thu Jan 25 19:16:58 UTC 2018 - jimmy@boombatower.com
885
886
- Update to version 21.0.2:
887
* libobs: Update version to 21.0.2 (mac tag)
888
* CI: Point to newer brew python
889
* deps/obs-scripting: Make ENABLE_SCRIPTING a user variable
890
891
-------------------------------------------------------------------
892
Tue Jan 23 07:18:25 UTC 2018 - jimmy@boombatower.com
893
894
- Update to version 21.0.1:
895
* obs-filters: Fix hard cross-lock when using ducking
896
* win-dshow: Fix decoding issues from encoded devices
897
* UI: Acri theme adjustments
898
* libobs: Update version to 21.0.1
899
* docs/sphinx: Clarify Python windows installation
900
* CI: Install swig and luajit for osx travis
901
* deps/obs-scripting: Prevent potential python startup issues
902
* enc-amf: Prevent detect-amf from showing fail dialogs
903
* UI: Reduce size of "refresh" icons
904
* Revert "obs-outputs: Fix FMS auth with query string"
905
* UI: fix Multiview labels readability
906
* Update translations from Crowdin
907
* CI: Enable scripting in Linux builds
908
* cmake: Search for Python 3.4
909
* CI: Update CEF version on travis for osx
910
* libobs: Update version to 21.0.0
911
* UI: Add simple output mode encoder fallback
912
* frontend-plugins: Only show script file names in script dialog
913
* enc-amf: Test for AMF support in separate process first
914
* obs-ffmpeg: Remove NVENC detection code for now
915
* UI: Add command line arguments to log
916
* obs-ffmpeg: Fix signed mismatch warning
917
* frontend-tools: Fix a few issues with the clock source script
918
* frontend-tools: Add script to update text source from URL
919
* deps/obs-scripting: Fix script_log in python to append newline
920
* frontend-tools: Add a lua script that draws an analog clock
921
* UI: Add audio meter decay rate option
922
* UI: Optimize theme PNG images (smaller files)
923
* frontend-tools: Add "Clear" button to script log window
924
* frontend-tools: Warn if no active replay buffer w/ instant replay
925
* frontend-tools: Make instant replay script also save replay
926
* frontend-tools: Add "instant replay" script
927
* obs-ffmpeg: Do not return last replay path if currently muxing
928
* libobs/callback: Add calldata_create and calldata_destroy
929
* deps/obs-scripting: Fix frontend API lua table creation
930
* deps/obs-scripting: Fix a few more VC warnings from swigluarun.h
931
* obs-ffmpeg: Add proc to get last replay buffer
932
* deps/obs-scripting: Ensure that ffi module gets loaded
933
* UI: Add Acri theme
934
* obs-ffmpeg: Call av_register_all before nvenc check
935
* obs-ffmpeg: Don't try to detect NVENC on mac
936
* obs-ffmpeg: Improve NVENC detection
937
* linux-pulseaudio: Surround speaker map
938
* UI: Set max size for names in name dlg. to 256
939
* UI: Use snprintf and std::string when creating profiles
940
* libobs: Fix rendering if filter context no longer exists
941
* libobs: Fix double -> float conversion warning
942
* libobs: Optimize clearing of unused source audio mixes
943
* libobs: Fix audio buffer clear in custom source mixing
944
* Fix typo in README.rst
945
* deps/obs-scripting: Fix installed files/locations on linux
946
* UI: Put clip detection back in to volume meter
947
* deps/obs-scripting: Add image-file to lua
948
* deps/obs-scripting: Set current_lua_script earlier to prevent a crash
949
* UI: Set linker flags required for luajit on OSX
950
* deps/obs-scripting: Don't crash obs trying to unload a script that failed to load
951
* docs/sphinx: Clarify vertex buffer usage
952
* test/test-input: Add audio buffering sync test source
953
* win-capture: Make minor clarification to locale string
954
* UI: Fix tab bars for docked widgets in Dark theme
955
* libobs: Fix log message
956
* Revert "obs-ffmpeg: Improve NVENC detection"
957
* deps/media-playback: Free frame data before freeing frame
958
* deps/media-playback: Use avcodec_free_context when possible
959
* CMake: Fix FindSwigDeps search path
960
* UI: Disable Youtube bandwidth test (for now)
961
* UI: Fix warning
962
* UI: Use GDI+ text for multiview on windows
963
* libobs-d3d11: Allow multiple display captures of same monitor
964
* UI: Fix qpushbutton menu icon
965
* UI: Style dock widgets in dark and rachni themes
966
* libobs: Fix audio issue with scene items
967
* UI: Add the "-60" volume control marker
968
* decklink: Default to 5.1 if invalid channel value 7
969
* decklink: Fix bug with old channel formats
970
* UI: Change default theme to dark for new users
971
* win-capture: Change string for memory capture option
972
* linux-pulseaudio: Default sample format float32le
973
* cmake: add more LuaJIT lib names
974
* Revert "CI: Add Python path for AppVeyor"
975
* frontend-plugins: Add "Description" string
976
* frontend-plugins: Remove unused strings
977
* cmake: Fix copying lua51.dll (luajit) dep on windows
978
* CI: Add Python path for AppVeyor
979
* deps/obs-scripting: Fix swig/python lookup on windows
980
* libobs: Fix pulseaudio monitor playback stuttering
981
* libobs: Fix for int-in-bool-context-warning
982
* rtmp-services: Add Twitch Helsinki ingest
983
* obs-outputs: Fix FMS auth with query string
984
* UI: Add frontend API funcs for enabling/disable preview
985
* mac-capture: Update fix for Soundflower
986
* decklink: Add 2.1 & 4.1 surround layouts
987
* coreaudio-encoder: Surround sound improvements
988
* obs-libdk: Unlock bitrates for surround layouts
989
* UI: Add Multiview Layout Options
990
* UI: Add Single/Double click options to Multiview
991
* UI: Add help portal link to help menu
992
* libobs/media-io: Replace quad with 4.0
993
* libobs/media-io: Clean surround API
994
* UI: Rework volume-meters, adding more information
995
* obs-filters: Fix heavy distortion in Noise Suppression filter
996
* libobs: Fix scene filter duplication
997
* libobs: Fix bad source release placement
998
* obs-filters: Fix minor leaks with LUT filter
999
* UI: Fix possible source reference leakage
1000
* docs/sphinx: Fix vec3_set
1001
* libobs: Log which security software is in use
1002
* deps/scripting: Add python rpaths to the obs binary on OSX
1003
* docs/sphinx: Add scripting documentation
1004
* doc/sphinx: Add frontend API documentation
1005
* frontend-tools: Add scripting tool
1006
* deps/obs-scripting: Add scripting support
1007
* libobs: Add obs_property_set_modified_callback2
1008
* libobs: Add obs_properties_add_button2
1009
* libobs: Fix function to be static inline
1010
* libobs: Exclude certain declarations from SWIG processing
1011
* UI: Allow temporarily disabling filter/source types
1012
* UI: Do not show deprecated filters
1013
* UI: Add scene collection cleanup event to frontend API
1014
* UI/obs-frontend-api: Move function declarations
1015
* UI: Trigger scene change event on scene collection load
1016
* UI: Add refresh/reload button icons
1017
* UI: Call frontend callbacks in reverse order
1018
* UI: Add preload callbacks to frontend API
1019
* UI: Set ENABLE_UI and DISABLE_UI as root CMake variables
1020
* libobs: Prevent access to OBS context during shutdown
1021
* libobs: Store string copies in properties
1022
* libobs: Add ability to disable source types
1023
* libobs/callback: Add global callback to signal handler
1024
* libobs/callback: Add signal_handler_remove_current func
1025
* libobs/util: Add THREAD_LOCAL macro
1026
* libobs: Add video tick callback functions
1027
* cmake: Add helper module for finding Lua
1028
* cmake: Add Lua/Luajit as part of MSVC dependencies
1029
* libobs/util: Ignore PRINTFATTR if using SWIG preprocessor
1030
* libobs/util: Optimize strlist_* functions
1031
* libobs: Add obs_source_info::get_properties2
1032
* libobs: Add obs_source_info::get_defaults2
1033
* linux-v4l2: Add 4k and 21:9 resolutions
1034
* libobs: Add obs_render_main_texture
1035
* libobs: Fix incomplete struct in scaler call
1036
* UI: Fix minor Rachni theme bugs
1037
* obs-ffmpeg: Fix ffmpeg output recording in x264
1038
* libobs: Make get_reg_dword handle missing keys
1039
* Fix typo in README
1040
* Move documentation to links in CONTRIBUTING file
1041
* Add documentation links
1042
* win-capture: Fix memory capture crash on new capture
1043
* enc-amf: Version 2.3.1
1044
* win-capture: Rename structs to avoid SDK conflict
1045
* rtmp-services: Add Twitch Salt Lake City ingest
1046
* ui: Fix unsaved changes dialog showing twice
1047
* Fix a number of GCC warnings
1048
* Fix a number of MSVC warnings
1049
* obs-ffmpeg: Use correct function with older FFmpeg vers.
1050
* libobs/media-io: Add ifdef for newer FFmpeg functions
1051
* Fix a number of MSVC warnings
1052
* obs-vst: Fix a few warnings (update submodule)
1053
* cmake: Correct CMake checks for LINUX
1054
* Revert "CI: Linux - Install FFmpeg from source"
1055
* git: Add Clion to .gitignore
1056
* cmake: Do not require X11 on OSX
1057
* CI: Fix Mac builds on Travis CI's Xcode 8.3 image
1058
* UI: Duplicate when double-click switching is used
1059
* UI: Move multiview options to view menu
1060
* UI: Fix draw issues with multiview projector
1061
* obs-filters: Add sidechain source option to compressor
1062
* libobs/util: Add funcs to push zeroed data to circlebufs
1063
* decklink: Rename 5.1 and 7.1 multi-channel formats
1064
* rtmp-services: Remove Coderwall / Fix Livestream service name
1065
* deps/media-playback: Fix compilation with older FFmpeg versions
1066
* obs-ffmpeg: Improve NVENC detection
1067
* rtmp-services: Add Mobcrush to services list
1068
* CI: Fix macOS builds on Travis CI's Xcode 8.3 image
1069
* UI: Add Multiview projector
1070
* libobs/graphics: Add gs_effect_set_color
1071
* CI: Fix Mac builds on Travis CI's Xcode 8.3 image
1072
* UI: Fix issue where studio preview scene would stick
1073
* UI: Fix scene override when switching off studio mode
1074
* UI: Don't override transition if quick transition
1075
* UI: Fix preview/program projectors being swapped
1076
* UI: Implement per-scene transition overriding
1077
* libobs: Duplicate private scene/source settings
1078
* UI: Fix studio program projectors
1079
* CI: fix curl download if file doesn't exist
1080
* win-dshow: Improve automatic Elgato audio device selection
1081
* UI: Add Studio Mode layout option for portrait mode displays
1082
* UI: Fix bug with studio mode double-click switching
1083
* libobs: Fix height return value condition
1084
* docs/sphinx: Add sphinx documentation
1085
* libobs: Add vertex/index buffer "direct" flush functions
1086
* libobs: Add option to duplicate vertex/index buffer data
1087
* libobs-opengl: Make update_buffer data param const
1088
* UI: Add Studio Preview Projector
1089
* UI: Add transition on double-click studio mode option
1090
* linux-capture: Log window capture's target
1091
* mac-capture: Log window capture's target
1092
* win-capture: Log window capture's target
1093
* libobs: Add surround sound audio support
1094
* cmake: Add CMake option to disable building plugins
1095
* UI: Fix a memory leak when renaming mixer sources
1096
* rtmp-services: Add MyLive streaming platform
1097
* CI: Update curl version used by appveyor
1098
* rtmp-services: Add Lahzenegar.com streaming platform
1099
* libobs-d3d11: Fix gs_enable_color
1100
* UI: Add ability to rename audio sources from the mixer
1101
* win-wasapi: Fix timestamp calculation
1102
* obs-ffmpeg: Log bad muxer settings with FFmpeg output
1103
* obs-ffmpeg: Use muxer settings with AVIOContext
1104
* obs-vst: Update to latest plugin version
1105
* UI: Make streaming/recording buttons checkable
1106
* UI: Handle update_properties signal in OBSBasicFilters window
1107
* libobs: Copy enabled state when duplicating filters
1108
* UI: Allow keyboard events on X11 fullscreen projector
1109
* rtmp-services: Add Eventials streaming platform
1110
* rtmp-services: Add us-west1 Picarto ingress
1111
* UI: Add Frontend API function to save replay buffer
1112
* UI: Disable source copy if no sources are selected
1113
* linux-alsa: Display the "Custom" entry once only
1114
1115
-------------------------------------------------------------------
1116
Fri Nov 17 22:46:45 UTC 2017 - jimmy@boombatower.com
1117
1118
- Update to version 20.1.3:
1119
* libobs: Update to version 20.1.3
1120
* libobs: Fix FFmpeg constants
1121
* libobs: Update to version 20.1.2
1122
* libobs-d3d11: Allow rebuild even if output duplicator fails
1123
* graphics-hook: blacklist OpenGL capture for "cm_client.exe"
1124
* UI: Fix custom ffmpeg output file / URL entry
1125
* linux-pulseaudio: Get correct default device
1126
* libobs: Rename obs_video_thread to obs_graphics_thread
1127
* libobs: Use new ffmpeg constants
1128
* obs-ffmpeg: Use new ffmpeg constants
1129
* deps/media-playback: Use new ffmpeg constants
1130
* UI: Log when output timer events stop outputs
1131
1132
-------------------------------------------------------------------
1133
Thu Oct 26 05:22:23 UTC 2017 - jimmy@boombatower.com
1134
1135
- Update to version 20.1.1:
1136
* libobs: Add wrapper function to query Windows registry
1137
* libobs: Log Windows 10 Gaming Features
1138
* CI: Update Travis script to target OSX 10.10+
1139
* enc-amf: Version 2.2.4
1140
* libobs: Update to version 20.1.1
1141
* rtmp-services: Add Picarto eu-west1 ingress server
1142
* rtmp-services: Add stream.me streaming platform
1143
1144
-------------------------------------------------------------------
1145
Wed Oct 18 13:59:23 UTC 2017 - jimmy@boombatower.com
1146
1147
- Update to version 20.1.0:
1148
* libobs/util: Fix *nix CPU core counts
1149
* libobs: Log *nix system info more like Windows/Mac
1150
* libobs: Fix XCB keyboard mapping size calculation
1151
* linux-capture: Watch for VisibilityNotify events
1152
* libobs: Fix a potential divide by zero crash
1153
* UI: Allow volume peak to be customized via .qss
1154
* UI: Fix parent window geometry loading
1155
* Build with CEF 3112 on OSX
1156
* obs-browser: version 1.30.1
1157
* rtmp-services: Update ingest list for Restream.io
1158
* obs-outputs: Enable FTL logging and reduce verbosity
1159
* obs-outputs: Fix invalid stream key error
1160
* rtmp-services: Add new twitch ingest servers
1161
* obs-outputs: Improve new netcode if encoder reports 0 bitrate
1162
* rtmp-services: Fixing misspell in a country name
1163
* vlc-source: Add media control hotkeys
1164
* rtmp-services: Update ingest list for Restream.io
1165
* rtmp-services: Add looch.tv streaming platform
1166
* libobs/util: Add memory usage functions
1167
* UI: Add memory usage to Stats window on linux/mac
1168
* libobs: Add Pulseaudio audio monitoring support
1169
* UI: Enable audio monitoring on linux if pulse available
1170
* linux-pulseaudio: Use actual sink device names
1171
* libobs: Fix texture_ready feedback for CPU conversion path
1172
* libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
1173
* libobs: Add private settings to scene items/sources
1174
* UI: Allow right-clicking mixer sources to bring up menu
1175
* UI: Allow hiding/unhiding sources in the mixer
1176
* UI: Add missing option to context menu
1177
* UI: Use Qt standard buttons in source properties
1178
* obs-ffmpeg: Don't mark to destroy media unless valid
1179
* libobs: Fix ImageMagick header path
1180
* libobs: Stop configure if ImageMagick is preferred, but not found
1181
* libobs: Adjust grammar of an error message
1182
* UI: Enable Replay Buffer in Advanced Mode
1183
* obs-transitions: Add audio monitoring to stinger
1184
* obs-transition: Add crossfade option to stinger
1185
* obs-transitions: Fix integer conversion warning
1186
* UI: Lock graphics context when adding new sources
1187
* obs-ffmpeg: Fix potential seek issues with media source
1188
* libobs: Restore Windows Vista compatibility
1189
* UI/updater: Use TLS 1.2 with WinHTTP
1190
* libobs: Fix paired audio encoder discarding one segment
1191
* libobs: Fix starting video packet offset in outputs
1192
* libobs: Move macro to internal C file
1193
* obs-outputs: Fix FLV muxing bug
1194
* libobs: When interleaving packets, make video come first
1195
* obs-outputs: Fix up the internal FLV output
1196
* libobs: Set video timing_adjust to obs video time
1197
* win-capture: Remove buffering from window capture
1198
* win-wasapi: Subtract frame duration from timestamp
1199
* test: Add sync tests
1200
* libobs/media-io: Fix decompress_420 function
1201
* vlc-video: Set properties to defer update mode
1202
* graphics-hook: Blacklist specific game from GL capture
1203
* libobs: Initialize randomization seed in video thread
1204
* vlc-video: Fix shuffle not being quite that random
1205
* win-dshow: Fix video playback when default format is MJPEG
1206
* file-updater: fix crash due to network timeout
1207
* UI: Log generic stream startup failures
1208
* libobs: Disable pulseaudio dependency lookup on mac
1209
* libobs-opengl: Disable v-sync on mac
1210
* UI: Add ini option to use different graphics adapters
1211
* libobs/util: Fix Windows 10 revision detection
1212
* rtmp-services: Only update Twitch ingests when necessary
1213
* libobs: Add async video/audio decoupling functions
1214
* decklink: Use unbuffered by default, and decouple
1215
* obs-outputs: Signal stop if stop called when not active
1216
* UI: Log when starting / stopping via hotkey or timer
1217
* UI: Add missing text for replay buffer hotkey log
1218
* obs-outputs: Only set stop events if still active
1219
* UI: Disallow pasting duplicates of sources with DO_NOT_DUPLICATE
1220
* rtmp-services: Don't show "service not found" if name empty
1221
* UI: Fix Pulse Audio not loading saved device
1222
* libobs: Update version to 20.1.0
1223
* Update translations from Crowdin
1224
1225
-------------------------------------------------------------------
1226
Wed Oct 18 13:57:16 UTC 2017 - jimmy@boombatower.com
1227
1228
- Revert dropping of _service for URL in spec by non-maintainer.
1229
1230
-------------------------------------------------------------------
1231
Sun Oct 8 14:08:31 UTC 2017 - hillwood@opensuse.org
1232
1233
- Use %suse_update_desktop_file.
1234
- Fix wrong Group tag.
1235
- Update %post and %postun.
1236
- Use URL in Source tag.
1237
- Remove %clean tag, it's not necessary now.
1238
1239
-------------------------------------------------------------------
1240
Fri Aug 11 18:43:29 UTC 2017 - jimmy@boombatower.com
1241
1242
- Update to version 20.0.1:
1243
* UI: Add Studio Mode features in the Frontend API
1244
* CI: Download deps if they are outdated
1245
* plugins: Clear warnings about -Wincompatible-pointer-types
1246
* UI: Add new theme, update theme capabilities
1247
* .editorconfig: Add file to speed up editor configuration
1248
* libobs: Fix an int underflow in log_frame_info
1249
* rtmp-services: Add Chaturbate Streaming Service
1250
* libobs-d3d11: Fix potential issue rebuilding shared texture
1251
* UI: Fix potential crash with unsupported video cards
1252
* vlc-video: Add network caching property
1253
* libobs-d3d11: Better error message for missing D3DCompiler
1254
* rtmp-services: Rename beam.pro to Mixer.com
1255
* vlc-video: Fix integer conversion warning
1256
* deps/jansson: Update jansson to version 2.9
1257
* UI: Add fullscreen projector to systray menu
1258
* UI: Add fullscreen UI option to view menu
1259
* libobs: Fix bug where obs_data default might not be set
1260
* UI: Add "Defaults" button to filters/properties windows
1261
* obs-text: Fix file reader occasionally not updating
1262
* text-freetype2: Fix file reader occasionally not updating
1263
* cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
1264
* UI, libobs: Add ability to lock individual scene items
1265
* UI, libobs: Add Japanese shortcut keys for Windows
1266
* rtmp-services: Update servers for Vaughn Live/Breakers.tv
1267
* libobs/util: Make minor optimization to circlebuf pops
1268
* libobs: Add <> or \| on RT 102-key as hotkey
1269
* libobs/plugins/UI: Suppress unused variables warnings
1270
* UI: Make sure "Defaults" buttons aren't default buttons
1271
* UI: Make lock/unlock icons slightly smaller
1272
* UI: Fix lock/visibility sub-widget sizes on OSX
1273
* obs-qsv11: change re-enter locker implementation
1274
* decklink: Add feature to detect resolution/format
1275
* UI: Add ability to drop html files
1276
* UI: Allow zoom with the scroll wheel
1277
* win-capture: Log when game capture compatibilty mode is set
1278
* UI: Remove unused function from volume control
1279
* libobs: Add obs_volmeter_get_cur_db function
1280
* UI: Change meter color to red when audio is clipping
1281
* UI: Add backwards compatible theme fallback
1282
* rtmp-services: Add LiveEdu (accidentally removed)
1283
* UI: Ensure theme backward compat. with older OBS vers.
1284
* obs-filters: Optimize and fix alpha in color grade filter
1285
* UI: update installer script to latest version
1286
* rtmp-services: Update twitch.tv ingests
1287
* UI: Add missing separator in mediaExtensions initializer
1288
* libobs: Add API to specify codec support on encoded outputs
1289
* libobs: Add ability for service to specify its output type
1290
* obs-qsv11, obs-x264: Allow bframe count overriding
1291
* rtmp-services: Add ability to specify different outputs
1292
* rtmp-services: Allow services to override bframe count
1293
* UI: Allow services to use different outputs
1294
* UI: Allow outputs to use different audio codecs
1295
* obs-outputs: Fix a few issues with CMakeLists.txt
1296
* rmtp-services: Don't display warning for invalid file ver.
1297
* rtmp-services: Fix incorrect RTMP output ID
1298
* rtmp-services: Update Twitch ingests
1299
* libobs: Do not save hotkeys for private sources
1300
* libobs: Add transition callbacks for starting/stopping
1301
* libobs: Add function to get current transition time
1302
* libobs: Add ability for transitions to render sources directly
1303
* obs-ffmpeg: Add proc handler function to get media duration
1304
* obs-transitions: Add stinger transition
1305
* rtmp-services: Add Twitter / Periscope as a service
1306
* UI: Fix problem with exporting scene collections/profiles
1307
* UI: Add --multi flag to suppress multi-instance warning
1308
* libobs: Add post-load module callback
1309
* libobs: Ensure scene items don't have pre-multiplied alpha
1310
* libobs: Fix item copying during scene duplication
1311
* rtmp-services: Update Picarto maximum audio bitrate
1312
* UI: Fix potential crash when outputs change
1313
* UI: Add "Below Normal" priority option
1314
* UI: Add modular UI
1315
* UI: Fix build issue with older linux Qt5 packages
1316
* UI: Fix settings window minimum width/height
1317
* libobs: Add API function to get version string
1318
* deps/file-updater: Add func to get single remote file
1319
* obs-ffmpeg: Rename obs-ffmpeg-aac.c file
1320
* obs-ffmpeg: Make FFmpeg audio encoder abstractable
1321
* obs-ffmpeg: Ensure sample rate is supported in audio encoder
1322
* obs-ffmpeg: Add Opus audio encoder
1323
* obs-outputs: Add FTL output
1324
* rtmp-services: Add Mixer FTL service
1325
* UI: Update Mixer (formerly Beam) in auto configuration
1326
* UI: Remove trailing whitespace
1327
* UI: Return false if audio encoder creation fails
1328
* rtmp-services: Fix ingest update request user agent
1329
* rtmp-services: Add Twitch ingest update API
1330
* rtmp-services: Add "Auto" server option for Twitch
1331
* UI: Add support for Twitch "Auto" server in auto-config
1332
* UI: Fix incorrect properties set for Hardware (AMD)
1333
* rtmp-services: Remove Twtich "Auto" if API down and not cached
1334
* Revert "UI: Add support for Twitch "Auto" server in auto-config"
1335
* Revert "libobs: Fix an int underflow in log_frame_info"
1336
* libobs: Log output frame count instead of encoded count
1337
* UI: Test first 3 closest Twitch ingests in auto-config
1338
* UI: Fix Delete key not working on scenes/sources
1339
* deps/media-playback: Add concat playback support
1340
* UI: Update Hitbox to Smashcast in autoconfig wizard
1341
* enc-amf: Update to 2.2.1
1342
* libobs: Add ability to transition to NULL source
1343
* image-source: Add 'loop' and 'hide on stop' to slideshow
1344
* image-source: Add activate/deactivate behavior to slideshow
1345
* image-source: Add "manual (hotkey)" mode to image slideshow
1346
* UI: Move adv. audio props. to each audio config button
1347
* obs-x264: Remove VFR mode as an advanced option
1348
* vlc-video: Don't allow VLC sources to be cloned
1349
* rtmp-services: Update Switchboard ingests
1350
* UI: Fix stats window geometry saving on shutdown
1351
* UI: Show error if empty recording path specified
1352
* libobs: Export obs_output_get_last_error
1353
* obs-ffmpeg: Improved output error handling
1354
* UI: Report more detailed output errors if available
1355
* UI: Show error if empty recording path specified
1356
* obs-ffmpeg: Add proc handler for getting number of frames in video
1357
* obs-transitions: Add frame transition point option to stinger
1358
* obs-transitions: Fix stinger transition locale
1359
* obs-outputs: Change loglevel of ftl status thread to debug
1360
* enc-amf: Update to 2.2.2
1361
* UI/updater: Restart progress bar when installing updates
1362
* UI/updater: Improved handling of failure conditions
1363
* libobs: Update version to 20.0.0
1364
* rtmp-services: Initialize mutex/dynamic array
1365
* rtmp-services: Require cmake var to enable ingest updates
1366
* obs-transitions: Rename stinger ID to prevent conflict
1367
* Update translations from Crowdin
1368
* rtmp-services: Always check service updates on non-windows
1369
* image-source: Fix potential crash with slideshow
1370
* UI: Fix conditions for redraw the stats labels
1371
* libobs: Update version to 20.0.1
1372
* libobs: Add default hotkey id to duplicated item
1373
* UI: Fix Stats not showing stream data until start
1374
1375
-------------------------------------------------------------------
1376
Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
1377
1378
- Update to version 19.0.3:
1379
* rtmp-services: Update Twitch ingests
1380
* librtmp: Fix build error with ENODATA on FreeBSD
1381
* rtmp-services: Rename Beam to Mixer
1382
* UI/installer: Specify "source" in plugins section
1383
* UI/installer: Fix broken realsense plugin install locations
1384
* UI/installer: Update installer VC redist download link
1385
* win-wasapi: Fix potential null pointer deref in enumeration
1386
* UI: Look for plugins in ~/Library/Application Support/obs-studio/plugins/
1387
* libobs/plugins/UI: Suppress -Wimplicit-fallthrough introduced by GCC 7
1388
* win-capture: Limit OpenProcess flags to prevent A/C issues
1389
* deps/media-playback: Output av_read_frame error string
1390
* deps/media-playback: Start decoding regardless of keyframe
1391
* obs-ffmpeg: Add network buffering property
1392
* deps/media-playback: Call stop callback on failure
1393
* deps/media-playback: Fix lockup issues
1394
* Revert "rtmp-services: Rename Beam to Mixer"
1395
* rtmp-services: Add new twitch.tv ingests
1396
* UI/updater: Fix incorrect path in portable mode
1397
* deps/media-playback: Add timeout when waiting for frames
1398
* deps/media-playback: Fix AV_NOPTS_VALUE being used as timestamp
1399
* deps/media-playback: Fix playback reset fail after stop
1400
* obs-ffmpeg: Don't preload media frames if set to pause on end
1401
* win-capture/graphics-hook: Fix D3D10/D3D11 detection
1402
* UI: Ignore first 2.5 seconds of bandwidth test
1403
* UI: Initialize Stats window values after OBSInit/reset
1404
* win-capture: Add IDXGISwapChain1::Present1 hook support
1405
* win-capture: Use PROCESS_QUERY_INFORMATION for game capture
1406
* obs-ffmpeg: Do not precache if set to close when inactive
1407
* UI: Use QT_TO_UTF8 with name dialog
1408
* libobs-d3d11: Fix shader const array size miscalculation
1409
* UI: Preserve source if audio settings device changed
1410
* libobs: Update version to 19.0.3
1411
* UI: Set error mode to SEM_FAILCRITICALERRORS
1412
* ffmpeg-mux: Set error mode to SEM_FAILCRITICALERRORS
1413
* get-graphics-offsets: Set error mode to SEM_FAILCRITICALERRORS
1414
* inject-helper: Set error mode to SEM_FAILCRITICALERRORS
1415
* enc-amf: Version 2.1.6
1416
* obs-ffmpeg: Remove "Buffering (MS)" property
1417
1418
-------------------------------------------------------------------
1419
Wed Jun 14 22:47:57 UTC 2017 - jimmy@boombatower.com
1420
1421
- Update to version 19.0.2:
1422
* UI: Fix drag & drop bug
1423
* frontend-tools: Add automatic scene switcher for Linux
1424
* UI: Add option to disable audio ducking on windows
1425
* rtmp-services: Update ingests
1426
* libobs/util: Add Get function to BPtr<>
1427
* UI, obs-qsv11: Fix build in VisualStudio 2017
1428
* UI: Fix warning in VisualStudio 2017
1429
* obs-qsv11: Fix SEI crash caused by dangling pointer
1430
* UI: Add ability to output to window
1431
* UI: Always alternatively open backup scene json file
1432
* libobs: Don't call unlink unnecessarily
1433
* libobs/util: Add os_safe_replace function
1434
* libobs/util: Use os_safe_replace in safe file writes
1435
* libobs/util: Flush text files when writing
1436
* libobs/util: Use MoveFileEx with MOVEFILE_REPLACE_EXISTING
1437
* vlc-video: Add ability to shuffle playlist in VLC source
1438
* Various: Optimize bundled PNG files
1439
* text-freetype2: Make font lookup recursive on mac
1440
* libobs: Use tex.Load for reverse NV12/I420 funcs
1441
* UI: Fix settings dialog crashing on linux
1442
* libobs: Fix tex.Load lookup (needs int3, not int2)
1443
* libobs: Add random shader
1444
* libobs: Fix skipped frames reporting
1445
* libobs: Add functions to get logical/physical cores
1446
* libobs: Pass exact data when calling obs_get_video_info
1447
* libobs: Add function to allow custom output drawing
1448
* libobs: Add function to allow getting output connect time
1449
* libobs: Don't allow lagged frames to be counted as skipped
1450
* obs-outputs: Add null output
1451
* obs-outputs: Add connect time callback for rtmp output
1452
* obs-outputs: Fix frame dropping when using ultrafast
1453
* UI: Add function to enable/disable outputs
1454
* UI: Don't subject base/output resolutions defaults
1455
* UI: Limit default canvas res to 1920x1080 or below
1456
* UI: Add 1920x1080/1280x720 to the settings base res list
1457
* UI: Remove colon from a few locale items
1458
* UI: Add auto-configuration wizard
1459
* CI: OSX - Use wget instead of curl
1460
* libobs: Fix os_safe_replace not working linux
1461
* UI: Show invalid Bind to IP entries in the settings
1462
* decklink: Fix compiler warning about ignored const
1463
* decklink: Add option to disable the plugin
1464
* decklink: Remove unused variables to fix warning
1465
* win-capture: Hide cursor when in background (game capture)
1466
* Various: Don't use boolean bitfields
1467
* win-capture: Hide cursor when in background (window capture)
1468
* rtmp-services: Rename hitbox.tv to Smashcast
1469
* obs-ffmpeg: Add signal/proc to restart media playback
1470
* CI: exclude .gitignore
1471
* CI: Use git fetch --unshallow for OSX
1472
* libobs/util: Add function to get free disk space
1473
* libobs-opengl: Fix potential crash w/ viewports
1474
* libobs: Add function to get average render time
1475
* libobs: Add functions to get total/lagged frames
1476
* libobs: Add obs_output_reconnecting func
1477
* obs-ffmpeg: Implement get_total_bytes in recording outputs
1478
* UI: Add function to get current memory usage (win32)
1479
* UI: Add themeID values for colors to style sheets
1480
* UI: Add stats dialog
1481
* UI: Fix a few locale items, and add a few missing ones
1482
* UI: Make Qt use locale text for QWizard buttons
1483
* UI: Add helper class to translate message box buttons
1484
* UI: Make sure all message box buttons are translated
1485
* UI: Fix locale text for "OK" in question dialogs
1486
* UI: Bring stats to front if it already exists
1487
* UI: Add option to show stats on startup to general
1488
* UI: Save/remember stats window geometry
1489
* Revert "libobs: Allow source to fully control source flags (for now)"
1490
* libobs: Don't use source flags for async buffering
1491
* UI: Don't use "quit on last window closed"
1492
* UI: Fix bug where Pre19Defaults would always be set
1493
* UI: Don't count debug log messages in repeat detection
1494
* UI: Warn user if multiple instances of the UI are open
1495
* enc-amf: Version 2.1.3
1496
* image-source: Allow custom bounding source size/aspect
1497
* UI: Update quick transitions on transition add/removal
1498
* libobs: Add scene item IDs
1499
* win-dshow: Update libdshowcapture to 0.5.12
1500
* UI: Add support for showing output error messages
1501
* libobs: Add support for output error messages
1502
* obs-outputs: Add output error messages for RTMP
1503
* UI: Fix misleading log message when updating settings
1504
* UI: Change output blocking bool to integer ref counter
1505
* UI: Prevent user from starting ouputs while in settings
1506
* UI: Move Stats to the view menu
1507
* UI: Make Stats a regular window rather than dialog
1508
* UI: Check to see if outputs valid when updating stats
1509
* deps/media-playback: Remove unnecessary logging
1510
* UI: Fix creation of log files with non-english paths
1511
* libobs-d3d11: Only load vertex buffer before drawing
1512
* deps/media-playback: Include SSE flags
1513
* deps/media-playback: Do not seek network streams
1514
* deps/media-playback: Init avformat in thread
1515
* obs-ffmpeg: Only preload frames for local files
1516
* obs-ffmpeg: Always close network sources when inactive
1517
* libobs: Update to version 19.0.0
1518
* libobs: Make obs_source_default_render exported
1519
* obs-filters: Add Render Delay filter
1520
* UI: Sort filter names when adding filters
1521
* deps/media-playback: Discard packet returns of invalid sizes
1522
* deps/media-playback: Use new FFmpeg decode funcs when possible
1523
* deps/media-playback: Always check for new frame first
1524
* UI: Fix cases where wizard bitrate is not capped
1525
* UI: Remove advanced settings from final wizard results
1526
* UI: Actually update service for wiz. bitrate limits
1527
* UI: Fix enumeration of scene collections on first run
1528
* obs-ffmpeg: Disable media source HW accel. for now
1529
* libobs: Do not allow incompatible filters on sources
1530
* rtmp-services: Preserve settings if service renamed
1531
* obs-filters: Increase allowable render delay to 500ms
1532
* enc-amf: Version 2.1.4
1533
* VST: bump vst submodule ref
1534
* Update translations from Crowdin
1535
* UI: Change default autoconfig test bitrate
1536
* AUTHORS: Update with data from Git and Crowdin
1537
* deps/media-playback: Fix bug where inverted media would crash
1538
* UI: Remove whitespace from end of autconfig stream key
1539
* libobs/util: Also remove CR/LF from dstr_depad
1540
* UI: Fix bug where auto-config settings wouldn't apply
1541
* Fix German locale inconsistencies
1542
* libobs: Always call stop callback
1543
* UI: Unlock mutex before trying to stop output
1544
* libobs: Fix bug where outputs would not set stopped event
1545
* libobs: Update version to 19.0.1
1546
* enc-amf: Version 2.1.5
1547
* UI: Fix creation of crash log with non-english paths
1548
* libobs-d3d11: Fix bug where vertex buffers would be reset
1549
* UI: Fix autoconfig capping bitrate with "custom server"
1550
* libobs: Update to version 19.0.2
1551
* Revert "obs-ffmpeg/nvenc: Remove "default" preset"
1552
* UI: Fix tooltip for "prefer hardware encoding"
1553
1554
-------------------------------------------------------------------
1555
Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
1556
1557
- Update to version 18.0.2:
1558
* UI/updater: Fix temp files being created and not deleted
1559
* UI/updater: Fix potential fail case when no files to patch
1560
* UI/updater: Fixed a bug with deflating
1561
* UI/updater: Ignore 64bit files on 32bit windows
1562
* CI: Use ccache to speed up the build
1563
* CI: OSX - Fix obs.png
1564
* UI/updater: Fix incorrect inflate use
1565
* CI: Linux - Install libfdk-aac-dev
1566
* image-source: Move file modification check before animation processing
1567
* UI: Add workaround to fix deleting final scene bug
1568
* rtmp-services: Update ingest list for Restream.io
1569
* rtmp-services: Update maximum bitrate for Twitch
1570
* UI: Fix segfault when no system tray exists
1571
* CI: Linux - Install FFmpeg from source
1572
* obs-ffmpeg/nvenc: Remove "default" preset
1573
* libobs: Add obs_source_copy_filters function
1574
* UI: Add copying/pasting of sources/filters
1575
* UI: Disable filter pasting when scene collection changed
1576
* UI: Fix bug where items can't be deleted in last scene
1577
* libobs: Remove unimplemented exports
1578
* rtmp-services: Add Livestream service
1579
* win-dshow: Fix issue with activating when not set to
1580
* rtmp-services: Update Picarto maximum bitrates
1581
* libobs: Delay stop detection of audio source
1582
* libobs: Allow source to fully control source flags (for now)
1583
* libobs: Add ability to preload async frames
1584
* libobs: Remove multiple calls to free_type_data
1585
* deps: Add media-playback static lib
1586
* obs-ffmpeg: Change from libff to media-playback
1587
* deps/libff: Remove network init
1588
* UI: Remove libff as a dependency
1589
* deps/libff: Don't build libff (deprecated)
1590
* obs-ffmpeg: Remove unnecessary open call
1591
* obs-ffmpeg: Always open on update unless set otherwise
1592
* obs-ffmpeg: Fix bug on non-MSVC compilers
1593
* UI: Fix property widgets not being disabled
1594
* mac-avcapture: Ability to directly add iOS devices over USB
1595
* audio-monitoring: Add ability to monitor Outputs
1596
* decklink: Add option to select channel format
1597
* decklink: Add workaround for audio timestamp jump issue
1598
* Improve README/CONTRIBUTING files
1599
* win-dshow: Fix reallocation issue in ffmpeg-decode
1600
* UI: Add window name to remux dialog
1601
* UI: Hide OpenGL and D3D adapter on Windows
1602
* UI: Continue to show OpenGL if already in use
1603
* UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
1604
* CI: Use webhooks for notifications
1605
* CI: Fix notification frequency
1606
* libobs-opengl: Log OpenGL version on all systems
1607
* Fix various typos across multiple modules
1608
* Update Linux kernel coding style URL in CONTRIBUTING
1609
* UI: Ctrl+E to Edit Transform
1610
* UI: Remove unused defines from old updater code
1611
* win-capture: Log if shared texture capture is unavailable
1612
* win-capture: Update get-graphics-offsets
1613
* win-capture: Add missing 32 bit offsets
1614
* win-capture: Fix and clarify window capture prioritization
1615
* UI: Add front-end API functions to get/modify service
1616
* UI: Display filename when dragging & dropping
1617
* obs-outputs: Always call RTMP_Init before connecting
1618
* UI: Make sure all dialogs have close buttons
1619
* UI: Add command line option for starting up always on top
1620
* frontend-tools: Rename some files
1621
* frontend-plugins: Abstract captions
1622
* enc-amf: Update to v2.1.0(.0)
1623
* win-ivcam: Fix potential null pointer dereference
1624
* libobs: Update to 18.0.2 (windows hotfix)
1625
* UI/updater: Add opt to disable building update module
1626
1627
-------------------------------------------------------------------
1628
Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
1629
1630
- Update to version 18.0.1:
1631
* CI: Fix true / false on stable builds
1632
* CI: Add boolean arg parser to OSX
1633
* CI: Deploy on tags and master branch
1634
* CI: OSX - Deploy on all branches in the master repo.
1635
* CI: OSX - Include branch in pkg
1636
* enc-amf: Update to 1.4.3.11
1637
* UI: Use correct string for systemTrayEnabled
1638
* CI: OSX - Update to CEF 2987
1639
* CI: Use correct folder for building browser
1640
* CI: OSX - Use bash variable for CEF version
1641
* UI: Don't exit on unknown command line arguments
1642
* CI: OSX - export cef version so we can use it elsewhere
1643
* CI: Fix cef version variable
1644
* obs-outputs: Fix 100% CPU usage with new network code
1645
* CI: OSX - Move CEF version to .travis
1646
* VST: Fix save / load of plugin state. More interface options.
1647
* UI: Fix audio monitoring dev. not being set on startup
1648
* UI: Log audio monitoring dev. on start and when changed
1649
* UI: Add logging of audio monitoring to sources
1650
* VST: Fix crash when OBS is set to mono
1651
* Revert "win-dshow: Add LGP timestamp fix"
1652
* win-dshow: Actually fix LGP issue
1653
* obs-outputs: Various fixes to new network code
1654
* Update translations from Crowdin
1655
* AUTHORS: Update with data from Git and Crowdin
1656
* libobs: Apply sync offset to win32 audio monitoring
1657
* UI: Disable network settings while outputs active
1658
* Update translations from Crowdin
1659
* AUTHORS: Update with data from Git and Crowdin
1660
* CI: OSX - Brew install speexdsp
1661
* CI: OSX - enable sparkle
1662
* deps/blake2: Fix compiler warning
1663
* UI: Fix game capture check when about to update
1664
* deps: Add liblmza
1665
* libobs: Update to 18.0.1
1666
* updater: Add windows updater module
1667
* UI/updater: Wait for OBS to close before updating
1668
* obs-outputs: Improve shutdown behavior of new socket loop
1669
* UI/updater: Use better function for getting process names
1670
1671
-------------------------------------------------------------------
1672
Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
1673
1674
- Update to version 18.0.0:
1675
* UI: Add more command line options
1676
* obs-browser: Update submodule to latest version
1677
* Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
1678
* CI: Add in inital appveyor config
1679
* CI: Move browser source before building app
1680
* CI: Build VLC plugin for OSX on travis
1681
* rtmp-services: remove shut down services
1682
* CI: Build Windows version and upload artifacts
1683
* obs-browser: Update browser ref
1684
* CI: Update permissions on CEF app plist before packaging
1685
* cmake: Enable COPY_DEPENDENCIES by default on Windows
1686
* rtmp-services: Update Vaughn Live ingests
1687
* libobs: Log correct amount of memory on 32bit (windows)
1688
* UI: Convert to wide before outputting debug text (win)
1689
* UI: Protect debug text static string var with mutex
1690
* libobs: Add ability to get output congestion
1691
* obs-output: Add ability to get congestion to rtmp output
1692
* obs-outputs: Increase default drop threshold
1693
* UI: Add connection status square to status bar
1694
* UI: Add separate timers to status bar
1695
* UI: Add option to always minimize to tray
1696
* UI: Hide/show dialogs when minimizing to tray
1697
* UI: Do not quit program when last windows are projectors
1698
* UI: Add option to save projectors
1699
* UI: Add auto-start replay buf. opt. when stream starts
1700
* UI: Fix scaling in viewport when source flipped
1701
* UI: Fix linux display/resize bug with preview widget
1702
* rtmp-services: Add Restream.io Los Angeles server
1703
* libobs: Add optional ultrawide -> wide scaling techniques
1704
* obs-filters: Add option to undistort ultrawide -> wide
1705
* obs-filters: Add "Color Grading" filter
1706
* rtmp-services: Add new beam.pro ingests
1707
* CI: Add post install script to OBS installer to fix CEF permissions
1708
* rtmp-services: Add Web.TV streaming service
1709
* Add VST Plugin
1710
* obs-filters: Fix compiler warnings
1711
* UI: Remove unused variables
1712
* UI: Clarify "Always minimize to tray" option
1713
* obs-filters: Rename "Color Grade" filter to "LUT Filter"
1714
* obs-filters: Change "LUT Filter" to "Apply LUT"
1715
* CI: Fix VLC download
1716
* CI: Unzip VLC quietly
1717
* rtmp-services: Update twitch/hitbox ingest and youtube recommendations
1718
* CI: Fix OSX post-install script
1719
* UI: Fix locale text alignment
1720
* UI: Make advanced settings pane a bit more compact
1721
* libobs: Mark last video ts even when buffering off
1722
* libobs: Mark parameter as constant if not modifying
1723
* libobs: Use original audio structure for audio signal
1724
* libobs: Implement audio monitoring
1725
* win-wasapi: Mark audio outputs as unmonitorable
1726
* UI: Add audio monitoring to settings/adv audio props.
1727
* UI: Prevent thread stalls with fader/volume widgets
1728
* obs-transitions: Convert premultiplied alpha to straight
1729
* UI: Add 24 NTSC as a common FPS value
1730
* obs-ffmpeg: Do not use HW accel by default on mac
1731
* rtmp-services: Update twitch ingests
1732
* obs-ffmpeg: Fix compiler warnings
1733
* UI: Fix compiler warning
1734
* UI: Change volume meter update interval to 30fps
1735
* UI: Add warning if starting the output fails
1736
* obs-ffmpeg: Be more verbose when custom params fail
1737
* obs-ffmpeg: Fix custom audio codec parameters
1738
* CI: Retry failed downloads
1739
* UI: fix ffmpeg output file extension
1740
* UI: Clean up general pane of settings dialog
1741
* UI: Add function to get remote file
1742
* UI: Add front-end auto-updater
1743
* UI: Update installer to latest version
1744
* UI: Add latest installer fixes from R1CH
1745
* obs-ffmpeg: Add 'save' to replay buffer proc handler
1746
* win-capture: Fall back to GetWindow if FindWindowEx fails
1747
* libobs: Fix audio monitoring delaying perpetually
1748
* rtmp-services: Update max video bitrate for beam
1749
* libobs/util: Use a mutex with config files
1750
* win-capture: Blacklist chrome/firefox from game capture
1751
* win-dshow: Add LGP timestamp fix
1752
* UI: Trigger frontend api scene change after transition
1753
* Add AUTHORS file
1754
* mailmap: Disambiguate between a few authors
1755
* mailmap: Disambiguate between another author
1756
* rtmp-services: Add "Pandora TV Korea"
1757
* UI: Trigger scene list change event when scene removed
1758
* CI: Speedup msbuild by using all CPU cores
1759
* UI: Improve accessibility text on main window
1760
* CI: Download VLC repo instead of cloning from git
1761
* CI: Disable test discovery on AppVeyor
1762
* CI: Cache dependencies downloads on AppVeyor
1763
* CI: Disable deps download in AppVeyor and use cache
1764
* CI: Download deps if they aren't in build cache
1765
* UI: Use blake2b instead of SHA1 for updater
1766
* UI: Make installer execute 64bit on 64bit windows
1767
* obs-text: Fix issue drawing some chinese characters
1768
* obs-filters: Add audio compression filter
1769
* obs-outputs: Port windows socket loop from OBS Classic
1770
* librtmp: Clean up our extra RTMP fields on close
1771
* UI: Add options for new socket loop
1772
* UI: Make sure size-specific spacers are fixed
1773
* UI: Fix some settings layouts on non-windows systems
1774
* win-capture: Add hook exception for theHunter: COTW
1775
* obs-ffmpeg/ffmpeg-mux: Fix failing when no video
1776
* image-source: Add solid color source
1777
* image-source: Add missing locale
1778
* Fix various null pointer issues detected by Coverity
1779
* obs-ffmpeg: Allow saving with different video codecs
1780
* UI: Add support for other codecs
1781
* graphics-hook: Account for sizeof(wchar_t) in len
1782
* obs-qsv11: Fix various issues detected by Coverity
1783
* obs-ffmpeg: Make gop size configurable
1784
* UI: Add gop size option for custom ffmpeg output
1785
* libff: Add override for codec compatability check
1786
* UI: Add codec compatability checkbox to ffmpeg output
1787
* UI: Add warning about recording to mp4 format
1788
* CI: Fetch git tags on OSX build
1789
* CI: Exit on errors when building the OSX package
1790
* UI: Fix typo in general settings
1791
* enc-amf: Update to version 1.4.3.9
1792
* CI: Build on Linux
1793
* libobs: Update version to 18.0.0
1794
* libobs: Fix bug where scenes would not properly mix audio
1795
* UI: If scene/source names exist, start from 2
1796
* CI: Don't skip_join for Travis IRC notifications
1797
* obs-frontend-api: Use virtual destructor (fix memory leak)
1798
* libobs: Add missing mutex unlock in audio monitoring
1799
* CI: Get some codesigning and sparkle stuff in place
1800
* CI: Use combined cert for signing OSX
1801
* CI: Set keychain timeout & allow productsign
1802
* CI: Add some logging to the before deploy script on OSX
1803
* CI: Possibly fix OSX cert import issue
1804
* CI: OSX - Brew install jack
1805
* CI: Notify on failure and only for fixed builds
1806
* CI: Reformat Travis CI IRC notification
1807
* UI: Hide auto update option for linux
1808
* obs-filters: Change attack/release ms limit to 300 (from 100)
1809
* obs-filters: Increase max compressor release/attack values
1810
* Update translations from Crowdin
1811
* AUTHORS: Update with data from Git and Crowdin
1812
* UI: Update Simple Mode AMD Presets
1813
* enc-amf: Update to hotfix 1.4.3.10
1814
* CI: OSX Set builds to stable on tagged builds
1815
* CI: Update public OSX install key
1816
1817
-------------------------------------------------------------------
1818
Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
1819
1820
- Update to version 17.0.2:
1821
* libobs: Update to 17.0.2
1822
1823
-------------------------------------------------------------------
1824
Tue Jan 17 23:38:37 UTC 2017 - jimmy@boombatower.com
1825
1826
- Update to version 17.0.1:
1827
* deps/libff: Fix VP8/VP9/webm alpha support
1828
* rtmp-services: Increase video bitrate limit for YouTube
1829
* obs-outputs: fix build error on freebsd
1830
* Update translations from Crowdin
1831
* [CI] Use prebuilt deps so we can build on 10.9
1832
* CI: Build more features into FFMPEG deps
1833
* CI: Update browser plugin ref and build scripts.
1834
* CI: Fix zip permission issue on CEF plist files
1835
* obs-x264: ignore opencl param
1836
* enc-amf: Update to 1.4.3.8
1837
* CI: Ability to make packages on travis
1838
* CI: actually call packagesbuild from the right place 😑
1839
* cmake: Remove unnecessary find_package calls
1840
* libobs: Fix scale filtering bug when duplicating scenes
1841
* win-capture: Don't use FindWindow for game capture keepalive
1842
* CI: Install Packages and use the full version
1843
* Revert "win-capture: Use FindWindowEx to traverse window list"
1844
* obs-filters.c: Fix color correction filter OpenGL crash
1845
* obs-filters.c: Fix color correction filter saturation
1846
* Update translations from Crowdin
1847
* UI: Fix bug with uncopied profile import/export files
1848
* win-capture: Fix game capture size bug when rehooking
1849
* libobs: Add func to enum active and inactive child tree
1850
* libobs: Enumerate full tree when adding active child
1851
* libobs: Add callback for enumerating all scene children
1852
* obs-x264: Allow opencl through much longer alias
1853
* libobs: Update to version 17.0.1
1854
1855
-------------------------------------------------------------------
1856
Mon Dec 26 08:32:58 UTC 2016 - jimmy@boombatower.com
1857
1858
- Update to version 0.17.0:
1859
* rtmp-services: Update ingest list for Restream.io
1860
* Revert "CI: Build on OSX 10.10 on travis"
1861
* Remove python dep
1862
* win-capture: Use static runtimes for hooks/helpers
1863
* cmake: Fix OSX fixup_bundle.sh to copy non-system deps
1864
* cmake: Fix permissions with OSX fixup_bundle.sh
1865
* libobs-opengl: Add xcb message poll to empty out the queue
1866
* frontend-tools: Add options to start output timers every time
1867
* libobs-d3d11: Add optional macro to log shader disassembly
1868
* Revert "obs-transitions: Avoid branching in slide_transition.effect"
1869
* rtmp-services: remove shut down services
1870
* libff: Allow custom demuxer options
1871
* obs-outputs: Fix librtmp IP bind / resolve behavior
1872
* UI: Fix frontend-api event call for adding scenes
1873
* libobs/util: Add function to get circlebuf data offset
1874
* libobs/util: Add function to generate formatted filenames
1875
* libobs: Fix bug where outputs cannot initialize hotkeys
1876
* cmake: Add _CRT_SECURE_NO_WARNINGS to all projects
1877
* libobs: Fix deprecated macro
1878
* libobs/util: Do not ignore deprecation on windows
1879
* libobs: Use reference counting for encoder packets
1880
* obs-ffmpeg: Add replay buffer output
1881
* UI: Disable simple output rec. settings when active
1882
* UI: Add replay buffer options to simple output mode
1883
* UI: Clarify replay buf. hotkey error message
1884
* UI: Separate replay buffer from recording
1885
* UI: Add file prefix/suffix options for replay buffer
1886
* UI: Fix replay buffer compile issues on older compilers
1887
* win-capture: Only duplicate to get cur thread handle
1888
* win-capture: Always use minimal access rights within hook
1889
* win-capture: Do not require pipe/mutex within hook
1890
* win-capture: Fix getting proper UWP window handles
1891
* win-capture: Use window for keepalive check
1892
* win-capture: Create all named objects within hook
1893
* win-capture: Don't use "Local\" for game capture shared mem
1894
* win-capture: Remove redundant function
1895
* win-capture: Use wide strings for named objects
1896
* win-capture: Add ability to open UWP named kernel objects
1897
* win-capture: Open UWP named objects with helper functions
1898
* win-capture: Output hook debug messages if addresses missing
1899
* win-capture: Log plugin-side when capture successful/lost
1900
* win-capture: Don't hook suspended processes
1901
* win-capture: Wait a few frames for hook to load
1902
* win-capture: Fix "attempting to hook [executable]" message
1903
* win-capture: Add ApplicationFrameHost to game capture blacklist
1904
* win-capture: Don't hard fail if thread ID not found
1905
* win-capture: Fix cursor not painting with UWP windows
1906
* win-capture: Add debug messages when hooking
1907
* win-capture: Do not fall back to other windows for UWP windows
1908
* UI: Fix property name bug in frontend API
1909
* libobs: Fix possible reverse order mutex hard lock
1910
* UI: Remove deleteLater view from filter window layout
1911
* libobs: Convert Y800 to RGBX manually
1912
* UI: Use dedicated GPU on Hybrid AMD GPU systems
1913
* libobs: Fix format not being set for new source frames
1914
* libobs: Fix line size issue when copying Y800 data
1915
* obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder
1916
* libobs/graphics: Fix the 2D vector dot product func
1917
* UI: Make close button default in transform dialog
1918
* UI: Add ability to copy-paste scene item transforms
1919
* UI: Add import/export of scene collections & profiles
1920
* enc-amf: Update to 1.4.3.4 for AMD Driver 16.12.1
1921
* obs-filters: Improve "Color Correction" filter
1922
* image-source: Do not change blend state
1923
* obs-text: Do not reset blend state
1924
* libobs-d3d11: Don't crash if unable to rebuild shared texture
1925
* libobs: Increase maximum audio tracks to 6
1926
* UI: Increase maximum audio tracks to 6
1927
* UI: Update locale for 6 tracks
1928
* UI: Fix endif in installer
1929
* UI: Use 64bit desktop link by default in installer
1930
* UI: Clarify startup error messages related to video
1931
* obs-ffmpeg: Fix nvenc_h264 deprecated message
1932
* libobs: Fix bug drawing RGB/BGR async sources
1933
* libobs: Process all scene audio actions if no audio playing
1934
* UI: Fix buddy controls with new audio tracks
1935
* UI: Add default audio track bitrates
1936
* UI: Fix video initialization failure error message
1937
* UI: Fix settings window stacked widget index
1938
* win-capture: Capture all D3D12 backbuffers
1939
* win-capture: Use FindWindowEx to traverse window list
1940
* win-capture: Fix possible null pointer dereference
1941
* win-capture: Do not add certain windows to window lists
1942
* win-capture: Add a few new blacklisted game capture exes
1943
* obs-filters: Add "Color" option to color correction filter
1944
* obs-filters: Fix comment messages
1945
* obs-qsv11: Use d3d9 allocator on Win7
1946
* win-capture: Fix possible access of array beyond size
1947
* win-capture: Refactor DX12 backbuffer code
1948
* win-capture: If backbuffer count is 1, disable dxgi 1.4 use
1949
* win-capture: Release backbuffers immediately upon init
1950
* libobs/util: Fix C++ compilation issue
1951
* Add libcaption library
1952
* libobs: Add ability to insert captions into frames
1953
* frontend-tools: Move source helper functions to a header
1954
* frontend-tools: Add caption generation tool (windows)
1955
* Update translations from Crowdin
1956
* frontend-tools: Add ability to select caption language
1957
* frontend-tools: Detach caption thread if critical failure
1958
* frontend-tools: Reset stop event before starting captions
1959
* frontend-tools: Don't include colon in "Audio Source"
1960
* frontend-tools: Set buddied controls for captions dialog
1961
* libobs: Fix caption encoder packet reallocation
1962
* libobs: Create referenced parsed AVC encoder packet
1963
* obs-outputs: Free encoder packet data manually
1964
* libobs: Fix bug in AVC encoder packet allocation
1965
* UI: Fix Export QFileDialog parent
1966
* libobs: Eliminate an unnecessary allocation with captions
1967
* frontend-tools: Fix output-timer translation bug
1968
* libobs: Update to version 17.0.0
1969
1970
-------------------------------------------------------------------
1971
Mon Nov 21 18:55:11 UTC 2016 - jimmy@boombatower.com
1972
1973
- Update to version 0.16.6:
1974
* UI: Add --verbose and --unfiltered_log command line options
1975
* libobs: Duplicate filters of a scene when it is is duplicated
1976
* obs-ffmpeg: Fix assumption about plane height with i444
1977
* libobs: Refactor check for Windows bitness/arch
1978
* libobs: Add Windows bitness/arch to crash handler
1979
* enc-amf: Update to version 1.4.1.5
1980
* UI: Add preview scaling options
1981
* rtmp-services: Change YouTube keyint from 4 to 2
1982
* libobs: Ensure async source sizes are always reset
1983
* UI: Fix crash when switching encoders in advanced mode
1984
* UI: Fix scrolling while preview is locked
1985
* libobs: Ensure AVC priority is always highest for keyframes
1986
* obs-outputs: Use correct variable for drop priority
1987
* enc-amf: Update to commit which prevents crash on startup
1988
* enc-amf: Update to temporary fix branch
1989
* win-capture: Do not load 64bit hook offsets on 32bit systems
1990
* win-capture: Defer hook offset loading to separate thread
1991
* text-freetype2: Defer loading of plugin until source created
1992
* obs-qsv11: Manually mark priority bits for QSV frames
1993
* Revert "libobs: Ensure AVC priority is always highest for keyframes"
1994
* libobs: Update to 0.16.6
1995
* Update translations from CrowdIn
1996
* UI: tray icons are redrawn for better visibility and contrast
1997
* UI: Update settings and fix presets for simple AMD encoder
1998
* enc-amf: Update to 1.4.2.2
1999
* enc-amf: Update to 1.4.2.3
2000
* cmake: Add module to find RSSDK
2001
* cmake: Add macro to compile .tlb files via midl
2002
* win-ivcam: Add Intel RealSense plugin
2003
* UI: Update installer script to latest version
2004
* libobs-opengl: Add warning when used on windows
2005
* Update translations from Crowdin
2006
* enc-amf: Avoid using C++17 for VS2013 compatibility
2007
2008
-------------------------------------------------------------------
2009
Tue Nov 08 19:39:07 UTC 2016 - jimmy@boombatower.com
2010
2011
- Update to version 0.16.5:
2012
* libobs-d3d11: Include GDI surface in rebuild
2013
* libobs-d3d11: Remove possible null pointer dereference
2014
* libobs: Update to 0.16.5
2015
2016
-------------------------------------------------------------------
2017
Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
2018
2019
- Update to version 0.16.4:
2020
* libobs/util: Fix get_dll_ver not reporting DLL name
2021
* Display license in MSI installer
2022
* rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
2023
* UI: Enable HiDPI scaling.
2024
* frontend-tools: Fix crash when adding invalid regex
2025
* UI: Use Qt lib for screen info instead of x11 libs
2026
* enc-amf: Update to 1.3.2.3
2027
* UI: Only scale HiDPI on QT 5.6+
2028
* enc-amf: Update to 1.3.3.1
2029
* libobs-d3d11: Log GetDeviceRemovedReason
2030
* Add 256x256 icon to windows ico for HiDPI displays
2031
* UI: Add Portable Mode indicator to title bar and log
2032
* UI: Add raw text and text file to drag&drop support
2033
* UI: Split Properties window with a QSplitter
2034
* CMake: Warn if empty QTDIR/DepsPath vars on Windows
2035
* OSX Travis build
2036
* CI: Upload artifacts on all pushes
2037
* CI: Add irc notifications to travis config
2038
* CI: Reduce travis irc notice to one line
2039
* CI: Package OSX build into an actual app
2040
* CI: Use python2 to run package script
2041
* Build browser plugin on travis for OSX
2042
* Update obs-browser submodule to a working version
2043
* obs-frontend-api: Add library version
2044
* cmake: Fix FFmpeg search path on debian
2045
* decklink: Update Blackmagic SDK to 10.8.0
2046
* CI: Build on OSX 10.10 on travis
2047
* UI: Fix bug in frontend API event
2048
* frontend-tools: Add output timers
2049
* frontend-tools: Code cleanup of output timers
2050
* frontend-tools: Add ability to start timer if output is already active
2051
* UI: Fix sys. tray crashes when sys. tray not available
2052
* UI: Fix poor handling of system tray pointers
2053
* UI: Fix improper brace placement for function
2054
* UI: Remove unused variable
2055
* UI: Fix full screen projector on screens that have reserved areas
2056
* obs-ffmpeg: Add b-frames to NVENC logging
2057
* UI: Fix --profile option not working on non-windows
2058
* rtmp-services: Add Picarto
2059
* libobs/util: Add Get() function to CoTaskMemPtr
2060
* libobs: Fix missing call to profile_end() when encoding fails
2061
* libobs: Add date/time to crash handler
2062
* obs-transitions: Avoid branching in slide_transition.effect
2063
* obs-ffmpeg: Fix a couple printf compiler warnings.
2064
* libobs-d3d11: Store dxgi adapter used for device
2065
* libobs-d3d11: Store compiled shader data (for rebuilding)
2066
* libobs-d3d11: Correct error message for pixel shaders
2067
* libobs-d3d11: Store shader samplers as pointers
2068
* libobs-d3d11: Correct error message for staging surfaces
2069
* libobs-d3d11: Correct error message creating blend states
2070
* libobs-d3d11: Store index and add "Start" function
2071
* libobs-d3d11: Clear device state before unloading
2072
* libobs-d3d11: Store swap initialization data (for rebuilding)
2073
* libobs-d3d11: Store device adapter index (for rebuilding)
2074
* libobs-d3d11: Store static textures in RAM (for rebuilding)
2075
* libobs-d3d11: Store static vertex buffer data (for rebuilding)
2076
* libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
2077
* libobs-d3d11: Make shared texture error message less vague
2078
* libobs-d3d11: Use linked list for all objects (for rebuilding)
2079
* libobs-d3d11: Remove unused function
2080
* libobs-d3d11: Add Release funtions to all GS objects
2081
* libobs-d3d11: Rebuild device and assets if device removed/reset
2082
* win-capture: Cache cursor textures to prevent reallocation
2083
* win-capture: Use IUnknown for getting swap backbuffers
2084
* win-capture: Add D3D12 capture support
2085
* UI: Allow the ability to use deprecated sources
2086
* UI: Add AMD presets and update settings
2087
* enc-amf: Update to release 1.4.0.0
2088
* Update translations from CrowdIn
2089
* libobs: Update to version 0.16.3
2090
* win-mf: Deprecate AMD Media Foundation H.264 encoder
2091
* UI: Fix tab order of Crop fields in Transform Properties
2092
* enc-amf: Update to Version 1.4.1.0
2093
* Revert "UI: Only scale HiDPI on QT 5.6+"
2094
* Revert "UI: Enable HiDPI scaling."
2095
* enc-amf: Fix VS2013 compiling issue
2096
* libobs: Update to version 0.16.4
2097
- Expand libobs-frontend-api.so to include all versions in %files.
2098
- After upstream fix place libobs-(opengl|frontend-api).so in devel.
2099
2100
-------------------------------------------------------------------
2101
Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
2102
2103
- Update to version 0.16.2:
2104
* obs-ffmpeg: Fix possible NVENC crash
2105
* UI: Use rect intersection test for validating position
2106
* enc-amf: Update submodule to 1.3.1.0
2107
* obs-text: Add gradient feature
2108
* enc-amf: Fix warnings caused by warnings( push/pop )
2109
* libobs: Update to 0.16.2
2110
2111
-------------------------------------------------------------------
2112
Thu Sep 29 02:35:16 UTC 2016 - jimmy@boombatower.com
2113
2114
- Update to version 0.16.1:
2115
* UI: Fix window size/pos not saving on exit
2116
* libobs/util: Fix fread_utf8 not working with files < 3 bytes
2117
* obs-text: Change file update interval to 1 sec (from 2)
2118
* libobs: Update to 0.16.1
2119
2120
-------------------------------------------------------------------
2121
Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
2122
2123
- Update to version 0.16.0:
2124
* enc-amf: Update submodule to 1.3.0
2125
* UI: Add media/image file drop support
2126
* enc-amf: Update submodule to 1.3.0.1
2127
* obs-browser: Add browser plugin as a submodule
2128
* enc-amf: Update submodule to 1.3.0.3
2129
* libobs: Update version to 0.16.0
2130
* enc-amf: Remove unused locale files
2131
* Update translations from Crowdin
2132
* UI: Just use 'OK' button for license agreement dialog
2133
2134
-------------------------------------------------------------------
2135
Mon Aug 8 23:10:42 UTC 2016 - jimmy@boombatower.com
2136
2137
- Update to 0.15.4 release.
2138
2139
-------------------------------------------------------------------
2140
Sat Jul 16 20:59:38 UTC 2016 - jimmy@boombatower.com
2141
2142
- Update to 0.15.2 release.
2143
2144
-------------------------------------------------------------------
2145
Tue Jul 12 02:03:51 UTC 2016 - jimmy@boombatower.com
2146
2147
- Update to 0.15.1 release.
2148
2149
-------------------------------------------------------------------
2150
Fri Jul 8 05:10:02 UTC 2016 - jimmy@boombatower.com
2151
2152
- Update to 0.15.0 release.
2153
2154
-------------------------------------------------------------------
2155
Mon May 16 00:09:37 UTC 2016 - jimmy@boombatower.com
2156
2157
- Update to 0.14.2 release.
2158
2159
-------------------------------------------------------------------
2160
Tue Apr 26 06:11:50 UTC 2016 - jimmy@boombatower.com
2161
2162
- Update to 0.14.1 release.
2163
2164
-------------------------------------------------------------------
2165
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
2166
2167
- Use pkgconfig instead of libffmpeg-devel
2168
2169
-------------------------------------------------------------------
2170
Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
2171
2172
- Update to 0.13.4 release.
2173
2174
-------------------------------------------------------------------
2175
Sun Mar 20 07:13:01 UTC 2016 - jimmy@boombatower.com
2176
2177
- Update to 0.13.3 release.
2178
2179
-------------------------------------------------------------------
2180
Mon Feb 29 15:54:48 UTC 2016 - jimmy@boombatower.com
2181
2182
- Update to 0.13.2 release.
2183
2184
-------------------------------------------------------------------
2185
Fri Feb 5 05:10:32 UTC 2016 - jimmy@boombatower.com
2186
2187
- Update to 0.13.1 release.
2188
- Remove patch for gcc 4.8 compatability since it was upstreamed.
2189
2190
-------------------------------------------------------------------
2191
Thu Jan 28 00:21:55 UTC 2016 - jimmy@boombatower.com
2192
2193
- Update to 0.13.0 release.
2194
https://github.com/jp9000/obs-studio/releases/tag/0.13.0
2195
- Add rpmlintrc for "bad" things obs-studio requires.
2196
- Add patch for gcc 4.8 compatability.
2197
2198
-------------------------------------------------------------------
2199
Sat Dec 12 04:25:45 UTC 2015 - jimmy@boombatower.com
2200
2201
- Update to 0.12.4 release.
2202
https://github.com/jp9000/obs-studio/releases/tag/0.12.4
2203
2204
-------------------------------------------------------------------
2205
Wed Dec 9 06:05:59 UTC 2015 - jimmy@boombatower.com
2206
2207
- Change build requirement from libffmpeg-devel to ffmpeg-devel to
2208
follow recent linking of ffmpeg to obs version.
2209
2210
-------------------------------------------------------------------
2211
Sat Dec 5 05:25:31 UTC 2015 - jimmy@boombatower.com
2212
2213
- Update to 0.12.3 release.
2214
https://github.com/jp9000/obs-studio/releases/tag/0.12.3
2215
2216
-------------------------------------------------------------------
2217
Sat Nov 21 03:12:17 UTC 2015 - jimmy@boombatower.com
2218
2219
- Update to 0.12.2 release.
2220
https://github.com/jp9000/obs-studio/releases/tag/0.12.2
2221
2222
-------------------------------------------------------------------
2223
Tue Nov 17 23:51:20 UTC 2015 - jimmy@boombatower.com
2224
2225
- Update to 0.12.1 release.
2226
https://github.com/jp9000/obs-studio/releases/tag/0.12.1
2227
2228
-------------------------------------------------------------------
2229
Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
2230
2231
- Update to 0.12.0 release.
2232
https://github.com/jp9000/obs-studio/releases/tag/0.12.0
2233
- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
2234
2235
-------------------------------------------------------------------
2236
Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
2237
2238
- Update to 0.11.4 release.
2239
https://github.com/jp9000/obs-studio/releases/tag/0.11.4
2240
- Cut off git portion of version string in UI.
2241
- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
2242
impossible to compile on obs for openSUSE 13.2.
2243
https://obsproject.com/mantis/view.php?id=276
2244
2245
-------------------------------------------------------------------
2246
Sun Aug 9 06:20:02 UTC 2015 - jimmy@boombatower.com
2247
2248
- Update to 0.11.3 release.
2249
https://github.com/jp9000/obs-studio/releases/tag/0.11.3
2250
2251
-------------------------------------------------------------------
2252
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
2253
2254
- Update to 0.11.2 release.
2255
https://github.com/jp9000/obs-studio/releases/tag/0.11.2
2256
2257
-------------------------------------------------------------------
2258
Fri Jul 10 04:17:01 UTC 2015 - jimmy@boombatower.com
2259
2260
- Update to 0.11.1 release.
2261
https://github.com/jp9000/obs-studio/releases/tag/0.11.1
2262
2263
-------------------------------------------------------------------
2264
Thu Jul 9 03:41:02 UTC 2015 - jimmy@boombatower.com
2265
2266
- Update to 0.11.0 release.
2267
https://github.com/jp9000/obs-studio/releases/tag/0.11.0
2268
- Add curl build dependency.
2269
2270
-------------------------------------------------------------------
2271
Tue May 19 06:11:11 UTC 2015 - jimmy@boombatower.com
2272
2273
- Update to 0.10.1 release.
2274
https://github.com/jp9000/obs-studio/releases/tag/0.10.1
2275
2276
-------------------------------------------------------------------
2277
Wed May 13 23:36:24 UTC 2015 - jimmy@boombatower.com
2278
2279
- Update to 0.10.0 release.
2280
https://github.com/jp9000/obs-studio/releases/tag/0.10.0
2281
2282
-------------------------------------------------------------------
2283
Fri Mar 27 20:25:00 UTC 2015 - jimmy@boombatower.com
2284
2285
- Update to 0.9.1 release.
2286
https://github.com/jp9000/obs-studio/releases/tag/0.9.1
2287
2288
-------------------------------------------------------------------
2289
Thu Mar 26 03:47:02 UTC 2015 - jimmy@boombatower.com
2290
2291
- Update to 0.9.0 release.
2292
https://github.com/jp9000/obs-studio/releases/tag/0.9.0
2293
2294
-------------------------------------------------------------------
2295
Sat Feb 21 08:17:07 UTC 2015 - jimmy@boombatower.com
2296
2297
- Update to 0.8.3 release.
2298
https://github.com/jp9000/obs-studio/releases/tag/0.8.3
2299
2300
-------------------------------------------------------------------
2301
Thu Feb 12 07:15:19 UTC 2015 - jimmy@boombatower.com
2302
2303
- Update to 0.8.2 release.
2304
https://github.com/jp9000/obs-studio/releases/tag/0.8.2
2305
https://github.com/jp9000/obs-studio/releases/tag/0.8.1
2306
https://github.com/jp9000/obs-studio/releases/tag/0.8.0
2307
2308
-------------------------------------------------------------------
2309
Thu Jan 15 11:05:44 UTC 2015 - jimmy@boombatower.com
2310
2311
- Update to 0.7.3 release.
2312
Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.3
2313
2314
-------------------------------------------------------------------
2315
Wed Jan 7 20:54:30 UTC 2015 - jimmy@boombatower.com
2316
2317
- Update to 0.7.2 release.
2318
Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.2 and
2319
https://github.com/jp9000/obs-studio/releases/tag/0.7.1
2320
2321
-------------------------------------------------------------------
2322
Thu Nov 13 10:35:34 UTC 2014 - jimmy@boombatower.com
2323
2324
- Initial 0.6.4 release.
2325
2326