Active Topics

 


Reply
Thread Tools
Posts: 124 | Thanked: 52 times | Joined on May 2010 @ Sweden
#561
its extremely irritating that SGX530/535 gets so little support. PowerVR seems to share very little information about low-level programming. instead everyone has to rely on their low end API's and outdated drivers.
According to TI their OMAP3430 should handle hardware accelerated H.264 decoding in realtime, with the help of the IVA 2+ (...dont know if that is PowerVR related as well)

it seems that most multimediaapp developers have a hard time integrating codecs that take good use of the IVA 2+
its like the N900 performs just a tad bit better for movie playback than the N810 does (with no driver support at all), so it feels like theyve left out the hardware acceleration and only used the "600mhz vs. 400mhz" for improvement... these issues shouldnt exist if PowerVR/IVA2+ would come with proper support for developers.

could this be the reason that Flash10.1 probably isnt coming?

i cant see any reason to not support Flash 10.1, if it isnt because there is insufficient documentation, API's, or the worst case wrongly specified hardware (IVA2+).

the N900 is a device where we are used for experimental releases... so nokia should just release the Flash10.1 experimental edition and it may suffice for now.
 
HellFlyer's Avatar
Posts: 1,148 | Thanked: 613 times | Joined on Mar 2010 @ Toronto
#562
If Nokia had N900 with flash 10.1 then we just need someone to steal that prototype and extract flash package
__________________
The quieter you become the more you are able to hear


"I'm a N900 user, can I haz Flash 10 plz?!11!?" © Jaffa


Elopocalypse started on 11.02.2011
 
Posts: 619 | Thanked: 691 times | Joined on Feb 2010
#563
lol if that nokia guy is not allowed to respond it means its not coming

same pattern for all other denied n900 stuff like meego etc

they were not allowed to resond either
 
Posts: 124 | Thanked: 52 times | Joined on May 2010 @ Sweden
#564
actually i think that flash10.1 will come to the N900... theres no reason at all that it wouldnt.

i mean - the Motorola Droid will get it with Android 2.2, and the Droid have identical SoC with N900 - the OMAP3430

so with that in mind Flash10.1 theoretically already runs on our N900's hardware

if nokia wont bring it maybe theres some hope that someone really skilled makes a hack based on the droid files and bring it to the N900
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#565
Originally Posted by S0urcerr0r View Post
its like the N900 performs just a tad bit better for movie playback than the N810 does (with no driver support at all)
WHAT? The average video resolution has, quadrupled? That's quite a noticeable improvement, and entirely comes from using the DSP in the IVA. Good luck getting any pre N900 device to play a full screen video without pixel doubling...



Btw, so what's so cool about Flash 10.1? Has anyone done any benchmark about the supposed "accelerated codecs"? As per the minimal hardware requirements, they're just the same codecs they have been shipping forever but built using NEON instructions. And they are probably already built using NEON on the N900.....
I really doubt there's any kind of "extra" hardware acceleration, because if it was, they would either have to tap into the operating system for it or the code would quickly become an unportable mess.
 

The Following User Says Thank You to javispedro For This Useful Post:
Posts: 374 | Thanked: 75 times | Joined on Nov 2009 @ Hungary
#566
You will get adobe flash 10.1 for N900 after Apple iPhone 4 would get it! :-D :-D :-D
 
Posts: 619 | Thanked: 691 times | Joined on Feb 2010
#567
>> theres no reason at all that it wouldnt.

nokia will have to pay to get it ported and tested for the n900

obviously they are not willing to pay

end of story

what is so cool about flash 10.1?

how about being able to access website content once the web starts to move onto 10.1 permanently and drop support for 9.4 ?
 
Posts: 124 | Thanked: 52 times | Joined on May 2010 @ Sweden
#568
i guess we'll have to depend on hacks then which may not be so bad after all.
motorola droid (omap3430) will get it soon, so hopefully there should be some usefulness in pillaging its flash files


Originally Posted by javispedro View Post
WHAT? The average video resolution has, quadrupled? That's quite a noticeable improvement, and entirely comes from using the DSP in the IVA. Good luck getting any pre N900 device to play a full screen video without pixel doubling...
woaw, sorry, i guess that is an improvement, but some videos ive tried playing is 576x272 and even then there are some framedropouts sometimes... i dont know if its because of the VSync driver problem or if its the OS thats flushing the virtual memory.
im want to use the N900 extensivly for TV-out purposes, where the framedrops becomes more disturbing.

the thing is that ive never seen a company that have got release quality drivers from PowerVR... the sony vaio p netbooks is still having alot of driver issues even though theyve been around for a year.

but dont get mee wrong - im deeply impressed with the N900 with maemo. i consider it very powerful, and thats why it would be even nicer if those final touches were made

Last edited by S0urcerr0r; 2010-05-29 at 21:44.
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#569
Originally Posted by S0urcerr0r View Post
woaw, sorry, i guess that is an improvement, but some videos ive tried playing is 576x272 and even then there are some framedropouts sometimes... i dont know if its because of the VSync driver problem or if its the OS thats flushing the virtual memory.
Well, it's able to play back its own camera videos, which are 800x480 MPEG4 AVC, and ofc the 9.mp4, Nokia N900.mp4 800x480 MPEG4 ASF.

Originally Posted by S0urcerr0r View Post
motorola droid (omap3430) will get it soon, so hopefully there should be some usefulness in pillaging its flash files
I've said this on some other gaming thread, but note that the most similar platform to the N900, by quite a large margin, is the Palm Pre. Both in hardware and software. The Pre is not 800x480, but still. The Pre even uses NPAPI for plugins!

(I have _unmodified_ source code that runs on both the N900 and the Palm Pre --- no #ifdefs -- thanks to SDL).
 

The Following User Says Thank You to javispedro For This Useful Post:
Posts: 466 | Thanked: 418 times | Joined on Jan 2010
#570
Originally Posted by javispedro View Post
Well, it's able to play back its own camera videos, which are 800x480 MPEG4 AVC, and ofc the 9.mp4, Nokia N900.mp4 800x480 MPEG4 ASF.


I've said this on some other gaming thread, but note that the most similar platform to the N900, by quite a large margin, is the Palm Pre. Both in hardware and software. The Pre is not 800x480, but still. The Pre even uses NPAPI for plugins!

(I have _unmodified_ source code that runs on both the N900 and the Palm Pre --- no #ifdefs -- thanks to SDL).
That's the most interesting post out of this entire thread! I wonder if we as a community should see how much Palm Pre software is out there that could be easily ported over to the N900.

More apps the better. I still am of the opinion that Flash 10.1 will eventually come to the N900. Whether through grabbing it from a similar device or from Nokia or even from porting some of the reverse engineered versions of flash (gnash, lightspark). As long as we have compatibility with flash 10 sites, I think all will be well. Lightspark even uses OpenGL for acceleration. Time will tell.

slaapliedje
 
Reply

Tags
adobe, adobe flash, blahblah, flash, flash 10, flash 10.1, fremantle, future, idiotic thread, maemo, maemo 5, nokia, nokia fails, update


 
Forum Jump


All times are GMT. The time now is 21:43.