Overview

Request 3709 (accepted)

- Update to version 18.0.0:
* UI: Add more command line options
* obs-browser: Update submodule to latest version
* Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
* CI: Add in inital appveyor config
* CI: Move browser source before building app
* CI: Build VLC plugin for OSX on travis
* rtmp-services: remove shut down services
* CI: Build Windows version and upload artifacts
* obs-browser: Update browser ref
* CI: Update permissions on CEF app plist before packaging
* cmake: Enable COPY_DEPENDENCIES by default on Windows
* rtmp-services: Update Vaughn Live ingests
* libobs: Log correct amount of memory on 32bit (windows)
* UI: Convert to wide before outputting debug text (win)
* UI: Protect debug text static string var with mutex
* libobs: Add ability to get output congestion
* obs-output: Add ability to get congestion to rtmp output
* obs-outputs: Increase default drop threshold
* UI: Add connection status square to status bar
* UI: Add separate timers to status bar
* UI: Add option to always minimize to tray
* UI: Hide/show dialogs when minimizing to tray
* UI: Do not quit program when last windows are projectors
* UI: Add option to save projectors
* UI: Add auto-start replay buf. opt. when stream starts
* UI: Fix scaling in viewport when source flipped
* UI: Fix linux display/resize bug with preview widget
* rtmp-services: Add Restream.io Los Angeles server
* libobs: Add optional ultrawide -> wide scaling techniques

Submit package home:boombatow...es:Multimedia / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,150 @@
2
 -------------------------------------------------------------------
