diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-07 22:08:42 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-07 22:08:42 +0000 |
commit | 76359b1e2db12464f4e8a9d1c93e28f1e6f2433f (patch) | |
tree | a8da74d3b98a27fc76c97d4b68e725d19523f12e /etc/codecs.conf | |
parent | 0e6de028515fd9b6980a6498de3bdd4ef7bc49ca (diff) | |
download | mpv-76359b1e2db12464f4e8a9d1c93e28f1e6f2433f.tar.bz2 mpv-76359b1e2db12464f4e8a9d1c93e28f1e6f2433f.tar.xz |
removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index c8fbc8d5a4..30f46aae20 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -209,14 +209,6 @@ videocodec cvidxa dll "vid_cvid.xa" out YV12,IYUV,I420 -videocodec cyuvxa - info "XAnim's Creative CYUV" - status untested - fourcc CYUV,cyuv - driver xanim - dll "vid_cyuv.xa" - out YV12,IYUV,I420 - ; time to decide what to do with the mpeg4/divx variants... ; ff* is fastest... @@ -418,7 +410,8 @@ videocodec wmv8 driver dshow dll "wmv8ds32.ax" guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f - out YUY2 + out YV12,I420,IYUV + out YUY2,UYVY out BGR32,BGR24,BGR16,BGR15 videocodec wmv7 @@ -722,7 +715,7 @@ videocodec qdv guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 out YUY2 out UYVY - out BGR32,BGR24,BGR16,BGR15 + out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample videocodec libdv info "Raw DV decoder using libdv" @@ -978,10 +971,10 @@ videocodec pim1 videocodec qpeg info "Q-Team's QPEG (www.q-team.de)" - status buggy + status working comment "BGR8 only!" - fourcc Q1.0 - fourcc Q1.1 + fourcc Q1.0,QPEG + fourcc Q1.1,qpeq driver vfw dll "qpeg32.dll" out BGR8 flip |