Changes of Revision 46

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,140 @@
2
 -------------------------------------------------------------------
3
+Wed Jun 14 22:47:57 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 19.0.2:
6
+  * UI: Fix drag & drop bug
7
+  * frontend-tools: Add automatic scene switcher for Linux
8
+  * UI: Add option to disable audio ducking on windows
9
+  * rtmp-services: Update ingests
10
+  * libobs/util: Add Get function to BPtr<>
11
+  * UI, obs-qsv11: Fix build in VisualStudio 2017
12
+  * UI: Fix warning in VisualStudio 2017
13
+  * obs-qsv11: Fix SEI crash caused by dangling pointer
14
+  * UI: Add ability to output to window
15
+  * UI: Always alternatively open backup scene json file
16
+  * libobs: Don't call unlink unnecessarily
17
+  * libobs/util: Add os_safe_replace function
18
+  * libobs/util: Use os_safe_replace in safe file writes
19
+  * libobs/util: Flush text files when writing
20
+  * libobs/util: Use MoveFileEx with MOVEFILE_REPLACE_EXISTING
21
+  * vlc-video: Add ability to shuffle playlist in VLC source
22
+  * Various: Optimize bundled PNG files
23
+  * text-freetype2: Make font lookup recursive on mac
24
+  * libobs: Use tex.Load for reverse NV12/I420 funcs
25
+  * UI: Fix settings dialog crashing on linux
26
+  * libobs: Fix tex.Load lookup (needs int3, not int2)
27
+  * libobs: Add random shader
28
+  * libobs: Fix skipped frames reporting
29
+  * libobs: Add functions to get logical/physical cores
30
+  * libobs: Pass exact data when calling obs_get_video_info
31
+  * libobs: Add function to allow custom output drawing
32
+  * libobs: Add function to allow getting output connect time
33
+  * libobs: Don't allow lagged frames to be counted as skipped
34
+  * obs-outputs: Add null output
35
+  * obs-outputs: Add connect time callback for rtmp output
36
+  * obs-outputs: Fix frame dropping when using ultrafast
37
+  * UI: Add function to enable/disable outputs
38
+  * UI: Don't subject base/output resolutions defaults
39
+  * UI: Limit default canvas res to 1920x1080 or below
40
+  * UI: Add 1920x1080/1280x720 to the settings base res list
41
+  * UI: Remove colon from a few locale items
42
+  * UI: Add auto-configuration wizard
43
+  * CI: OSX - Use wget instead of curl
44
+  * libobs: Fix os_safe_replace not working linux
45
+  * UI: Show invalid Bind to IP entries in the settings
46
+  * decklink: Fix compiler warning about ignored const
47
+  * decklink: Add option to disable the plugin
48
+  * decklink: Remove unused variables to fix warning
49
+  * win-capture: Hide cursor when in background (game capture)
50
+  * Various: Don't use boolean bitfields
51
+  * win-capture: Hide cursor when in background (window capture)
52
+  * rtmp-services: Rename hitbox.tv to Smashcast
53
+  * obs-ffmpeg: Add signal/proc to restart media playback
54
+  * CI: exclude .gitignore
55
+  * CI: Use git fetch --unshallow for OSX
56
+  * libobs/util: Add function to get free disk space
57
+  * libobs-opengl: Fix potential crash w/ viewports
58
+  * libobs: Add function to get average render time
59
+  * libobs: Add functions to get total/lagged frames
60
+  * libobs: Add obs_output_reconnecting func
61
+  * obs-ffmpeg: Implement get_total_bytes in recording outputs
62
+  * UI: Add function to get current memory usage (win32)
63
+  * UI: Add themeID values for colors to style sheets
64
+  * UI: Add stats dialog
65
+  * UI: Fix a few locale items, and add a few missing ones
66
+  * UI: Make Qt use locale text for QWizard buttons
67
+  * UI: Add helper class to translate message box buttons
68
+  * UI: Make sure all message box buttons are translated
69
+  * UI: Fix locale text for "OK" in question dialogs
70
+  * UI: Bring stats to front if it already exists
71
+  * UI: Add option to show stats on startup to general
72
+  * UI: Save/remember stats window geometry
73
+  * Revert "libobs: Allow source to fully control source flags (for now)"
74
+  * libobs: Don't use source flags for async buffering
75
+  * UI: Don't use "quit on last window closed"
76
+  * UI: Fix bug where Pre19Defaults would always be set
77
+  * UI: Don't count debug log messages in repeat detection
78
+  * UI: Warn user if multiple instances of the UI are open
79
+  * enc-amf: Version 2.1.3
80
+  * image-source: Allow custom bounding source size/aspect
81
+  * UI: Update quick transitions on transition add/removal
82
+  * libobs: Add scene item IDs
83
+  * win-dshow: Update libdshowcapture to 0.5.12
84
+  * UI: Add support for showing output error messages
85
+  * libobs: Add support for output error messages
86
+  * obs-outputs: Add output error messages for RTMP
87
+  * UI: Fix misleading log message when updating settings
88
+  * UI: Change output blocking bool to integer ref counter
89
+  * UI: Prevent user from starting ouputs while in settings
90
+  * UI: Move Stats to the view menu
91
+  * UI: Make Stats a regular window rather than dialog
92
+  * UI: Check to see if outputs valid when updating stats
93
+  * deps/media-playback: Remove unnecessary logging
94
+  * UI: Fix creation of log files with non-english paths
95
+  * libobs-d3d11: Only load vertex buffer before drawing
96
+  * deps/media-playback: Include SSE flags
97
+  * deps/media-playback: Do not seek network streams
98
+  * deps/media-playback: Init avformat in thread
99
+  * obs-ffmpeg: Only preload frames for local files
100
+  * obs-ffmpeg: Always close network sources when inactive
101
+  * libobs: Update to version 19.0.0
102
+  * libobs: Make obs_source_default_render exported
103
+  * obs-filters: Add Render Delay filter
104
+  * UI: Sort filter names when adding filters
105
+  * deps/media-playback: Discard packet returns of invalid sizes
106
+  * deps/media-playback: Use new FFmpeg decode funcs when possible
107
+  * deps/media-playback: Always check for new frame first
108
+  * UI: Fix cases where wizard bitrate is not capped
109
+  * UI: Remove advanced settings from final wizard results
110
+  * UI: Actually update service for wiz. bitrate limits
111
+  * UI: Fix enumeration of scene collections on first run
112
+  * obs-ffmpeg: Disable media source HW accel. for now
113
+  * libobs: Do not allow incompatible filters on sources
114
+  * rtmp-services: Preserve settings if service renamed
115
+  * obs-filters: Increase allowable render delay to 500ms
116
+  * enc-amf: Version 2.1.4
117
+  * VST: bump vst submodule ref
118
+  * Update translations from Crowdin
119
+  * UI: Change default autoconfig test bitrate
120
+  * AUTHORS: Update with data from Git and Crowdin
121
+  * deps/media-playback: Fix bug where inverted media would crash
122
+  * UI: Remove whitespace from end of autconfig stream key
123
+  * libobs/util: Also remove CR/LF from dstr_depad
124
+  * UI: Fix bug where auto-config settings wouldn't apply
125
+  * Fix German locale inconsistencies
126
+  * libobs: Always call stop callback
127
+  * UI: Unlock mutex before trying to stop output
128
+  * libobs: Fix bug where outputs would not set stopped event
129
+  * libobs: Update version to 19.0.1
130
+  * enc-amf: Version 2.1.5
131
+  * UI: Fix creation of crash log with non-english paths
132
+  * libobs-d3d11: Fix bug where vertex buffers would be reset
133
+  * UI: Fix autoconfig capping bitrate with "custom server"
134
+  * libobs: Update to version 19.0.2
135
+  * Revert "obs-ffmpeg/nvenc: Remove "default" preset"
136
+  * UI: Fix tooltip for "prefer hardware encoding"
137
+
138
+-------------------------------------------------------------------
139
 Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
140
 
141
 - Update to version 18.0.2:
142
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        18.0.2
4
+Version:        19.0.2
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/18.0.2</param>
6
+    <param name="revision">refs/tags/19.0.2</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">4684294bcd53193f4227fb31214a6417fdcd2b97</param>
6
+    <param name="changesrevision">870bf6b6fca2940f8cf37f10339564d393ac41bf</param>
7
   </service>
8
 </servicedata>
9
obs-studio-18.0.2.tar.xz -> obs-studio-19.0.2.tar.xz Changed