From b3978d78b2fe2c04057604175adb373400296df8 Mon Sep 17 00:00:00 2001 From: compn Date: Mon, 28 Jul 2008 00:50:39 +0000 Subject: add ffmotionpixels codec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27355 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index aa539fbdcf..97b5ecca97 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -9,6 +9,15 @@ release 20070930 ; VIDEO CODECS ;============================================================================= +videocodec ffmvi1 + info "FFmpeg Motion Pixels Decoder" + status working + fourcc MVI1 ; internal MPlayer FourCC + driver ffmpeg + dll motionpixels + out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + out YV12,YUY2 + videocodec ffmdec info "FFmpeg Sony PlayStation MDEC (Motion DECoder)" status working -- cgit v1.2.3 From 3069de886e7b9f15e9c270a1503ddaad44d944b9 Mon Sep 17 00:00:00 2001 From: compn Date: Mon, 28 Jul 2008 01:01:54 +0000 Subject: add ffvp6a codec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 97b5ecca97..559de7f439 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1597,6 +1597,14 @@ videocodec ffvp6 dll "vp6" out YV12 +videocodec ffvp6a + info "FFmpeg VP6A decoder" + status untested + fourcc VP6A + driver ffmpeg + dll "vp6a" + out I420,YUY2,YV12 + videocodec ffvp6f info "FFmpeg VP6 Flash decoder" status working -- cgit v1.2.3 From 2c1616fb79000261beb52ec4d033404d2c7f1f11 Mon Sep 17 00:00:00 2001 From: compn Date: Wed, 30 Jul 2008 03:30:48 +0000 Subject: add XDCAM and more HDV MPEG2 fourccs tested on /MPlayer/incoming/hdv6/hdv6.mov http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27367 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 559de7f439..0541315108 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -77,6 +77,12 @@ videocodec mpegpes format 0x10000002 ; mpeg 2 fourcc mpg1,MPG1,mpg2,MPG2 fourcc MPEG + 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 mpegpes out MPES @@ -104,6 +110,12 @@ videocodec ffmpeg2 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 "mpeg2video" out YV12,I420,IYUV @@ -125,6 +137,12 @@ videocodec ffmpeg12 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" out YV12,I420,IYUV @@ -147,6 +165,12 @@ videocodec mpeg12 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 libmpeg2 ; dll "libmpeg2" out YV12,I420,IYUV @@ -167,6 +191,12 @@ videocodec ffmpeg12mc 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_xvmc" out IDCT_MPEG2 -- cgit v1.2.3