Changes of Revision 37

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,88 @@
2
 -------------------------------------------------------------------
3
+Fri Nov 04 15:36:07 UTC 2016 - jimmy@boombatower.com
4
+
5
+- Update to version 0.16.4:
6
+  * libobs/util: Fix get_dll_ver not reporting DLL name
7
+  * Display license in MSI installer
8
+  * rtmp-services: Add Asian Livecoding.tv server and increase video bitrate
9
+  * UI: Enable HiDPI scaling.
10
+  * frontend-tools: Fix crash when adding invalid regex
11
+  * UI: Use Qt lib for screen info instead of x11 libs
12
+  * enc-amf: Update to 1.3.2.3
13
+  * UI: Only scale HiDPI on QT 5.6+
14
+  * enc-amf: Update to 1.3.3.1
15
+  * libobs-d3d11: Log GetDeviceRemovedReason
16
+  * Add 256x256 icon to windows ico for HiDPI displays
17
+  * UI: Add Portable Mode indicator to title bar and log
18
+  * UI: Add raw text and text file to drag&drop support
19
+  * UI: Split Properties window with a QSplitter
20
+  * CMake: Warn if empty QTDIR/DepsPath vars on Windows
21
+  * OSX Travis build
22
+  * CI: Upload artifacts on all pushes
23
+  * CI: Add irc notifications to travis config
24
+  * CI: Reduce travis irc notice to one line
25
+  * CI: Package OSX build into an actual app
26
+  * CI: Use python2 to run package script
27
+  * Build browser plugin on travis for OSX
28
+  * Update obs-browser submodule to a working version
29
+  * obs-frontend-api: Add library version
30
+  * cmake: Fix FFmpeg search path on debian
31
+  * decklink: Update Blackmagic SDK to 10.8.0
32
+  * CI: Build on OSX 10.10 on travis
33
+  * UI: Fix bug in frontend API event
34
+  * frontend-tools: Add output timers
35
+  * frontend-tools: Code cleanup of output timers
36
+  * frontend-tools: Add ability to start timer if output is already active
37
+  * UI: Fix sys. tray crashes when sys. tray not available
38
+  * UI: Fix poor handling of system tray pointers
39
+  * UI: Fix improper brace placement for function
40
+  * UI: Remove unused variable
41
+  * UI: Fix full screen projector on screens that have reserved areas
42
+  * obs-ffmpeg: Add b-frames to NVENC logging
43
+  * UI: Fix --profile option not working on non-windows
44
+  * rtmp-services: Add Picarto
45
+  * libobs/util: Add Get() function to CoTaskMemPtr
46
+  * libobs: Fix missing call to profile_end() when encoding fails
47
+  * libobs: Add date/time to crash handler
48
+  * obs-transitions: Avoid branching in slide_transition.effect
49
+  * obs-ffmpeg: Fix a couple printf compiler warnings.
50
+  * libobs-d3d11: Store dxgi adapter used for device
51
+  * libobs-d3d11: Store compiled shader data (for rebuilding)
52
+  * libobs-d3d11: Correct error message for pixel shaders
53
+  * libobs-d3d11: Store shader samplers as pointers
54
+  * libobs-d3d11: Correct error message for staging surfaces
55
+  * libobs-d3d11: Correct error message creating blend states
56
+  * libobs-d3d11: Store index and add "Start" function
57
+  * libobs-d3d11: Clear device state before unloading
58
+  * libobs-d3d11: Store swap initialization data (for rebuilding)
59
+  * libobs-d3d11: Store device adapter index (for rebuilding)
60
+  * libobs-d3d11: Store static textures in RAM (for rebuilding)
61
+  * libobs-d3d11: Store static vertex buffer data (for rebuilding)
62
+  * libobs-d3d11: Save all D3D11 object descriptors (for rebuilding)
63
+  * libobs-d3d11: Make shared texture error message less vague
64
+  * libobs-d3d11: Use linked list for all objects (for rebuilding)
65
+  * libobs-d3d11: Remove unused function
66
+  * libobs-d3d11: Add Release funtions to all GS objects
67
+  * libobs-d3d11: Rebuild device and assets if device removed/reset
68
+  * win-capture: Cache cursor textures to prevent reallocation
69
+  * win-capture: Use IUnknown for getting swap backbuffers
70
+  * win-capture: Add D3D12 capture support
71
+  * UI: Allow the ability to use deprecated sources
72
+  * UI: Add AMD presets and update settings
73
+  * enc-amf: Update to release 1.4.0.0
74
+  * Update translations from CrowdIn
75
+  * libobs: Update to version 0.16.3
76
+  * win-mf: Deprecate AMD Media Foundation H.264 encoder
77
+  * UI: Fix tab order of Crop fields in Transform Properties
78
+  * enc-amf: Update to Version 1.4.1.0
79
+  * Revert "UI: Only scale HiDPI on QT 5.6+"
80
+  * Revert "UI: Enable HiDPI scaling."
81
+  * enc-amf: Fix VS2013 compiling issue
82
+  * libobs: Update to version 0.16.4
83
+- Expand libobs-frontend-api.so to include all versions in %files.
84
+- After upstream fix place libobs-(opengl|frontend-api).so in devel.
85
+
86
+-------------------------------------------------------------------
87
 Thu Sep 29 20:07:16 UTC 2016 - jimmy@boombatower.com
88
 
89
 - Update to version 0.16.2:
90
obs-studio.spec Changed
28
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        0.16.2
4
+Version:        0.16.4
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 
8
@@ -83,8 +83,8 @@
9
 # needs obs-plugins in lib/ even though 64bit
10
 %{_usr}/lib/obs-plugins
11
 %{_libdir}/libobs.so.0
12
-%{_libdir}/libobs-frontend-api.so
13
-%{_libdir}/libobs-opengl.so*
14
+%{_libdir}/libobs-frontend-api.so.*
15
+%{_libdir}/libobs-opengl.so.*
16
 %{_libdir}/libobsglad.so.0
17
 %{_datadir}/applications/obs.desktop
18
 %{_datadir}/icons/hicolor/256x256/apps/obs.png
19
@@ -94,6 +94,8 @@
20
 %defattr(-, root, root)
21
 %{_usr}/lib/cmake
22
 %{_libdir}/libobs.so
23
+%{_libdir}/libobs-frontend-api.so
24
+%{_libdir}/libobs-opengl.so
25
 %{_libdir}/libobsglad.so
26
 %{_includedir}/obs
27
 
28
_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/0.16.2</param>
6
+    <param name="revision">refs/tags/0.16.4</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">580cfc1a95a6bb2b4ea6f002c95c630ae4542ed7</param>
6
+    <param name="changesrevision">b77fdd7c9a99b34414afeb90d5d5a2970fb58f58</param>
7
   </service>
8
 </servicedata>
9
obs-studio-0.16.2.tar.xz -> obs-studio-0.16.4.tar.xz Changed