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

Currently displaying revision 47 , Show latest

952
 
1
-------------------------------------------------------------------
2
Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
3
4
- Update to version 19.0.3:
5
  * rtmp-services: Update Twitch ingests
6
  * librtmp: Fix build error with ENODATA on FreeBSD
7
  * rtmp-services: Rename Beam to Mixer
8
  * UI/installer: Specify "source" in plugins section
9
  * UI/installer: Fix broken realsense plugin install locations
10
  * UI/installer: Update installer VC redist download link
11
  * win-wasapi: Fix potential null pointer deref in enumeration
12
  * UI: Look for plugins in ~/Library/Application Support/obs-studio/plugins/
13
  * libobs/plugins/UI: Suppress -Wimplicit-fallthrough introduced by GCC 7
14
  * win-capture: Limit OpenProcess flags to prevent A/C issues
15
  * deps/media-playback: Output av_read_frame error string
16
  * deps/media-playback: Start decoding regardless of keyframe
17
  * obs-ffmpeg: Add network buffering property
18
  * deps/media-playback: Call stop callback on failure
19
  * deps/media-playback: Fix lockup issues
20
  * Revert "rtmp-services: Rename Beam to Mixer"
21
  * rtmp-services: Add new twitch.tv ingests
22
  * UI/updater: Fix incorrect path in portable mode
23
  * deps/media-playback: Add timeout when waiting for frames
24
  * deps/media-playback: Fix AV_NOPTS_VALUE being used as timestamp
25
  * deps/media-playback: Fix playback reset fail after stop
26
  * obs-ffmpeg: Don't preload media frames if set to pause on end
27
  * win-capture/graphics-hook: Fix D3D10/D3D11 detection
28
  * UI: Ignore first 2.5 seconds of bandwidth test
29
  * UI: Initialize Stats window values after OBSInit/reset
30
  * win-capture: Add IDXGISwapChain1::Present1 hook support
31
  * win-capture: Use PROCESS_QUERY_INFORMATION for game capture
32
  * obs-ffmpeg: Do not precache if set to close when inactive
33
  * UI: Use QT_TO_UTF8 with name dialog
34
  * libobs-d3d11: Fix shader const array size miscalculation
35
  * UI: Preserve source if audio settings device changed
36
  * libobs: Update version to 19.0.3
37
  * UI: Set error mode to SEM_FAILCRITICALERRORS
38
  * ffmpeg-mux: Set error mode to SEM_FAILCRITICALERRORS
39
  * get-graphics-offsets: Set error mode to SEM_FAILCRITICALERRORS
40
  * inject-helper: Set error mode to SEM_FAILCRITICALERRORS
41
  * enc-amf: Version 2.1.6
42
  * obs-ffmpeg: Remove "Buffering (MS)" property
43
44
-------------------------------------------------------------------
45
Wed Jun 14 22:47:57 UTC 2017 - jimmy@boombatower.com
46
47
- Update to version 19.0.2:
48
  * UI: Fix drag & drop bug
49
  * frontend-tools: Add automatic scene switcher for Linux
50
  * UI: Add option to disable audio ducking on windows
51
  * rtmp-services: Update ingests
52
  * libobs/util: Add Get function to BPtr<>
53
  * UI, obs-qsv11: Fix build in VisualStudio 2017
54
  * UI: Fix warning in VisualStudio 2017
55
  * obs-qsv11: Fix SEI crash caused by dangling pointer
56
  * UI: Add ability to output to window
57
  * UI: Always alternatively open backup scene json file
58
  * libobs: Don't call unlink unnecessarily
59
  * libobs/util: Add os_safe_replace function
60
  * libobs/util: Use os_safe_replace in safe file writes
61
  * libobs/util: Flush text files when writing
62
  * libobs/util: Use MoveFileEx with MOVEFILE_REPLACE_EXISTING
63
  * vlc-video: Add ability to shuffle playlist in VLC source
64
  * Various: Optimize bundled PNG files
65
  * text-freetype2: Make font lookup recursive on mac
66
  * libobs: Use tex.Load for reverse NV12/I420 funcs
67
  * UI: Fix settings dialog crashing on linux
68
  * libobs: Fix tex.Load lookup (needs int3, not int2)
69
  * libobs: Add random shader
70
  * libobs: Fix skipped frames reporting
71
  * libobs: Add functions to get logical/physical cores
72
  * libobs: Pass exact data when calling obs_get_video_info
73
  * libobs: Add function to allow custom output drawing
74
  * libobs: Add function to allow getting output connect time
75
  * libobs: Don't allow lagged frames to be counted as skipped
76
  * obs-outputs: Add null output
77
  * obs-outputs: Add connect time callback for rtmp output
78
  * obs-outputs: Fix frame dropping when using ultrafast
79
  * UI: Add function to enable/disable outputs
80
  * UI: Don't subject base/output resolutions defaults
81
  * UI: Limit default canvas res to 1920x1080 or below
82
  * UI: Add 1920x1080/1280x720 to the settings base res list
83
  * UI: Remove colon from a few locale items
84
  * UI: Add auto-configuration wizard
85
  * CI: OSX - Use wget instead of curl
86
  * libobs: Fix os_safe_replace not working linux
87
  * UI: Show invalid Bind to IP entries in the settings
88
  * decklink: Fix compiler warning about ignored const
89
  * decklink: Add option to disable the plugin
90
  * decklink: Remove unused variables to fix warning
91
  * win-capture: Hide cursor when in background (game capture)
92
  * Various: Don't use boolean bitfields
93
  * win-capture: Hide cursor when in background (window capture)
94
  * rtmp-services: Rename hitbox.tv to Smashcast
95
  * obs-ffmpeg: Add signal/proc to restart media playback
96
  * CI: exclude .gitignore
97
  * CI: Use git fetch --unshallow for OSX
98
  * libobs/util: Add function to get free disk space
99
  * libobs-opengl: Fix potential crash w/ viewports
100
  * libobs: Add function to get average render time
101
  * libobs: Add functions to get total/lagged frames
102
  * libobs: Add obs_output_reconnecting func
