summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:43:19 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-19 22:43:19 +0000
commitb9e207fab3d5c8350c4f1fc90dbc15a2a86491fe (patch)
treed9dd19df85bc34fde12bd2319946b1b2fb3ef6c6 /DOCS
parent0555198655c5ec8bdce911407163c042f88c27dd (diff)
downloadmpv-b9e207fab3d5c8350c4f1fc90dbc15a2a86491fe.tar.bz2
mpv-b9e207fab3d5c8350c4f1fc90dbc15a2a86491fe.tar.xz
DivX4Linux support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf
index b2d6bb078e..617da133ee 100644
--- a/DOCS/codecs.conf
+++ b/DOCS/codecs.conf
@@ -81,6 +81,23 @@ videocodec divx
dll "divxc32.dll"
out YUY2 yuvhack
out BGR32,BGR24,BGR15
+
+videocodec divx4
+ info "DivX4Linux (MPEG-4 v2,v3)"
+ comment "with postprocessing"
+ status working
+ fourcc DIVX,divx
+ fourcc DIV1,div1 divx
+ fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
+ fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
+ format 0x4
+ driver divx4
+ dll "libdivxdecore.0"
+; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER)
+ out I420
+ out YUY2
+ out UYVY
+ out BGR32,BGR24,BGR16,BGR15
videocodec odivx
info "OpenDivX (MPEG-4 v2)"
@@ -89,6 +106,7 @@ videocodec odivx
fourcc DIVX,divx
fourcc DIV1,div1 divx
fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
+ fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
format 0x4
driver odivx
dll "opendivx decore"