intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* GM45 VAAPI Issue
@ 2011-03-23 15:29 Gabriel Torreiro de Moraes
  2011-03-24  1:56 ` Lan, Hai
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-23 15:29 UTC (permalink / raw)
  To: Intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2226 bytes --]

I've installed everything from the 2010Q4 with success, but when I try
to run a movie using VAAPI, the player just closes. I've tried mplayer,
boxee and XBMC.
Check this error log

MPlayer Log:

        ...
        Starting playback...
        Unsupported PixelFormat 61
        [VD_FFMPEG] Trying pixfmt=1.
        Movie-Aspect is undefined - no prescaling applied.
        VO: [vaapi] 1920x796 => 1920x796 H.264 VA-API Acceleration 
        [VD_FFMPEG] XVMC-accelerated MPEG-2.
        mplayer: i965_avc_ildb.c:621: i965_avc_ildb_decode_init:
        Assertion `avc_ildb_context->urb.cs_start +
        avc_ildb_context->urb.num_cs_entries *
        avc_ildb_context->urb.size_cs_entry <=
        (((&i965->intel)->device_id == 0x0102 ||
        (&i965->intel)->device_id == 0x0112 || (&i965->intel)->device_id
        == 0x0122 || (&i965->intel)->device_id == 0x0106 ||
        (&i965->intel)->device_id == 0x0116 || (&i965->intel)->device_id
        == 0x0126 || (&i965->intel)->device_id == 0x010A) ? 1024 :
        (((&i965->intel)->device_id == 0x0042) ||
        ((&i965->intel)->device_id == 0x0046)) ? 1024 :
        (((&i965->intel)->device_id == 0x2E02 ||
        (&i965->intel)->device_id == 0x2E12 || (&i965->intel)->device_id
        == 0x2E22 || (&i965->intel)->device_id == 0x2E32) ||
        ((&i965->intel)->device_id == 0x2A42)) ? 384 : 256)' failed.
        
        
        MPlayer interrupted by signal 6 in module: decode video
        - MPlayer crashed. This shouldn't happen.
        ....
        

It's happening with any media player I try to use (XBMC, Boxee,
MPlayer). I discarded the Players' problem possibility, as three
different players can't have the same bug.
The drivers are 'brand new'. I'm not a Linux pro, so I installed
following the instructions (and adding --prefix=/usr at the end of
every ./configure). Games became better (Especially WINE ones), so I
guess they were properly installed.
Did I do something wrong, or VAAPI isn't implemented yet for my IGP? The
latter being true, any expectation on when it'll be?

Thanks.
(Ubuntu 10.10 Maverick Meerkat | Acer Aspire 1410-2287 || Celeron 723
ULV 1.2GHz | 2GB DDR2 800 | Intel 4500 mHD | HDMI out)
-- 
Gabriel Torreiro de Moraes

[-- Attachment #1.2: Type: text/html, Size: 2682 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GM45 VAAPI Issue
  2011-03-23 15:29 GM45 VAAPI Issue Gabriel Torreiro de Moraes
@ 2011-03-24  1:56 ` Lan, Hai
  2011-03-24  1:59   ` Xiang, Haihao
  0 siblings, 1 reply; 4+ messages in thread
From: Lan, Hai @ 2011-03-24  1:56 UTC (permalink / raw)
  To: Gabriel Torreiro de Moraes, Intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2477 bytes --]

Currently GM45 has not implemented vaapi support yet. Please refer to
http://intellinuxgraphics.org/vaapi.html
for the vaapi support features.

Hai Lan

From: intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org [mailto:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org] On Behalf Of Gabriel Torreiro de Moraes
Sent: Wednesday, March 23, 2011 11:29 PM
To: Intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] GM45 VAAPI Issue

I've installed everything from the 2010Q4 with success, but when I try to run a movie using VAAPI, the player just closes. I've tried mplayer, boxee and XBMC.
Check this error log

