On Sun, Feb 19, 2012 at 10:59:27AM +0200, Kfir Lavi wrote > I did a compilation from the start. 3 times @system and 1 time @world. > I have used -march=native -mfpmath=sse and now movies do play well. > I'm still not sure why I had this problem. > I did use mmx and sse use flags, but did removed them. > Is it possible that my gcc didn't created good efficient binary before I > used recompiled world? > I really don't think so.
It's not just the mediaplayer (mplayer/VLC/Xine/whatever). Your entire system needs to be optimized. If you're playing a file from your hard drive, faster disk drive access helps. If you're streaming from the web, faster networking code helps. Most movies have sound. Faster alsa code helps. Video uses the X Window libraries. Speeding them up helps. There are a lot calls to the kernel. Speeding up the kernel helps. To summarize... your system uses dozens of libraries to render a movie. Optimizing one library may seem very minor, but it all adds up when you optimize every library on your system. -- Walter Dnes <waltd...@waltdnes.org>