Browse code

VMD support

Originally committed as revision 2654 to svn://svn.ffmpeg.org/ffmpeg/trunk

Mike Melanson authored on 2004/01/02 13:50:08
Showing 3 changed files
... ...
@@ -2,12 +2,14 @@ This file contains the name of the people who have contributed to
2 2
 ffmpeg. The names are sorted alphabetically.
3 3
 
4 4
 Fabrice Bellard
5
+BERO
5 6
 Mario Brito
6 7
 Alex Beregszaszi
7 8
 Tim Ferguson
8 9
 Brian Foley
9 10
 Arpad Gereoffy
10 11
 Philip Gladstone
12
+Vladimir Gneushev
11 13
 Falk Hueffner
12 14
 Zdenek Kabelac
13 15
 Nick Kurshev
... ...
@@ -12,6 +12,7 @@ version <next>:
12 12
 - FLIC playback support
13 13
 - RealVideo 2.0 (RV20) decoder
14 14
 - Duck TrueMotion v1 (DUCK) video decoder
15
+- Sierra VMD demuxer and video decoder
15 16
 
16 17
 version 0.4.8:
17 18
 
... ...
@@ -653,6 +653,8 @@ library:
653 653
 @tab Used in Quake II
654 654
 @item FLIC format      @tab    @tab X
655 655
 @tab .fli/.flc files
656
+@item Sierra VMD       @tab    @tab X
657
+@tab used in Sierra CD-ROM games
656 658
 @end multitable
657 659
 
658 660
 @code{X} means that the encoding (resp. decoding) is supported.
... ...
@@ -723,6 +725,7 @@ following image formats are supported:
723 723
 @item Planar RGB             @tab     @tab  X @tab fourcc: 8BPS
724 724
 @item FLIC video             @tab     @tab  X
725 725
 @item Duck TrueMotion v1     @tab     @tab  X @tab fourcc: DUCK
726
+@item VMD Video              @tab     @tab  X @tab used in Sierra VMD files
726 727
 @end multitable
727 728
 
728 729
 @code{X} means that the encoding (resp. decoding) is supported.