MPlayer Log:
...
Starting playback...
Unsupported PixelFormat 61
[VD_FFMPEG] Trying pixfmt=1.
Movie-Aspect is undefined - no prescaling applied.
VO: [vaapi] 1920x796 => 1920x796 H.264 VA-API Acceleration
[VD_FFMPEG] XVMC-accelerated MPEG-2.
mplayer: i965_avc_ildb.c:621: i965_avc_ildb_decode_init: Assertion `avc_ildb_context->urb.cs_start + avc_ildb_context->urb.num_cs_entries * avc_ildb_context->urb.size_cs_entry <= (((&i965->intel)->device_id == 0x0102 || (&i965->intel)->device_id == 0x0112 || (&i965->intel)->device_id == 0x0122 || (&i965->intel)->device_id == 0x0106 || (&i965->intel)->device_id == 0x0116 || (&i965->intel)->device_id == 0x0126 || (&i965->intel)->device_id == 0x010A) ? 1024 : (((&i965->intel)->device_id == 0x0042) || ((&i965->intel)->device_id == 0x0046)) ? 1024 : (((&i965->intel)->device_id == 0x2E02 || (&i965->intel)->device_id == 0x2E12 || (&i965->intel)->device_id == 0x2E22 || (&i965->intel)->device_id == 0x2E32) || ((&i965->intel)->device_id == 0x2A42)) ? 384 : 256)' failed.


MPlayer interrupted by signal 6 in module: decode video
- MPlayer crashed. This shouldn't happen.
....
It's happening with any media player I try to use (XBMC, Boxee, MPlayer). I discarded the Players' problem possibility, as three different players can't have the same bug.
The drivers are 'brand new'. I'm not a Linux pro, so I installed following the instructions (and adding --prefix=/usr at the end of every ./configure). Games became better (Especially WINE ones), so I guess they were properly installed.
Did I do something wrong, or VAAPI isn't implemented yet for my IGP? The latter being true, any expectation on when it'll be?

Thanks.
(Ubuntu 10.10 Maverick Meerkat | Acer Aspire 1410-2287 || Celeron 723 ULV 1.2GHz | 2GB DDR2 800 | Intel 4500 mHD | HDMI out)
--
Gabriel Torreiro de Moraes



[-- Attachment #1.2: Type: text/html, Size: 6504 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GM45 VAAPI Issue
  2011-03-24  1:56 ` Lan, Hai
@ 2011-03-24  1:59   ` Xiang, Haihao
  2011-03-24  2:05     ` Gabriel Torreiro de Moraes
  0 siblings, 1 reply; 4+ messages in thread
From: Xiang, Haihao @ 2011-03-24  1:59 UTC (permalink / raw)
  To: Lan, Hai; +Cc: Intel-gfx

On Thu, 2011-03-24 at 09:56 +0800, Lan, Hai wrote:
> Currently GM45 has not implemented vaapi support yet. 
GM45 supports MPEG2.

> Please refer to 
> 
> http://intellinuxgraphics.org/vaapi.html
> 
> for the vaapi support features.
> 
>  
> 
> Hai Lan
> 
>  
> 
> From:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org
> [mailto:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org] On
> Behalf Of Gabriel Torreiro de Moraes
> Sent: Wednesday, March 23, 2011 11:29 PM
> To: Intel-gfx@lists.freedesktop.org
> Subject: [Intel-gfx] GM45 VAAPI Issue
> 
> 
>  
> 
> I've installed everything from the 2010Q4 with success, but when I try
> to run a movie using VAAPI, the player just closes. I've tried
> mplayer, boxee and XBMC.
> Check this error log
> 
> MPlayer Log:
> 
> ...
> Starting playback...
> Unsupported PixelFormat 61
> [VD_FFMPEG] Trying pixfmt=1.
> Movie-Aspect is undefined - no prescaling applied.
> VO: [vaapi] 1920x796 => 1920x796 H.264 VA-API Acceleration 
> [VD_FFMPEG] XVMC-accelerated MPEG-2.
> mplayer: i965_avc_ildb.c:621: i965_avc_ildb_decode_init: Assertion
> `avc_ildb_context->urb.cs_start + avc_ildb_context->urb.num_cs_entries
> * avc_ildb_context->urb.size_cs_entry <= (((&i965->intel)->device_id
> == 0x0102 || (&i965->intel)->device_id == 0x0112 ||
> (&i965->intel)->device_id == 0x0122 || (&i965->intel)->device_id ==
> 0x0106 || (&i965->intel)->device_id == 0x0116 ||
> (&i965->intel)->device_id == 0x0126 || (&i965->intel)->device_id ==
> 0x010A) ? 1024 : (((&i965->intel)->device_id == 0x0042) ||
> ((&i965->intel)->device_id == 0x0046)) ? 1024 :
> (((&i965->intel)->device_id == 0x2E02 || (&i965->intel)->device_id ==
> 0x2E12 || (&i965->intel)->device_id == 0x2E22 ||
> (&i965->intel)->device_id == 0x2E32) || ((&i965->intel)->device_id ==
> 0x2A42)) ? 384 : 256)' failed.
> 
> 
> MPlayer interrupted by signal 6 in module: decode video
> - MPlayer crashed. This shouldn't happen.
> ....
> 
> It's happening with any media player I try to use (XBMC, Boxee,
> MPlayer). I discarded the Players' problem possibility, as three
> different players can't have the same bug.
> The drivers are 'brand new'. I'm not a Linux pro, so I installed
> following the instructions (and adding --prefix=/usr at the end of
> every ./configure). Games became better (Especially WINE ones), so I
> guess they were properly installed.
> Did I do something wrong, or VAAPI isn't implemented yet for my IGP?
> The latter being true, any expectation on when it'll be?
> 
> Thanks.
> (Ubuntu 10.10 Maverick Meerkat | Acer Aspire 1410-2287 || Celeron 723
> ULV 1.2GHz | 2GB DDR2 800 | Intel 4500 mHD | HDMI out)
> 
> -- 
> Gabriel Torreiro de Moraes 
> 
> 
> 
>  
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GM45 VAAPI Issue
  2011-03-24  1:59   ` Xiang, Haihao
