Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b8f1f77e3f | |||
| ab874558fe | |||
| d44819150a | |||
| 71473c1f21 | |||
| 845924a91e | |||
| dea56f4749 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:313c1b6d180720ac947d9f82d77187e25456723e6ae85f150b715136c76d628a
|
||||
size 53420046
|
||||
3
QSVEnc-8.04+0.obscpio
Normal file
3
QSVEnc-8.04+0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:678fade799e0c8a8e0393bdf416717873e3b1f1db58d9019a51fe94ab0c8a1c4
|
||||
size 57735694
|
||||
@@ -8,7 +8,7 @@ diff -Naur a/configure b/configure
|
||||
-ENABLE_LIBPLACEBO=0
|
||||
-LIBPLACEBO_API_VER=338
|
||||
+ENABLE_LIBPLACEBO=1
|
||||
+LIBPLACEBO_API_VER=349
|
||||
+LIBPLACEBO_API_VER=351
|
||||
|
||||
CHECK_VULKAN_NAMES="vulkan"
|
||||
VULKAN_CFLAGS=""
|
||||
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 07 04:37:12 UTC 2026 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 8.04+0:
|
||||
* Add support for VapourSynth API V4.
|
||||
* Add option to encode only when input audio codec differs from
|
||||
codec specified by --audio-codec;
|
||||
(--audio-encode-other-codec-only).
|
||||
- See /usr/share/doc/packages/QSVEnc/ReleaseNotes.md for earlier
|
||||
updates.
|
||||
- Update placebo API in QSVEnc-enable-vulkan.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:49:12 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 8.01+0:
|
||||
* Avoid unintended fps values when front of input file is
|
||||
corrupted.
|
||||
* Improve handling when input files have negative pts.
|
||||
* Improve quality of burned in subtitles in [--vpp-subburn]
|
||||
processing by changing libass initialization method.
|
||||
* Improve progress indicator when using [--parallel]
|
||||
* Add support for using [--parallel] with multiple pipes.
|
||||
- See /usr/share/doc/packages/QSVEnc/ReleaseNotes.md for earlier
|
||||
updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 21:07:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- The build scans for SSE4, therefore add an ExclusiveArch line.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 01:30:15 UTC 2024 - malcolmlewis@opensuse.org
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: QSVEnc
|
||||
version: 7.71+0
|
||||
mtime: 1730029847
|
||||
commit: 9fe389912b3970e7bbb4fa199b9b633caa2f545d
|
||||
version: 8.04+0
|
||||
mtime: 1767354990
|
||||
commit: 8a203f8a2d1124efa936f7c77a6c8f8269069e00
|
||||
|
||||
12
QSVEnc.spec
12
QSVEnc.spec
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package QSVEnc
|
||||
#
|
||||
# Copyright (c) 2024 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2024-2025 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: QSVEnc
|
||||
Version: 7.71+0
|
||||
Version: 8.04+0
|
||||
Release: 0
|
||||
Summary: HW encoder (QSV) testing
|
||||
License: MIT
|
||||
@@ -34,10 +35,11 @@ BuildRequires: opencl-headers
|
||||
BuildRequires: pkgconfig(dovi)
|
||||
BuildRequires: pkgconfig(libass)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libplacebo)
|
||||
BuildRequires: pkgconfig(libplacebo)
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(vapoursynth)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
%description
|
||||
Investigate performance and image quality of HW encoder (QSV) of Intel.
|
||||
@@ -46,6 +48,7 @@ Investigate performance and image quality of HW encoder (QSV) of Intel.
|
||||
%autosetup
|
||||
# Fix end of line encoding warning
|
||||
sed -i 's/\r//' QSVEncC_Options.en.md;
|
||||
sed -i 's/\r//' ReleaseNotes.md;
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix} \
|
||||
@@ -61,8 +64,7 @@ install -m 0755 qsvencc %{buildroot}%{_bindir}/qsvencc
|
||||
|
||||
%files
|
||||
%license license.txt
|
||||
%doc QSVEncC_Options.en.md
|
||||
%doc QSVEncC_Options.en.md ReleaseNotes.md
|
||||
%{_bindir}/qsvencc
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rigaya/QSVEnc.git</param>
|
||||
<param name="changesrevision">9fe389912b3970e7bbb4fa199b9b633caa2f545d</param></service></servicedata>
|
||||
<param name="changesrevision">8a203f8a2d1124efa936f7c77a6c8f8269069e00</param></service></servicedata>
|
||||
Reference in New Issue
Block a user