Overview

Request 3801 (accepted)

- Update to version 18.0.2:
* UI/updater: Fix temp files being created and not deleted
* UI/updater: Fix potential fail case when no files to patch
* UI/updater: Fixed a bug with deflating
* UI/updater: Ignore 64bit files on 32bit windows
* CI: Use ccache to speed up the build
* CI: OSX - Fix obs.png
* UI/updater: Fix incorrect inflate use
* CI: Linux - Install libfdk-aac-dev
* image-source: Move file modification check before animation processing
* UI: Add workaround to fix deleting final scene bug
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Update maximum bitrate for Twitch
* UI: Fix segfault when no system tray exists
* CI: Linux - Install FFmpeg from source
* obs-ffmpeg/nvenc: Remove "default" preset
* libobs: Add obs_source_copy_filters function
* UI: Add copying/pasting of sources/filters
* UI: Disable filter pasting when scene collection changed
* UI: Fix bug where items can't be deleted in last scene
* libobs: Remove unimplemented exports
* rtmp-services: Add Livestream service
* win-dshow: Fix issue with activating when not set to
* rtmp-services: Update Picarto maximum bitrates
* libobs: Delay stop detection of audio source
* libobs: Allow source to fully control source flags (for now)
* libobs: Add ability to preload async frames
* libobs: Remove multiple calls to free_type_data
* deps: Add media-playback static lib
* obs-ffmpeg: Change from libff to media-playback

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

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,77 @@
2
 -------------------------------------------------------------------
3
+Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 18.0.2:
6
+  * UI/updater: Fix temp files being created and not deleted
7
+  * UI/updater: Fix potential fail case when no files to patch
8
+  * UI/updater: Fixed a bug with deflating
9
+  * UI/updater: Ignore 64bit files on 32bit windows
10
+  * CI: Use ccache to speed up the build
11
+  * CI: OSX - Fix obs.png
12
+  * UI/updater: Fix incorrect inflate use
13
+  * CI: Linux - Install libfdk-aac-dev
14
+  * image-source: Move file modification check before animation processing
15
+  * UI: Add workaround to fix deleting final scene bug
16
+  * rtmp-services: Update ingest list for Restream.io
17
+  * rtmp-services: Update maximum bitrate for Twitch
18
+  * UI: Fix segfault when no system tray exists
19
+  * CI: Linux - Install FFmpeg from source
20
+  * obs-ffmpeg/nvenc: Remove "default" preset
21
+  * libobs: Add obs_source_copy_filters function
22
+  * UI: Add copying/pasting of sources/filters
23
+  * UI: Disable filter pasting when scene collection changed
24
+  * UI: Fix bug where items can't be deleted in last scene
25
+  * libobs: Remove unimplemented exports
26
+  * rtmp-services: Add Livestream service
27
+  * win-dshow: Fix issue with activating when not set to
28
+  * rtmp-services: Update Picarto maximum bitrates
29
+  * libobs: Delay stop detection of audio source
30
+  * libobs: Allow source to fully control source flags (for now)
31
+  * libobs: Add ability to preload async frames
32
+  * libobs: Remove multiple calls to free_type_data
33
+  * deps: Add media-playback static lib
34
+  * obs-ffmpeg: Change from libff to media-playback
35
+  * deps/libff: Remove network init
36
+  * UI: Remove libff as a dependency
37
+  * deps/libff: Don't build libff (deprecated)
38
+  * obs-ffmpeg: Remove unnecessary open call
39
+  * obs-ffmpeg: Always open on update unless set otherwise
40
+  * obs-ffmpeg: Fix bug on non-MSVC compilers
41
+  * UI: Fix property widgets not being disabled
42
+  * mac-avcapture: Ability to directly add iOS devices over USB
43
+  * audio-monitoring: Add ability to monitor Outputs
44
+  * decklink: Add option to select channel format
45
+  * decklink: Add workaround for audio timestamp jump issue
46
+  * Improve README/CONTRIBUTING files
47
+  * win-dshow: Fix reallocation issue in ffmpeg-decode
48
+  * UI: Add window name to remux dialog
49
+  * UI: Hide OpenGL and D3D adapter on Windows
50
+  * UI: Continue to show OpenGL if already in use
51
+  * UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
52
+  * CI: Use webhooks for notifications
53
+  * CI: Fix notification frequency
54
+  * libobs-opengl: Log OpenGL version on all systems
55
+  * Fix various typos across multiple modules
56
+  * Update Linux kernel coding style URL in CONTRIBUTING
57
+  * UI: Ctrl+E to Edit Transform
58
+  * UI: Remove unused defines from old updater code
59
+  * win-capture: Log if shared texture capture is unavailable
60
+  * win-capture: Update get-graphics-offsets
61
+  * win-capture: Add missing 32 bit offsets
62
+  * win-capture: Fix and clarify window capture prioritization
63
+  * UI: Add front-end API functions to get/modify service
64
+  * UI: Display filename when dragging & dropping
65
+  * obs-outputs: Always call RTMP_Init before connecting
66
+  * UI: Make sure all dialogs have close buttons
67
+  * UI: Add command line option for starting up always on top
68
+  * frontend-tools: Rename some files
69
+  * frontend-plugins: Abstract captions
70
+  * enc-amf: Update to v2.1.0(.0)
71
+  * win-ivcam: Fix potential null pointer dereference
72
+  * libobs: Update to 18.0.2 (windows hotfix)
73
+  * UI/updater: Add opt to disable building update module
74
+
75
+-------------------------------------------------------------------
76
 Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
77
 
78
 - Update to version 18.0.1:
79
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        18.0.1
4
+Version:        18.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.1</param>
6
+    <param name="revision">refs/tags/18.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">bc9a58174b75c445dcb14259443a74746f0b3d43</param>
6
+    <param name="changesrevision">4684294bcd53193f4227fb31214a6417fdcd2b97</param>
7
   </service>
8
 </servicedata>
9
obs-studio-18.0.1.tar.xz -> obs-studio-18.0.2.tar.xz Changed
Refresh
Refresh
Request History
boombatower's avatar

boombatower created request almost 8 years ago

- Update to version 18.0.2:
* UI/updater: Fix temp files being created and not deleted
* UI/updater: Fix potential fail case when no files to patch
* UI/updater: Fixed a bug with deflating
* UI/updater: Ignore 64bit files on 32bit windows
* CI: Use ccache to speed up the build
* CI: OSX - Fix obs.png
* UI/updater: Fix incorrect inflate use
* CI: Linux - Install libfdk-aac-dev
* image-source: Move file modification check before animation processing
* UI: Add workaround to fix deleting final scene bug
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Update maximum bitrate for Twitch
* UI: Fix segfault when no system tray exists
* CI: Linux - Install FFmpeg from source
* obs-ffmpeg/nvenc: Remove "default" preset
* libobs: Add obs_source_copy_filters function
* UI: Add copying/pasting of sources/filters
* UI: Disable filter pasting when scene collection changed
* UI: Fix bug where items can't be deleted in last scene
* libobs: Remove unimplemented exports
* rtmp-services: Add Livestream service
* win-dshow: Fix issue with activating when not set to
* rtmp-services: Update Picarto maximum bitrates
* libobs: Delay stop detection of audio source
* libobs: Allow source to fully control source flags (for now)
* libobs: Add ability to preload async frames
* libobs: Remove multiple calls to free_type_data
* deps: Add media-playback static lib
* obs-ffmpeg: Change from libff to media-playback


boombatower's avatar

boombatower accepted request almost 8 years ago

ok