new NSV demuxer

Originally committed as revision 3697 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2004-11-20 23:40:22 +00:00
parent 27d5f18f66
commit 353147ed5d
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ version <next>
- Miro VideoXL (VIXL) video decoder
- H.261 video encoder
- QPEG video decoder
- Nullsoft Video (NSV) file demuxer
version 0.4.9-pre1:

View File

@ -686,9 +686,10 @@ library:
@item Sierra Online @tab @tab X
@tab .sol files used in Sierra Online games
@item Matroska @tab @tab X
@end multitable
@item Electronic Arts Multimedia @tab @tab X
@tab used in various EA games; files have extensions like WVE and UV2
@item Nullsoft Video (NSV) format @tab @tab X
@end multitable
@code{X} means that the encoding (resp. decoding) is supported.