* XV image size limits on 965G
@ 2010-07-11 5:31 Alexander E. Patrakov
0 siblings, 0 replies; only message in thread
From: Alexander E. Patrakov @ 2010-07-11 5:31 UTC (permalink / raw)
To: intel-gfx
Hello.
As you probably know, YouTube started supporting 4K videos (i.e., those
with resolution of 4096x2304). The downloaded copies of these videos
play fine with mplayer -vo gl (provided that the CPU is powerful enough
- but even an old Core 2 Duo E6420 @ 2.13 GHz is enough), but not with
-vo xv. This happens because both XV adaptors on 965G (overlay and
textured) have an image size limit of 2048x2048, and that is not enough.
(the fact that there is a version of the same movie more suitable for my
monitor is ignored for the purposes of this mail)
Do I understand correctly that in the end, both gl and xv textured
adaptor use the same hardware for scaling and colorspace conversion? If
so, why do they have different limitations?
P.S. I tried to change IMAGE_MAX_{WIDTH,HEIGHT} in src/i830_video.c to
4096. Result: textured video fails with BadAlloc (obviously, I have to
change something else), overlay video mostly works (sometimes stutters -
i.e., displays frames n, n+1, n+2, n+3, n+2, n+3, n+2, n+3, n+4, ...).
--
Alexander E. Patrakov
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-11 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 5:31 XV image size limits on 965G Alexander E. Patrakov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.