summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-08 17:10:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-08 17:10:31 +0000
commitbed619897c61fa482a1f4962736293b4317616b2 (patch)
treeb10b9bd333e7d9050472bbeeae0a605cfb0adaa6 /etc/codecs.conf
parentfd290901bb069ca3160bb6b4eb738c19e6a0159e (diff)
downloadmpv-bed619897c61fa482a1f4962736293b4317616b2.tar.bz2
mpv-bed619897c61fa482a1f4962736293b4317616b2.tar.xz
support kmvc and nuv decoders in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bf542fa828..025cc6d6b4 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -9,6 +9,12 @@ release 20050728
; VIDEO CODECS
;=============================================================================
+videocodec ffkmvc
+ fourcc KMVC
+ out BGR8
+ driver ffmpeg
+ dll "kmvc"
+
videocodec ffzmbv
info "FFmpeg Zip Motion-Block Video"
status working
@@ -123,6 +129,15 @@ videocodec ffmpeg12mc
; we have only native open source codecs for these:
+videocodec ffnuv
+ info "NuppelVideo"
+ status working
+ fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
+ fourcc RJPG
+ driver ffmpeg
+ dll nuv
+ out I420
+
videocodec nuv
info "NuppelVideo"
status working