cosmetics only (for better html output)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-11-16 05:29:23 +00:00
parent 422b0d2a4c
commit 53fb05814a
1 changed files with 30 additions and 22 deletions

View File

@ -22,13 +22,13 @@ videocodec mpegpes
out MPES out MPES
videocodec mpeg12 videocodec mpeg12
info "MPEG 1 or 2" info "MPEG 1 or 2 (libmpeg2)"
comment "with postprocessing" comment "with postprocessing"
status working status working
format 0x10000001 ; mpeg 1 format 0x10000001 ; mpeg 1
format 0x10000002 ; mpeg 2 format 0x10000002 ; mpeg 2
driver libmpeg2 driver libmpeg2
dll "libmpeg2" ; dll "libmpeg2"
out YV12,I420,IYUV out YV12,I420,IYUV
videocodec ffmpeg12 videocodec ffmpeg12
@ -117,8 +117,8 @@ videocodec msrle
videocodec roqvideo videocodec roqvideo
info "Id RoQ File Video Decoder" info "Id RoQ File Video Decoder"
status buggy status buggy
comment "RoQV is an internal MPlayer FOURCC" comment "buggy"
fourcc RoQV fourcc RoQV ; RoQV is an internal MPlayer FOURCC
driver roqvideo driver roqvideo
out YV12 out YV12
@ -318,6 +318,7 @@ videocodec xvid
out UYVY out UYVY
out YVYU out YVYU
out BGR32,BGR24,BGR16,BGR15 out BGR32,BGR24,BGR16,BGR15
dll "libxvidcore.a"
; divx4 does direct render, and is native on linux ; divx4 does direct render, and is native on linux
@ -335,7 +336,7 @@ videocodec odivx
fourcc DX50,BLZ0 DX50 fourcc DX50,BLZ0 DX50
format 0x4 format 0x4
driver odivx driver odivx
dll "libdivxdecore.0" dll "libdivxdecore.so"
out YV12,I420,IYUV out YV12,I420,IYUV
videocodec divx4 videocodec divx4
@ -352,7 +353,7 @@ videocodec divx4
fourcc DX50,BLZ0 DX50 fourcc DX50,BLZ0 DX50
format 0x4 format 0x4
driver divx4 driver divx4
dll "libdivxdecore.0" dll "libdivxdecore.so"
; out I420 ; planar direct rendering ; out I420 ; planar direct rendering
out YUY2 out YUY2
out UYVY out UYVY
@ -456,6 +457,7 @@ videocodec wmv7
videocodec ubmp4 videocodec ubmp4
info "UB Video MPEG 4" info "UB Video MPEG 4"
comment "black&white"
status buggy status buggy
fourcc mp4v UMP4 ; black&white, sometimes buggy too fourcc mp4v UMP4 ; black&white, sometimes buggy too
fourcc UMP4 fourcc UMP4
@ -558,7 +560,7 @@ videocodec m3jpegds
videocodec pegasusm videocodec pegasusm
info "Pegasus Motion JPEG" info "Pegasus Motion JPEG"
status buggy status crashing
fourcc MJPG fourcc MJPG
driver vfw driver vfw
; dll "pvmjpg20.dll" ; v2.0 ; dll "pvmjpg20.dll" ; v2.0
@ -567,7 +569,7 @@ videocodec pegasusm
videocodec pegasusl videocodec pegasusl
info "Pegasus Lossless JPEG" info "Pegasus Lossless JPEG"
status buggy status crashing
fourcc JPGL fourcc JPGL
fourcc MJPG JPGL fourcc MJPG JPGL
driver vfw driver vfw
@ -576,7 +578,7 @@ videocodec pegasusl
videocodec pegasusmwv videocodec pegasusmwv
info "Pegasus Motion Wavelet 2000" info "Pegasus Motion Wavelet 2000"
status buggy status crashing
fourcc PVW2 fourcc PVW2
driver vfw driver vfw
dll "pvwv220.dll" dll "pvwv220.dll"
@ -751,7 +753,7 @@ videocodec qdv
out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
videocodec ffdv videocodec ffdv
info "Raw DV decoder using libavcodec" info "FFmpeg DV decoder"
status working status working
fourcc DVSD,dvsd ; PAL fourcc DVSD,dvsd ; PAL
fourcc DVCS,dvcs ; NTSC ? fourcc DVCS,dvcs ; NTSC ?
@ -762,13 +764,14 @@ videocodec ffdv
out 411P,YV12 out 411P,YV12
videocodec libdv videocodec libdv
info "Raw DV decoder using libdv" info "Raw DV decoder (libdv)"
status working status working
fourcc DVSD,dvsd ; PAL fourcc DVSD,dvsd ; PAL
fourcc DVCS,dvcs ; NTSC ? fourcc DVCS,dvcs ; NTSC ?
fourcc "dvcp" ; PAL DV in .mov fourcc "dvcp" ; PAL DV in .mov
fourcc "dvc " ; NTSC DV in .mov fourcc "dvc " ; NTSC DV in .mov
driver libdv driver libdv
dll libdv.so.2
out YUY2 out YUY2
; note: it crashes with pond.dv :( ; note: it crashes with pond.dv :(
@ -855,7 +858,7 @@ videocodec ffrv10
videocodec vp3 videocodec vp3
info "On2 OpenSource VP3-Codec" info "On2 OpenSource VP3-Codec"
status working status working
comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" comment "For SSE-systems use fixed dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
fourcc VP30,vp30,VP31,vp31 fourcc VP30,vp30,VP31,vp31
flags align16 flags align16
driver vfwex driver vfwex
@ -952,8 +955,10 @@ videocodec sp5x
videocodec qtsvq3 videocodec qtsvq3
info "win32/quicktime SVQ3 decoder" info "win32/quicktime SVQ3 decoder"
status untested status untested
comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
fourcc SVQ3 fourcc SVQ3
driver qtvideo driver qtvideo
dll "QuickTime.qts"
out YUY2 out YUY2
; buggy codecs: (any volunteers for native rewrite?) ; buggy codecs: (any volunteers for native rewrite?)
@ -1035,7 +1040,7 @@ videocodec rricm
; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp ; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp
videocodec camtasia videocodec camtasia
info "TechSmith Camtasia Screen Codec" info "TechSmith Camtasia Screen Codec"
status buggy status working
fourcc TSCC,tscc fourcc TSCC,tscc
driver vfw driver vfw
dll "tsccvid.dll" dll "tsccvid.dll"
@ -1195,6 +1200,7 @@ videocodec null
audiocodec qdmc audiocodec qdmc
info "Quicktime QDMC/QDM2 audio decoders" info "Quicktime QDMC/QDM2 audio decoders"
status working status working
comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
format 0x324D4451 ; "QDM2" format 0x324D4451 ; "QDM2"
format 0x434D4451 ; "QDMC" format 0x434D4451 ; "QDMC"
driver qtaudio driver qtaudio
@ -1258,18 +1264,18 @@ audiocodec roqaudio
driver roqaudio driver roqaudio
audiocodec libdv audiocodec libdv
info "raw DV audio decoder" info "raw DV audio decoder (libdv)"
status working status working
comment "raw DV audio decoder"
fourcc RADV fourcc RADV
driver libdv driver libdv
dll libdv.so.2
audiocodec faad audiocodec faad
info "AAC MPEG2/MPEG4 Audio" info "AAC MPEG2/MPEG4 Audio"
status working status working
comment "Under developemnt by Atmos"
fourcc mp4a,MP4A fourcc mp4a,MP4A
driver faad driver faad
dll libfaad2
audiocodec pcm audiocodec pcm
info "Uncompressed PCM" info "Uncompressed PCM"
@ -1311,7 +1317,6 @@ audiocodec mp3
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
driver mp3lib driver mp3lib
dll "mp3lib"
flags seekable flags seekable
audiocodec ffwmav1 audiocodec ffwmav1
@ -1343,7 +1348,8 @@ audiocodec ffmac6
dll "mace6" dll "mace6"
audiocodec ffmp3 audiocodec ffmp3
info "FFmpeg layer-3 audio decoder - integer only" info "FFmpeg layer-3 audio decoder"
comment "integer only"
status working status working
format 0x55 format 0x55
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
@ -1353,7 +1359,8 @@ audiocodec ffmp3
flags seekable flags seekable
audiocodec ffmp2 audiocodec ffmp2
info "FFmpeg layer 1,2 audio decoder - integer only" info "FFmpeg layer 1,2 audio decoder"
comment "integer only"
status working status working
format 0x50 format 0x50
driver ffmpeg driver ffmpeg
@ -1362,7 +1369,7 @@ audiocodec ffmp2
;MAD library ;MAD library
audiocodec mad audiocodec mad
info "libMAD MPEG layer 1,2,3" info "libMAD MPEG layer 1-2-3"
status working status working
format 0x50 format 0x50
format 0x55 format 0x55
@ -1428,7 +1435,7 @@ audiocodec ulaw
driver alaw driver alaw
audiocodec dvdpcm audiocodec dvdpcm
info "Uncompressed DVD LPCM" info "Uncompressed DVD/VOB LPCM"
status working status working
format 0x10001 format 0x10001
driver dvdpcm driver dvdpcm
@ -1441,7 +1448,7 @@ audiocodec a52
dll "liba52" dll "liba52"
audiocodec ac3 audiocodec ac3
info "AC3" info "AC3-libac3"
comment "removed from mplayer, use liba52" comment "removed from mplayer, use liba52"
status working status working
format 0x2000 format 0x2000
@ -1510,6 +1517,7 @@ audiocodec g72x
audiocodec atrac3 audiocodec atrac3
info "Sony ATRAC3" info "Sony ATRAC3"
status buggy status buggy
comment "format not accepted"
format 0x270 format 0x270
driver acm driver acm
dll "atrac3.acm" dll "atrac3.acm"