103
  * obs-ffmpeg: Implement get_total_bytes in recording outputs
104
  * UI: Add function to get current memory usage (win32)
105
  * UI: Add themeID values for colors to style sheets
106
  * UI: Add stats dialog
107
  * UI: Fix a few locale items, and add a few missing ones
108
  * UI: Make Qt use locale text for QWizard buttons
109
  * UI: Add helper class to translate message box buttons
110
  * UI: Make sure all message box buttons are translated
111
  * UI: Fix locale text for "OK" in question dialogs
112
  * UI: Bring stats to front if it already exists
113
  * UI: Add option to show stats on startup to general
114
  * UI: Save/remember stats window geometry
115
  * Revert "libobs: Allow source to fully control source flags (for now)"
116
  * libobs: Don't use source flags for async buffering
117
  * UI: Don't use "quit on last window closed"
118
  * UI: Fix bug where Pre19Defaults would always be set
119
  * UI: Don't count debug log messages in repeat detection
120
  * UI: Warn user if multiple instances of the UI are open
121
  * enc-amf: Version 2.1.3
122
  * image-source: Allow custom bounding source size/aspect
123
  * UI: Update quick transitions on transition add/removal
124
  * libobs: Add scene item IDs
125
  * win-dshow: Update libdshowcapture to 0.5.12
126
  * UI: Add support for showing output error messages
127
  * libobs: Add support for output error messages
128
  * obs-outputs: Add output error messages for RTMP
129
  * UI: Fix misleading log message when updating settings
130
  * UI: Change output blocking bool to integer ref counter
131
  * UI: Prevent user from starting ouputs while in settings
132
  * UI: Move Stats to the view menu
133
  * UI: Make Stats a regular window rather than dialog
134
  * UI: Check to see if outputs valid when updating stats
135
  * deps/media-playback: Remove unnecessary logging
136
  * UI: Fix creation of log files with non-english paths
137
  * libobs-d3d11: Only load vertex buffer before drawing
138
  * deps/media-playback: Include SSE flags
139
  * deps/media-playback: Do not seek network streams
140
  * deps/media-playback: Init avformat in thread
141
  * obs-ffmpeg: Only preload frames for local files
142
  * obs-ffmpeg: Always close network sources when inactive
143
  * libobs: Update to version 19.0.0
144
  * libobs: Make obs_source_default_render exported
145
  * obs-filters: Add Render Delay filter
146
  * UI: Sort filter names when adding filters
147
  * deps/media-playback: Discard packet returns of invalid sizes
148
  * deps/media-playback: Use new FFmpeg decode funcs when possible
149
  * deps/media-playback: Always check for new frame first
150
  * UI: Fix cases where wizard bitrate is not capped
151
  * UI: Remove advanced settings from final wizard results
152
  * UI: Actually update service for wiz. bitrate limits
153
  * UI: Fix enumeration of scene collections on first run
154
  * obs-ffmpeg: Disable media source HW accel. for now
155
  * libobs: Do not allow incompatible filters on sources
156
  * rtmp-services: Preserve settings if service renamed
157
  * obs-filters: Increase allowable render delay to 500ms
158
  * enc-amf: Version 2.1.4
159
  * VST: bump vst submodule ref
160
  * Update translations from Crowdin
161
  * UI: Change default autoconfig test bitrate
162
  * AUTHORS: Update with data from Git and Crowdin
163
  * deps/media-playback: Fix bug where inverted media would crash
164
  * UI: Remove whitespace from end of autconfig stream key
165
  * libobs/util: Also remove CR/LF from dstr_depad
166
  * UI: Fix bug where auto-config settings wouldn't apply
167
  * Fix German locale inconsistencies
168
  * libobs: Always call stop callback
169
  * UI: Unlock mutex before trying to stop output
170
  * libobs: Fix bug where outputs would not set stopped event
171
  * libobs: Update version to 19.0.1
172
  * enc-amf: Version 2.1.5
173
  * UI: Fix creation of crash log with non-english paths
174
  * libobs-d3d11: Fix bug where vertex buffers would be reset
175
  * UI: Fix autoconfig capping bitrate with "custom server"
176
  * libobs: Update to version 19.0.2
177
  * Revert "obs-ffmpeg/nvenc: Remove "default" preset"
178
  * UI: Fix tooltip for "prefer hardware encoding"
179
180
-------------------------------------------------------------------
181
Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
182
183
- Update to version 18.0.2:
184
  * UI/updater: Fix temp files being created and not deleted
185
  * UI/updater: Fix potential fail case when no files to patch
186
  * UI/updater: Fixed a bug with deflating
187
  * UI/updater: Ignore 64bit files on 32bit windows
188
  * CI: Use ccache to speed up the build
189
  * CI: OSX - Fix obs.png
190
  * UI/updater: Fix incorrect inflate use
191
  * CI: Linux - Install libfdk-aac-dev
192
  * image-source: Move file modification check before animation processing
193
  * UI: Add workaround to fix deleting final scene bug
194
  * rtmp-services: Update ingest list for Restream.io
195
  * rtmp-services: Update maximum bitrate for Twitch
196
  * UI: Fix segfault when no system tray exists
197
  * CI: Linux - Install FFmpeg from source
198
  * obs-ffmpeg/nvenc: Remove "default" preset
199
  * libobs: Add obs_source_copy_filters function
200
  * UI: Add copying/pasting of sources/filters
201
  * UI: Disable filter pasting when scene collection changed
202
  * UI: Fix bug where items can't be deleted in last scene
203
  * libobs: Remove unimplemented exports
204
  * rtmp-services: Add Livestream service
205
  * win-dshow: Fix issue with activating when not set to
206
  * rtmp-services: Update Picarto maximum bitrates
207
  * libobs: Delay stop detection of audio source
208
  * libobs: Allow source to fully control source flags (for now)
209
  * libobs: Add ability to preload async frames
210
  * libobs: Remove multiple calls to free_type_data
211
  * deps: Add media-playback static lib
212
  * obs-ffmpeg: Change from libff to media-playback
213
  * deps/libff: Remove network init
214
  * UI: Remove libff as a dependency
215
  * deps/libff: Don't build libff (deprecated)
