diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-14 14:49:49 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-14 14:49:49 +0000 |
commit | 33a0dd378abd98647700a296e5869146de74ed1c (patch) | |
tree | 8ae0c2e7eb6a691b95fcf169043a950d551f76a4 /doc | |
parent | 0769498a9f37c651860e5b90ea65dc92937532ef (diff) | |
download | ffmpeg-33a0dd378abd98647700a296e5869146de74ed1c.tar.gz |
DXA demuxer and decoder
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 3baae2fbe2..f582755f45 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -898,6 +898,9 @@ library: @tab Material eXchange Format SMPTE 377M, used by D-Cinema, broadcast industry. @item SEQ @tab @tab X @tab Tiertex .seq files used in the DOS CDROM version of the game Flashback. +@item DXA @tab @tab X +@tab This format is used in non-Windows version of Feeble Files game and +different game cutscenes repacked for use with ScummVM. @end multitable @code{X} means that encoding (resp. decoding) is supported. @@ -1005,6 +1008,7 @@ following image formats are supported: @item VMware Video @tab @tab X @tab Codec used in videos captured by VMware. @item Cin Video @tab @tab X @tab Codec used in Delphine Software games. @item Tiertex Seq Video @tab @tab X @tab Codec used in DOS CDROM FlashBack game. +@item DXA Video @tab @tab X @tab Codec originally used in Feeble Files game. @end multitable @code{X} means that encoding (resp. decoding) is supported. |