summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.conf
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 02:28:45 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 02:28:45 +0000
commitd61c64bfdaf7198aea3137aa9eae6b1553df3471 (patch)
treec8ac7c7577762387ef630f437a7f453caa47b506 /DOCS/codecs.conf
parentdbc299386f3d9b61335084cb15cbc600ac4f744a (diff)
downloadmpv-d61c64bfdaf7198aea3137aa9eae6b1553df3471.tar.bz2
mpv-d61c64bfdaf7198aea3137aa9eae6b1553df3471.tar.xz
comments changed, and dll added for native codecs too (for html)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@611 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.conf')
-rw-r--r--DOCS/codecs.conf15
1 files changed, 13 insertions, 2 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf
index e899793eb3..3d8a91ac27 100644
--- a/DOCS/codecs.conf
+++ b/DOCS/codecs.conf
@@ -6,15 +6,17 @@
videocodec mpeg12
info "MPEG 1 or 2"
+ comment "with postprocessing"
status working
format 0x1
driver libmpeg2
+ dll "libmpeg2"
out YV12
videocodec mpeg4
info "Microsoft MPEG-4 v1/v2"
status working
- comment "No postprocessing"
+; comment "No postprocessing"
fourcc MPG4,mpg4
fourcc MP42,mp42
driver vfw
@@ -24,6 +26,7 @@ videocodec mpeg4
videocodec divxds
info "DivX ;-) (MS MPEG-4 v3)"
+ comment "with postprocessing"
status working
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
@@ -50,11 +53,13 @@ videocodec divx
videocodec odivx
info "OpenDivX (MPEG-4 v2)"
+ comment "with postprocessing"
status working
fourcc DIVX,divx
fourcc DIV1,div1 divx
format 0x4
driver odivx
+ dll "opendivx decore"
out YV12
videocodec indeo5ds
@@ -159,6 +164,7 @@ videocodec wmv1
videocodec ap41
info "AngelPotion Definitive V1" ; yet another stolen stuff
+ comment "using the DivX ;-) codec"
status working
fourcc AP41 div3
driver dshow
@@ -301,12 +307,13 @@ audiocodec mp3acm
flags seekable
audiocodec mp3
- info "MPEG layer-2,3"
+ info "MPEG layer-2, layer-3"
status working
comment "Optimized to AMD 3Dnow!"
format 0x50
format 0x55
driver mp3lib
+ dll "mp3lib (mpg123)"
flags seekable
audiocodec imaadpcm
@@ -330,18 +337,21 @@ audiocodec msgsm
format 0x31
format 0x32
driver msgsm
+ dll "xa_gsm.c"
audiocodec alaw
info "aLaw"
status working
format 0x6
driver alaw
+ dll "xanim-alaw"
audiocodec ulaw
info "uLaw"
status buggy
format 0x7
driver alaw
+ dll "xanim-alaw"
comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
audiocodec pcm
@@ -361,6 +371,7 @@ audiocodec ac3
status working
format 0x2000
driver libac3
+ dll "libac3"
audiocodec voxware
info "VoxWare"