216
  * obs-ffmpeg: Remove unnecessary open call
217
  * obs-ffmpeg: Always open on update unless set otherwise
218
  * obs-ffmpeg: Fix bug on non-MSVC compilers
219
  * UI: Fix property widgets not being disabled
220
  * mac-avcapture: Ability to directly add iOS devices over USB
221
  * audio-monitoring: Add ability to monitor Outputs
222
  * decklink: Add option to select channel format
223
  * decklink: Add workaround for audio timestamp jump issue
224
  * Improve README/CONTRIBUTING files
225
  * win-dshow: Fix reallocation issue in ffmpeg-decode
226
  * UI: Add window name to remux dialog
227
  * UI: Hide OpenGL and D3D adapter on Windows
228
  * UI: Continue to show OpenGL if already in use
229
  * UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
230
  * CI: Use webhooks for notifications
231
  * CI: Fix notification frequency
232
  * libobs-opengl: Log OpenGL version on all systems
233
  * Fix various typos across multiple modules
234
  * Update Linux kernel coding style URL in CONTRIBUTING
235
  * UI: Ctrl+E to Edit Transform
236
  * UI: Remove unused defines from old updater code
237
  * win-capture: Log if shared texture capture is unavailable
238
  * win-capture: Update get-graphics-offsets
239
  * win-capture: Add missing 32 bit offsets
240
  * win-capture: Fix and clarify window capture prioritization
241
  * UI: Add front-end API functions to get/modify service
242
  * UI: Display filename when dragging & dropping
243
  * obs-outputs: Always call RTMP_Init before connecting
244
  * UI: Make sure all dialogs have close buttons
245
  * UI: Add command line option for starting up always on top
246
  * frontend-tools: Rename some files
247
  * frontend-plugins: Abstract captions
248
  * enc-amf: Update to v2.1.0(.0)
249
  * win-ivcam: Fix potential null pointer dereference
250
  * libobs: Update to 18.0.2 (windows hotfix)
251
  * UI/updater: Add opt to disable building update module
252
253
-------------------------------------------------------------------
254
Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
255
256
- Update to version 18.0.1:
257
  * CI: Fix true / false on stable builds
258
  * CI: Add boolean arg parser to OSX
259
  * CI: Deploy on tags and master branch
260
  * CI: OSX - Deploy on all branches in the master repo.
261
  * CI: OSX - Include branch in pkg
262
  * enc-amf: Update to 1.4.3.11
263
  * UI: Use correct string for systemTrayEnabled
264
  * CI: OSX - Update to CEF 2987
265
  * CI: Use correct folder for building browser
266
  * CI: OSX - Use bash variable for CEF version
267
  * UI: Don't exit on unknown command line arguments
268
  * CI: OSX - export cef version so we can use it elsewhere
269
  * CI: Fix cef version variable
270
  * obs-outputs: Fix 100% CPU usage with new network code
271
  * CI: OSX - Move CEF version to .travis
272
  * VST: Fix save / load of plugin state. More interface options.
273
  * UI: Fix audio monitoring dev. not being set on startup
274
  * UI: Log audio monitoring dev. on start and when changed
275
  * UI: Add logging of audio monitoring to sources
276
  * VST: Fix crash when OBS is set to mono
277
  * Revert "win-dshow: Add LGP timestamp fix"
278
  * win-dshow: Actually fix LGP issue
279
  * obs-outputs: Various fixes to new network code
280
  * Update translations from Crowdin
281
  * AUTHORS: Update with data from Git and Crowdin
282
  * libobs: Apply sync offset to win32 audio monitoring
283
  * UI: Disable network settings while outputs active
284
  * Update translations from Crowdin
285
  * AUTHORS: Update with data from Git and Crowdin
286
  * CI: OSX - Brew install speexdsp
287
  * CI: OSX - enable sparkle
288
  * deps/blake2: Fix compiler warning
289
  * UI: Fix game capture check when about to update
290
  * deps: Add liblmza
291
  * libobs: Update to 18.0.1
292
  * updater: Add windows updater module
293
  * UI/updater: Wait for OBS to close before updating
294
  * obs-outputs: Improve shutdown behavior of new socket loop
295
  * UI/updater: Use better function for getting process names
296
297
-------------------------------------------------------------------
298
Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
299
300
- Update to version 18.0.0:
301
  * UI: Add more command line options
302
  * obs-browser: Update submodule to latest version
303
  * Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
304
  * CI: Add in inital appveyor config
305
  * CI: Move browser source before building app
306
  * CI: Build VLC plugin for OSX on travis
307
  * rtmp-services: remove shut down services
308
  * CI: Build Windows version and upload artifacts
309
  * obs-browser: Update browser ref
310
  * CI: Update permissions on CEF app plist before packaging
311
  * cmake: Enable COPY_DEPENDENCIES by default on Windows
312
  * rtmp-services: Update Vaughn Live ingests
313
  * libobs: Log correct amount of memory on 32bit (windows)
314
  * UI: Convert to wide before outputting debug text (win)
315
  * UI: Protect debug text static string var with mutex
316
  * libobs: Add ability to get output congestion
317
  * obs-output: Add ability to get congestion to rtmp output
318
  * obs-outputs: Increase default drop threshold
319
  * UI: Add connection status square to status bar
320
  * UI: Add separate timers to status bar
321
  * UI: Add option to always minimize to tray
322
  * UI: Hide/show dialogs when minimizing to tray
323
  * UI: Do not quit program when last windows are projectors
324
  * UI: Add option to save projectors
325
  * UI: Add auto-start replay buf. opt. when stream starts
326
  * UI: Fix scaling in viewport when source flipped
327
  * UI: Fix linux display/resize bug with preview widget
328
  * rtmp-services: Add Restream.io Los Angeles server
329
  * libobs: Add optional ultrawide -> wide scaling techniques
330
  * obs-filters: Add option to undistort ultrawide -> wide
331
  * obs-filters: Add "Color Grading" filter
332
  * rtmp-services: Add new beam.pro ingests
333
  * CI: Add post install script to OBS installer to fix CEF permissions
