Argg the last famous words, it's better for sure, but not 100% fixed .. When paused it's ok, but problem reapper when using the arrows to move back/forward into a video.
Don't know if you started from the same code but I just re-tested it with MUI MPlayer and this specific problem does not happen
P.S.
*As we are speaking about sound in MUI MPlayer, we had also a different issue: A bug that twiced the speed of the audio in some situation, Roman still investigate on it
Thanks for this new version. Still some flaws BTW.
After having watched a video using p96_pip, I cannot play another video with the same video ouput, I get message saying the video output cannot be opened (maybe something isn't closed at the end of the video reading).
Cache is working normally (for SmTube it's great) but not with DVDs (MUI-Mplayer reads them using cache and isn't jerky at all).
Compositing works nicely (still some tearing appear). Would it be possible to center the video on the WB (as deos MUI-Mplayer) when it is first played ?
I think AHI buffer needs to be cleared, I have not tried, Joerg can experiment whit that. but I think the current fix makes it less of a issue, (maybe I'm wrong).
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
After having watched a video using p96_pip, I cannot play another video with the same video ouput, I get message saying the video output cannot be opened (maybe something isn't closed at the end of the video reading).
I have changed some code after you tested it, the version you tested where untested ultra beta.
Quote:
Cache is working normally (for SmTube it's great) but not with DVDs (MUI-Mplayer reads them using cache and isn't jerky at all).
I have not looked at DVD stuff, it might be it will be fixed by newer mplayer code from mplayer hq.
Quote:
(still some tearing appear).
I have accusal not tried to fix tearing yet, to fix this I need to wait for video sync, I do not know its going to help or not.
Quote:
Would it be possible to center the video on the WB (as deos MUI-Mplayer) when it is first played ?
Yes that's easy to do.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
I would test that version but as I'm using an X1000 it'll be tricky checking the pip stuff ;)
Apart from the odd sized videos that give diagonal displays the only real problem is the totasl lack of correct aspect ratio in full screen mode. My monitor is 16:10 so looks even worse than on a HD 16:9 monitor.
Amiga user since 1985 AOS4, A-EON, IBrowse & Alinea Betatester
Does that include window mode. I'm a bit picky about aspect ratios and tend to sit and adjust the window size until it's as close to correct as i can get it. would be nice if you could only set the width and the height was handled automatically.
Amiga user since 1985 AOS4, A-EON, IBrowse & Alinea Betatester
A small update from me. As you have seen, I have created a test repository on Google Code and mirrored all the code there, so that I can do a test merge of the latest MPlayer code without the fear of messing up the main repository. Once I'll finish the merge I'd keep this project open in case anyone would like to do some tests there.
I have first tried to mirror the main repository using svnsync, but I had problems in finding a way to do it from a repository to another, all the info I have found expect to first dump the whole source repository in a local file, a feature not implemented in Google Code. I have therefore done all the commits manually.
Now I'm trying to use the svn_load_dirs script to merge the old official sources with the latest ones. The script complains about some files being of different types between the two revisions, I believe this is because SVN converts all the soft links to text files containing the link's path, in order to be compatible with Windows' systems. A solution might be to commit again the old revision of the original sources and forcing the use of Linux' links.
Does that include window mode. I'm a bit picky about aspect ratios and tend to sit and adjust the window size until it's as close to correct as i can get it. would be nice if you could only set the width and the height was handled automatically.
Not in the version I'm compiling, maybe the next version after.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
At some point, the wheel actions were hardcoded in cgx stuff file, but i moved that to the generic input handling instead. So currently (and in the available sources as well), i just forward the wheel event to the mplayer event handling. You can then decide in input.conf what the wheel should do. It's much better than hard-coding it.
Thank you FAB, I look into that.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
Well i prefer to have all preimposted by default rathen than playing with config files, as it was before (in afxgroup binary)
Aniway maybe it could be a good idea (for all that internal beta) to release only quick "non-altivec" binary, in that case we can help you directly in forum for any eventual test before the release of the whole public archive, then recompile the altivec once all will be properly tested
Well i prefer to have all preimposted by default rathen than playing with config files, as it was before (in afxgroup binary)
I can revert the change and just, provided a config file (progdir:conf/input.conf), it should work, just as well, it might be that some like to pause the video if they click in the window.
Edited by LiveForIt on 2014/4/30 23:21:20
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
Maybe, but eventually with the right button not the left button, for example in cgx_wpa the single click with the left button will show the mouse pointer, while double click will put the video in fullscreen.. a similar thing might be done for all video drivers
But i don't know if it could be better to add it as a sepatated config option or just make it working directly as it was before (in afxgroup binary)
Yes and No, it was compiled correctly for altivec, but not for none altivec (some missing features), I did not ask for it to be removed.
I can upload new version, but not right now, I'm trying to work on things that is important to me. I need to find the right balance between mplayer and other things, not so good at multitasking my self.
Edited by LiveForIt on 2014/5/8 0:14:37
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.