Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
101 user(s) are online (62 user(s) are browsing Forums)

Members: 1
Guests: 100

kishigo, more...

Headlines

 
  Register To Post  

« 1 2 3 (4) 5 »
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@Liveforit
Quote:

Yes, this is a Altivec enabled version, so that might have some thing to do whit it.


I told you buld non-altivec one, as with altivec you will have problems of all kinds.

Quote:

Right now its buggy as hell, press any key on the keyboard and it dies whit DSI error, and don't let the movie finish, because then it also crashes.


Any drivers, or added cgx_wpa only ?


Quote:

If not I might create my own Google code project.


Don't we have enough of different mplayer versions ?:)) Just ask Varti to add you to google-code page, he for sure will add it, as no one works on it anymore.

Quote:

Better if every thing is in one place whit all fixes.


google-code version then for sure.

Quote:

I don't know about you, but I hate having to work whit cross compilers and having to move files around, its more efficient to be able to test it at once, I think.


crosscompilers do everything fast. I can build and link mplayer binary for few minutes, and i have no problems to rebuild it in few seconds when i just change something in one file. I also have smb shared parition, so everything i build on cross-compiler on my winxp/cygwin, at the same time visibly from my os4.

Quote:

http://www.auby.no/files/video_tests/
Tested whit the harry potter 720p test video.


Dunno what you mean there, but let's start with vo_compositing.c now to avoid messing around with all kind of other stuff :)

Last man who try to make compositing works in cgx_wpa, just tried to modify a bit backfill_func like this:

Quote:

static void BackFill_Func(struct RastPort *ArgRP, struct BackFillArgs *MyArgs)
#else
static void BackFill_Func(void)
#endif
{
    PREPARE_BACKFILL(window_width, window_height);
    WritePixelArray(
        image_buffer,  
        BufferStartX,
        BufferStartY,
        window_width*image_bpp,
        &MyRP,
        StartX,
        StartY,
        SizeX,
        SizeY,
        RECTFMT_RGB);
#ifdef __amigaos4__
    SetRPAttrs(&MyRP,RPTAG_APenColor,0xFFFFFF00,TAG_DONE);
    RectFill(&MyRP,StartX+50,StartY+50,SizeX-100,SizeY-100);
#endif


}


I.e. add few strings at end, to see if some theory works (probably to see if is right fucntion to start with), but it wasn't that easy and no luck with that test.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

Quote:
Any drivers, or added cgx_wpa only ?


only cgx_wpa, the SDL driver works fine.
just need to debug it.

Event code is not working, I think it some library that is not opened or something, I'm shore its some thing I can replace, so no big issue.

No I do not think Altivec is the problem.

Quote:
Don't we have enough of different mplayer versions ?:)) Just ask Varti to add you to google-code page, he for sure will add it, as no one works on it anymore.


Yes I agree.

The idea is to be able to share things, its better then uploading the source code as a .lha file on OS4Depot.net.

Now every one is working on there own version, not cooperating like we should.

I try to get CGX_WPA driver working perfect before I move on, just don't want to speculate later if there are problems.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt
Quote:

I try to get CGX_WPA driver working perfect before I move on, just don't want to speculate later if there are problems.


It can be some IDCMP flags missing, as for example to make p96_pip driver works on fab's muimlpayer, i had to replace few idcmp flags in all the parts. Probably "key pressing" crash is one of them (some missing vanilla,rawkey, or something). There is cgx_checkevents() at end of drivers, you may want to compare it with original p96_pip driver from google-code (my p96-pip version adapted to fab's mplayer, so not big use to found roots of crash).

As for crash at end of video, if it crashes right when video should stops, then probably again something about idcmp/messages things, if somewhere at end, but not exactly at end, then something about codecs and altivec/generic differences.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

its the Keymap.library that is not open.

The other bug I'm working on its in control().


Edited by LiveForIt on 2014/4/2 11:53:42
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt

Good, so almost there :)

@All

In meantime i added sdl driver to muimplayer too, so now muimplayer will have: p96_pip (overlay), cgx_wpa and sdl. Tested: already works, only need to add it to the list of the drivers in the gui preferences.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@all

As seems some want sdl-output as well, added it to muimplayer too, check this out:

Resized Image

