Browse code

Add IFF demuxer and 8SVX audio decoder to changelog and documentation. patch by Jai Menon, realityman gmx net

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

Jai Menon authored on 2008/04/03 03:19:43
Showing 2 changed files
... ...
@@ -116,6 +116,8 @@ version <next>
116 116
 - Mimic decoder
117 117
 - MSN TCP Webcam stream demuxer
118 118
 - RL2 demuxer / decoder
119
+- IFF demuxer
120
+- 8SVX audio decoder
119 121
 
120 122
 version 0.4.9-pre1:
121 123
 
... ...
@@ -133,6 +133,8 @@ different game cutscenes repacked for use with ScummVM.
133 133
 @tab Used by MSN Messenger Webcam streams.
134 134
 @item RL2 @tab    @tab X
135 135
 @tab Audio and video format used in some games by Entertainment Software Partners
136
+@item IFF @tab    @tab X
137
+@tab Interchange File Format
136 138
 @end multitable
137 139
 
138 140
 @code{X} means that encoding (resp. decoding) is supported.
... ...
@@ -336,6 +338,7 @@ following image formats are supported:
336 336
 @item ATRAC 3                @tab      @tab X
337 337
 @item Monkey's Audio         @tab      @tab X @tab Only versions 3.97-3.99 are supported
338 338
 @item Nellymoser ASAO        @tab      @tab X
339
+@item 8SVX Audio             @tab      @tab X
339 340
 @end multitable
340 341
 
341 342
 @code{X} means that encoding (resp. decoding) is supported.