3
+Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 18.0.0:
6
+  * UI: Add more command line options
7
+  * obs-browser: Update submodule to latest version
8
+  * Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
9
+  * CI: Add in inital appveyor config
10
+  * CI: Move browser source before building app
11
+  * CI: Build VLC plugin for OSX on travis
12
+  * rtmp-services: remove shut down services
13
+  * CI: Build Windows version and upload artifacts
14
+  * obs-browser: Update browser ref
15
+  * CI: Update permissions on CEF app plist before packaging
16
+  * cmake: Enable COPY_DEPENDENCIES by default on Windows
17
+  * rtmp-services: Update Vaughn Live ingests
18
+  * libobs: Log correct amount of memory on 32bit (windows)
19
+  * UI: Convert to wide before outputting debug text (win)
20
+  * UI: Protect debug text static string var with mutex
21
+  * libobs: Add ability to get output congestion
22
+  * obs-output: Add ability to get congestion to rtmp output
23
+  * obs-outputs: Increase default drop threshold
24
+  * UI: Add connection status square to status bar
25
+  * UI: Add separate timers to status bar
26
+  * UI: Add option to always minimize to tray
27
+  * UI: Hide/show dialogs when minimizing to tray
28
+  * UI: Do not quit program when last windows are projectors
29
+  * UI: Add option to save projectors
30
+  * UI: Add auto-start replay buf. opt. when stream starts
31
+  * UI: Fix scaling in viewport when source flipped
32
+  * UI: Fix linux display/resize bug with preview widget
33
+  * rtmp-services: Add Restream.io Los Angeles server
34
+  * libobs: Add optional ultrawide -> wide scaling techniques
35
+  * obs-filters: Add option to undistort ultrawide -> wide
36
+  * obs-filters: Add "Color Grading" filter
37
+  * rtmp-services: Add new beam.pro ingests
38
+  * CI: Add post install script to OBS installer to fix CEF permissions
39
+  * rtmp-services: Add Web.TV streaming service
40
+  * Add VST Plugin
41
+  * obs-filters: Fix compiler warnings
42
+  * UI: Remove unused variables
43
+  * UI: Clarify "Always minimize to tray" option
44
+  * obs-filters: Rename "Color Grade" filter to "LUT Filter"
45
+  * obs-filters: Change "LUT Filter" to "Apply LUT"
46
+  * CI: Fix VLC download
47
+  * CI: Unzip VLC quietly
48
+  * rtmp-services: Update twitch/hitbox ingest and youtube recommendations
49
+  * CI: Fix OSX post-install script
50
+  * UI: Fix locale text alignment
51
+  * UI: Make advanced settings pane a bit more compact
52
+  * libobs: Mark last video ts even when buffering off
53
+  * libobs: Mark parameter as constant if not modifying
54
+  * libobs: Use original audio structure for audio signal
55
+  * libobs: Implement audio monitoring
56
+  * win-wasapi: Mark audio outputs as unmonitorable
57
+  * UI: Add audio monitoring to settings/adv audio props.
58
+  * UI: Prevent thread stalls with fader/volume widgets
59
+  * obs-transitions: Convert premultiplied alpha to straight
60
+  * UI: Add 24 NTSC as a common FPS value
61
+  * obs-ffmpeg: Do not use HW accel by default on mac
62
+  * rtmp-services: Update twitch ingests
63
+  * obs-ffmpeg: Fix compiler warnings
64
+  * UI: Fix compiler warning
65
+  * UI: Change volume meter update interval to 30fps
66
+  * UI: Add warning if starting the output fails
67
+  * obs-ffmpeg: Be more verbose when custom params fail
68
+  * obs-ffmpeg: Fix custom audio codec parameters
69
+  * CI: Retry failed downloads
70
+  * UI: fix ffmpeg output file extension
71
+  * UI: Clean up general pane of settings dialog
72
+  * UI: Add function to get remote file
73
+  * UI: Add front-end auto-updater
74
+  * UI: Update installer to latest version
75
+  * UI: Add latest installer fixes from R1CH
76
+  * obs-ffmpeg: Add 'save' to replay buffer proc handler
77
+  * win-capture: Fall back to GetWindow if FindWindowEx fails
78
+  * libobs: Fix audio monitoring delaying perpetually
79
+  * rtmp-services: Update max video bitrate for beam
80
+  * libobs/util: Use a mutex with config files
81
+  * win-capture: Blacklist chrome/firefox from game capture
82
+  * win-dshow: Add LGP timestamp fix
83
+  * UI: Trigger frontend api scene change after transition
84
+  * Add AUTHORS file
85
+  * mailmap: Disambiguate between a few authors
86
+  * mailmap: Disambiguate between another author
87
+  * rtmp-services: Add "Pandora TV Korea"
88
+  * UI: Trigger scene list change event when scene removed
89
+  * CI: Speedup msbuild by using all CPU cores
90
+  * UI: Improve accessibility text on main window
91
+  * CI: Download VLC repo instead of cloning from git
92
+  * CI: Disable test discovery on AppVeyor
93
+  * CI: Cache dependencies downloads on AppVeyor
94
+  * CI: Disable deps download in AppVeyor and use cache
95
+  * CI: Download deps if they aren't in build cache
96
+  * UI: Use blake2b instead of SHA1 for updater
97
+  * UI: Make installer execute 64bit on 64bit windows
98
+  * obs-text: Fix issue drawing some chinese characters
99
+  * obs-filters: Add audio compression filter
100
+  * obs-outputs: Port windows socket loop from OBS Classic
101
+  * librtmp: Clean up our extra RTMP fields on close
102
+  * UI: Add options for new socket loop
103
+  * UI: Make sure size-specific spacers are fixed
104
+  * UI: Fix some settings layouts on non-windows systems
105
+  * win-capture: Add hook exception for theHunter: COTW
106
+  * obs-ffmpeg/ffmpeg-mux: Fix failing when no video
107
+  * image-source: Add solid color source
108
+  * image-source: Add missing locale
109
+  * Fix various null pointer issues detected by Coverity
110
+  * obs-ffmpeg: Allow saving with different video codecs
111
+  * UI: Add support for other codecs
112
+  * graphics-hook: Account for sizeof(wchar_t) in len
113
+  * obs-qsv11: Fix various issues detected by Coverity
114
+  * obs-ffmpeg: Make gop size configurable
115
+  * UI: Add gop size option for custom ffmpeg output
116
+  * libff: Add override for codec compatability check
117
+  * UI: Add codec compatability checkbox to ffmpeg output
118
+  * UI: Add warning about recording to mp4 format
119
+  * CI: Fetch git tags on OSX build
120
+  * CI: Exit on errors when building the OSX package
121
+  * UI: Fix typo in general settings
122
+  * enc-amf: Update to version 1.4.3.9
123
+  * CI: Build on Linux
124
+  * libobs: Update version to 18.0.0
125
+  * libobs: Fix bug where scenes would not properly mix audio
126
+  * UI: If scene/source names exist, start from 2
127
+  * CI: Don't skip_join for Travis IRC notifications
128
+  * obs-frontend-api: Use virtual destructor (fix memory leak)
129
+  * libobs: Add missing mutex unlock in audio monitoring
130
+  * CI: Get some codesigning and sparkle stuff in place
131
+  * CI: Use combined cert for signing OSX
132
+  * CI: Set keychain timeout & allow productsign
133
+  * CI: Add some logging to the before deploy script on OSX
134
+  * CI: Possibly fix OSX cert import issue
135
+  * CI: OSX - Brew install jack
136
+  * CI: Notify on failure and only for fixed builds
137
+  * CI: Reformat Travis CI IRC notification
138
+  * UI: Hide auto update option for linux
139
+  * obs-filters: Change attack/release ms limit to 300 (from 100)
140
+  * obs-filters: Increase max compressor release/attack values
141
+  * Update translations from Crowdin
142
+  * AUTHORS: Update with data from Git and Crowdin
143
+  * UI: Update Simple Mode AMD Presets
144
+  * enc-amf: Update to hotfix 1.4.3.10
145
+  * CI: OSX Set builds to stable on tagged builds
146
+  * CI: Update public OSX install key
147
+
148
+-------------------------------------------------------------------
149
 Wed Jan 18 14:48:26 UTC 2017 - jimmy@boombatower.com
