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
- Created by frispete about 2 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Sat Feb 04 18:03:26 UTC 2023 - hpj@urpla.net
+
+- 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
+ * UI: Remove extra encoder function calls
+ * UI: Fix logging of output ID when start fails + code cleanup
+ * libobs: Fix logging of remaining views
+ * libobs: Prevent encoders from initializing/starting if no media is set
+ * libobs: Remove unused internal encoder util function
+ * libobs: Allow sending NULL to obs_encoder_set_video/audio()
+ * libobs: Protect some encoder functions from being used while active
+ * mac-virtualcam: Fix memory access issues for shared IOSurfaces
+ * libobs: Remove extra space in output reconnect log message
+ * docs: Document a few missing obs_output_t function calls
+ * libobs: Fix stopping transitions that are not active
+ * win-capture: Show Force SDR setting on Windows 10
+ * libobs-opengl: Drop gl pointers on device_leave_context
+ * updater: Fix portable OBS not being relaunched correctly
+ * libobs/util: Fix text-lookup not always case-insensitive
+ * UI: Reintroduce spacing to YouTube dialog buttons
+ * obs-ffmpeg: Remove forced x264 and aac for RTMP
+ * rtmp-services: update Mildom servers
+ * updater: Deduplicate Downloads
+ * obs-filters: disable NVIDIA FX audio model loading when SDK is not installed
+ * Update translations from Crowdin
+ * UI: Prevent negative "disk full in" calculation when no output
+ * linux-pipewire: Check format availablity against DRM only for dmabufs
+ * UI: Disable qt5ct when compiled with qt6
+ * docs: Clarify enum functions return value
+ * docs: Add script_description to scripting
+
+-------------------------------------------------------------------
Thu Jan 19 13:53:04 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
- Add an additional runtime dependency: librst1_5
obs-studio.spec
Changed
%endif
Name: obs-studio
-Version: 29.0.0
+Version: 29.0.2
Release: 0
Summary: A recording/broadcasting program
Group: Productivity/Multimedia/Video/Editors and Convertors
_service
Changed
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">refs/tags/29.0.0</param>
+ <param name="revision">refs/tags/29.0.2</param>
<param name="url">https://github.com/obsproject/obs-studio.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
_servicedata
Changed
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/obsproject/obs-studio.git</param>
- <param name="changesrevision">b51773b97b551cb409603146a97b2827d2a66ec3</param>
+ <param name="changesrevision">0fb8bb4b1e18ee1c870c48d35ab5b598af3b59e9</param>
</service>
</servicedata>
\ No newline at end of file
Request History
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 accepted request about 2 years ago
Already requested..