6 Commits

Author SHA256 Message Date
b8f1f77e3f Accepting request 1325852 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1325852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/QSVEnc?expand=0&rev=4
2026-01-08 14:27:09 +00:00
ab874558fe - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/QSVEnc?expand=0&rev=7
2026-01-07 20:06:05 +00:00
d44819150a Accepting request 1311956 from X11:Utilities
- 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. (forwarded request 1311819 from malcolmlewis)

OBS-URL: https://build.opensuse.org/request/show/1311956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/QSVEnc?expand=0&rev=3
2025-10-17 15:27:14 +00:00
71473c1f21 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/QSVEnc?expand=0&rev=5
2025-10-17 09:28:38 +00:00
845924a91e Accepting request 1248241 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1248241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/QSVEnc?expand=0&rev=2
2025-02-25 15:47:56 +00:00
dea56f4749 - The build scans for SSE4, therefore add an ExclusiveArch line.
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/QSVEnc?expand=0&rev=3
2025-02-24 21:11:49 +00:00
7 changed files with 46 additions and 13 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:678fade799e0c8a8e0393bdf416717873e3b1f1db58d9019a51fe94ab0c8a1c4
size 57735694

View File

@@ -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=""

View File

@@ -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

View File

@@ -1,4 +1,4 @@
name: QSVEnc
version: 7.71+0
mtime: 1730029847
commit: 9fe389912b3970e7bbb4fa199b9b633caa2f545d
version: 8.04+0
mtime: 1767354990
commit: 8a203f8a2d1124efa936f7c77a6c8f8269069e00

View File

@@ -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

View File

@@ -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>