summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-14 08:29:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-14 08:29:45 +0000
commit8c1978cc265ececda2a30ea40bea0de52f4fc1d1 (patch)
tree6c47ba8ea6ced7cdc8c99e90e6a908b4ffc3e790 /etc
parentf78c49e030f3cfbf12e8ae73fcae6d804dfd7e04 (diff)
downloadmpv-8c1978cc265ececda2a30ea40bea0de52f4fc1d1.tar.bz2
mpv-8c1978cc265ececda2a30ea40bea0de52f4fc1d1.tar.xz
Add support for image formats and codecs used by VDPAU
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28551 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8c584979f8..a269adb9d5 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -272,6 +272,33 @@ videocodec ffmpeg12mc
out IDCT_MPEG2
out MOCO_MPEG2
+videocodec ffmpeg12vdpau
+ info "FFmpeg MPEG-1/2 (VDPAU)"
+ status working
+ format 0x10000001 ; MPEG-1
+ format 0x10000002 ; MPEG-2
+ fourcc mpg1,mpg2,MPG2
+ fourcc "DVR "
+ fourcc hdv1
+ fourcc hdv2
+ fourcc PIM1 ; Pinnacle hardware-MPEG-1
+ fourcc VCR2
+ fourcc MPEG
+ fourcc hdv3 ; HDV 1080i50
+ fourcc hdv5 ; HDV 720p25
+ fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
+ fourcc MMES,mmes ; matrox mpeg2 in avi
+ fourcc hdv6,hdv7,hdv8
+ fourcc xdv1,xdv2,xdv3
+ fourcc xdv4,xdv5,xdv6
+ fourcc xdv7,xdv8,xdv9
+ fourcc xdva,xdvb,xdvc
+ fourcc xdvd,xdve,xdvf
+ driver ffmpeg
+ dll "mpegvideo_vdpau"
+ out VDPAU_MPEG1
+ out VDPAU_MPEG2
+
; we have only native open source codecs for these:
videocodec ffnuv
@@ -771,6 +798,14 @@ videocodec ffwmv3
dll wmv3
out YV12,I420,IYUV
+videocodec ffwmv3vdpau
+ info "FFmpeg WMV3/WMV9 (VDPAU)"
+ status working
+ fourcc WMV3,wmv3
+ driver ffmpeg
+ dll wmv3_vdpau
+ out VDPAU_WMV3
+
videocodec ffvc1
info "FFmpeg WVC1"
status buggy
@@ -780,6 +815,14 @@ videocodec ffvc1
dll vc1
out YV12,I420,IYUV
+videocodec ffvc1vdpau
+ info "FFmpeg WVC1 (VDPAU)"
+ status working
+ fourcc WVC1,wvc1
+ driver ffmpeg
+ dll vc1_vdpau
+ out VDPAU_VC1
+
videocodec ffh264
info "FFmpeg H.264"
status working
@@ -792,6 +835,18 @@ videocodec ffh264
dll h264
out YV12,I420,IYUV
+videocodec ffh264vdpau
+ info "FFmpeg H.264 (VDPAU)"
+ status working
+ fourcc H264,h264
+ fourcc X264,x264
+ fourcc avc1,AVC1
+ fourcc davc,DAVC
+ format 0x10000005
+ driver ffmpeg
+ dll h264_vdpau
+ out VDPAU_H264
+
videocodec ffsvq3
info "FFmpeg Sorenson Video v3 (SVQ3)"
status working