334
  * rtmp-services: Add Web.TV streaming service
335
  * Add VST Plugin
336
  * obs-filters: Fix compiler warnings
337
  * UI: Remove unused variables
338
  * UI: Clarify "Always minimize to tray" option
339
  * obs-filters: Rename "Color Grade" filter to "LUT Filter"
340
  * obs-filters: Change "LUT Filter" to "Apply LUT"
341
  * CI: Fix VLC download
342
  * CI: Unzip VLC quietly
343
  * rtmp-services: Update twitch/hitbox ingest and youtube recommendations
344
  * CI: Fix OSX post-install script
345
  * UI: Fix locale text alignment
346
  * UI: Make advanced settings pane a bit more compact
347
  * libobs: Mark last video ts even when buffering off
348
  * libobs: Mark parameter as constant if not modifying
349
  * libobs: Use original audio structure for audio signal
350
  * libobs: Implement audio monitoring
351
  * win-wasapi: Mark audio outputs as unmonitorable
352
  * UI: Add audio monitoring to settings/adv audio props.
353
  * UI: Prevent thread stalls with fader/volume widgets
354
  * obs-transitions: Convert premultiplied alpha to straight
355
  * UI: Add 24 NTSC as a common FPS value
356
  * obs-ffmpeg: Do not use HW accel by default on mac
357
  * rtmp-services: Update twitch ingests
358
  * obs-ffmpeg: Fix compiler warnings
359
  * UI: Fix compiler warning
360
  * UI: Change volume meter update interval to 30fps
361
  * UI: Add warning if starting the output fails
362
  * obs-ffmpeg: Be more verbose when custom params fail
363
  * obs-ffmpeg: Fix custom audio codec parameters
364
  * CI: Retry failed downloads
365
  * UI: fix ffmpeg output file extension
366
  * UI: Clean up general pane of settings dialog
367
  * UI: Add function to get remote file
368
  * UI: Add front-end auto-updater
369
  * UI: Update installer to latest version
370
  * UI: Add latest installer fixes from R1CH
371
  * obs-ffmpeg: Add 'save' to replay buffer proc handler
372
  * win-capture: Fall back to GetWindow if FindWindowEx fails
373
  * libobs: Fix audio monitoring delaying perpetually
374
  * rtmp-services: Update max video bitrate for beam
375
  * libobs/util: Use a mutex with config files
376
  * win-capture: Blacklist chrome/firefox from game capture
377
  * win-dshow: Add LGP timestamp fix
378
  * UI: Trigger frontend api scene change after transition
379
  * Add AUTHORS file
380
  * mailmap: Disambiguate between a few authors
381
  * mailmap: Disambiguate between another author
382
  * rtmp-services: Add "Pandora TV Korea"
383
  * UI: Trigger scene list change event when scene removed
384
  * CI: Speedup msbuild by using all CPU cores
385
  * UI: Improve accessibility text on main window
386
  * CI: Download VLC repo instead of cloning from git
387
  * CI: Disable test discovery on AppVeyor
388
  * CI: Cache dependencies downloads on AppVeyor
389
  * CI: Disable deps download in AppVeyor and use cache
390
  * CI: Download deps if they aren't in build cache
391
  * UI: Use blake2b instead of SHA1 for updater
392
  * UI: Make installer execute 64bit on 64bit windows
393
  * obs-text: Fix issue drawing some chinese characters
394
  * obs-filters: Add audio compression filter
395
  * obs-outputs: Port windows socket loop from OBS Classic
396
  * librtmp: Clean up our extra RTMP fields on close
397
  * UI: Add options for new socket loop
398
  * UI: Make sure size-specific spacers are fixed
399
  * UI: Fix some settings layouts on non-windows systems
400
  * win-capture: Add hook exception for theHunter: COTW
401
  * obs-ffmpeg/ffmpeg-mux: Fix failing when no video
402
  * image-source: Add solid color source
403
  * image-source: Add missing locale
404
  * Fix various null pointer issues detected by Coverity
405
  * obs-ffmpeg: Allow saving with different video codecs
406
  * UI: Add support for other codecs
407
  * graphics-hook: Account for sizeof(wchar_t) in len
408
  * obs-qsv11: Fix various issues detected by Coverity
409
  * obs-ffmpeg: Make gop size configurable
410
  * UI: Add gop size option for custom ffmpeg output
411
  * libff: Add override for codec compatability check
412
  * UI: Add codec compatability checkbox to ffmpeg output
413
  * UI: Add warning about recording to mp4 format
414
  * CI: Fetch git tags on OSX build
415
  * CI: Exit on errors when building the OSX package
416
  * UI: Fix typo in general settings
417
  * enc-amf: Update to version 1.4.3.9
418
  * CI: Build on Linux
419
  * libobs: Update version to 18.0.0
420
  * libobs: Fix bug where scenes would not properly mix audio
421
  * UI: If scene/source names exist, start from 2
422
  * CI: Don't skip_join for Travis IRC notifications
423
  * obs-frontend-api: Use virtual destructor (fix memory leak)
424
  * libobs: Add missing mutex unlock in audio monitoring
425
  * CI: Get some codesigning and sparkle stuff in place
426
  * CI: Use combined cert for signing OSX
427
  * CI: Set keychain timeout & allow productsign
428
  * CI: Add some logging to the before deploy script on OSX
429
  * CI: Possibly fix OSX cert import issue
430
  * CI: OSX - Brew install jack
431
  * CI: Notify on failure and only for fixed builds
432
  * CI: Reformat Travis CI IRC notification
433
  * UI: Hide auto update option for linux
434
  * obs-filters: Change attack/release ms limit to 300 (from 100)
435
  * obs-filters: Increase max compressor release/attack values
436
  * Update translations from Crowdin
437
  * AUTHORS: Update with data from Git and Crowdin
438
  * UI: Update Simple Mode AMD Presets
439
  * enc-amf: Update to hotfix 1.4.3.10
440
  * CI: OSX Set builds to stable on tagged builds
441
  * CI: Update public OSX install key
442
443
-------------------------------------------------------------------
444
Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
445
446
- Update to version 17.0.2:
447
  * libobs: Update to 17.0.2
