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.
This commit is contained in:
parent
2a77da640a
commit
8f156f4363
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user