summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.conf
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-06 21:43:45 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-06 21:43:45 +0000
commitc8b40d3bd00cab519ea4e55116332efd12f9b381 (patch)
tree51c56b549f24c395c830c196fc099e0240c4fc21 /DOCS/codecs.conf
parent0742d52b569e69d3df278afb388abd76e384b7c8 (diff)
downloadmpv-c8b40d3bd00cab519ea4e55116332efd12f9b381.tar.bz2
mpv-c8b40d3bd00cab519ea4e55116332efd12f9b381.tar.xz
avifile-0.6-CVS merge
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.conf')
-rw-r--r--DOCS/codecs.conf40
1 files changed, 27 insertions, 13 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf
index 3d8a91ac27..cdd5adaa51 100644
--- a/DOCS/codecs.conf
+++ b/DOCS/codecs.conf
@@ -9,6 +9,7 @@ videocodec mpeg12
comment "with postprocessing"
status working
format 0x1
+ format 0xFFFFFF01
driver libmpeg2
dll "libmpeg2"
out YV12
@@ -151,7 +152,7 @@ videocodec mjpeg
out UYVY
out BGR32,BGR24,BGR15
-videocodec wmv1
+videocodec wmv7
info "Windows Media Video 7"
status working
fourcc WMV1
@@ -162,6 +163,17 @@ videocodec wmv1
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 ap41
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 @@ videocodec mwv1
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 @@ videocodec asv2
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 msadpcm
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"