Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-26 Thread Christian König
Am 26.06.2013 10:56, schrieb Ilia Mirkin: On Wed, Jun 26, 2013 at 4:33 AM, Christian König wrote: Am 26.06.2013 05:29, schrieb Ilia Mirkin: On Mon, Jun 24, 2013 at 2:13 PM, Christian König wrote: Am 24.06.2013 18:39, schrieb Ilia Mirkin: On Mon, Jun 24, 2013 at 4:48 AM, Christian König w

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-26 Thread Ilia Mirkin
On Wed, Jun 26, 2013 at 4:33 AM, Christian König wrote: > Am 26.06.2013 05:29, schrieb Ilia Mirkin: > >> On Mon, Jun 24, 2013 at 2:13 PM, Christian König >> wrote: >>> >>> Am 24.06.2013 18:39, schrieb Ilia Mirkin: >>> On Mon, Jun 24, 2013 at 4:48 AM, Christian König wrote: > >

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-26 Thread Maarten Lankhorst
Op 26-06-13 10:33, Christian König schreef: > Am 26.06.2013 05:29, schrieb Ilia Mirkin: >> On Mon, Jun 24, 2013 at 2:13 PM, Christian König >> wrote: >>> Am 24.06.2013 18:39, schrieb Ilia Mirkin: >>> On Mon, Jun 24, 2013 at 4:48 AM, Christian König wrote: > Am 23.06.2013 18:59, schr

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-26 Thread Christian König
Am 26.06.2013 05:29, schrieb Ilia Mirkin: On Mon, Jun 24, 2013 at 2:13 PM, Christian König wrote: Am 24.06.2013 18:39, schrieb Ilia Mirkin: On Mon, Jun 24, 2013 at 4:48 AM, Christian König wrote: Am 23.06.2013 18:59, schrieb Ilia Mirkin: Signed-off-by: Ilia Mirkin --- These changes make

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-25 Thread Ilia Mirkin
On Mon, Jun 24, 2013 at 2:13 PM, Christian König wrote: > Am 24.06.2013 18:39, schrieb Ilia Mirkin: > >> On Mon, Jun 24, 2013 at 4:48 AM, Christian König >> wrote: >>> >>> Am 23.06.2013 18:59, schrieb Ilia Mirkin: >>> Signed-off-by: Ilia Mirkin --- These changes make MPEG2 I-

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-24 Thread Christian König
Am 24.06.2013 18:39, schrieb Ilia Mirkin: On Mon, Jun 24, 2013 at 4:48 AM, Christian König wrote: Am 23.06.2013 18:59, schrieb Ilia Mirkin: Signed-off-by: Ilia Mirkin --- These changes make MPEG2 I-frames generate the correct macroblock data (as compared to mplayer via xvmc). Other MPEG2 fr

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-24 Thread Ilia Mirkin
On Mon, Jun 24, 2013 at 4:48 AM, Christian König wrote: > Am 23.06.2013 18:59, schrieb Ilia Mirkin: > >> Signed-off-by: Ilia Mirkin >> --- >> >> These changes make MPEG2 I-frames generate the correct macroblock data (as >> compared to mplayer via xvmc). Other MPEG2 frames are still misparsed, and

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-24 Thread Christian König
Am 23.06.2013 18:59, schrieb Ilia Mirkin: Signed-off-by: Ilia Mirkin --- These changes make MPEG2 I-frames generate the correct macroblock data (as compared to mplayer via xvmc). Other MPEG2 frames are still misparsed, and MPEG1 I-frames have some errors (but largely match up). NAK, zscan and

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-23 Thread Ilia Mirkin
On Sun, Jun 23, 2013 at 5:47 PM, Andy Furniss wrote: > Ilia Mirkin wrote: >> >> Signed-off-by: Ilia Mirkin >> --- >> >> These changes make MPEG2 I-frames generate the correct macroblock data (as >> compared to mplayer via xvmc). Other MPEG2 frames are still misparsed, and >> MPEG1 I-frames have s

Re: [Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-23 Thread Andy Furniss
Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- These changes make MPEG2 I-frames generate the correct macroblock data (as compared to mplayer via xvmc). Other MPEG2 frames are still misparsed, and MPEG1 I-frames have some errors (but largely match up). This messes up mpeg2 vdpau decode for

[Mesa-dev] [PATCH] vl/mpeg12: implement inverse scan/quantization steps

2013-06-23 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- These changes make MPEG2 I-frames generate the correct macroblock data (as compared to mplayer via xvmc). Other MPEG2 frames are still misparsed, and MPEG1 I-frames have some errors (but largely match up). src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c | 84 ++