[mpeg2-dev] [PATCH] ARCH_X86_64 portability patch

2008-02-15 Thread Diego Biurrun
Here is a patch to make some of the MMX optimizations available on x86_64 as well. I have extracted it from the MPlayer local patch set. Please apply. Diego Index: idct_mmx.c === --- idct_mmx.c (revision 1152) +++ idct_mmx.c (working

[mpeg2-dev] [PATCH] SPARC VIS portability patch

2008-02-15 Thread Diego Biurrun
This patch makes sure that VIS stuff is only used when enabled. Diego Index: libmpeg2/cpu_accel.c === --- libmpeg2/cpu_accel.c (revision 1152) +++ libmpeg2/cpu_accel.c (working copy) @@ -127,7 +127,7 @@ } #endif /* ARCH_X86 */ -#i

[mpeg2-dev] [PATCH] AltiVec portability patch

2008-02-15 Thread Diego Biurrun
This patch makes sure that AltiVec stuff is only used when enabled. Diego Index: libmpeg2/motion_comp.c === --- libmpeg2/motion_comp.c (revision 1152) +++ libmpeg2/motion_comp.c (working copy) @@ -42,7 +42,7 @@ mpeg2_mc = mpeg2_mc_m

Re: [mpeg2-dev] Doubts regarding the Decoding time for Picture headers

2008-02-15 Thread Krishna Prasad
Hi Keith The problem was with the code [on the subtraction betwen the stop and start time between the pictures] as you said. I have removed the errror and I wanted to ensure, whether the following steps in the below is the procedure to calculate the decoding time? In the soource code mpeg2dec.c,