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