Overview

Request 5732 (accepted)

- Update to version 29.0.2:
* libobs: Update version to 29.0.2
* obs-filters: Ensure gain is positive for upward compressor
* CI: Publish docs to Cloudflare Pages
* libobs: Update version to 29.0.1
* UI: Unblock encoder comboboxes signals before change
* UI: Re-raise properties window after picking files on macOS
* obs-ffmpeg: Use gai_strerrorA for error logging on Windows
* obs-filters: Fix wrong number of arguments to error macro
* virtualcam-module: Update filter size immediately when used in OBS
* obs-filters: Improve upward compressor with soft knee
* obs-filters: Make continuous gain on upward compressor
* obs-filters: Fix expander and upward compressor above threshold
* libobs-opengl: Close display when destroying X11/EGL platform
* libobs-opengl: Do not close X11 platform display on error
* libobs: Close display when destroying X11 hotkey platform
* cmake,obs-ffmpeg: Refactor Libva finder
* updater: Pass AppData path to elevated process
* win-capture: Support EnumDisplayDevices failure
* updater: Add additional status messages
* libobs: Fix SDR async video on non-SDR targets
* libobs-d3d11: Log monitor color depth
* UI: Work around Qt dock restore crash
* obs-ffmpeg: Tell FFmpeg that BGRA uses alpha
* frontend-tools: Fix crash on non X11 windowing systems
* libobs-opengl: Fixup dmabuf queries on X11
* obs-filters: Improve NVIDIA effects SDK version checks
* libobs/graphics: Enable DMABUF on FreeBSD and DragonFly
* libobs: Fix loading of custom_size for empty scenes
* CI: Revert Qt to 6.3.1 on Windows

Submit package home:frispete / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,64 @@
2
 -------------------------------------------------------------------
3
+Sat Feb 04 18:03:26 UTC 2023 - hpj@urpla.net
4
+
5
+- Update to version 29.0.2:
6
+  * libobs: Update version to 29.0.2
7
+  * obs-filters: Ensure gain is positive for upward compressor
8
+  * CI: Publish docs to Cloudflare Pages
9
+  * libobs: Update version to 29.0.1
10
+  * UI: Unblock encoder comboboxes signals before change
11
+  * UI: Re-raise properties window after picking files on macOS
12
+  * obs-ffmpeg: Use gai_strerrorA for error logging on Windows
13
+  * obs-filters: Fix wrong number of arguments to error macro
14
+  * virtualcam-module: Update filter size immediately when used in OBS
15
+  * obs-filters: Improve upward compressor with soft knee
16
+  * obs-filters: Make continuous gain on upward compressor
17
+  * obs-filters: Fix expander and upward compressor above threshold
18
+  * libobs-opengl: Close display when destroying X11/EGL platform
19
+  * libobs-opengl: Do not close X11 platform display on error
20
+  * libobs: Close display when destroying X11 hotkey platform
21
+  * cmake,obs-ffmpeg: Refactor Libva finder
22
+  * updater: Pass AppData path to elevated process
23
+  * win-capture: Support EnumDisplayDevices failure
24
+  * updater: Add additional status messages
25
+  * libobs: Fix SDR async video on non-SDR targets
26
+  * libobs-d3d11: Log monitor color depth
27
+  * UI: Work around Qt dock restore crash
28
+  * obs-ffmpeg: Tell FFmpeg that BGRA uses alpha
29
+  * frontend-tools: Fix crash on non X11 windowing systems
30
+  * libobs-opengl: Fixup dmabuf queries on X11
31
+  * obs-filters: Improve NVIDIA effects SDK version checks
32
+  * libobs/graphics: Enable DMABUF on FreeBSD and DragonFly
33
+  * libobs: Fix loading of custom_size for empty scenes
34
+  * CI: Revert Qt to 6.3.1 on Windows
35
+  * UI: Remove extra encoder function calls
36
+  * UI: Fix logging of output ID when start fails + code cleanup
37
+  * libobs: Fix logging of remaining views
38
+  * libobs: Prevent encoders from initializing/starting if no media is set
39
+  * libobs: Remove unused internal encoder util function
40
+  * libobs: Allow sending NULL to obs_encoder_set_video/audio()
41
+  * libobs: Protect some encoder functions from being used while active
42
+  * mac-virtualcam: Fix memory access issues for shared IOSurfaces
43
+  * libobs: Remove extra space in output reconnect log message
44
+  * docs: Document a few missing obs_output_t function calls
45
+  * libobs: Fix stopping transitions that are not active
46
+  * win-capture: Show Force SDR setting on Windows 10
47
+  * libobs-opengl: Drop gl pointers on device_leave_context
48
+  * updater: Fix portable OBS not being relaunched correctly
49
+  * libobs/util: Fix text-lookup not always case-insensitive
50
+  * UI: Reintroduce spacing to YouTube dialog buttons
51
+  * obs-ffmpeg: Remove forced x264 and aac for RTMP
52
+  * rtmp-services: update Mildom servers
53
+  * updater: Deduplicate Downloads
54
+  * obs-filters: disable NVIDIA FX audio model loading when SDK is not installed
55
+  * Update translations from Crowdin
56
+  * UI: Prevent negative "disk full in" calculation when no output
57
+  * linux-pipewire: Check format availablity against DRM only for dmabufs
58
+  * UI: Disable qt5ct when compiled with qt6
59
+  * docs: Clarify enum functions return value
60
+  * docs: Add script_description to scripting
61
+
62
+-------------------------------------------------------------------
63
 Thu Jan 19 13:53:04 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
