Poster | Thread |
afxgroup
 |  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 16:58:46
| | [ #141 ] |
|
|
 |
Super Member  |
Joined: 8-Mar-2004 Posts: 1968
From: Taranto, Italy | | |
|
| @Fab
Maybe is a problem on gcc4. If you add -mabi=altivec switch the gcc optimize the code to use altivec instructions. it doesn't matter if you are compiling software like mplayer that has asm altivec instructions. it will add specific altivec functions just because you have turned on that switches. We have seen this with the main mplayer developer debugging the exe produced by gcc4. Maybe there is another switch to turn off the optimizations but enable alitivec abi? _________________ http://www.amigasoft.net
|
|
Status: Offline |
|
|
Crumb
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 17:15:13
| | [ #142 ] |
|
|
 |
Elite Member  |
Joined: 12-Mar-2003 Posts: 2209
From: Zaragoza (Aragonian State) | | |
|
| @afxgroup
can't you create two parts in the makefile or two makefiles and compile codecs with altivec optimization and the rest without it? at the end the compiler will link them and that's all, isn't it? _________________ The only spanish amiga news web page/club: CUAZ
|
|
Status: Offline |
|
|
Crumb
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 17:18:04
| | [ #143 ] |
|
|
 |
Elite Member  |
Joined: 12-Mar-2003 Posts: 2209
From: Zaragoza (Aragonian State) | | |
|
| Quote:
100% cpu loading was caused by some optimisation flag which cause such problems in our current gcc (it was -O4 optimisation flag). Now i build everything with -O2 , and no more 100% cpu loading should be. |
that's the reason GCC 2.95.x is still included with MorphOS sdk: current gcc releases create code somewhat "unstable". _________________ The only spanish amiga news web page/club: CUAZ
|
|
Status: Offline |
|
|
kas1e
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 17:22:25
| | [ #144 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| @crumb Quote:
can't you create two parts in the makefile or two makefiles and compile codecs with altivec optimization and the rest without it? at the end the compiler will link them and that's all, isn't it?
|
As i understand, Afxgorup trying to say, that even if you will just compile "few objects", they will be fully altivec-based, and will not swithcs necessary parts only to altivec. And in end you will have fully altivec based obj, which will crashes on generic cpus. And that is problem of gcc4 can be (if i understand everything right). _________________ Join us to improve dopus5! zerohero's mirror of os4/os3 crosscompiler suites
|
|
Status: Offline |
|
|
Toaks
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 17:50:52
| | [ #145 ] |
|
|
 |
Elite Member  |
Joined: 10-Mar-2003 Posts: 8042
From: amigaguru.com | | |
|
| great news, does Fab take donations ? , i'd like to send to him too :) _________________ See my blog and collection website! . https://www.blog.amigaguru.com
|
|
Status: Offline |
|
|
Spectre660
 |  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 18:09:28
| | [ #146 ] |
|
|
 |
Elite Member  |
Joined: 4-Jun-2005 Posts: 3918
From: Unknown | | |
|
| @kas1e & tommysammy
What older version of Mplayer works without overlay ? DVplayer does but I cant find a older version of Mplayer that works on my setup. Have to put back in my Radeon 9250 to use the older Mplayer.
Quote:
s i know, you not have in radeonhd now overlay support, so, all the other players (like dvplayer and old mplayer) also works for you without overlay. So, can you please test some video, and see, what version faster or slower. |
Last edited by Spectre660 on 26-Oct-2011 at 06:14 PM.
_________________ Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card
|
|
Status: Offline |
|
|
Kicko
 |  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 18:16:40
| | [ #147 ] |
|
|
 |
Elite Member  |
Joined: 19-Jun-2004 Posts: 5009
From: Sweden | | |
|
| cowabonga.....
now no crashes while moving timeslider or increase/decrease speed video from menu. Thanks mate :) (im on altivec). Some more testings and if everything works make dopus use it just like i used with the old mplayer. Keep up the good work. Last edited by Kicko on 26-Oct-2011 at 06:19 PM.
|
|
Status: Offline |
|
|
sicky
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 18:21:00
| | [ #148 ] |
|
|
 |
Elite Member  |
Joined: 11-Mar-2003 Posts: 2843
From: Essex, UK | | |
|
| @kasle
I have the new version working and it looks fab, thank you for all your hard work 
When quitting some movies (forget what format) I get a GrimReaper and also if I quite any movie I cannot play any others, MPlayer just freezes, cannot load movie of quit program but no GrimReaper! _________________ SAM 460 with 2GB or RAM, 1000GB HD, 4 port SATA, DVDRW drive and Radeon HD 4650 GFX card.
|
|
Status: Offline |
|
|
Kicko
 |  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 18:37:20
| | [ #149 ] |
|
|
 |
Elite Member  |
Joined: 19-Jun-2004 Posts: 5009
From: Sweden | | |
|
| @sicky
Try to softboot... dont know if it works with coldboot too.
run this and send the text saved in ram: to Kas1e, maybe it will give him some info.
dump c:DumpDebugBuffer >ram:file.txt |
|
Status: Offline |
|
|
tommysammy
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 18:40:01
| | [ #150 ] |
|
|
 |
Cult Member  |
Joined: 20-Jan-2010 Posts: 664
From: Isselburg,Germany | | |
|
| @kas1e I see a selection window from mplayer ,where i can choose the desired format(flv,hd,mpg and more)after a choose ,the movie begin to playing but no window opens _________________ Amiga600/Vampire2/PrismaMegaMix
|
|
Status: Offline |
|
|
kas1e
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 26-Oct-2011 20:10:21
| | [ #151 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| @tommysammy
As mr2 saying that youtube works for him, i think you can have some problems with getvideo or kind.
Just try from the command line directly (from shell), any youtube video, and see if it works. If works, then make the same for browser/getvideo.
The window with format-choice coming from getvideo (not from mplayer), so i assume something wrong here, try to test it deeply (from shell , from other browser, etc, etc). Maybe you just point out on wrong mplayer binary or kind ? Last edited by kas1e on 26-Oct-2011 at 08:11 PM.
_________________ Join us to improve dopus5! zerohero's mirror of os4/os3 crosscompiler suites
|
|
Status: Offline |
|
|
tommysammy
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 27-Oct-2011 16:31:32
| | [ #152 ] |
|
|
 |
Cult Member  |
Joined: 20-Jan-2010 Posts: 664
From: Isselburg,Germany | | |
|
| @kas1e clipdown and muimplayer works now fine together.I had done a misstake.I forgot to copy mplayer to C: Sorry _________________ Amiga600/Vampire2/PrismaMegaMix
|
|
Status: Offline |
|
|
kas1e
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 27-Oct-2011 16:35:49
| | [ #153 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| @tommysammy
Ok cool :) Soon new version with overlay (which throug will not works on x1000 while hanz will not add overlay to radeonhd driver, but for you even without-overlay all should be fine with 1.8ghz). and bugfix on exit Last edited by kas1e on 27-Oct-2011 at 04:37 PM.
_________________ Join us to improve dopus5! zerohero's mirror of os4/os3 crosscompiler suites
|
|
Status: Offline |
|
|
SinanG
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 27-Oct-2011 17:56:34
| | [ #154 ] |
|
|
 |
Regular Member  |
Joined: 24-Dec-2004 Posts: 334
From: Unknown | | |
|
| @kas1e
I tried some FLV vidoes (some video clips from Opeth and Dream Theater) with GetVideo on Sam460+RadeonHD. I noticed that the sound playback is slower than the original on MPlayer. It is like playing at %95 speed... Have you noticed that ? _________________ AmigaOS4 Beta-Tester ---------------------------------- Amiga X5000 8GB Radeon RX 560 Amiga A1222 2GB Radeon RX 550 Sam 460 2GB RadeonRX 550
|
|
Status: Offline |
|
|
kas1e
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 27-Oct-2011 22:37:54
| | [ #155 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| @SinanG Quote:
Nope, but i think it can be because of -04 optimisation. Wait some time for new version, should be fine (we for now with Deniil trying to fix that alignment-overlay crap in the driver itself). _________________ Join us to improve dopus5! zerohero's mirror of os4/os3 crosscompiler suites
|
|
Status: Offline |
|
|
samo79
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 28-Oct-2011 15:14:26
| | [ #156 ] |
|
|
 |
Elite Member  |
Joined: 13-Feb-2003 Posts: 3505
From: Italy, Perugia | | |
|
| @kas1e
Two problems
- Iconify seems broken if you active it from menu (the icon will not showed on Workbench), instead iconify from the usual button in GUI works ok, plz fix it 
- I also note that all videos opened in fullscreen (double click to show it in fullscreen) does not cover the entire screen but only a small part of it, i try adjust looking at the various video's prefs but i can't be able to solve so no real fullscreen here ... maybe this problem is related to the overlay ? _________________ BACK FOR THE FUTURE
http://www.betatesting.it/backforthefuture
Sam440ep Flex 800 Mhz 1 GB Ram + AmigaOS 4.1 Update 6 AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE + AmigaOS 4.1 Update 6
|
|
Status: Offline |
|
|
kas1e
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 28-Oct-2011 15:27:31
| | [ #157 ] |
|
|
 |
Elite Member  |
Joined: 11-Jan-2004 Posts: 3551
From: Russia | | |
|
| @samo79 Quote:
- Iconify seems broken if you active it from menu (the icon will not showed on Workbench), instead iconify from the usual button in GUI works ok, plz fix it
|
Yeah, notice that as well, but for now we worring about fixing of alignment in overlay. Its happens that p96 driver by some un-luck have some mess inside, and all the hints from fab does not help us. So, we loose with Deniil yesterday whole evening to understand how all of this work. We have some kind of solution, but its a bit suck too.
After alignment will be fixed , then we will fix to works overlay mode with gui. There is also need to spend some time, to understand how all of this done by fab.
Quote:
- I also note that all videos opened in fullscreen (double click to show it in fullscreen) does not cover the entire screen but only a small part of it, i try adjust looking at the various video's prefs but i can't be able to solve so no real fullscreen here ... maybe this problem is related to the overlay ?
|
Its just how done plain, non-overlay dirver (wpa_cgx). To avoid slowdowns, that driver do not do any "Scaling". But of course, with overlay auto-scaling works, window can be resized and so on. _________________ Join us to improve dopus5! zerohero's mirror of os4/os3 crosscompiler suites
|
|
Status: Offline |
|
|
salass00
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 29-Oct-2011 5:55:09
| | [ #158 ] |
|
|
 |
Elite Member  |
Joined: 31-Oct-2003 Posts: 2707
From: Finland | | |
|
| @kas1e Quote:
Its just how done plain, non-overlay dirver (wpa_cgx). To avoid slowdowns, that driver do not do any "Scaling". But of course, with overlay auto-scaling works, window can be resized and so on.
|
On AmigaOS 4.1 you can do scaling using CompositeTags() function from graphics.library. It uses the graphics card's GPU and is very fast. I use it for the scaling in CDXLPlay f.e. (source code included): http://os4depot.net/index.php?function=showfile&file=video/play/cdxlplay.lhaLast edited by salass00 on 29-Oct-2011 at 05:55 AM.
|
|
Status: Offline |
|
|
SOFISTISOFTWARE
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 29-Oct-2011 8:07:02
| | [ #159 ] |
|
|
 |
Regular Member  |
Joined: 25-Dec-2003 Posts: 458
From: Latina, Italy | | |
|
| yes you are right, so we RadeonHD users could also take advantage of accelerated hardware video playback through the GPU without overlay feature because Hans hasn't implemented it in our driver yet, he say there's major priority like 3D/Gallium ! I think it's a beatiful idea, Kas please consider it, thanks Last edited by SOFISTISOFTWARE on 29-Oct-2011 at 08:13 AM.
_________________ Sam 460EX, 2Gb Ram, Radeon R7 250, AmigaOS4.1 FE A4000 PPC604@233, Mediator A1200 PPC603@160, Mediator uA1 G3@800, 512 Mb [sold]
|
|
Status: Offline |
|
|
Anonymous
|  |
Re: mui-mplayer port from morphos to amigaos4 released Posted on 16-Nov-2012 15:14:01
| | [ # ] |
|
| |
|
|
|