Browse Source

new NSV demuxer

Originally committed as revision 3697 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 21 years ago
parent
commit
353147ed5d
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      Changelog
  2. +2
    -1
      doc/ffmpeg-doc.texi

+ 1
- 0
Changelog View File

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


version 0.4.9-pre1: version 0.4.9-pre1:




+ 2
- 1
doc/ffmpeg-doc.texi View File

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




Loading…
Cancel
Save