Changes of Revision 48

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,140 @@
2
 -------------------------------------------------------------------
3
+Fri Aug 11 18:43:29 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 20.0.1:
6
+  * UI: Add Studio Mode features in the Frontend API
7
+  * CI: Download deps if they are outdated
8
+  * plugins: Clear warnings about -Wincompatible-pointer-types
9
+  * UI: Add new theme, update theme capabilities
10
+  * .editorconfig: Add file to speed up editor configuration
11
+  * libobs: Fix an int underflow in log_frame_info
12
+  * rtmp-services: Add Chaturbate Streaming Service
13
+  * libobs-d3d11: Fix potential issue rebuilding shared texture
14
+  * UI: Fix potential crash with unsupported video cards
15
+  * vlc-video: Add network caching property
16
+  * libobs-d3d11: Better error message for missing D3DCompiler
17
+  * rtmp-services: Rename beam.pro to Mixer.com
18
+  * vlc-video: Fix integer conversion warning
19
+  * deps/jansson: Update jansson to version 2.9
20
+  * UI: Add fullscreen projector to systray menu
21
+  * UI: Add fullscreen UI option to view menu
22
+  * libobs: Fix bug where obs_data default might not be set
23
+  * UI: Add "Defaults" button to filters/properties windows
24
+  * obs-text: Fix file reader occasionally not updating
25
+  * text-freetype2: Fix file reader occasionally not updating
26
+  * cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
27
+  * UI, libobs: Add ability to lock individual scene items
28
+  * UI, libobs: Add Japanese shortcut keys for Windows
29
+  * rtmp-services: Update servers for Vaughn Live/Breakers.tv
30
+  * libobs/util: Make minor optimization to circlebuf pops
31
+  * libobs: Add <> or \| on RT 102-key as hotkey
32
+  * libobs/plugins/UI: Suppress unused variables warnings
33
+  * UI: Make sure "Defaults" buttons aren't default buttons
34
+  * UI: Make lock/unlock icons slightly smaller
35
+  * UI: Fix lock/visibility sub-widget sizes on OSX
36
+  * obs-qsv11: change re-enter locker implementation
37
+  * decklink: Add feature to detect resolution/format
38
+  * UI: Add ability to drop html files
39
+  * UI: Allow zoom with the scroll wheel
40
+  * win-capture: Log when game capture compatibilty mode is set
41
+  * UI: Remove unused function from volume control
42
+  * libobs: Add obs_volmeter_get_cur_db function
43
+  * UI: Change meter color to red when audio is clipping
44
+  * UI: Add backwards compatible theme fallback
45
+  * rtmp-services: Add LiveEdu (accidentally removed)
46
+  * UI: Ensure theme backward compat. with older OBS vers.
47
+  * obs-filters: Optimize and fix alpha in color grade filter
48
+  * UI: update installer script to latest version
49
+  * rtmp-services: Update twitch.tv ingests
50
+  * UI: Add missing separator in mediaExtensions initializer
51
+  * libobs: Add API to specify codec support on encoded outputs
52
+  * libobs: Add ability for service to specify its output type
53
+  * obs-qsv11, obs-x264: Allow bframe count overriding
54
+  * rtmp-services: Add ability to specify different outputs
55
+  * rtmp-services: Allow services to override bframe count
56
+  * UI: Allow services to use different outputs
57
+  * UI: Allow outputs to use different audio codecs
58
+  * obs-outputs: Fix a few issues with CMakeLists.txt
59
+  * rmtp-services: Don't display warning for invalid file ver.
60
+  * rtmp-services: Fix incorrect RTMP output ID
61
+  * rtmp-services: Update Twitch ingests
62
+  * libobs: Do not save hotkeys for private sources
63
+  * libobs: Add transition callbacks for starting/stopping
64
+  * libobs: Add function to get current transition time
65
+  * libobs: Add ability for transitions to render sources directly
66
+  * obs-ffmpeg: Add proc handler function to get media duration
67
+  * obs-transitions: Add stinger transition
68
+  * rtmp-services: Add Twitter / Periscope as a service
69
+  * UI: Fix problem with exporting scene collections/profiles
70
+  * UI: Add --multi flag to suppress multi-instance warning
71
+  * libobs: Add post-load module callback
72
+  * libobs: Ensure scene items don't have pre-multiplied alpha
73
+  * libobs: Fix item copying during scene duplication
74
+  * rtmp-services: Update Picarto maximum audio bitrate
75
+  * UI: Fix potential crash when outputs change
76
+  * UI: Add "Below Normal" priority option
77
+  * UI: Add modular UI
78
+  * UI: Fix build issue with older linux Qt5 packages
79
+  * UI: Fix settings window minimum width/height
80
+  * libobs: Add API function to get version string
81
+  * deps/file-updater: Add func to get single remote file
82
+  * obs-ffmpeg: Rename obs-ffmpeg-aac.c file
83
+  * obs-ffmpeg: Make FFmpeg audio encoder abstractable
84
+  * obs-ffmpeg: Ensure sample rate is supported in audio encoder
85
+  * obs-ffmpeg: Add Opus audio encoder
86
+  * obs-outputs: Add FTL output
87
+  * rtmp-services: Add Mixer FTL service
88
+  * UI: Update Mixer (formerly Beam) in auto configuration
89
+  * UI: Remove trailing whitespace
90
+  * UI: Return false if audio encoder creation fails
91
+  * rtmp-services: Fix ingest update request user agent
92
+  * rtmp-services: Add Twitch ingest update API
93
+  * rtmp-services: Add "Auto" server option for Twitch
94
+  * UI: Add support for Twitch "Auto" server in auto-config
95
+  * UI: Fix incorrect properties set for Hardware (AMD)
96
+  * rtmp-services: Remove Twtich "Auto" if API down and not cached
97
+  * Revert "UI: Add support for Twitch "Auto" server in auto-config"
98
+  * Revert "libobs: Fix an int underflow in log_frame_info"
99
+  * libobs: Log output frame count instead of encoded count
100
+  * UI: Test first 3 closest Twitch ingests in auto-config
101
+  * UI: Fix Delete key not working on scenes/sources
102
+  * deps/media-playback: Add concat playback support
103
+  * UI: Update Hitbox to Smashcast in autoconfig wizard
104
+  * enc-amf: Update to 2.2.1
105
+  * libobs: Add ability to transition to NULL source
106
+  * image-source: Add 'loop' and 'hide on stop' to slideshow
107
+  * image-source: Add activate/deactivate behavior to slideshow
108
+  * image-source: Add "manual (hotkey)" mode to image slideshow
109
+  * UI: Move adv. audio props. to each audio config button
110
+  * obs-x264: Remove VFR mode as an advanced option
111
+  * vlc-video: Don't allow VLC sources to be cloned
112
+  * rtmp-services: Update Switchboard ingests
113
+  * UI: Fix stats window geometry saving on shutdown
114
+  * UI: Show error if empty recording path specified
115
+  * libobs: Export obs_output_get_last_error
116
+  * obs-ffmpeg: Improved output error handling
117
+  * UI: Report more detailed output errors if available
118
+  * UI: Show error if empty recording path specified
119
+  * obs-ffmpeg: Add proc handler for getting number of frames in video
120
+  * obs-transitions: Add frame transition point option to stinger
121
+  * obs-transitions: Fix stinger transition locale
122
+  * obs-outputs: Change loglevel of ftl status thread to debug
123
+  * enc-amf: Update to 2.2.2
124
+  * UI/updater: Restart progress bar when installing updates
125
+  * UI/updater: Improved handling of failure conditions
126
+  * libobs: Update version to 20.0.0
127
+  * rtmp-services: Initialize mutex/dynamic array
128
+  * rtmp-services: Require cmake var to enable ingest updates
129
+  * obs-transitions: Rename stinger ID to prevent conflict
130
+  * Update translations from Crowdin
131
+  * rtmp-services: Always check service updates on non-windows
132
+  * image-source: Fix potential crash with slideshow
133
+  * UI: Fix conditions for redraw the stats labels
134
+  * libobs: Update version to 20.0.1
135
+  * libobs: Add default hotkey id to duplicated item
136
+  * UI: Fix Stats not showing stream data until start
137
+
138
+-------------------------------------------------------------------
139
 Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
140
 
141
 - Update to version 19.0.3:
142
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        19.0.3
4
+Version:        20.0.1
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/19.0.3</param>
6
+    <param name="revision">refs/tags/20.0.1</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">d295ad3ed3eafc7550ffa4280abcf116ec9bad14</param>
6
+    <param name="changesrevision">d3c163b77510359f4b2b6fb31a201141ea726c30</param>
7
   </service>
8
 </servicedata>
9
obs-studio-19.0.3.tar.xz -> obs-studio-20.0.1.tar.xz Changed