448
449
-------------------------------------------------------------------
450
Tue Jan 17 23:38:37 UTC 2017 - jimmy@boombatower.com
451
452
- Update to version 17.0.1:
453
  * deps/libff: Fix VP8/VP9/webm alpha support
454
  * rtmp-services: Increase video bitrate limit for YouTube
455
  * obs-outputs: fix build error on freebsd
456
  * Update translations from Crowdin
457
  * [CI] Use prebuilt deps so we can build on 10.9
458
  * CI: Build more features into FFMPEG deps
459
  * CI: Update browser plugin ref and build scripts.
460
  * CI: Fix zip permission issue on CEF plist files
461
  * obs-x264: ignore opencl param
462
  * enc-amf: Update to 1.4.3.8
463
  * CI: Ability to make packages on travis
464
  * CI: actually call packagesbuild from the right place 😑
465
  * cmake: Remove unnecessary find_package calls
466
  * libobs: Fix scale filtering bug when duplicating scenes
467
  * win-capture: Don't use FindWindow for game capture keepalive
468
  * CI: Install Packages and use the full version
469
  * Revert "win-capture: Use FindWindowEx to traverse window list"
470
  * obs-filters.c: Fix color correction filter OpenGL crash
471
  * obs-filters.c: Fix color correction filter saturation
472
  * Update translations from Crowdin
473
  * UI: Fix bug with uncopied profile import/export files
474
  * win-capture: Fix game capture size bug when rehooking
475
  * libobs: Add func to enum active and inactive child tree
476
  * libobs: Enumerate full tree when adding active child
477
  * libobs: Add callback for enumerating all scene children
478
  * obs-x264: Allow opencl through much longer alias
479
  * libobs: Update to version 17.0.1
480
481
-------------------------------------------------------------------
482
Mon Dec 26 08:32:58 UTC 2016 - jimmy@boombatower.com
483
484
- Update to version 0.17.0:
485
  * rtmp-services: Update ingest list for Restream.io
486
  * Revert "CI: Build on OSX 10.10 on travis"
487
  * Remove python dep
488
  * win-capture: Use static runtimes for hooks/helpers
489
  * cmake: Fix OSX fixup_bundle.sh to copy non-system deps
490
  * cmake: Fix permissions with OSX fixup_bundle.sh
491
  * libobs-opengl: Add xcb message poll to empty out the queue
492
  * frontend-tools: Add options to start output timers every time
493
  * libobs-d3d11: Add optional macro to log shader disassembly
494
  * Revert "obs-transitions: Avoid branching in slide_transition.effect"
495
  * rtmp-services: remove shut down services
496
  * libff: Allow custom demuxer options
497
  * obs-outputs: Fix librtmp IP bind / resolve behavior
498
  * UI: Fix frontend-api event call for adding scenes
499
  * libobs/util: Add function to get circlebuf data offset
500
  * libobs/util: Add function to generate formatted filenames
501
  * libobs: Fix bug where outputs cannot initialize hotkeys
502
  * cmake: Add _CRT_SECURE_NO_WARNINGS to all projects
503
  * libobs: Fix deprecated macro
504
  * libobs/util: Do not ignore deprecation on windows
505
  * libobs: Use reference counting for encoder packets
506
  * obs-ffmpeg: Add replay buffer output
507
  * UI: Disable simple output rec. settings when active
508
  * UI: Add replay buffer options to simple output mode
509
  * UI: Clarify replay buf. hotkey error message
510
  * UI: Separate replay buffer from recording
511
  * UI: Add file prefix/suffix options for replay buffer
512
  * UI: Fix replay buffer compile issues on older compilers
513
  * win-capture: Only duplicate to get cur thread handle
514
  * win-capture: Always use minimal access rights within hook
515
  * win-capture: Do not require pipe/mutex within hook
516
  * win-capture: Fix getting proper UWP window handles
517
  * win-capture: Use window for keepalive check
518
  * win-capture: Create all named objects within hook
519
  * win-capture: Don't use "Local\" for game capture shared mem
520
  * win-capture: Remove redundant function
521
  * win-capture: Use wide strings for named objects
522
  * win-capture: Add ability to open UWP named kernel objects
523
  * win-capture: Open UWP named objects with helper functions
524
  * win-capture: Output hook debug messages if addresses missing
525
  * win-capture: Log plugin-side when capture successful/lost
526
  * win-capture: Don't hook suspended processes
527
  * win-capture: Wait a few frames for hook to load
528
  * win-capture: Fix "attempting to hook [executable]" message
529
  * win-capture: Add ApplicationFrameHost to game capture blacklist
530
  * win-capture: Don't hard fail if thread ID not found
531
  * win-capture: Fix cursor not painting with UWP windows
532
  * win-capture: Add debug messages when hooking
533
  * win-capture: Do not fall back to other windows for UWP windows
534
  * UI: Fix property name bug in frontend API
535
  * libobs: Fix possible reverse order mutex hard lock
536
  * UI: Remove deleteLater view from filter window layout
537
  * libobs: Convert Y800 to RGBX manually
538
  * UI: Use dedicated GPU on Hybrid AMD GPU systems
539
  * libobs: Fix format not being set for new source frames
540
  * libobs: Fix line size issue when copying Y800 data
541
  * obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder
542
  * libobs/graphics: Fix the 2D vector dot product func
543
  * UI: Make close button default in transform dialog
544
  * UI: Add ability to copy-paste scene item transforms
545
  * UI: Add import/export of scene collections & profiles
546
  * enc-amf: Update to 1.4.3.4 for AMD Driver 16.12.1
547
  * obs-filters: Improve "Color Correction" filter
548
  * image-source: Do not change blend state
549
  * obs-text: Do not reset blend state
550
  * libobs-d3d11: Don't crash if unable to rebuild shared texture
551
  * libobs: Increase maximum audio tracks to 6
552
  * UI: Increase maximum audio tracks to 6
553
  * UI: Update locale for 6 tracks
554
  * UI: Fix endif in installer
555
  * UI: Use 64bit desktop link by default in installer
556
  * UI: Clarify startup error messages related to video
