Mercurial > mplayer.hg
diff DOCS/codecs.conf @ 713:9355b2ae634e
avifile-0.6-CVS merge
| author | arpi_esp |
|---|---|
| date | Sun, 06 May 2001 21:43:45 +0000 |
| parents | ebd2d0bba43d |
| children | dcaa9fbcdddf |
line wrap: on
line diff
--- a/DOCS/codecs.conf Sun May 06 19:38:57 2001 +0000 +++ b/DOCS/codecs.conf Sun May 06 21:43:45 2001 +0000 @@ -9,6 +9,7 @@ comment "with postprocessing" status working format 0x1 + format 0xFFFFFF01 driver libmpeg2 dll "libmpeg2" out YV12 @@ -151,7 +152,7 @@ out UYVY out BGR32,BGR24,BGR15 -videocodec wmv1 +videocodec wmv7 info "Windows Media Video 7" status working fourcc WMV1 @@ -162,6 +163,17 @@ out YUY2 out BGR32,BGR24,BGR16,BGR15 +videocodec wmv8 + info "Windows Media Video 8" + status crashing + comment "Floating point exception" + fourcc WMV2 + driver dshow + dll "wmv8ds32.ax" + guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f + out YUY2 + out BGR32,BGR24,BGR16,BGR15 + videocodec ap41 info "AngelPotion Definitive V1" ; yet another stolen stuff comment "using the DivX ;-) codec" @@ -176,7 +188,7 @@ videocodec tm20 info "TrueMotion 2.0" status crashing - comment "Error connecting to output pin" + comment "segfault in the DLL" fourcc TM20 driver dshow dll "tm20dec.ax" @@ -248,15 +260,6 @@ out YUY2 out BGR32,BGR24,BGR15 -videocodec wmv8 - info "Windows Media Video 8" - status untested - fourcc WMV2 - driver dshow - dll "wmv8ds32.ax" - guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f -; out YUY2 - out BGR32,BGR24,BGR16,BGR15 videocodec m261 info "M261" @@ -274,7 +277,18 @@ driver vfw dll "asusasv2.dll" ; out YVYU - out UYVY flip + out UYVY + out BGR32,BGR24,BGR15 flip + +videocodec asv1 + info "ASUS V1" + status buggy + comment "rgb upside down, yuv ok" + fourcc ASV1 + driver vfw + dll "asusasvd.dll" +; out YVYU + out UYVY out BGR32,BGR24,BGR15 flip ;============================================================================= @@ -300,7 +314,7 @@ audiocodec mp3acm info "MPEG layer-3" status working - comment "Optimized to Intel MMX/SSE" + comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches" format 0x55 driver acm dll "l3codeca.acm"
