Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- Date: Wed, 7 May 2008 19:10:21 +0400
- From: Vladimir Mosgalin <mosgalin@xxxxxxxxxxxxxxx>
- Subject: Re: [MPlayer-dev-eng] vo_gl PBO patch ..
Hi Reimar Döffinger! On 2008.05.07 at 08:53:46 +0200, Reimar Döffinger wrote next: > That is not surprising. > What is very surprising to me is that resolutions would need to be > divisible by 32 for things to work, that is an unusually large number. > You could try changing > > mpi2.width = mpi2.w; > to > > mpi2.width = (mpi2.w + 31) & ~31; Luma is fixed, chroma is a mess. > but that wastes quite a lot of space. Space.. where? Frame in memory becomes a bit larger? > I forgot, which card/drivers are you using? I am using > "nVidia Corporation G70 [GeForce 7600 GS]" with driver version 169.12 Radeon X1900, fglrx 8.443.1 (latest) under fedora 8 x86-64. -- Vladimir _______________________________________________ MPlayer-dev-eng mailing list MPlayer-dev-eng@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
- Follow-Ups:
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- References:
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Sven Gothel
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Vladimir Mosgalin
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Vladimir Mosgalin
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Vladimir Mosgalin
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Vladimir Mosgalin
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- From: Reimar Döffinger
- Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- Prev by Date: Re: [MPlayer-dev-eng] [PATCH] add support of compression algorithm 3 in mkv demuxer
- Next by Date: Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- Previous by thread: Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- Next by thread: Re: [MPlayer-dev-eng] vo_gl PBO patch ..
- Index(es):