SHA256
1
0
forked from jengelh/ffmpeg-4

- Throw out v4l2 m2m. This is likely the same case as boo#1041794.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=115
This commit is contained in:
Jan Engelhardt 2020-05-11 09:40:52 +00:00 committed by Git OBS Bridge
parent 57452d113e
commit 70ab5e68a7
3 changed files with 5 additions and 14 deletions

View File

@ -14,9 +14,6 @@ ffwavesynth # pseudo
flac # libFLAC
gif # libpng
gsm # libgsm
h263_v4l2m2m # passthrough
h264_v4l2m2m # passthrough
hevc_v4l2m2m # passthrough
huffyuv # trivial+zlib
ilbc # ilbc
libaom # libaom
@ -39,12 +36,9 @@ mp2 # twolame
mp2float # twolame
mp3 # lame
mp3float # lame
mpeg1_v4l2m2m # passthrough
mpeg1video
mpeg2_v4l2m2m # passthrough
mpeg2video
#mpeg4
mpeg4_v4l2m2m # passthrough
opus # libopus
pam # trivial
pbm # trivial
@ -95,7 +89,6 @@ v210x # trivial
v308 # trivial
v408 # trivial
v410 # trivial
vc1_v4l2m2m # passthrough
vorbis # libvorbis
vp3 # libav
vp5 # libav
@ -103,9 +96,7 @@ vp6 # libav
vp6a # libav
vp6f # libav
vp8 # libvpx
vp8_v4l2m2m # passthrough
vp9 # libvpx
vp9_v4l2m2m # passthrough
webp # libwebp
webvtt # trivial
wrapped_avframe # passthrough

View File

@ -8,9 +8,6 @@ ffv1
ffvhuff # trivial+zlib
flac # libFLAC
gif # libpng
h263_v4l2m2m # passthrough
h264_v4l2m2m # passthrough
hevc_v4l2m2m # passthrough
huffyuv # trivial+zlib
jpegls
libaom # libaom
@ -34,7 +31,6 @@ mp2 # twolame
mp2fixed # twolame
mpeg1video
mpeg2video
mpeg4_v4l2m2m # passthrough
opus # opus
pam
pbm # trivial
@ -81,7 +77,6 @@ v308 # trivial
v408 # trivial
v410 # trivial
vorbis # libvorbis
vp8_v4l2m2m # passthrough
webvtt # trivial
wrapped_avframe # passthrough
xbm # (X11)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 11 09:40:09 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Throw out v4l2 m2m. This is likely the same case as boo#1041794.
-------------------------------------------------------------------
Thu Apr 30 18:00:28 UTC 2020 - Matwey Kornilov <matwey.kornilov@gmail.com>