557
  * obs-ffmpeg: Fix nvenc_h264 deprecated message
558
  * libobs: Fix bug drawing RGB/BGR async sources
559
  * libobs: Process all scene audio actions if no audio playing
560
  * UI: Fix buddy controls with new audio tracks
561
  * UI: Add default audio track bitrates
562
  * UI: Fix video initialization failure error message
563
  * UI: Fix settings window stacked widget index
564
  * win-capture: Capture all D3D12 backbuffers
565
  * win-capture: Use FindWindowEx to traverse window list
566
  * win-capture: Fix possible null pointer dereference
567
  * win-capture: Do not add certain windows to window lists
568
  * win-capture: Add a few new blacklisted game capture exes
569
  * obs-filters: Add "Color" option to color correction filter
570
  * obs-filters: Fix comment messages
571
  * obs-qsv11: Use d3d9 allocator on Win7
572
  * win-capture: Fix possible access of array beyond size
573
  * win-capture: Refactor DX12 backbuffer code
574
  * win-capture: If backbuffer count is 1, disable dxgi 1.4 use
575
  * win-capture: Release backbuffers immediately upon init
576
  * libobs/util: Fix C++ compilation issue
577
  * Add libcaption library
578
  * libobs: Add ability to insert captions into frames
579
  * frontend-tools: Move source helper functions to a header
580
  * frontend-tools: Add caption generation tool (windows)
581
  * Update translations from Crowdin
582
  * frontend-tools: Add ability to select caption language
583
  * frontend-tools: Detach caption thread if critical failure
584
  * frontend-tools: Reset stop event before starting captions
585
  * frontend-tools: Don't include colon in "Audio Source"
586
  * frontend-tools: Set buddied controls for captions dialog
587
  * libobs: Fix caption encoder packet reallocation
588
  * libobs: Create referenced parsed AVC encoder packet
589
  * obs-outputs: Free encoder packet data manually
590
  * libobs: Fix bug in AVC encoder packet allocation
591
  * UI: Fix Export QFileDialog parent
592
  * libobs: Eliminate an unnecessary allocation with captions
593
  * frontend-tools: Fix output-timer translation bug
594
  * libobs: Update to version 17.0.0
595
596
-------------------------------------------------------------------
597
Mon Nov 21 18:55:11 UTC 2016 - jimmy@boombatower.com
598
599
- Update to version 0.16.6:
600
  * UI: Add --verbose and --unfiltered_log command line options
601
  * libobs: Duplicate filters of a scene when it is is duplicated
602
  * obs-ffmpeg: Fix assumption about plane height with i444
603
  * libobs: Refactor check for Windows bitness/arch
604
  * libobs: Add Windows bitness/arch to crash handler
605
  * enc-amf: Update to version 1.4.1.5
606
  * UI: Add preview scaling options
607
  * rtmp-services: Change YouTube keyint from 4 to 2
608
  * libobs: Ensure async source sizes are always reset
609
  * UI: Fix crash when switching encoders in advanced mode
610
  * UI: Fix scrolling while preview is locked
611
  * libobs: Ensure AVC priority is always highest for keyframes
612
  * obs-outputs: Use correct variable for drop priority
613
  * enc-amf: Update to commit which prevents crash on startup
614
  * enc-amf: Update to temporary fix branch
615
  * win-capture: Do not load 64bit hook offsets on 32bit systems
616
  * win-capture: Defer hook offset loading to separate thread
617
  * text-freetype2: Defer loading of plugin until source created
618
  * obs-qsv11: Manually mark priority bits for QSV frames
619
  * Revert "libobs: Ensure AVC priority is always highest for keyframes"
620
  * libobs: Update to 0.16.6
621
  * Update translations from CrowdIn
622
  * UI: tray icons are redrawn for better visibility and contrast
623
  * UI: Update settings and fix presets for simple AMD encoder
624
  * enc-amf: Update to 1.4.2.2
625
  * enc-amf: Update to 1.4.2.3
626
  * cmake: Add module to find RSSDK
627
  * cmake: Add macro to compile .tlb files via midl
628
  * win-ivcam: Add Intel RealSense plugin
629
  * UI: Update installer script to latest version
630
  * libobs-opengl: Add warning when used on windows
631
  * Update translations from Crowdin
632
  * enc-amf: Avoid using C++17 for VS2013 compatibility
633
634
-------------------------------------------------------------------
635
Tue Nov 08 19:39:07 UTC 2016 - jimmy@boombatower.com
636
637
- Update to version 0.16.5:
638
  * libobs-d3d11: Include GDI surface in rebuild
639
  * libobs-d3d11: Remove possible null pointer dereference
640
  * libobs: Update to 0.16.5
641
642
-------------------------------------------------------------------
643
Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
644
645
- Update to version 0.16.4:
646
  * libobs/util: Fix get_dll_ver not reporting DLL name
647
  * Display license in MSI installer
648
  * rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
649
  * UI: Enable HiDPI scaling.
650
  * frontend-tools: Fix crash when adding invalid regex
651
  * UI: Use Qt lib for screen info instead of x11 libs
652
  * enc-amf: Update to 1.3.2.3
653
  * UI: Only scale HiDPI on QT 5.6+
654
  * enc-amf: Update to 1.3.3.1
655
  * libobs-d3d11: Log GetDeviceRemovedReason
656
  * Add 256x256 icon to windows ico for HiDPI displays
657
  * UI: Add Portable Mode indicator to title bar and log
658
  * UI: Add raw text and text file to drag&drop support
659
  * UI: Split Properties window with a QSplitter
660
  * CMake: Warn if empty QTDIR/DepsPath vars on Windows
661
  * OSX Travis build
662
  * CI: Upload artifacts on all pushes
663
  * CI: Add irc notifications to travis config
664
  * CI: Reduce travis irc notice to one line
665
  * CI: Package OSX build into an actual app
666
  * CI: Use python2 to run package script
667
  * Build browser plugin on travis for OSX
668
  * Update obs-browser submodule to a working version
669
  * obs-frontend-api: Add library version
670
  * cmake: Fix FFmpeg search path on debian
