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