public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Disable hardware decoders due to broken failure modes
Date: Tue, 14 Jul 2026 21:59:25 GMT	[thread overview]
Message-ID: <178406636548.1.11191335538164074279.rpms-ffmpeg-8f156f43638f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ffmpeg
            Branch : epel9-next
            Commit : 8f156f43638fe8740f0e3c0f6e92f54bbd4962d6
            Author : Neal Gompa <ngompa@fedoraproject.org>
            Date   : 2022-02-15T12:17:55-05:00
            Stats  : +4/-15 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/8f156f43638fe8740f0e3c0f6e92f54bbd4962d6?branch=epel9-next

            Log:
            Disable hardware decoders due to broken failure modes

Even though we do not ship the necessary software to make these
work out of the box, libavcodec does not correctly disable these
to clients when no software implementation exists.

Additionally, the codec preferences seem to be wonky and need to
be tweaked before we turn these back on.

---
diff --git a/enable_decoders b/enable_decoders
index cbc1ca2..b4e0e60 100644
--- a/enable_decoders
+++ b/enable_decoders
@@ -15,17 +15,6 @@ ffwavesynth # pseudo
 flac # libFLAC
 gif # libpng
 gsm # libgsm
-h263_v4l2m2m # hardware
-h264_nvdec # hardware
-h264_vdpau # hardware
-h264_vaapi # hardware
-h264_v4l2m2m # hardware
-h264_qsv # hardware
-hevc_nvdec # hardware
-hevc_vdpau # hardware
-hevc_vaapi # hardware
-hevc_v4l2m2m # hardware
-hevc_qsv # hardware
 huffyuv # trivial+zlib
 ilbc # ilbc
 jpeg2000 # openjpeg2
@@ -56,7 +45,6 @@ mpeg1_v4l2m2m
 mpeg2video
 mpeg2_qsv
 mpeg2_v4l2m2m
-mpeg4_v4l2m2m # hardware
 opus # libopus
 pam # trivial
 pbm # trivial
@@ -108,8 +96,6 @@ v210x # trivial
 v308 # trivial
 v408 # trivial
 v410 # trivial
-vc1_qsv # hardware
-vc1_v4l2m2m # hardware
 vorbis # libvorbis
 vp3 # libav
 vp5 # libav

diff --git a/ffmpeg.spec b/ffmpeg.spec
index 1e5b4c9..bccccf8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -69,7 +69,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        5.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPLv3+
 URL:            https://ffmpeg.org/
@@ -818,6 +818,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 %{_mandir}/man3/libswscale.3*
 
 %changelog
+* Tue Feb 15 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0-5
+- Disable hardware decoders due to broken failure modes
+
 * Tue Feb 15 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0-4
 - Add support for dlopening OpenH264
 - Add tarball scripts as sources

                 reply	other threads:[~2026-07-14 21:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178406636548.1.11191335538164074279.rpms-ffmpeg-8f156f43638f@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox