File obs-studio.changes of Package obs-studio (Revision 43)
Currently displaying revision 43 , Show latest
656
1
-------------------------------------------------------------------
2
Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
3
4
- Update to version 18.0.0:
5
* UI: Add more command line options
6
* obs-browser: Update submodule to latest version
7
* Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
8
* CI: Add in inital appveyor config
9
* CI: Move browser source before building app
10
* CI: Build VLC plugin for OSX on travis
11
* rtmp-services: remove shut down services
12
* CI: Build Windows version and upload artifacts
13
* obs-browser: Update browser ref
14
* CI: Update permissions on CEF app plist before packaging
15
* cmake: Enable COPY_DEPENDENCIES by default on Windows
16
* rtmp-services: Update Vaughn Live ingests
17
* libobs: Log correct amount of memory on 32bit (windows)
18
* UI: Convert to wide before outputting debug text (win)
19
* UI: Protect debug text static string var with mutex
20
* libobs: Add ability to get output congestion
21
* obs-output: Add ability to get congestion to rtmp output
22
* obs-outputs: Increase default drop threshold
23
* UI: Add connection status square to status bar
24
* UI: Add separate timers to status bar
25
* UI: Add option to always minimize to tray
26
* UI: Hide/show dialogs when minimizing to tray
27
* UI: Do not quit program when last windows are projectors
28
* UI: Add option to save projectors
29
* UI: Add auto-start replay buf. opt. when stream starts
30
* UI: Fix scaling in viewport when source flipped
31
* UI: Fix linux display/resize bug with preview widget
32
* rtmp-services: Add Restream.io Los Angeles server
33
* libobs: Add optional ultrawide -> wide scaling techniques
34
* obs-filters: Add option to undistort ultrawide -> wide
35
* obs-filters: Add "Color Grading" filter
36
* rtmp-services: Add new beam.pro ingests
37
* CI: Add post install script to OBS installer to fix CEF permissions
38
* rtmp-services: Add Web.TV streaming service
39
* Add VST Plugin
40
* obs-filters: Fix compiler warnings
41
* UI: Remove unused variables
42
* UI: Clarify "Always minimize to tray" option
43
* obs-filters: Rename "Color Grade" filter to "LUT Filter"
44
* obs-filters: Change "LUT Filter" to "Apply LUT"
45
* CI: Fix VLC download
46
* CI: Unzip VLC quietly
47
* rtmp-services: Update twitch/hitbox ingest and youtube recommendations
48
* CI: Fix OSX post-install script
49
* UI: Fix locale text alignment
50
* UI: Make advanced settings pane a bit more compact
51
* libobs: Mark last video ts even when buffering off
52
* libobs: Mark parameter as constant if not modifying
53
* libobs: Use original audio structure for audio signal
54
* libobs: Implement audio monitoring
55
* win-wasapi: Mark audio outputs as unmonitorable
56
* UI: Add audio monitoring to settings/adv audio props.
57
* UI: Prevent thread stalls with fader/volume widgets
58
* obs-transitions: Convert premultiplied alpha to straight
59
* UI: Add 24 NTSC as a common FPS value
60
* obs-ffmpeg: Do not use HW accel by default on mac
61
* rtmp-services: Update twitch ingests
62
* obs-ffmpeg: Fix compiler warnings
63
* UI: Fix compiler warning
64
* UI: Change volume meter update interval to 30fps
65
* UI: Add warning if starting the output fails
66
* obs-ffmpeg: Be more verbose when custom params fail
67
* obs-ffmpeg: Fix custom audio codec parameters
68
* CI: Retry failed downloads
69
* UI: fix ffmpeg output file extension
70
* UI: Clean up general pane of settings dialog
71
* UI: Add function to get remote file
72
* UI: Add front-end auto-updater
73
* UI: Update installer to latest version
74
* UI: Add latest installer fixes from R1CH
75
* obs-ffmpeg: Add 'save' to replay buffer proc handler
76
* win-capture: Fall back to GetWindow if FindWindowEx fails
77
* libobs: Fix audio monitoring delaying perpetually
78
* rtmp-services: Update max video bitrate for beam
79
* libobs/util: Use a mutex with config files
80
* win-capture: Blacklist chrome/firefox from game capture
81
* win-dshow: Add LGP timestamp fix
82
* UI: Trigger frontend api scene change after transition
83
* Add AUTHORS file
84
* mailmap: Disambiguate between a few authors
85
* mailmap: Disambiguate between another author
86
* rtmp-services: Add "Pandora TV Korea"
87
* UI: Trigger scene list change event when scene removed
88
* CI: Speedup msbuild by using all CPU cores
89
* UI: Improve accessibility text on main window
90
* CI: Download VLC repo instead of cloning from git
91
* CI: Disable test discovery on AppVeyor
92
* CI: Cache dependencies downloads on AppVeyor
93
* CI: Disable deps download in AppVeyor and use cache
94
* CI: Download deps if they aren't in build cache
95
* UI: Use blake2b instead of SHA1 for updater
96
* UI: Make installer execute 64bit on 64bit windows
97
* obs-text: Fix issue drawing some chinese characters
98
* obs-filters: Add audio compression filter
99
* obs-outputs: Port windows socket loop from OBS Classic
100
* librtmp: Clean up our extra RTMP fields on close
101
* UI: Add options for new socket loop
102
* UI: Make sure size-specific spacers are fixed
103
* UI: Fix some settings layouts on non-windows systems
104
* win-capture: Add hook exception for theHunter: COTW
105
* obs-ffmpeg/ffmpeg-mux: Fix failing when no video
106
* image-source: Add solid color source
107
* image-source: Add missing locale
108
* Fix various null pointer issues detected by Coverity
109
* obs-ffmpeg: Allow saving with different video codecs
110
* UI: Add support for other codecs
111
* graphics-hook: Account for sizeof(wchar_t) in len
112
* obs-qsv11: Fix various issues detected by Coverity
113
* obs-ffmpeg: Make gop size configurable
114
* UI: Add gop size option for custom ffmpeg output
115
* libff: Add override for codec compatability check
116
* UI: Add codec compatability checkbox to ffmpeg output
117
* UI: Add warning about recording to mp4 format
118
* CI: Fetch git tags on OSX build
119
* CI: Exit on errors when building the OSX package
120
* UI: Fix typo in general settings
121
* enc-amf: Update to version 1.4.3.9
122
* CI: Build on Linux
123
* libobs: Update version to 18.0.0
124
* libobs: Fix bug where scenes would not properly mix audio
125
* UI: If scene/source names exist, start from 2
126
* CI: Don't skip_join for Travis IRC notifications
127
* obs-frontend-api: Use virtual destructor (fix memory leak)
128
* libobs: Add missing mutex unlock in audio monitoring
129
* CI: Get some codesigning and sparkle stuff in place
130
* CI: Use combined cert for signing OSX
131
* CI: Set keychain timeout & allow productsign
132
* CI: Add some logging to the before deploy script on OSX
133
* CI: Possibly fix OSX cert import issue
134
* CI: OSX - Brew install jack
135
* CI: Notify on failure and only for fixed builds
136
* CI: Reformat Travis CI IRC notification
137
* UI: Hide auto update option for linux
138
* obs-filters: Change attack/release ms limit to 300 (from 100)
139
* obs-filters: Increase max compressor release/attack values
140
* Update translations from Crowdin
141
* AUTHORS: Update with data from Git and Crowdin
142
* UI: Update Simple Mode AMD Presets
143
* enc-amf: Update to hotfix 1.4.3.10
144
* CI: OSX Set builds to stable on tagged builds
145
* CI: Update public OSX install key
146
147
-------------------------------------------------------------------
148
Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
149
150
- Update to version 17.0.2:
151
* libobs: Update to 17.0.2
152
153
-------------------------------------------------------------------
154
Tue Jan 17 23:38:37 UTC 2017 - jimmy@boombatower.com
155
156
- Update to version 17.0.1:
157
* deps/libff: Fix VP8/VP9/webm alpha support
158
* rtmp-services: Increase video bitrate limit for YouTube
159
* obs-outputs: fix build error on freebsd
160
* Update translations from Crowdin
161
* [CI] Use prebuilt deps so we can build on 10.9
162
* CI: Build more features into FFMPEG deps
163
* CI: Update browser plugin ref and build scripts.
164
* CI: Fix zip permission issue on CEF plist files
165
* obs-x264: ignore opencl param
166
* enc-amf: Update to 1.4.3.8
167
* CI: Ability to make packages on travis
168
* CI: actually call packagesbuild from the right place 😑
169
* cmake: Remove unnecessary find_package calls
170
* libobs: Fix scale filtering bug when duplicating scenes
171
* win-capture: Don't use FindWindow for game capture keepalive
172
* CI: Install Packages and use the full version
173
* Revert "win-capture: Use FindWindowEx to traverse window list"
174
* obs-filters.c: Fix color correction filter OpenGL crash
175
* obs-filters.c: Fix color correction filter saturation
176
* Update translations from Crowdin
177
* UI: Fix bug with uncopied profile import/export files
178
* win-capture: Fix game capture size bug when rehooking
179
* libobs: Add func to enum active and inactive child tree
180
* libobs: Enumerate full tree when adding active child
181
* libobs: Add callback for enumerating all scene children
182
* obs-x264: Allow opencl through much longer alias
183
* libobs: Update to version 17.0.1
184
185
-------------------------------------------------------------------
186
Mon Dec 26 08:32:58 UTC 2016 - jimmy@boombatower.com
187
188
- Update to version 0.17.0:
189
* rtmp-services: Update ingest list for Restream.io
190
* Revert "CI: Build on OSX 10.10 on travis"
191
* Remove python dep
192
* win-capture: Use static runtimes for hooks/helpers
193
* cmake: Fix OSX fixup_bundle.sh to copy non-system deps
194
* cmake: Fix permissions with OSX fixup_bundle.sh
195
* libobs-opengl: Add xcb message poll to empty out the queue
196
* frontend-tools: Add options to start output timers every time
197
* libobs-d3d11: Add optional macro to log shader disassembly
198
* Revert "obs-transitions: Avoid branching in slide_transition.effect"
199
* rtmp-services: remove shut down services
200
* libff: Allow custom demuxer options
201
* obs-outputs: Fix librtmp IP bind / resolve behavior
202
* UI: Fix frontend-api event call for adding scenes
203
* libobs/util: Add function to get circlebuf data offset
204
* libobs/util: Add function to generate formatted filenames
205
* libobs: Fix bug where outputs cannot initialize hotkeys
206
* cmake: Add _CRT_SECURE_NO_WARNINGS to all projects
207
* libobs: Fix deprecated macro
208
* libobs/util: Do not ignore deprecation on windows
209
* libobs: Use reference counting for encoder packets
210
* obs-ffmpeg: Add replay buffer output
211
* UI: Disable simple output rec. settings when active
212
* UI: Add replay buffer options to simple output mode
213
* UI: Clarify replay buf. hotkey error message
214
* UI: Separate replay buffer from recording
215
* UI: Add file prefix/suffix options for replay buffer
216
* UI: Fix replay buffer compile issues on older compilers
217
* win-capture: Only duplicate to get cur thread handle
218
* win-capture: Always use minimal access rights within hook
219
* win-capture: Do not require pipe/mutex within hook
220
* win-capture: Fix getting proper UWP window handles
221
* win-capture: Use window for keepalive check
222
* win-capture: Create all named objects within hook
223
* win-capture: Don't use "Local\" for game capture shared mem
224
* win-capture: Remove redundant function
225
* win-capture: Use wide strings for named objects
226
* win-capture: Add ability to open UWP named kernel objects
227
* win-capture: Open UWP named objects with helper functions
228
* win-capture: Output hook debug messages if addresses missing
229
* win-capture: Log plugin-side when capture successful/lost
230
* win-capture: Don't hook suspended processes
231
* win-capture: Wait a few frames for hook to load
232
* win-capture: Fix "attempting to hook [executable]" message
233
* win-capture: Add ApplicationFrameHost to game capture blacklist
234
* win-capture: Don't hard fail if thread ID not found
235
* win-capture: Fix cursor not painting with UWP windows
236
* win-capture: Add debug messages when hooking
237
* win-capture: Do not fall back to other windows for UWP windows
238
* UI: Fix property name bug in frontend API
239
* libobs: Fix possible reverse order mutex hard lock
240
* UI: Remove deleteLater view from filter window layout
241
* libobs: Convert Y800 to RGBX manually
242
* UI: Use dedicated GPU on Hybrid AMD GPU systems
243
* libobs: Fix format not being set for new source frames
244
* libobs: Fix line size issue when copying Y800 data
245
* obs-ffmpeg: Don't allow 32kb/s with FFmpeg AAC encoder
246
* libobs/graphics: Fix the 2D vector dot product func
247
* UI: Make close button default in transform dialog
248
* UI: Add ability to copy-paste scene item transforms
249
* UI: Add import/export of scene collections & profiles
250
* enc-amf: Update to 1.4.3.4 for AMD Driver 16.12.1
251
* obs-filters: Improve "Color Correction" filter
252
* image-source: Do not change blend state
253
* obs-text: Do not reset blend state
254
* libobs-d3d11: Don't crash if unable to rebuild shared texture
255
* libobs: Increase maximum audio tracks to 6
256
* UI: Increase maximum audio tracks to 6
257
* UI: Update locale for 6 tracks
258
* UI: Fix endif in installer
259
* UI: Use 64bit desktop link by default in installer
260
* UI: Clarify startup error messages related to video
261
* obs-ffmpeg: Fix nvenc_h264 deprecated message
262
* libobs: Fix bug drawing RGB/BGR async sources
263
* libobs: Process all scene audio actions if no audio playing
264
* UI: Fix buddy controls with new audio tracks
265
* UI: Add default audio track bitrates
266
* UI: Fix video initialization failure error message
267
* UI: Fix settings window stacked widget index
268
* win-capture: Capture all D3D12 backbuffers
269
* win-capture: Use FindWindowEx to traverse window list
270
* win-capture: Fix possible null pointer dereference
271
* win-capture: Do not add certain windows to window lists
272
* win-capture: Add a few new blacklisted game capture exes
273
* obs-filters: Add "Color" option to color correction filter
274
* obs-filters: Fix comment messages
275
* obs-qsv11: Use d3d9 allocator on Win7
276
* win-capture: Fix possible access of array beyond size
277
* win-capture: Refactor DX12 backbuffer code
278
* win-capture: If backbuffer count is 1, disable dxgi 1.4 use
279
* win-capture: Release backbuffers immediately upon init
280
* libobs/util: Fix C++ compilation issue
281
* Add libcaption library
282
* libobs: Add ability to insert captions into frames
283
* frontend-tools: Move source helper functions to a header
284
* frontend-tools: Add caption generation tool (windows)
285
* Update translations from Crowdin
286
* frontend-tools: Add ability to select caption language
287
* frontend-tools: Detach caption thread if critical failure
288
* frontend-tools: Reset stop event before starting captions
289
* frontend-tools: Don't include colon in "Audio Source"
290
* frontend-tools: Set buddied controls for captions dialog
291
* libobs: Fix caption encoder packet reallocation
292
* libobs: Create referenced parsed AVC encoder packet
293
* obs-outputs: Free encoder packet data manually
294
* libobs: Fix bug in AVC encoder packet allocation
295
* UI: Fix Export QFileDialog parent
296
* libobs: Eliminate an unnecessary allocation with captions
297
* frontend-tools: Fix output-timer translation bug
298
* libobs: Update to version 17.0.0
299
300
-------------------------------------------------------------------
301
Mon Nov 21 18:55:11 UTC 2016 - jimmy@boombatower.com
302
303
- Update to version 0.16.6:
304
* UI: Add --verbose and --unfiltered_log command line options
305
* libobs: Duplicate filters of a scene when it is is duplicated
306
* obs-ffmpeg: Fix assumption about plane height with i444
307
* libobs: Refactor check for Windows bitness/arch
308
* libobs: Add Windows bitness/arch to crash handler
309
* enc-amf: Update to version 1.4.1.5
310
* UI: Add preview scaling options
311
* rtmp-services: Change YouTube keyint from 4 to 2
312
* libobs: Ensure async source sizes are always reset
313
* UI: Fix crash when switching encoders in advanced mode
314
* UI: Fix scrolling while preview is locked
315
* libobs: Ensure AVC priority is always highest for keyframes
316
* obs-outputs: Use correct variable for drop priority
317
* enc-amf: Update to commit which prevents crash on startup
318
* enc-amf: Update to temporary fix branch
319
* win-capture: Do not load 64bit hook offsets on 32bit systems
320
* win-capture: Defer hook offset loading to separate thread
321
* text-freetype2: Defer loading of plugin until source created
322
* obs-qsv11: Manually mark priority bits for QSV frames
323
* Revert "libobs: Ensure AVC priority is always highest for keyframes"
324
* libobs: Update to 0.16.6
325
* Update translations from CrowdIn
326
* UI: tray icons are redrawn for better visibility and contrast
327
* UI: Update settings and fix presets for simple AMD encoder
328
* enc-amf: Update to 1.4.2.2
329
* enc-amf: Update to 1.4.2.3
330
* cmake: Add module to find RSSDK
331
* cmake: Add macro to compile .tlb files via midl
332
* win-ivcam: Add Intel RealSense plugin
333
* UI: Update installer script to latest version
334
* libobs-opengl: Add warning when used on windows
335
* Update translations from Crowdin
336
* enc-amf: Avoid using C++17 for VS2013 compatibility
337
338
-------------------------------------------------------------------
339
Tue Nov 08 19:39:07 UTC 2016 - jimmy@boombatower.com
340
341
- Update to version 0.16.5:
342
* libobs-d3d11: Include GDI surface in rebuild
343
* libobs-d3d11: Remove possible null pointer dereference
344
* libobs: Update to 0.16.5
345
346
-------------------------------------------------------------------
347
Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
348
349
- Update to version 0.16.4:
350
* libobs/util: Fix get_dll_ver not reporting DLL name
351
* Display license in MSI installer
352
* rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
353
* UI: Enable HiDPI scaling.
354
* frontend-tools: Fix crash when adding invalid regex
355
* UI: Use Qt lib for screen info instead of x11 libs
356
* enc-amf: Update to 1.3.2.3
357
* UI: Only scale HiDPI on QT 5.6+
358
* enc-amf: Update to 1.3.3.1
359
* libobs-d3d11: Log GetDeviceRemovedReason
360
* Add 256x256 icon to windows ico for HiDPI displays
361
* UI: Add Portable Mode indicator to title bar and log
362
* UI: Add raw text and text file to drag&drop support
363
* UI: Split Properties window with a QSplitter
364
* CMake: Warn if empty QTDIR/DepsPath vars on Windows
365
* OSX Travis build
366
* CI: Upload artifacts on all pushes
367
* CI: Add irc notifications to travis config
368
* CI: Reduce travis irc notice to one line
369
* CI: Package OSX build into an actual app
370
* CI: Use python2 to run package script
371
* Build browser plugin on travis for OSX
372
* Update obs-browser submodule to a working version
373
* obs-frontend-api: Add library version
374
* cmake: Fix FFmpeg search path on debian
375
* decklink: Update Blackmagic SDK to 10.8.0
376
* CI: Build on OSX 10.10 on travis
377
* UI: Fix bug in frontend API event
378
* frontend-tools: Add output timers
379
* frontend-tools: Code cleanup of output timers
380
* frontend-tools: Add ability to start timer if output is already active
381
* UI: Fix sys. tray crashes when sys. tray not available
382
* UI: Fix poor handling of system tray pointers
383
* UI: Fix improper brace placement for function
384
* UI: Remove unused variable
385
* UI: Fix full screen projector on screens that have reserved areas
386
* obs-ffmpeg: Add b-frames to NVENC logging
387
* UI: Fix --profile option not working on non-windows
388
* rtmp-services: Add Picarto
389
* libobs/util: Add Get() function to CoTaskMemPtr
390
* libobs: Fix missing call to profile_end() when encoding fails
391
* libobs: Add date/time to crash handler
392
* obs-transitions: Avoid branching in slide_transition.effect
393
* obs-ffmpeg: Fix a couple printf compiler warnings.
394
* libobs-d3d11: Store dxgi adapter used for device
395
* libobs-d3d11: Store compiled shader data (for rebuilding)
396
* libobs-d3d11: Correct error message for pixel shaders
397
* libobs-d3d11: Store shader samplers as pointers
398
* libobs-d3d11: Correct error message for staging surfaces
399
* libobs-d3d11: Correct error message creating blend states
400
* libobs-d3d11: Store index and add "Start" function
401
* libobs-d3d11: Clear device state before unloading
402
* libobs-d3d11: Store swap initialization data (for rebuilding)
403
* libobs-d3d11: Store device adapter index (for rebuilding)
404
* libobs-d3d11: Store static textures in RAM (for rebuilding)
405
* libobs-d3d11: Store static vertex buffer data (for rebuilding)
406
* libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
407
* libobs-d3d11: Make shared texture error message less vague
408
* libobs-d3d11: Use linked list for all objects (for rebuilding)
409
* libobs-d3d11: Remove unused function
410
* libobs-d3d11: Add Release funtions to all GS objects
411
* libobs-d3d11: Rebuild device and assets if device removed/reset
412
* win-capture: Cache cursor textures to prevent reallocation
413
* win-capture: Use IUnknown for getting swap backbuffers
414
* win-capture: Add D3D12 capture support
415
* UI: Allow the ability to use deprecated sources
416
* UI: Add AMD presets and update settings
417
* enc-amf: Update to release 1.4.0.0
418
* Update translations from CrowdIn
419
* libobs: Update to version 0.16.3
420
* win-mf: Deprecate AMD Media Foundation H.264 encoder
421
* UI: Fix tab order of Crop fields in Transform Properties
422
* enc-amf: Update to Version 1.4.1.0
423
* Revert "UI: Only scale HiDPI on QT 5.6+"
424
* Revert "UI: Enable HiDPI scaling."
425
* enc-amf: Fix VS2013 compiling issue
426
* libobs: Update to version 0.16.4
427
- Expand libobs-frontend-api.so to include all versions in %files.
428
- After upstream fix place libobs-(opengl|frontend-api).so in devel.
429
430
-------------------------------------------------------------------
431
Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
432
433
- Update to version 0.16.2:
434
* obs-ffmpeg: Fix possible NVENC crash
435
* UI: Use rect intersection test for validating position
436
* enc-amf: Update submodule to 1.3.1.0
437
* obs-text: Add gradient feature
438
* enc-amf: Fix warnings caused by warnings( push/pop )
439
* libobs: Update to 0.16.2
440
441
-------------------------------------------------------------------
442
Thu Sep 29 02:35:16 UTC 2016 - jimmy@boombatower.com
443
444
- Update to version 0.16.1:
445
* UI: Fix window size/pos not saving on exit
446
* libobs/util: Fix fread_utf8 not working with files < 3 bytes
447
* obs-text: Change file update interval to 1 sec (from 2)
448
* libobs: Update to 0.16.1
449
450
-------------------------------------------------------------------
451
Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
452
453
- Update to version 0.16.0:
454
* enc-amf: Update submodule to 1.3.0
455
* UI: Add media/image file drop support
456
* enc-amf: Update submodule to 1.3.0.1
457
* obs-browser: Add browser plugin as a submodule
458
* enc-amf: Update submodule to 1.3.0.3
459
* libobs: Update version to 0.16.0
460
* enc-amf: Remove unused locale files
461
* Update translations from Crowdin
462
* UI: Just use 'OK' button for license agreement dialog
463
464
-------------------------------------------------------------------
465
Mon Aug 8 23:10:42 UTC 2016 - jimmy@boombatower.com
466
467
- Update to 0.15.4 release.
468
469
-------------------------------------------------------------------
470
Sat Jul 16 20:59:38 UTC 2016 - jimmy@boombatower.com
471
472
- Update to 0.15.2 release.
473
474
-------------------------------------------------------------------
475
Tue Jul 12 02:03:51 UTC 2016 - jimmy@boombatower.com
476
477
- Update to 0.15.1 release.
478
479
-------------------------------------------------------------------
480
Fri Jul 8 05:10:02 UTC 2016 - jimmy@boombatower.com
481
482
- Update to 0.15.0 release.
483
484
-------------------------------------------------------------------
485
Mon May 16 00:09:37 UTC 2016 - jimmy@boombatower.com
486
487
- Update to 0.14.2 release.
488
489
-------------------------------------------------------------------
490
Tue Apr 26 06:11:50 UTC 2016 - jimmy@boombatower.com
491
492
- Update to 0.14.1 release.
493
494
-------------------------------------------------------------------
495
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
496
497
- Use pkgconfig instead of libffmpeg-devel
498
499
-------------------------------------------------------------------
500
Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
501
502
- Update to 0.13.4 release.
503
504
-------------------------------------------------------------------
505
Sun Mar 20 07:13:01 UTC 2016 - jimmy@boombatower.com
506
507
- Update to 0.13.3 release.
508
509
-------------------------------------------------------------------
510
Mon Feb 29 15:54:48 UTC 2016 - jimmy@boombatower.com
511
512
- Update to 0.13.2 release.
513
514
-------------------------------------------------------------------
515
Fri Feb 5 05:10:32 UTC 2016 - jimmy@boombatower.com
516
517
- Update to 0.13.1 release.
518
- Remove patch for gcc 4.8 compatability since it was upstreamed.
519
520
-------------------------------------------------------------------
521
Thu Jan 28 00:21:55 UTC 2016 - jimmy@boombatower.com
522
523
- Update to 0.13.0 release.
524
https://github.com/jp9000/obs-studio/releases/tag/0.13.0
525
- Add rpmlintrc for "bad" things obs-studio requires.
526
- Add patch for gcc 4.8 compatability.
527
528
-------------------------------------------------------------------
529
Sat Dec 12 04:25:45 UTC 2015 - jimmy@boombatower.com
530
531
- Update to 0.12.4 release.
532
https://github.com/jp9000/obs-studio/releases/tag/0.12.4
533
534
-------------------------------------------------------------------
535
Wed Dec 9 06:05:59 UTC 2015 - jimmy@boombatower.com
536
537
- Change build requirement from libffmpeg-devel to ffmpeg-devel to
538
follow recent linking of ffmpeg to obs version.
539
540
-------------------------------------------------------------------
541
Sat Dec 5 05:25:31 UTC 2015 - jimmy@boombatower.com
542
543
- Update to 0.12.3 release.
544
https://github.com/jp9000/obs-studio/releases/tag/0.12.3
545
546
-------------------------------------------------------------------
547
Sat Nov 21 03:12:17 UTC 2015 - jimmy@boombatower.com
548
549
- Update to 0.12.2 release.
550
https://github.com/jp9000/obs-studio/releases/tag/0.12.2
551
552
-------------------------------------------------------------------
553
Tue Nov 17 23:51:20 UTC 2015 - jimmy@boombatower.com
554
555
- Update to 0.12.1 release.
556
https://github.com/jp9000/obs-studio/releases/tag/0.12.1
557
558
-------------------------------------------------------------------
559
Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
560
561
- Update to 0.12.0 release.
562
https://github.com/jp9000/obs-studio/releases/tag/0.12.0
563
- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
564
565
-------------------------------------------------------------------
566
Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
567
568
- Update to 0.11.4 release.
569
https://github.com/jp9000/obs-studio/releases/tag/0.11.4
570
- Cut off git portion of version string in UI.
571
- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
572
impossible to compile on obs for openSUSE 13.2.
573
https://obsproject.com/mantis/view.php?id=276
574
575
-------------------------------------------------------------------
576
Sun Aug 9 06:20:02 UTC 2015 - jimmy@boombatower.com
577
578
- Update to 0.11.3 release.
579
https://github.com/jp9000/obs-studio/releases/tag/0.11.3
580
581
-------------------------------------------------------------------
582
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
583
584
- Update to 0.11.2 release.
585
https://github.com/jp9000/obs-studio/releases/tag/0.11.2
586
587
-------------------------------------------------------------------
588
Fri Jul 10 04:17:01 UTC 2015 - jimmy@boombatower.com
589
590
- Update to 0.11.1 release.
591
https://github.com/jp9000/obs-studio/releases/tag/0.11.1
592
593
-------------------------------------------------------------------
594
Thu Jul 9 03:41:02 UTC 2015 - jimmy@boombatower.com
595
596
- Update to 0.11.0 release.
597
https://github.com/jp9000/obs-studio/releases/tag/0.11.0
598
- Add curl build dependency.
599
600
-------------------------------------------------------------------
601
Tue May 19 06:11:11 UTC 2015 - jimmy@boombatower.com
602
603
- Update to 0.10.1 release.
604
https://github.com/jp9000/obs-studio/releases/tag/0.10.1
605
606
-------------------------------------------------------------------
607
Wed May 13 23:36:24 UTC 2015 - jimmy@boombatower.com
608
609
- Update to 0.10.0 release.
610
https://github.com/jp9000/obs-studio/releases/tag/0.10.0
611
612
-------------------------------------------------------------------
613
Fri Mar 27 20:25:00 UTC 2015 - jimmy@boombatower.com
614
615
- Update to 0.9.1 release.
616
https://github.com/jp9000/obs-studio/releases/tag/0.9.1
617
618
-------------------------------------------------------------------
619
Thu Mar 26 03:47:02 UTC 2015 - jimmy@boombatower.com
620
621
- Update to 0.9.0 release.
622
https://github.com/jp9000/obs-studio/releases/tag/0.9.0
623
624
-------------------------------------------------------------------
625
Sat Feb 21 08:17:07 UTC 2015 - jimmy@boombatower.com
626
627
- Update to 0.8.3 release.
628
https://github.com/jp9000/obs-studio/releases/tag/0.8.3
629
630
-------------------------------------------------------------------
631
Thu Feb 12 07:15:19 UTC 2015 - jimmy@boombatower.com
632
633
- Update to 0.8.2 release.
634
https://github.com/jp9000/obs-studio/releases/tag/0.8.2
635
https://github.com/jp9000/obs-studio/releases/tag/0.8.1
636
https://github.com/jp9000/obs-studio/releases/tag/0.8.0
637
638
-------------------------------------------------------------------
639
Thu Jan 15 11:05:44 UTC 2015 - jimmy@boombatower.com
640
641
- Update to 0.7.3 release.
642
Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.3
643
644
-------------------------------------------------------------------
645
Wed Jan 7 20:54:30 UTC 2015 - jimmy@boombatower.com
646
647
- Update to 0.7.2 release.
648
Details at https://github.com/jp9000/obs-studio/releases/tag/0.7.2 and
649
https://github.com/jp9000/obs-studio/releases/tag/0.7.1
650
651
-------------------------------------------------------------------
652
Thu Nov 13 10:35:34 UTC 2014 - jimmy@boombatower.com
653
654
- Initial 0.6.4 release.
655
656