Resized Image

If anyone want test version i can upload it , so you can compare speed of mickjs sdl build / afxgroup's one and fab's port

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@zzd10h

Are you sure that sdl version from mick are faster than fab's with cgx_wpa ? Why i ask, its because i right now just compare generic version with sdl and cgx_wpa outputs, and on some video, sdl load my cpu on 55%, while the same video but with cgx_wpa output load cpu on 45%.

Only pluse is that sdl output window can be resized.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Quite a regular
Quite a regular


See User information
@kas1e

When using SDL video output, do you get crashes/freezes with using "C" to cycle resolutions? I think it depends on what resolutions your monitor says it supports, and whether DDC is on, etc.

Also when using SDL video output, is it using the SDL backend for audio, or direct AHI?

Edit: Will you be releasing the source for the OS4 port of muimplayer? At one point you were going to, in an old thread, but I don't know what happened there.

Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

Layers.library not opened.

working soon.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@Mick
Check new thread

Quote:

When using SDL video output, do you get crashes/freezes with using "C" to cycle resolutions? I think it depends on what resolutions your monitor says it supports, and whether DDC is on, etc.


Yep, crashes too.

Quote:

Also when using SDL video output, is it using the SDL backend for audio, or direct AHI?


I only add video output, for audio still use ahi / ahi_dev. Probably for fancy-shmancy can add sdl_audio output too, so users can choice what they want and mix video/audio outputs as they wish.

Quote:

Edit: Will you be releasing the source for the OS4 port of muimplayer? At one point you were going to, in an old thread, but I don't know what happened there.


Yep, will upload later once sort bugs

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

The CGX_WPA driver is also buggy.
After the window is closed the.

Cgx_CheckEvnets() can be triggered, and as the first line is My_Window -> UserPort.

It crashes because My_Window does not exist, at this point in time.

I will add a fix for this, I think it might be some Async problem.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt
Quote:

The CGX_WPA driver is also buggy.


You mean buggy added to your version ? (as it works fine for me on fab's version). Keep in mind that fab's version have mui gui at top of all this, which also have windowses and all stuff.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

Maybe because I'm compiling whit Altivec, or because the code is different, but the problem should exist in your version too, it seams your not as unlucky as me or what ever.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt
As it works for me, and pplz never report that they crashes on exit, my logical assumtion that you need to deal with it for your version. We are lucky that it was quite easy to add and to make it works at all, of couse it expected that you will have some problems to fix before it will works on your version. Probably in fab's version check_events() called when they should be called, and on version you have something should be fixed/changes somewhere as well. Also do check p96 driver to see how / when it handle check_events as well: logic the same as in cgx_wpa.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

In my version Control() pause is triggered after FreeGfx(), there are some problems whit this first is that window does not exist, 2en problem is that RastPort “RP” does not exist, and Control is using this two pointers, so this is bad, who know what can happen.

This now fixed, but now the program locks up some where, I think I will need to dig deep to find the the lockup problem.

after FreeGfx() Control(), Cgx_ControlBlacker() is triggered.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt

Looks like my lockup problem is not really related to the vo_cgx_wpa video output driver.
It happens also whit the SDL version, so in other words maybe I'm getting closer.

Maybe some thing to do whit the codec, I don't know.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt

Tracked down to this code... way is this code active I don't have a GUI?

if(use_gui || mpctx->playtree_iter != NULL || player_idle_mode){
    if(!
mpctx->playtree_iterfilename NULL;
    
mpctx->eof 0;
    goto 
play_next_file;
}

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt

Have almost AO_AHI_DEV working now, some problems closing application.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@LiveForIt

Didn't works with pure ao_ahi ? I mean time for vo_compositing :) (i feel you will burnout soon, if you will add now all possible output sound/video drivers).

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: (MUI-)MPlayer & Mplayer-GUI on SAM460ex
Home away from home
Home away from home


See User information
@kas1e

No it did not have AHI support, this old source code.
You don't build whit Altivec and I want to have Altivec, so I'm making my own version.

Pure “ao_ahi”, well there are lots of hooks in that source code, whit 68k registers and stuff.
Maybe I can get it to work, but its easier to do the ao_ahi_dev.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top

  Register To Post
« 1 2 3 (4) 5 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project