64
 
65
 - Add an additional runtime dependency: librst1_5
66
obs-studio.spec Changed
10
 
1
@@ -8,7 +8,7 @@
2
 %endif
3
 
4
 Name:           obs-studio
5
-Version:        29.0.0
6
+Version:        29.0.2
7
 Release:        0
8
 Summary:        A recording/broadcasting program
9
 Group:          Productivity/Multimedia/Video/Editors and Convertors
10
_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/29.0.0</param>
6
+    <param name="revision">refs/tags/29.0.2</param>
7
     <param name="url">https://github.com/obsproject/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
10
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">https://github.com/obsproject/obs-studio.git</param>
5
-    <param name="changesrevision">b51773b97b551cb409603146a97b2827d2a66ec3</param>
6
+    <param name="changesrevision">0fb8bb4b1e18ee1c870c48d35ab5b598af3b59e9</param>
7
   </service>
8
 </servicedata>
9
\ No newline at end of file
10
obs-studio-29.0.0.tar.xz -> obs-studio-29.0.2.tar.xz Changed
Refresh
Refresh
Request History
frispete's avatar

frispete created request about 2 years ago

- Update to version 29.0.2:
* libobs: Update version to 29.0.2
* obs-filters: Ensure gain is positive for upward compressor
* CI: Publish docs to Cloudflare Pages
* libobs: Update version to 29.0.1
* UI: Unblock encoder comboboxes signals before change
* UI: Re-raise properties window after picking files on macOS
* obs-ffmpeg: Use gai_strerrorA for error logging on Windows
* obs-filters: Fix wrong number of arguments to error macro
* virtualcam-module: Update filter size immediately when used in OBS
* obs-filters: Improve upward compressor with soft knee
* obs-filters: Make continuous gain on upward compressor
* obs-filters: Fix expander and upward compressor above threshold
* libobs-opengl: Close display when destroying X11/EGL platform
* libobs-opengl: Do not close X11 platform display on error
* libobs: Close display when destroying X11 hotkey platform
* cmake,obs-ffmpeg: Refactor Libva finder
* updater: Pass AppData path to elevated process
* win-capture: Support EnumDisplayDevices failure
* updater: Add additional status messages
* libobs: Fix SDR async video on non-SDR targets
* libobs-d3d11: Log monitor color depth
* UI: Work around Qt dock restore crash
* obs-ffmpeg: Tell FFmpeg that BGRA uses alpha
* frontend-tools: Fix crash on non X11 windowing systems
* libobs-opengl: Fixup dmabuf queries on X11
* obs-filters: Improve NVIDIA effects SDK version checks
* libobs/graphics: Enable DMABUF on FreeBSD and DragonFly
* libobs: Fix loading of custom_size for empty scenes
* CI: Revert Qt to 6.3.1 on Windows


frispete's avatar

frispete accepted request about 2 years ago

Already requested..