Author: compn Date: Sat Jun 9 00:59:04 2007 New Revision: 23524 Log: add mmes fourcc for mpeg2 in avi files Modified: trunk/etc/codecs.conf Modified: trunk/etc/codecs.conf ============================================================================== --- trunk/etc/codecs.conf (original) +++ trunk/etc/codecs.conf Sat Jun 9 00:59:04 2007 @@ -58,6 +58,7 @@ videocodec mpeg12 fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi driver libmpeg2 ; dll "libmpeg2" out YV12,I420,IYUV @@ -85,6 +86,7 @@ videocodec ffmpeg2 fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi driver ffmpeg dll "mpeg2video" out YV12,I420,IYUV @@ -104,6 +106,7 @@ videocodec ffmpeg12 fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi driver ffmpeg dll "mpegvideo" out YV12,I420,IYUV @@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi driver ffmpeg dll "mpegvideo_xvmc" out IDCT_MPEG2
compn <subversion <at> mplayerhq.hu> writes:
Log: add mmes fourcc for mpeg2 in avi files
Modified: trunk/etc/codecs.conf
@@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi
Does xvmc really support yuv420p? Carl Eugen
compn <subversion <at> mplayerhq.hu> writes:
Log: add mmes fourcc for mpeg2 in avi files
Modified: trunk/etc/codecs.conf
@@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi
Sorry, I meant: Does xvmc really support yuv422p? Carl Eugen
On Thu, 10 Jun 2010 16:12:13 +0000 (UTC), Carl Eugen Hoyos wrote:
compn <subversion <at> mplayerhq.hu> writes:
Log: add mmes fourcc for mpeg2 in avi files
Modified: trunk/etc/codecs.conf
@@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi
Sorry, I meant: Does xvmc really support yuv422p?
i never tested, i dont have xvmc/vdpau. i just add the fourccs and let users test. -compn
On 6/10/10, Carl Eugen Hoyos <cehoyos@ag.or.at> wrote:
compn <subversion <at> mplayerhq.hu> writes:
Log: add mmes fourcc for mpeg2 in avi files
Modified: trunk/etc/codecs.conf
@@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi
Sorry, I meant: Does xvmc really support yuv422p?
I have written it with all chroma formats support in mind. If it doesn't work, then it is bug and it should be trivial to fix it. At the time the hardware drivers didn't support 422 so I couldn't test it. No idea if this have changed. I'll test it.
On Thu, 10 Jun 2010 23:20:12 +0300, Ivan Kalvachev wrote:
On 6/10/10, Carl Eugen Hoyos <cehoyos@ag.or.at> wrote:
compn <subversion <at> mplayerhq.hu> writes:
Log: add mmes fourcc for mpeg2 in avi files
Modified: trunk/etc/codecs.conf
@@ -122,6 +125,7 @@ videocodec ffmpeg12mc fourcc MPEG fourcc hdv3 ; HDV 1080i50 fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s) + fourcc MMES,mmes ; matrox mpeg2 in avi
Sorry, I meant: Does xvmc really support yuv422p?
I have written it with all chroma formats support in mind. If it doesn't work, then it is bug and it should be trivial to fix it.
At the time the hardware drivers didn't support 422 so I couldn't test it. No idea if this have changed.
I'll test it.
where does it say mmes is 422 only? -compn
participants (4)
-
Carl Eugen Hoyos -
compn -
compn -
Ivan Kalvachev