mirror of https://git.ffmpeg.org/ffmpeg.git
VMD support
Originally committed as revision 2654 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a7eb3c8dd1
commit
da00f30e24
2
CREDITS
2
CREDITS
|
@ -2,12 +2,14 @@ This file contains the name of the people who have contributed to
|
||||||
ffmpeg. The names are sorted alphabetically.
|
ffmpeg. The names are sorted alphabetically.
|
||||||
|
|
||||||
Fabrice Bellard
|
Fabrice Bellard
|
||||||
|
BERO
|
||||||
Mario Brito
|
Mario Brito
|
||||||
Alex Beregszaszi
|
Alex Beregszaszi
|
||||||
Tim Ferguson
|
Tim Ferguson
|
||||||
Brian Foley
|
Brian Foley
|
||||||
Arpad Gereoffy
|
Arpad Gereoffy
|
||||||
Philip Gladstone
|
Philip Gladstone
|
||||||
|
Vladimir Gneushev
|
||||||
Falk Hueffner
|
Falk Hueffner
|
||||||
Zdenek Kabelac
|
Zdenek Kabelac
|
||||||
Nick Kurshev
|
Nick Kurshev
|
||||||
|
|
|
@ -12,6 +12,7 @@ version <next>:
|
||||||
- FLIC playback support
|
- FLIC playback support
|
||||||
- RealVideo 2.0 (RV20) decoder
|
- RealVideo 2.0 (RV20) decoder
|
||||||
- Duck TrueMotion v1 (DUCK) video decoder
|
- Duck TrueMotion v1 (DUCK) video decoder
|
||||||
|
- Sierra VMD demuxer and video decoder
|
||||||
|
|
||||||
version 0.4.8:
|
version 0.4.8:
|
||||||
|
|
||||||
|
|
|
@ -653,6 +653,8 @@ library:
|
||||||
@tab Used in Quake II
|
@tab Used in Quake II
|
||||||
@item FLIC format @tab @tab X
|
@item FLIC format @tab @tab X
|
||||||
@tab .fli/.flc files
|
@tab .fli/.flc files
|
||||||
|
@item Sierra VMD @tab @tab X
|
||||||
|
@tab used in Sierra CD-ROM games
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@code{X} means that the encoding (resp. decoding) is supported.
|
@code{X} means that the encoding (resp. decoding) is supported.
|
||||||
|
@ -723,6 +725,7 @@ following image formats are supported:
|
||||||
@item Planar RGB @tab @tab X @tab fourcc: 8BPS
|
@item Planar RGB @tab @tab X @tab fourcc: 8BPS
|
||||||
@item FLIC video @tab @tab X
|
@item FLIC video @tab @tab X
|
||||||
@item Duck TrueMotion v1 @tab @tab X @tab fourcc: DUCK
|
@item Duck TrueMotion v1 @tab @tab X @tab fourcc: DUCK
|
||||||
|
@item VMD Video @tab @tab X @tab used in Sierra VMD files
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@code{X} means that the encoding (resp. decoding) is supported.
|
@code{X} means that the encoding (resp. decoding) is supported.
|
||||||
|
|
Loading…
Reference in New Issue