mirror of https://github.com/mpv-player/mpv
further codec (QT, Win32) updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
61ecf838f2
commit
4ade6dbc8a
|
@ -26,7 +26,7 @@
|
|||
<LI>native decoder for Windows Media Video 7 (WMV1), and Win32 DLL decoder for
|
||||
Windows Media Video 8 (WMV2), both used in .wmv files</LI>
|
||||
<LI><B>native Sorenson 1 (SVQ1) decoder</B></LI>
|
||||
<LI><B>Win32 Sorenson 3 (SVQ3) decoder</B></LI>
|
||||
<LI><B>Win32/QT Sorenson 3 (SVQ3) decoder</B></LI>
|
||||
<LI>3ivx decoder</LI>
|
||||
<LI>Cinepak and Intel Indeo codecs (3.1, 3.2, 4.1, 5.0)</LI>
|
||||
<LI>MJPEG, AVID, VCR2, ASV2 and other hardware formats</LI>
|
||||
|
@ -309,6 +309,7 @@ MPlayer supports decoding all versions of RealVideo:
|
|||
MMX/SSE/3DNow! optimization)</LI>
|
||||
<LI>MPEG layer 1 audio (<B>native</B> code, with libavcodec)</LI>
|
||||
<LI>Windows Media Audio v1, v2 (<B>native</B> code, with libavcodec)</LI>
|
||||
<LI>Windows Media Audio 9 (WMAv3) (using DMO DLL)</LI>
|
||||
<LI>AC3 Dolby audio (<B>native</B> code, with MMX/SSE/3DNow!
|
||||
optimization)</LI>
|
||||
<LI>AC3 passing through soundcard hardware</LI>
|
||||
|
|
|
@ -541,13 +541,18 @@
|
|||
<LI>you need this if you want to play or encode for example movies recorded
|
||||
with various hardware compressors, like tuner cards, digital cameras
|
||||
(example: DV, ATI VCR, MJPEG)</LI>
|
||||
<LI>needed if you want to play <B>WMV8 movies</B>. Not needed for old
|
||||
<LI>needed if you want to play <B>WMV8, WMV9/WMA9 movies</B>.</LI>
|
||||
<LI>Not needed for old
|
||||
ASF's with MP41 or MP42 video (though VoxWare audio is frequent for these
|
||||
files - it's done by the Win32 codec), or WMV7. Also not needed
|
||||
for WMA (Windows Media Audio), libavcodec has opensource decoder
|
||||
for that.</LI>
|
||||
</UL>
|
||||
</LI>
|
||||
<LI><B>QuickTime codecs</B>: on x86 platforms these codecs can be used
|
||||
to decode Sorenson v1/v3, RPZA, and other QuickTime video, and
|
||||
QDesign audio streams. Installation instructions can be found in the
|
||||
<A HREF="codecs.html#sorenson">Sorenson video codec</A> section.</LI>
|
||||
<LI><B>DivX4/DivX5</B>: information about this codec is available in the
|
||||
<A HREF="codecs.html#divx">DivX4/DivX5</A> section. You possibly don't want
|
||||
this codec as <B>libavcodec</B> (see above) is much faster and has better
|
||||
|
|
Loading…
Reference in New Issue