forked from pool/ffmpeg-4
This commit is contained in:
parent
379d85b70f
commit
1a08cd8aa3
@ -1,3 +1,4 @@
|
||||
## module name # reason for enablement in ffmpeg (usually there is another package that already got legal review)
|
||||
ac3
|
||||
ansi # trivial
|
||||
apng
|
||||
@ -13,18 +14,18 @@ flac # libFLAC
|
||||
gif # libpng
|
||||
gsm # libgsm
|
||||
huffyuv # trivial+zlib
|
||||
libaom # AV1
|
||||
libaom_av1 # AV1
|
||||
libcelt
|
||||
libaom # libaom
|
||||
libaom_av1 # libaom
|
||||
libcelt # celt, opus
|
||||
libcodec2 # codec2
|
||||
libgsm
|
||||
libopenjpeg
|
||||
libopus
|
||||
libschroedinger
|
||||
libspeex
|
||||
libvorbis
|
||||
libvpx_vp8
|
||||
libvpx_vp9
|
||||
libgsm # libgsm
|
||||
libopenjpeg # openjpeg
|
||||
libopus # opus
|
||||
libschroedinger # schroedinger
|
||||
libspeex # speex
|
||||
libvorbis # libvorbis
|
||||
libvpx_vp8 # libvpx
|
||||
libvpx_vp9 # libvpx
|
||||
mjpeg # mjpegtools
|
||||
mpeg1video
|
||||
mpeg2video
|
||||
@ -98,4 +99,4 @@ xbm # trivial
|
||||
xwd # xwd
|
||||
y41p # trivial
|
||||
yuv4 # trivial
|
||||
zlib # pseudo
|
||||
zlib # zlib
|
||||
|
119
enable_encoders
119
enable_encoders
@ -1,3 +1,4 @@
|
||||
## module name # reason for enablement in ffmpeg (usually there is another package that already got legal review)
|
||||
apng # libpng
|
||||
ass # trivial
|
||||
ayuv # trival
|
||||
@ -8,18 +9,18 @@ flac # libFLAC
|
||||
gif # libpng
|
||||
huffyuv # trivial+zlib
|
||||
jpegls
|
||||
libaom # AV1
|
||||
libaom_av1 # AV1
|
||||
libaom # libaom
|
||||
libaom_av1 # libaom
|
||||
libcodec2 # codec2
|
||||
libgsm
|
||||
libmp3lame
|
||||
libopenjpeg
|
||||
libopus
|
||||
libschroedinger
|
||||
libspeex
|
||||
libtheora
|
||||
libtwolame
|
||||
libvorbis
|
||||
libgsm # libgsm
|
||||
libmp3lame # lame
|
||||
libopenjpeg # openjpeg
|
||||
libopus # opus
|
||||
libschroedinger # schroedinger
|
||||
libspeex # speex
|
||||
libtheora # libtheora
|
||||
libtwolame # twolame
|
||||
libvorbis # libvorbis
|
||||
libvpx_vp8
|
||||
libvpx_vp9
|
||||
libwebp
|
||||
@ -29,53 +30,53 @@ mpeg1video
|
||||
mpeg2video
|
||||
mp2 # twolame
|
||||
mp2fixed # twolame
|
||||
opus
|
||||
opus # opus
|
||||
pam
|
||||
pbm
|
||||
pcm_alaw
|
||||
pcm_f32be
|
||||
pcm_f32le
|
||||
pcm_f64be
|
||||
pcm_f64le
|
||||
pcm_mulaw
|
||||
pcm_s16be
|
||||
pcm_s16be_planar
|
||||
pcm_s16le
|
||||
pcm_s16le_planar
|
||||
pcm_s24be
|
||||
pcm_s24le
|
||||
pcm_s24le_planar
|
||||
pcm_s32be
|
||||
pcm_s32le
|
||||
pcm_s32le_planar
|
||||
pcm_s8
|
||||
pcm_s8_planar
|
||||
pcm_u16be
|
||||
pcm_u16le
|
||||
pcm_u24be
|
||||
pcm_u24le
|
||||
pcm_u32be
|
||||
pcm_u32le
|
||||
pcm_u8
|
||||
pbm # trivial
|
||||
pcm_alaw # trivial
|
||||
pcm_f32be # trivial
|
||||
pcm_f32le # trivial
|
||||
pcm_f64be # trivial
|
||||
pcm_f64le # trivial
|
||||
pcm_mulaw # trivial
|
||||
pcm_s16be # trivial
|
||||
pcm_s16be_planar # trivial
|
||||
pcm_s16le # trivial
|
||||
pcm_s16le_planar # trivial
|
||||
pcm_s24be # trivial
|
||||
pcm_s24le # trivial
|
||||
pcm_s24le_planar # trivial
|
||||
pcm_s32be # trivial
|
||||
pcm_s32le # trivial
|
||||
pcm_s32le_planar # trivial
|
||||
pcm_s8 # trivial
|
||||
pcm_s8_planar # trivial
|
||||
pcm_u16be # trivial
|
||||
pcm_u16le # trivial
|
||||
pcm_u24be # trivial
|
||||
pcm_u24le # trivial
|
||||
pcm_u32be # trivial
|
||||
pcm_u32le # trivial
|
||||
pcm_u8 # trivial
|
||||
pcx
|
||||
pgm
|
||||
pgmyuv
|
||||
png
|
||||
ppm
|
||||
sgi
|
||||
srt
|
||||
ssa
|
||||
sunrast
|
||||
targa
|
||||
text
|
||||
tiff
|
||||
v210
|
||||
v308
|
||||
v408
|
||||
v410
|
||||
vorbis
|
||||
xbm
|
||||
xwd
|
||||
y41p
|
||||
yuv4
|
||||
zlib
|
||||
pgm # trivial
|
||||
pgmyuv # trivial
|
||||
png # libpng
|
||||
ppm # trivial
|
||||
sgi # trivial
|
||||
srt # trivial
|
||||
ssa # trivial
|
||||
sunrast # trivial
|
||||
targa # trivial
|
||||
text # trivial
|
||||
tiff # libtiff
|
||||
v210 # trivial
|
||||
v308 # trivial
|
||||
v408 # trivial
|
||||
v410 # trivial
|
||||
vorbis # libvorbis
|
||||
xbm # (X11)
|
||||
xwd # xwd
|
||||
y41p # trivial
|
||||
yuv4 # trivial
|
||||
zlib # zlib
|
||||
|
Loading…
Reference in New Issue
Block a user