Maybe, I think just down to when I draw the graphics, so I think so. I also like to fix flickering effect when re-sizing, don't like that.
@ALL developers.
All my fixes to mplayer is uploaded to repo, only thing I have not uploaded, is the broken vo_p96_pip, as that one needs a lot of work. And vo_comp as I'm working on it.
I hope some of you contribute whit your fixes as well.
All my fixes to mplayer is uploaded to repo, only thing I have not uploaded, is the broken vo_p96_pip, as that one needs a lot of work. And vo_comp as I'm working on it.
From my side can say that all my interest only in va_comp. That is only "fix" which i need, as all other fixes in SVN are pure for compiling things.
And you not need to make it perfect before uploading. It still worth to upload current version of va_comp too. SVN is not for perfect-ready-to-use-code , but also for work in progress too (and, mostly for work-in-progress in the first place, or then it not SVN, but just some "ready-sources"). I also need it as soon as possible (your current version), so i can plays with it till i have motivation. Its just a bit sadly when i worry much, help with all stuff, and now you just hold it "till its not fully ready". Upload it to SVN, that what SVN for.
Or, as i ask, just send me it in mails (kas1e@yandex.ru), but plz, don't just disappear now with closing code for yourself with saying "when it will be done, only then". I want to build muimplayer with it too, and all my interest before with share all the help to you was because i need vo_comp for muimplayer. Even current non-finished version are fine, as i need to play with it, do some tests, and implement inside things i need , bring betas to users to see how well it integrated to whole muimplayer, and so on.
So plz, share it with me.
Quote:
is the broken vo_p96_pip
Don't worry about that one. Joerg already works on, and will share it.
only thing I have not uploaded, is the broken vo_p96_pip, as that one needs a lot of work
kas1e is right, you don't need to duplicate the effort because once done we might use the same p96_pip (from Joerg) in all versions, but in meantime would be cool if you can commit in Google your current comp driver (even if not 100% finished), so atleast Roman can start to add it into his MUI MPlayer port !
Another step for merge all efforts
@kas1e
Apart the new p96 driver, do you think it will be possible to update to the new r37148 revision code (updated by Joerg) to be use directly into your current MUI port ?
Maybe it's possible that using a recent version some problems related to the corrupted video will be "auto-fixed"...
Haven't seen any comments about your version on an x1000,
Probably because most X-1000 users use a RadeonHD gfx card.
Quote:
on mine it brings up a GR if I try to run it.
Did you try with -nosound? The audio parts in the SDL version I'm currently using (SDL-1.2.13-SVNr49-sdk.lha from code.google.com/p/os4sdl) seem to be broken.
Your bench with beta 3 seems pretty good ! But the test will be even more interesting when the audio will be implemented, an example:
With the current version of the p96 driver (on Sam440) is not so easy to found a 360p (MP4 videos) that is always 100% in sync with the audio and the video .. A classic situation when you are trying to watch a video from YouTube ecc ..
So all that speedup is very welcome, just audio is needed to test this speed in a "real" situation, crossing finger for beta 4
skiploofilter is only useful for HD videos that MPlayer can't cope with
As you can see it gives a massive improvement (55s vs 42s) and Superman.flv is not a HD movie. Sometimes an ability to see a content of a movie with an acceptable speed is more importan than its quality
Decent enough quality and plays in sync. Can't get it to stream with those options though.
The framedrop option when streaming renders the video unwatchable, the skiploopfilter does not.
As the version by Joerg is faster than the version by kas1e, Sam440EP ITX owners might just be able to stream youtube videos at a decent enough quality.
Can't you use the (SDL) audio part from the Google repository ?
Except for trying to include a file which doesn't exist, an useless IDOS->Printf(), screwed up comments and changing the size of a buffer there are not differences in the sources. Maybe the buffer size change is important: http://www.sendspace.com/file/e4i0qh
What file is missing? Maybe its because your using different SDK then I'm using.
I know some commit comments are not correct, but there are no way to edit the comments after you have committed the changes.
If you are referring to comments in ao_sdl file then that's because every thing was written in on line, as my text editor does not have line wrapping, I simply divided the text string.
There are some left over Printf() form when I was debugging some crashes on exit, it was down to how mplayer was linked I believe, some how some of the SDL exit code was called instead of the correct routines as they where using the same function name in different .o files, in the vo_cgx_wpa I believe or was it vo_comp.
I Just did not understand way my uninit() code was not called, every thing looked prefect, but whit using Printf() I discovered that wrong one was called, I can remove the Printf() now that problem is solved.
I did not change the size of the buffer, so if that's different then maybe its what your looking for.