summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-09 23:58:10 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-09 23:58:10 +0000
commitbdf58932d4232cea5eeb7f5ff645113407d80a34 (patch)
treed8501c1c69cdfa1f453619044fd79e27dd5847fc /etc
parentdd8934e90d36733506e091b994edb5008db45aaf (diff)
downloadmpv-bdf58932d4232cea5eeb7f5ff645113407d80a34.tar.bz2
mpv-bdf58932d4232cea5eeb7f5ff645113407d80a34.tar.xz
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11422 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8717529448..3cae89d7a2 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -131,6 +131,14 @@ videocodec qtrle
driver qtrle
out BGR32,BGR24,BGR15 query
+videocodec ffrpza
+ info "Quicktime Apple Video"
+ status working
+ fourcc rpza,azpr
+ driver ffmpeg
+ dll "rpza"
+ out BGR15
+
videocodec qtrpza
info "Quicktime Apple Video"
status working
@@ -145,6 +153,14 @@ videocodec qtsmc
driver qtsmc
out BGR32,BGR24
+videocodec ff8bps
+ info "Planar RGB (Photoshop)"
+ status working
+ fourcc 8BPS
+ driver ffmpeg
+ dll "8bps"
+ out BGR32,BGR24,BGR8 query
+
videocodec qt8bps
info "Planar RGB (Photoshop)"
status working
@@ -161,6 +177,15 @@ videocodec cyuv
out YUY2,UYVY
out 422P
+videocodec ffmsrle
+ info "Microsoft RLE"
+ status working
+ format 0x1
+ format 0x2
+ driver ffmpeg
+ dll "msrle"
+ out BGR8
+
videocodec msrle
info "Microsoft RLE"
status working
@@ -234,6 +259,16 @@ videocodec huffyuv
;NATIVE:
+videocodec ffvideo1
+ info "Microsoft Video 1 (native codec)"
+ status working
+ fourcc cram,CRAM
+ fourcc msvc,MSVC
+ fourcc wham,WHAM
+ driver ffmpeg
+ dll "msvideo1"
+ out BGR15,BGR8 query
+
videocodec video1
info "Microsoft Video 1 (native codec)"
status working