Re: Bug#289182: kino endianness issues on powerpc

2005-03-29 Thread Michael Schmitz
> On Fri, Mar 25, 2005 at 01:38:27AM +0100, Daniel Kobras wrote: > > On Tue, Mar 22, 2005 at 08:36:01PM +, Paul Brossier wrote: > > > there is probably a better mean to do so though, ie checking what > > > type of conversion is needed according to libavcodec, but it does > > > effectively fixes

Re: Bug#289182: kino endianness issues on powerpc

2005-03-24 Thread Paul Brossier
On Fri, Mar 25, 2005 at 01:38:27AM +0100, Daniel Kobras wrote: > On Tue, Mar 22, 2005 at 08:36:01PM +, Paul Brossier wrote: > > there is probably a better mean to do so though, ie checking what > > type of conversion is needed according to libavcodec, but it does > > effectively fixes the XV Di

Re: Bug#289182: kino endianness issues on powerpc

2005-03-24 Thread Daniel Kobras
On Tue, Mar 22, 2005 at 08:36:01PM +, Paul Brossier wrote: > On Tue, Mar 08, 2005 at 03:39:16PM +0100, Daniel Kobras wrote: > > Furthermore, it looks obviously buggy. Eg. the little-endian > > version of the first loop uses values Y[0] and Y[1], while the > > big-endian variant reuses Y[0] twic

Re: Bug#289182: kino endianness issues on powerpc

2005-03-22 Thread Paul Brossier
Hi, On Tue, Mar 08, 2005 at 03:39:16PM +0100, Daniel Kobras wrote: > On Mon, Feb 14, 2005 at 05:41:26PM +0100, Michael Schmitz wrote: > > I can confirm the XV problem is the same old problem that a patch had > > been posted for in http://jira.schirmacher.de/jira-kino/browse/KINO-76. > > I've added

Bug#289182: kino endianness issues on powerpc

2005-03-08 Thread Daniel Kobras
On Mon, Feb 14, 2005 at 05:41:26PM +0100, Michael Schmitz wrote: > I can confirm the XV problem is the same old problem that a patch had > been posted for in http://jira.schirmacher.de/jira-kino/browse/KINO-76. > I've added some #ifdef __BIG_ENDIAN__ around that, the following patch > should finall