that omapfb code uses some NEON color space converter, maybe it has some bug. Can you make a small video sample that demonstrates the problem? I don't have any DVDs here.With just these videos if I use -vo omapfb I see evenly spaced horizontal lines in the video that are off in color. I don't see this if I play with -vo xv or in other media players.
/usr/bin/mencoder "dvd://5" -o "omapfb_problem.avi" -endpos 10 -dvd-device THE_BIG_BANG_THEORY_SEASON1_D2 -nosub -ofps 24000/1001 -vf softskip,scale=624:352:0,harddup -sws 10 -aid 128 -oac mp3lame -lameopts abr:br=140:aq=4:vol=2.2:mode=1 -ovc xvid -xvidencopts bitrate=1200:threads=2:me_quality=6:vhq=3:max_bframes=2:bvhq=1:trellis:chroma_me:chroma_opt:hq_ac:nolumi_mask:closed_gop:noqpel:nogmc:nopacked:rc_reaction_delay_factor=0:rc_averaging_period=100:autoaspect:nointerlacing
Hm, I wonder what effect on performance this has, the old asm seems to be making better use of NEON..Here is a patch where I used a modified function from the xf86-video-omap to do the color space conversion.
https://docs.google....TQ1MmE3MGJkMTRl
Hm, I wonder what effect on performance this has, the old asm seems to be making better use of NEON..Here is a patch where I used a modified function from the xf86-video-omap to do the color space conversion.
https://docs.google....TQ1MmE3MGJkMTRl
time ./mplayer-old -fs -endpos 60 -vo omapfb /media/mmcblk1p1/movies/bbt-d2-4.avi
real 1m0.972s
user 0m19.445s
sys 0m0.695s
time ./mplayer -fs -endpos 60 -vo omapfb /media/mmcblk1p1/movies/bbt-d2-4.avi
real 1m1.016s
user 0m19.188s
sys 0m0.766s
You do use the latest binary right?just for the record:
Adding Notaz SDL libs to fheroes2 , causes heavy flickering in the game [on all Notaz SDL configs] and renders game unplayable.
You do use the latest binary right?just for the record:
Adding Notaz SDL libs to fheroes2 , causes heavy flickering in the game [on all Notaz SDL configs] and renders game unplayable.
It has been silently updated several times.
Here's the modified SDL lib which solved the tearing issue with UAE4All:Adding Notaz SDL libs to fheroes2 , causes heavy flickering in the game [on all Notaz SDL configs] and renders game unplayable.