@ 2011-03-24  2:05     ` Gabriel Torreiro de Moraes
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-24  2:05 UTC (permalink / raw)
  To: Xiang, Haihao; +Cc: Intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 3160 bytes --]

At least =) Thanks for the info
Not trying to rush anyone, I appreciate the pace of this work, but any
expectation when H.264 support will come?

Em Qui, 2011-03-24 às 09:59 +0800, Xiang, Haihao escreveu:

> On Thu, 2011-03-24 at 09:56 +0800, Lan, Hai wrote:
> > Currently GM45 has not implemented vaapi support yet. 
> GM45 supports MPEG2.
> 
> > Please refer to 
> > 
> > http://intellinuxgraphics.org/vaapi.html
> > 
> > for the vaapi support features.
> > 
> >  
> > 
> > Hai Lan
> > 
> >  
> > 
> > From:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org
> > [mailto:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org] On
> > Behalf Of Gabriel Torreiro de Moraes
> > Sent: Wednesday, March 23, 2011 11:29 PM
> > To: Intel-gfx@lists.freedesktop.org
> > Subject: [Intel-gfx] GM45 VAAPI Issue
> > 
> > 
> >  
> > 
> > I've installed everything from the 2010Q4 with success, but when I try
> > to run a movie using VAAPI, the player just closes. I've tried
> > mplayer, boxee and XBMC.
> > Check this error log
> > 
> > MPlayer Log:
> > 
> > ...
> > Starting playback...
> > Unsupported PixelFormat 61
> > [VD_FFMPEG] Trying pixfmt=1.
> > Movie-Aspect is undefined - no prescaling applied.
> > VO: [vaapi] 1920x796 => 1920x796 H.264 VA-API Acceleration 
> > [VD_FFMPEG] XVMC-accelerated MPEG-2.
> > mplayer: i965_avc_ildb.c:621: i965_avc_ildb_decode_init: Assertion
> > `avc_ildb_context->urb.cs_start + avc_ildb_context->urb.num_cs_entries
> > * avc_ildb_context->urb.size_cs_entry <= (((&i965->intel)->device_id
> > == 0x0102 || (&i965->intel)->device_id == 0x0112 ||
> > (&i965->intel)->device_id == 0x0122 || (&i965->intel)->device_id ==
> > 0x0106 || (&i965->intel)->device_id == 0x0116 ||
> > (&i965->intel)->device_id == 0x0126 || (&i965->intel)->device_id ==
> > 0x010A) ? 1024 : (((&i965->intel)->device_id == 0x0042) ||
> > ((&i965->intel)->device_id == 0x0046)) ? 1024 :
> > (((&i965->intel)->device_id == 0x2E02 || (&i965->intel)->device_id ==
> > 0x2E12 || (&i965->intel)->device_id == 0x2E22 ||
> > (&i965->intel)->device_id == 0x2E32) || ((&i965->intel)->device_id ==
> > 0x2A42)) ? 384 : 256)' failed.
> > 
> > 
> > MPlayer interrupted by signal 6 in module: decode video
> > - MPlayer crashed. This shouldn't happen.
> > ....
> > 
> > It's happening with any media player I try to use (XBMC, Boxee,
> > MPlayer). I discarded the Players' problem possibility, as three
> > different players can't have the same bug.
> > The drivers are 'brand new'. I'm not a Linux pro, so I installed
> > following the instructions (and adding --prefix=/usr at the end of
> > every ./configure). Games became better (Especially WINE ones), so I
> > guess they were properly installed.
> > Did I do something wrong, or VAAPI isn't implemented yet for my IGP?
> > The latter being true, any expectation on when it'll be?
> > 
> > Thanks.
> > (Ubuntu 10.10 Maverick Meerkat | Acer Aspire 1410-2287 || Celeron 723
> > ULV 1.2GHz | 2GB DDR2 800 | Intel 4500 mHD | HDMI out)
> > 
> > -- 
> > Gabriel Torreiro de Moraes 
> > 
> > 
> > 
> >  
> > 
> > 
> 
> 



[-- Attachment #1.2: Type: text/html, Size: 3855 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-24  2:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-23 15:29 GM45 VAAPI Issue Gabriel Torreiro de Moraes
2011-03-24  1:56 ` Lan, Hai
2011-03-24  1:59   ` Xiang, Haihao
2011-03-24  2:05     ` Gabriel Torreiro de Moraes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).