From fd55a47f0118182fee26e563417a7be101cca148 Mon Sep 17 00:00:00 2001 From: iive Date: Sat, 21 Jun 2003 01:47:26 +0000 Subject: basic xvmc image support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index e9a64aa68d..3d4ecbe9a7 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -40,6 +40,7 @@ videocodec mpeg12 ; dll "libmpeg2" out YV12,I420,IYUV + videocodec ffmpeg12 info "FFmpeg MPEG 1/2" status working @@ -51,6 +52,18 @@ videocodec ffmpeg12 dll "mpegvideo" out YV12,I420,IYUV +videocodec ffmpeg12mc + info "FFmpeg MPEG 1/2" + status buggy + format 0x10000001 ; mpeg 1 + format 0x10000002 ; mpeg 2 + fourcc mpg1,mpg2 + fourcc PIM1 ; Pinnacle hardware-mpeg1 + driver ffmpeg + dll "mpegvideo_xvmc" + out IDCT_MPEG2 + out MOCO_MPEG2 + ; we have only native opensource codecs for these: videocodec nuv -- cgit v1.2.3