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

Currently displaying revision 54 , Show latest

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