150
 
151
 - Update to version 17.0.2:
152
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        17.0.2
4
+Version:        18.0.0
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 
8
_service Changed
10
 
1
@@ -1,7 +1,7 @@
2
 <services>
3
   <service name="tar_scm" mode="disabled">
4
     <param name="versionformat">@PARENT_TAG@</param>
5
-    <param name="revision">refs/tags/17.0.2</param>
6
+    <param name="revision">refs/tags/18.0.0</param>
7
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
9
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
5
-    <param name="changesrevision">841dfade55dff65a4080dbdfd5672f3318de6f08</param>
6
+    <param name="changesrevision">5312ffa8157c4210cf57026f90eeb09e81a5a461</param>
7
   </service>
8
 </servicedata>
9
obs-studio-17.0.2.tar.xz -> obs-studio-18.0.0.tar.xz Changed
Refresh
Refresh
Request History
boombatower's avatar

boombatower created request about 8 years ago

- Update to version 18.0.0:
* UI: Add more command line options
* obs-browser: Update submodule to latest version
* Revert "Revert "win-capture: Use FindWindowEx to traverse window list""
* CI: Add in inital appveyor config
* CI: Move browser source before building app
* CI: Build VLC plugin for OSX on travis
* rtmp-services: remove shut down services
* CI: Build Windows version and upload artifacts
* obs-browser: Update browser ref
* CI: Update permissions on CEF app plist before packaging
* cmake: Enable COPY_DEPENDENCIES by default on Windows
* rtmp-services: Update Vaughn Live ingests
* libobs: Log correct amount of memory on 32bit (windows)
* UI: Convert to wide before outputting debug text (win)
* UI: Protect debug text static string var with mutex
* libobs: Add ability to get output congestion
* obs-output: Add ability to get congestion to rtmp output
* obs-outputs: Increase default drop threshold
* UI: Add connection status square to status bar
* UI: Add separate timers to status bar
* UI: Add option to always minimize to tray
* UI: Hide/show dialogs when minimizing to tray
* UI: Do not quit program when last windows are projectors
* UI: Add option to save projectors
* UI: Add auto-start replay buf. opt. when stream starts
* UI: Fix scaling in viewport when source flipped
* UI: Fix linux display/resize bug with preview widget
* rtmp-services: Add Restream.io Los Angeles server
* libobs: Add optional ultrawide -> wide scaling techniques


boombatower's avatar

boombatower accepted request about 8 years ago

ok