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