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