diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-02-05 20:43:33 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-02-05 20:43:33 +0100 |
commit | bb9c8d9439ce522f978d8a77888b14f2060a7e91 (patch) | |
tree | 22ed669fb09a28808561021608bc42dc34abbf8d /doc | |
parent | 5fa1a1d8fc35cfcec14454ae07432b91839d2309 (diff) | |
download | ffmpeg-bb9c8d9439ce522f978d8a77888b14f2060a7e91.tar.gz |
Add v408 / AYUV encoder and decoder.
Fixes last part of ticket #470.
Reviewed-by: Paul B Mahol
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index dbf8775b71..669c2287f7 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -444,6 +444,8 @@ following image formats are supported: @tab fourcc: AVrp @item AVS (Audio Video Standard) video @tab @tab X @tab Video encoding used by the Creature Shock game. +@item AYUV @tab X @tab X + @tab Microsoft uncompressed packed 4:4:4:4 @item Beam Software VB @tab @tab X @item Bethesda VID video @tab @tab X @tab Used in some games from Bethesda Softworks. @@ -613,6 +615,7 @@ following image formats are supported: @item Ut Video @tab @tab X @item v210 QuickTime uncompressed 4:2:2 10-bit @tab X @tab X @item v308 QuickTime uncompressed 4:4:4 @tab X @tab X +@item v408 QuickTime uncompressed 4:4:4:4 @tab X @tab X @item v410 QuickTime uncompressed 4:4:4 10-bit @tab X @tab X @item VBLE Lossless Codec @tab @tab X @item VMware Screen Codec / VMware Video @tab @tab X |