47d7ad1078
- Update to version 9.3.0 New features: * Added support for SIMD instructions (MMX, SSE, SSE2, SSE4.1, AVX, AVX2, NEON, SVE, and RVV) with a common interface (AkSimd) for optimized video processing performance. * Added 8-bit specialized video conversion functions, optimized for SIMD. * Added OpenMP support. * Added support for Android TV. * Added PipeWire audio support. * Added Help option to the main menu. * Allow to customize the color scheme of the UI and added default color schemes. * Limited the video recording formats and codecs to use only web codecs. This make much easier to maintain and fix bugs in video recording, while still maintaining compatibility with many video players. The supported formats and codecs are: Webm: + video codecs: av1, vp9 and vp8 + audio codecs: opus and vorbis MP4: + video codecs: h264 + audio codecs: aac and mp3 * Added NOCHECKUPDATES option to disable updates check during compilation. * Added RISC-V 64 builds for Ubuntu. * Added support for SDL 3. Optimizations: * Improved desktop capture frame rate in X11/XLibre * Optimized logging for better performance. * Optimized formats and codec selection for small screens. * Improved video synchronization. Bug fixes: * Fixed bugs in SDL. * Fixed PipeWire plugins with additional checks and improvements. * Fixed empty codec descriptions when FFmpeg is optimized for small binaries. Improvements in the UI and user experience: * Improved video recording API with standardized codec and format options. * Added platform information printing for better debugging. * Disabled PipeWire (Wayland) screen capture when using X11/XLibre, and viceversa. Translations support: * Updated translations for German (95.7%), Turkish (53.1%), Estonian (52.8%), Hebrew (73.4%), Dutch (83.9%), and Italian (13.4%) via Weblate. Other changes: * Removed MultiSink element, using muxers and encoders directly for recording. version 9.2.4: * Added NOCHECKUPDATES option for disable updates check when compiling. * Enabled VLC support again. - Drop webcamoid-disable_autoupdate.patch (merged upstream) - Add webcamoid-link_pipewire_libs.patch - Add webcamoid-fix_ppc64_detection.patch - Fix i586 build on Tumbleweed
Martin Pluskal2025-08-06 12:45:21 +00:00
05993e31bd
Accepting request 1223886 from multimedia:apps
Ana Guerrero2024-11-13 14:29:22 +00:00
b6638d1d7a
- Add webcamoid-disable_autoupdate.patch (fixes boo#1196225)
Martin Pluskal2024-11-13 09:25:38 +00:00
9786299868
- Update to version 9.2.3 * Misc non-linux changes version 9.2.0: * Webcamoid ported to Qt6. * Added PipeWire video capture support. * Added Xlib screen capture plugin. * Added desktop capture using FFmpeg. * Added option to show or hide the mouse cursor on screen capture. * Qt screen capture plugin is now using QScreenCapture. * Added ColorKey plugin. * Added support for extended controls in V4L2. * Attend to screen orientation. * Fixed ARM 64 packages. * Fixed saving the selected camera format. * Added a debug log to the preferences dialog. * Added options for enabling/disabling interprocess optimizations. * Do not show the video outputs if the virtual camera is not supported.
Dirk Mueller2024-10-04 06:26:26 +00:00