671
  * decklink: Update Blackmagic SDK to 10.8.0
672
  * CI: Build on OSX 10.10 on travis
673
  * UI: Fix bug in frontend API event
674
  * frontend-tools: Add output timers
675
  * frontend-tools: Code cleanup of output timers
676
  * frontend-tools: Add ability to start timer if output is already active
677
  * UI: Fix sys. tray crashes when sys. tray not available
678
  * UI: Fix poor handling of system tray pointers
679
  * UI: Fix improper brace placement for function
680
  * UI: Remove unused variable
681
  * UI: Fix full screen projector on screens that have reserved areas
682
  * obs-ffmpeg: Add b-frames to NVENC logging
683
  * UI: Fix --profile option not working on non-windows
684
  * rtmp-services: Add Picarto
685
  * libobs/util: Add Get() function to CoTaskMemPtr
686
  * libobs: Fix missing call to profile_end() when encoding fails
687
  * libobs: Add date/time to crash handler
688
  * obs-transitions: Avoid branching in slide_transition.effect
689
  * obs-ffmpeg: Fix a couple printf compiler warnings.
690
  * libobs-d3d11: Store dxgi adapter used for device
691
  * libobs-d3d11: Store compiled shader data (for rebuilding)
692
  * libobs-d3d11: Correct error message for pixel shaders
693
  * libobs-d3d11: Store shader samplers as pointers
694
  * libobs-d3d11: Correct error message for staging surfaces
695
  * libobs-d3d11: Correct error message creating blend states
696
  * libobs-d3d11: Store index and add "Start" function
697
  * libobs-d3d11: Clear device state before unloading
698
  * libobs-d3d11: Store swap initialization data (for rebuilding)
699
  * libobs-d3d11: Store device adapter index (for rebuilding)
700
  * libobs-d3d11: Store static textures in RAM (for rebuilding)
701
  * libobs-d3d11: Store static vertex buffer data (for rebuilding)
702
  * libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
703
  * libobs-d3d11: Make shared texture error message less vague
704
  * libobs-d3d11: Use linked list for all objects (for rebuilding)
705
  * libobs-d3d11: Remove unused function
706
  * libobs-d3d11: Add Release funtions to all GS objects
707
  * libobs-d3d11: Rebuild device and assets if device removed/reset
708
  * win-capture: Cache cursor textures to prevent reallocation
709
  * win-capture: Use IUnknown for getting swap backbuffers
710
  * win-capture: Add D3D12 capture support
711
  * UI: Allow the ability to use deprecated sources
712
  * UI: Add AMD presets and update settings
713
  * enc-amf: Update to release 1.4.0.0
714
  * Update translations from CrowdIn
715
  * libobs: Update to version 0.16.3
716
  * win-mf: Deprecate AMD Media Foundation H.264 encoder
717
  * UI: Fix tab order of Crop fields in Transform Properties
718
  * enc-amf: Update to Version 1.4.1.0
719
  * Revert "UI: Only scale HiDPI on QT 5.6+"
720
  * Revert "UI: Enable HiDPI scaling."
721
  * enc-amf: Fix VS2013 compiling issue
722
  * libobs: Update to version 0.16.4
723
- Expand libobs-frontend-api.so to include all versions in %files.
724
- After upstream fix place libobs-(opengl|frontend-api).so in devel.
725
726
-------------------------------------------------------------------
727
Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
728
729
- Update to version 0.16.2:
730
  * obs-ffmpeg: Fix possible NVENC crash
731
  * UI: Use rect intersection test for validating position
732
  * enc-amf: Update submodule to 1.3.1.0
733
  * obs-text: Add gradient feature
734
  * enc-amf: Fix warnings caused by warnings( push/pop )
735
  * libobs: Update to 0.16.2
736
737
-------------------------------------------------------------------
738
Thu Sep 29 02:35:16 UTC 2016 - jimmy@boombatower.com
739
740
- Update to version 0.16.1:
741
  * UI: Fix window size/pos not saving on exit
742
  * libobs/util: Fix fread_utf8 not working with files < 3 bytes
743
  * obs-text: Change file update interval to 1 sec (from 2)
744
  * libobs: Update to 0.16.1
745
746
-------------------------------------------------------------------
747
Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
748
749
- Update to version 0.16.0:
750
  * enc-amf: Update submodule to 1.3.0
751
  * UI: Add media/image file drop support
752
  * enc-amf: Update submodule to 1.3.0.1
753
  * obs-browser: Add browser plugin as a submodule
754
  * enc-amf: Update submodule to 1.3.0.3
755
  * libobs: Update version to 0.16.0
756
  * enc-amf: Remove unused locale files
757
  * Update translations from Crowdin
758
  * UI: Just use 'OK' button for license agreement dialog
759
760
-------------------------------------------------------------------
761
Mon Aug  8 23:10:42 UTC 2016 - jimmy@boombatower.com
762
763
- Update to 0.15.4 release.
764
765
-------------------------------------------------------------------
766
Sat Jul 16 20:59:38 UTC 2016 - jimmy@boombatower.com
767
768
- Update to 0.15.2 release.
769
770
-------------------------------------------------------------------
771
Tue Jul 12 02:03:51 UTC 2016 - jimmy@boombatower.com
772
773
- Update to 0.15.1 release.
774
775
-------------------------------------------------------------------
776
Fri Jul  8 05:10:02 UTC 2016 - jimmy@boombatower.com
777
778
- Update to 0.15.0 release.
779
780
-------------------------------------------------------------------
781
Mon May 16 00:09:37 UTC 2016 - jimmy@boombatower.com
782
783
- Update to 0.14.2 release.
784
785
-------------------------------------------------------------------
786
Tue Apr 26 06:11:50 UTC 2016 - jimmy@boombatower.com
787
788
- Update to 0.14.1 release.
789
790
-------------------------------------------------------------------
791
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
792
793
- Use pkgconfig instead of libffmpeg-devel
794
795
-------------------------------------------------------------------
796
Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
797
798
- Update to 0.13.4 release.
799
800
-------------------------------------------------------------------
801
Sun Mar 20 07:13:01 UTC 2016 - jimmy@boombatower.com
802
803
- Update to 0.13.3 release.
804
805
-------------------------------------------------------------------
806
Mon Feb 29 15:54:48 UTC 2016 - jimmy@boombatower.com
807
808
- Update to 0.13.2 release.
809
810
-------------------------------------------------------------------
811
Fri Feb  5 05:10:32 UTC 2016 - jimmy@boombatower.com
812
813
- Update to 0.13.1 release.
814
- Remove patch for gcc 4.8 compatability since it was upstreamed.
815
816
-------------------------------------------------------------------
817
Thu Jan 28 00:21:55 UTC 2016 - jimmy@boombatower.com
818
819
- Update to 0.13.0 release.
820
  https://github.com/jp9000/obs-studio/releases/tag/0.13.0
