summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-10 20:05:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-10 20:05:51 +0000
commit2cfe104104415986148eff07978945b7467ba754 (patch)
treeade48826981a04b127a1ca8903c9df0a9b6ab498 /etc
parent0f724cea8d112d2f20dd905f317a8eaaa67035cb (diff)
downloadmpv-2cfe104104415986148eff07978945b7467ba754.tar.bz2
mpv-2cfe104104415986148eff07978945b7467ba754.tar.xz
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
some codec status changed: h263 keeps crashig for me, cvid is buggy version number bumped git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7357 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 0aee74bcd6..76f43f9bc9 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3,7 +3,7 @@
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================
-release 20020805
+release 20020910
;=============================================================================
; VIDEO CODECS
@@ -203,11 +203,11 @@ videocodec mpzlib
videocodec cvidxa
info "XAnim's Radius Cinepak Video"
- status working
+ status buggy
fourcc cvid
driver xanim
dll "vid_cvid.xa"
- out YV12,IYUV,I420
+ out YV12,IYUV,I420 static
; time to decide what to do with the mpeg4/divx variants...
; ff* is fastest...
@@ -606,7 +606,7 @@ videocodec ffh263
videocodec h263xa
info "XAnim's CCITT H.263"
- status working
+ status crashing
fourcc H263,h263
fourcc viv1 H263
fourcc VIVO,vivo H263
@@ -683,7 +683,7 @@ videocodec indeo5xa
fourcc IV50,iv50
driver xanim
dll "vid_iv50.xa"
- out YVU9,YV12,IYUV,I420
+ out YVU9
videocodec indeo4xa
info "XAnim's Intel Indeo 4.1"
@@ -691,7 +691,7 @@ videocodec indeo4xa
fourcc IV41,iv41
driver xanim
dll "vid_iv41.xa"
- out YVU9,YV12,IYUV,I420
+ out YVU9
videocodec indeo3xa
info "XAnim's Intel Indeo 3.1/3.2"
@@ -700,7 +700,7 @@ videocodec indeo3xa
fourcc IV32,iv32
driver xanim
dll "vid_iv32.xa"
- out YV12,IYUV,I420
+ out YVU9
; DV: qdv is more stable... libdv is slow, mcdv is unstable