821
- Add rpmlintrc for "bad" things obs-studio requires.
822
- Add patch for gcc 4.8 compatability.
823
824
-------------------------------------------------------------------
825
Sat Dec 12 04:25:45 UTC 2015 - jimmy@boombatower.com
826
827
- Update to 0.12.4 release.
828
  https://github.com/jp9000/obs-studio/releases/tag/0.12.4
829
830
-------------------------------------------------------------------
831
Wed Dec  9 06:05:59 UTC 2015 - jimmy@boombatower.com
832
833
- Change build requirement from libffmpeg-devel to ffmpeg-devel to
834
  follow recent linking of ffmpeg to obs version.
835
836
-------------------------------------------------------------------
837
Sat Dec  5 05:25:31 UTC 2015 - jimmy@boombatower.com
838
839
- Update to 0.12.3 release.
840
  https://github.com/jp9000/obs-studio/releases/tag/0.12.3
841
842
-------------------------------------------------------------------
843
Sat Nov 21 03:12:17 UTC 2015 - jimmy@boombatower.com
844
845
- Update to 0.12.2 release.
846
  https://github.com/jp9000/obs-studio/releases/tag/0.12.2
847
848
-------------------------------------------------------------------
849
Tue Nov 17 23:51:20 UTC 2015 - jimmy@boombatower.com
850
851
- Update to 0.12.1 release.
852
  https://github.com/jp9000/obs-studio/releases/tag/0.12.1
853
854
-------------------------------------------------------------------
855
Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
856
857
- Update to 0.12.0 release.
858
  https://github.com/jp9000/obs-studio/releases/tag/0.12.0
859
- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
860
861
-------------------------------------------------------------------
862
Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
863
864
- Update to 0.11.4 release.
865
  https://github.com/jp9000/obs-studio/releases/tag/0.11.4
866
- Cut off git portion of version string in UI.
867
- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
868
  impossible to compile on obs for openSUSE 13.2.
869
  https://obsproject.com/mantis/view.php?id=276
870
871
-------------------------------------------------------------------
872
Sun Aug  9 06:20:02 UTC 2015 - jimmy@boombatower.com
873
874
- Update to 0.11.3 release.
875
  https://github.com/jp9000/obs-studio/releases/tag/0.11.3
876
877
-------------------------------------------------------------------
878
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
879
880
- Update to 0.11.2 release.
881
  https://github.com/jp9000/obs-studio/releases/tag/0.11.2
882
883
-------------------------------------------------------------------
884
Fri Jul 10 04:17:01 UTC 2015 - jimmy@boombatower.com
885
886
- Update to 0.11.1 release.
887
  https://github.com/jp9000/obs-studio/releases/tag/0.11.1
888
889
-------------------------------------------------------------------
890
Thu Jul  9 03:41:02 UTC 2015 - jimmy@boombatower.com
891
892
- Update to 0.11.0 release.
893
  https://github.com/jp9000/obs-studio/releases/tag/0.11.0
894
- Add curl build dependency.
895
896
-------------------------------------------------------------------
897
Tue May 19 06:11:11 UTC 2015 - jimmy@boombatower.com
898
899
- Update to 0.10.1 release.
900
  https://github.com/jp9000/obs-studio/releases/tag/0.10.1
901
902
-------------------------------------------------------------------
903
Wed May 13 23:36:24 UTC 2015 - jimmy@boombatower.com
904
905
- Update to 0.10.0 release.
906
  https://github.com/jp9000/obs-studio/releases/tag/0.10.0
907
908
-------------------------------------------------------------------
909
Fri Mar 27 20:25:00 UTC 2015 - jimmy@boombatower.com
910
911
- Update to 0.9.1 release.
912
  https://github.com/jp9000/obs-studio/releases/tag/0.9.1
913
914
-------------------------------------------------------------------
915
Thu Mar 26 03:47:02 UTC 2015 - jimmy@boombatower.com
916
917
- Update to 0.9.0 release.
918
  https://github.com/jp9000/obs-studio/releases/tag/0.9.0
919
920
-------------------------------------------------------------------
921
Sat Feb 21 08:17:07 UTC 2015 - jimmy@boombatower.com
922
923
- Update to 0.8.3 release.
924
  https://github.com/jp9000/obs-studio/releases/tag/0.8.3
925
926
-------------------------------------------------------------------
927
Thu Feb 12 07:15:19 UTC 2015 - jimmy@boombatower.com
928
929
- Update to 0.8.2 release.
930
  https://github.com/jp9000/obs-studio/releases/tag/0.8.2
931
  https://github.com/jp9000/obs-studio/releases/tag/0.8.1
932
  https://github.com/jp9000/obs-studio/releases/tag/0.8.0
933
934
-------------------------------------------------------------------
935
Thu Jan 15 11:05:44 UTC 2015 - jimmy@boombatower.com
936
937
- Update to 0.7.3 release.
938
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.3
939
940
-------------------------------------------------------------------
941
Wed Jan  7 20:54:30 UTC 2015 - jimmy@boombatower.com
942
943
- Update to 0.7.2 release.
944
  Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.2 and
945
             https://github.com/jp9000/obs-studio/releases/tag/0.7.1
946
947
-------------------------------------------------------------------
948
Thu Nov 13 10:35:34 UTC 2014 - jimmy@boombatower.com
949
950
- Initial 0.6.4 release.
951
952