Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
5 crawler(s) on-line.
 163 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 Matt3k:  43 mins ago
 DiscreetFX:  1 hr 37 mins ago
 agami:  2 hrs 14 mins ago
 amigasociety:  2 hrs 36 mins ago
 matthey:  3 hrs 22 mins ago
 RobertB:  3 hrs 39 mins ago
 Rob:  4 hrs 3 mins ago
 number6:  5 hrs 8 mins ago
 Karlos:  5 hrs 44 mins ago
 kolla:  6 hrs 13 mins ago

/  Forum Index
   /  Amiga OS4 Software
      /  mui-mplayer on amigaos4 thread / progress
Register To Post

Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 Next Page )
PosterThread
Deniil715 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 12:47:00
#81 ]
Elite Member
Joined: 14-May-2003
Posts: 4236
From: Sweden

@K-L

Quote:
I'd advise to release two version : one with Altivec and the other without.


+1

Make two versions, kas1e!
That will be much easier, and then the altivec version will be faster because the compiler will use altivec in other places too, not just the codec objects, like we saw in startup and stuff.

_________________
- Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)
> Amiga Classic and OS4 developer for OnyxSoft.

 Status: Offline
Profile     Report this post  
Varthall 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 13:07:30
#82 ]
Super Member
Joined: 17-Feb-2004
Posts: 1559
From: Up Rough

@kas1e
Quote:

So there is much more work still to do on current aos4 version, and while you works on it, it will be cool to have mui-mplayer which works with all the new mplayer code and stuff, just without overlay (so, for RadeonHD users there no reassons to wait for overlay in muimplayer, they anyway will not have it for the year or so imho).

Yes, no problems with that :) What's important for me is that MPlayer gets updated and released, no matter from whom.

Quote:

But as I understand Mencoder on google-page are already done and latest one ?

The last versions of MEncoder were compiled separately, they are straight compiles from the original sources, as for MEncoder there's almost no need for specific OS4 code. I released the latest version last March since I needed support for a newer revision of Matroska, if I'm not mistaken. There was a period (until last year) when Afx was updating MPlayer only, while I did the MEncoder ports.

Quote:

So it mean, when use run mplayer, and user not have overlay, then mplayer just crashes badly or just show some black/white/trashed screen ? (omg)

As I have read, MPlayer seems to silently quit in those cases.

Quote:

Of course its better to have just one mplayer, but there is 2 problems:

1. We need one place where it all will be placed. Will you in interest if we will have one SVN page, code of which will mean your latest mplayer + our change + p96 drivers ? Will you in interest if we will just put your latest source code on current SVN, and then works on it ?

I hope that in that case I can be added as a contributor :) I have some ideas which I'd like to take a look at, like statically compiling libraries still not included (especially binary codecs like CoreAVC), or see if there are parts of the code that can be optimised (unless Fab has already done such a check).

Quote:

SDL on mplayer on os4/mos/aros can be only used because some problems with p96/cgx is present, but, as its something which works fine (and should), then i really dunno for what need SDL at all. Or i miss something ?

I'd fix it and keep it, you never know that under a specific future OS4 revision or hardware the native P96 might not work, and SDL could be used as a temporary fallback solution without the need to wait for a new MPlayer revision.

@Fab
Quote:

In fact, i don't see much point in the other Mplayer fork, since it was already based on older MorphOS sources (apart from the buggy cache code using pthreads and p96 video output driver which is contained in a single file and could just be added to this port, anyway).

The advantage of my MPlayer fork is IMHO that it's available on a CVS, this will make easier for more developers to help with the project (Abalaban was once interested in helping with the development of a GUI). This should make merging the code with the official sourcecode easier, too, plus I have added a benchmark suite which will be improved over time and will help testing each new release. Google Code's bugtracker is an useful feature, too, which I'm using to track all the issues found so far. I'll continue working on it, once MUIMplayer becomes stable on OS4 we will decide on which version to keep and which to be used to merge the stuff.

@broadblues
Quote:

Please don't implement an automatic fall back, except perhaps to print a message sugesting an alternative video option. I'm sure it will cause more issues than it solves.

You're right, switching to no PIP P96 might not be something that the user wants after all.


@all (regarding Altivec support)
I remember that some parts of code which uses Altivec is under a HAVE_ALTIVEC define, and they don't compile without -maltivec (I think that -mabi=altivec is deprecated in GCC btw). As it is now, you have to decide at configure stage wethever to use -maltivec or not, so you have to choose to either use it or not for the whole source code. Being under define, it would have to be modified in order to be always compiled and only used when Altivec is present.

Varthall

Last edited by Varthall on 25-Oct-2011 at 01:08 PM.

_________________
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram

 Status: Offline
Profile     Report this post  
Jupp3 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 13:50:08
#83 ]
Super Member
Joined: 22-Feb-2007
Posts: 1225
From: Unknown

@K-L

Quote:
I'd advise to release two version : one with Altivec and the other without.

How about a 3rd version with XENA optimizations???










(yes, that was a joke )

 Status: Offline
Profile     Report this post  
Fab 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 13:51:58
#84 ]
Super Member
Joined: 17-Mar-2004
Posts: 1178
From: Unknown

@Varthall

Merging to a current MPlayer/FFmpeg build is usually the matter of an hour or so (except in september when they changed the whole GUI API).

Having it on a repository would only add some overhead in this regard (but this is a very subjective point of view, ok).

As for altivec, the HAVE_ALTIVEC check is not the only thing to consider. MPlayer runs altivec parts or not, depending on RUNTIME_CPUDETECT (and it's sometimes even broken, i fixed a couple of those in ffmpeg).
But the real lack is rather in the build system itself, that doesn't differentiate altivec files and regular files. So I have a list of these files, that i compile with altivec and that's it.

And about video drivers fallback, consider the following situation:

you already have a video player (or any other application) running with PIP, and you want to play a new video.

What do you expect the *video* player to do?
A. Quit because it makes so much sense to quit when the user wants to play a video.
B. Fallback to another driver, so that the video player does what it's supposed to: playing the video.




Last edited by Fab on 25-Oct-2011 at 02:28 PM.

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 17:16:18
#85 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@all

Just to avoid problems like yesterday, i not upload it on os4depot , but firstly will put archive on some free-file-hosting, so , plz, everyone do tests (expectually on sams), and report back here if it works now.

Binary will auto-detect altivec when its need it, and will not use it , when its not available.

Link (no direct, so you need scroll down, and choice "free download"):
http://www.crocko.com/F79CBF93AAC0465F84AD8A2F16F91594/muimplayer.lha

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Mrodfr 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:33:11
#86 ]
Super Member
Joined: 28-Jan-2007
Posts: 1396
From: French

@kas1e

Reposted on the forum the same on the news (sorry for that):

Realtime test on sam440ep: Gui is opened !!!

DSI when trying to play an .avi. I must reboot..

Symbol info:
Instruction pointer 0x6DD36864 belongs to module "mplayer" (PowerPC)
Symbol: planar2x_C + 0x3C in section 1 offset 0x00687844

Stack trace:
planar2x_C()+0x3C (section 1 @ 0x687844)
config()+0x76C (section 1 @ 0x44c60)
sws_scale()+0x8A0 (section 1 @ 0x670658)
scale()+0x260 (section 1 @ 0xb1958)
put_image()+0xDC (section 1 @ 0xb1a88)
filter_video()+0x48 (section 1 @ 0x7d47c)
update_video()+0x2F4 (section 1 @ 0xc33c)
main()+0x3490 (section 1 @ 0x114d4)
native kernel module newlib.library.kmod+0x00002054
native kernel module newlib.library.kmod+0x00002ce8
native kernel module newlib.library.kmod+0x00002e64
_start()+0x170 (section 1 @ 0x170)
native kernel module dos.library.kmod+0x00020a14
native kernel module kernel+0x0003af4c
native kernel module kernel+0x0003afcc


PPC disassembly:
6dd3685c: 93c10178 stw r30,376(r1)
6dd36860: 93e1017c stw r31,380(r1)
*6dd36864: 7e8101ce stvx v20,r1,r0
6dd36868: 38000090 li r0,144
6dd3686c: 7ea101ce stvx v21,r1,r0



ADDED DSI with a VOB file:

Symbol info:
Instruction pointer 0x6F4CFA78 belongs to module "mplayer" (PowerPC)
Symbol: hScale_C + 0x3C in section 1 offset 0x00660A58

Stack trace:
hScale_C()+0x3C (section 1 @ 0x660a58)

sws_scale()+0x8A0 (section 1 @ 0x670658)
draw_slice()+0x78 (section 1 @ 0x44420)
draw_slice()+0x48 (section 1 @ 0xba7f8)
vf_next_draw_slice()+0x78 (section 1 @ 0x8606c)
draw_slice()+0xBC (section 1 @ 0x19ce94)
mpcodecs_draw_slice()+0x24 (section 1 @ 0x81d6c)
draw_slice()+0x118 (section 1 @ 0x19ae64)
ff_draw_horiz_band()+0xC8 (section 1 @ 0x4619dc)
mpeg_decode_slice()+0xD94 (section 1 @ 0x430fa4)
decode_chunks()+0x1DB4 (section 1 @ 0x435704)
mpeg_decode_frame()+0xD0 (section 1 @ 0x435b60)
avcodec_decode_video2()+0xA8 (section 1 @ 0x52c218)
decode()+0x168 (section 1 @ 0x19a29c)
decode_video()+0x78 (section 1 @ 0x7df80)
update_video()+0x84C (section 1 @ 0xc894)
main()+0x34B8 (section 1 @ 0x114fc)
native kernel module newlib.library.kmod+0x00002054
native kernel module newlib.library.kmod+0x00002ce8
native kernel module newlib.library.kmod+0x00002e64
_start()+0x170 (section 1 @ 0x170)
native kernel module dos.library.kmod+0x00020a14
native kernel module kernel+0x0003af4c
native kernel module kernel+0x0003afcc


PPC disassembly:
6f4cfa70: 93c10098 stw r30,152(r1)
6f4cfa74: 93e1009c stw r31,156(r1)
*6f4cfa78: 7f8101ce stvx v28,r1,r0
6f4cfa7c: 38000030 li r0,48
6f4cfa80: 7fa101ce stvx v29,r1,r0

NOTE for all the DSI, the window for playing the file is opned and the DSI came.


Have tested 50 .wmv files and all work fine. Problems Surely around video decoders.

_________________
BTW, what you have done for the amiga today ????

-A1200+Mediator+VooDoo3+060/50+96mo+SCSI-KIT
-SAM440EP-667mhz-on MapowerKC3000+AOS4.1

Amiga Docs Disks Preservation Project

 Status: Offline
Profile     Report this post  
mr2 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:38:03
#87 ]
Cult Member
Joined: 3-Feb-2004
Posts: 691
From: Poland

Much better kas1e

GUI opens. Tried .mov video. Its OK until I try forward/rewind...

Crash log for task "MPlayer GUI Thread"
Generated by GrimReaper 53.2
Crash occured in module muimaster.library at address 0x6E714C14
Type of crash: DSI (Data Storage Interrupt) exception

Register dump:
GPR (General Purpose Registers):
0: 00000000 4BE19D40 00000000 553EF110 4BDF2630 6E716F24 00000000 00000000
8: 4BE19DCC 560D0000 00000001 01A3C840 00000798 00000000 56116BD0 4BDF2040
16: 560D0000 00000000 4BE1A6AC 4BE1A69C 00000000 00000000 4BDF2024 4BE19DB8
24: 4BDF2040 00000000 553EF110 00000002 51C0B000 10000000 10003202 00000002


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 1 28 1
4: 28 640.8 507.8 1
8: 28 14 640.8 255
12: nan nan 0 4.37075e+13
16: 4.90827e-193 0 0 0
20: 0 0 0 0
24: 0 2.65249e-315 0 0
28: 0 0 0 5.58066e-222

FPSCR (Floating Point Status and Control Register): 0x82000000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x42442044
Instruction Pointer (ip) : 0x6E714C14
Xtended Exception (xer) : 0x00000005
Count (ctr) : 0x00000000
Link (lr) : 0x6E716F24
DSI Status (dsisr) : 0x00000000
Data Address (dar) : 0x00000058



680x0 emulated registers:
DATA: 58DDACAE 00000003 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 4BE1B470
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x6E714C14 belongs to module "muimaster.library" (PowerPC)
Symbol: Uptime + 0x164 in section 1 offset 0x00021BF4

Stack trace:
Uptime()+0x164 (section 1 @ 0x21bf4)
m_Application_PushMethod()+0x23C (section 1 @ 0x23f04)
ApplicationDispatcher()+0xCFC (section 1 @ 0x29340)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
mplayer:mplayerappclass_dispatch()+0x6C (section 1 @ 0x24674)
CustomClassDispatcher()+0xA0 (section 1 @ 0x40d8)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x00008424
native kernel module intuition.library.kmod+0x00008064
mplayer:mplayergroupclass_dispatch()+0x2510 (section 1 @ 0x2c474)
CustomClassDispatcher()+0xA0 (section 1 @ 0x40d8)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x00008424
m_Notify_SET()+0x6D4 (section 1 @ 0x63cf0)
m_Area_SET()+0x260 (section 1 @ 0x2fc38)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
m_Numeric_SET()+0x20C (section 1 @ 0x66094)
NumericDispatcher()+0x568 (section 1 @ 0x66918)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
m_Slider_SET()+0x144 (section 1 @ 0x7b2d0)
SliderDispatcher()+0x35C (section 1 @ 0x7c4c4)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
mplayer:seeksliderclass_dispatch()+0x84 (section 1 @ 0x34cd4)
CustomClassDispatcher()+0xA0 (section 1 @ 0x40d8)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x0001870c
native kernel module intuition.library.kmod+0x00007f14
native kernel module intuition.library.kmod+0x000081b4
NumericDispatcher()+0x4A8 (section 1 @ 0x66858)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
SliderDispatcher()+0xAC (section 1 @ 0x7c214)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
mplayer:seeksliderclass_dispatch()+0x84 (section 1 @ 0x34cd4)
CustomClassDispatcher()+0xA0 (section 1 @ 0x40d8)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x00008424
native kernel module intuition.library.kmod+0x00008064
m_Slider_HandleEvent()+0x274 (section 1 @ 0x7aef4)
SliderDispatcher()+0x498 (section 1 @ 0x7c600)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x00008308
native kernel module intuition.library.kmod+0x00007fbc
SendIMsgs()+0x310 (section 1 @ 0x88e0c)
m_Window_Input()+0x864 (section 1 @ 0x8d55c)
m_Application_NewInput()+0x8C8 (section 1 @ 0x24a08)
ApplicationDispatcher()+0xD4C (section 1 @ 0x29390)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x000082dc
mplayer:mplayerappclass_dispatch()+0x6C (section 1 @ 0x24674)
CustomClassDispatcher()+0xA0 (section 1 @ 0x40d8)
native kernel module intuition.library.kmod+0x00018178
native kernel module intuition.library.kmod+0x0001839c
native kernel module intuition.library.kmod+0x00008424
native kernel module intuition.library.kmod+0x00008064
mplayer:creategui()+0x1248 (section 1 @ 0x1df1c)
mplayer:guiThread()+0x128 (section 1 @ 0x20160)
native kernel module dos.library.kmod+0x00020a14
native kernel module kernel+0x0003af4c
native kernel module kernel+0x0003afcc


PPC disassembly:
6e714c0c: 832943cc lwz r25,17356(r9)
6e714c10: 388f05f0 addi r4,r15,1520
*6e714c14: 83190058 lwz r24,88(r25)
6e714c18: 7f23cb78 mr r3,r25
6e714c1c: 7f0903a6 mtctr r24

System information:

CPU
Model: AMCC PPC440EP V1.3
CPU speed: 799 MHz
FSB speed: 133 MHz
Extensions:

Machine
Machine name: Sam440EP
Memory: 1048576 KB
Extensions: bus.pci

_________________
Sam440ep-flex 800MHz 1GB RAM R9250 128MB SB Live!

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:40:51
#88 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@mr2

Aha cool, its the same as for Zerohero and Kicko. Will fix it too (its some mui bugs, which wery hardly to reproduce, but i will try again). Bug in the PushMethod fucntions + timing.

As for others, it works ? Videos/music plays ?

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Mrodfr 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:46:00
#89 ]
Super Member
Joined: 28-Jan-2007
Posts: 1396
From: French

@kas1e

Same DSI with .VOB when playing .VOB from a real DVD.

The DVD is detected fine, the cache grow normally, the play start and the DSI.

MP3:

- mp3 are played fine.

- A strange noise when playing each .mp3


It's verry easy to slow down mui-player just be resizing the asl requester during some seconds (when opened).

Last edited by Mrodfr on 25-Oct-2011 at 06:53 PM.
Last edited by Mrodfr on 25-Oct-2011 at 06:50 PM.
Last edited by Mrodfr on 25-Oct-2011 at 06:49 PM.

_________________
BTW, what you have done for the amiga today ????

-A1200+Mediator+VooDoo3+060/50+96mo+SCSI-KIT
-SAM440EP-667mhz-on MapowerKC3000+AOS4.1

Amiga Docs Disks Preservation Project

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:55:16
#90 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Mrodfr

Just for sake of testing, will build now just separete generic version of mplayer, without any altivec objects at all, stay tune for a hour or so.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Spectre660 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:56:03
#91 ]
Elite Member
Joined: 5-Jun-2005
Posts: 3918
From: Unknown

@Mrodfr

HScale_C function

Quote:

Mrodfr wrote:
@kas1e

Same DSI with .VOB when playing .VOB from a real DVD.

The DVD is detected fine, the cache grow normally, the play start and the DSI.


_________________
Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card

 Status: Offline
Profile     Report this post  
mr2 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 18:58:47
#92 ]
Cult Member
Joined: 3-Feb-2004
Posts: 691
From: Poland

@kas1e

avi, mov, mp4, wmv, mp3 - OK
flv - works but crash when press STOP
VOB - crash, see log


Crash log for task "mplayer"
Generated by GrimReaper 53.2
Crash occured in module mplayer at address 0x6E2DBA78
Type of crash: program exception

Register dump:
GPR (General Purpose Registers):
0: 00000020 535C2C80 00000000 4F94B030 00000300 4F741010 000002D0 0000F000
8: 4FFBAAB0 5272B880 00000004 00000000 22444048 5069D260 00000000 535C2F34
16: 0000F000 535C2F04 4FFB5090 00000000 00000000 4F94B030 00000000 000002D0
24: 00000000 5001CEB0 00000000 4FFB58B4 00000300 00000000 4FFB5020 00000000


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 0 0 0
4: 0 0 0 0
8: 0 0 0 0
12: 0 0 0 568.527
16: 0 0 0 0
20: 0 0 0 0
24: 0 2.65249e-315 0 0
28: 0 0 0 0.218044

FPSCR (Floating Point Status and Control Register): 0x82008000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x22482042
Instruction Pointer (ip) : 0x6E2DBA78
Xtended Exception (xer) : 0x20000002
Count (ctr) : 0x6E2DBA3C
Link (lr) : 0x6E2EE550
DSI Status (dsisr) : 0x08000000
Data Address (dar) : 0x5001CEB0



680x0 emulated registers:
DATA: 58DF9CAE 00000003 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 535C3230
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x6E2DBA78 belongs to module "mplayer" (PowerPC)
Symbol: hScale_C + 0x3C in section 1 offset 0x00660A58

Stack trace:
hScale_C()+0x3C (section 1 @ 0x660a58)
native kernel module kernel+0x009dba3c
sws_scale()+0x8A0 (section 1 @ 0x670658)
draw_slice()+0x78 (section 1 @ 0x44420)
draw_slice()+0x48 (section 1 @ 0xba7f8)
vf_next_draw_slice()+0x78 (section 1 @ 0x8606c)
draw_slice()+0xBC (section 1 @ 0x19ce94)
mpcodecs_draw_slice()+0x24 (section 1 @ 0x81d6c)
draw_slice()+0x118 (section 1 @ 0x19ae64)
ff_draw_horiz_band()+0xC8 (section 1 @ 0x4619dc)
mpeg_decode_slice()+0xD94 (section 1 @ 0x430fa4)
decode_chunks()+0x1DB4 (section 1 @ 0x435704)
mpeg_decode_frame()+0xD0 (section 1 @ 0x435b60)
avcodec_decode_video2()+0xA8 (section 1 @ 0x52c218)
decode()+0x168 (section 1 @ 0x19a29c)
decode_video()+0x78 (section 1 @ 0x7df80)
update_video()+0x84C (section 1 @ 0xc894)
main()+0x34B8 (section 1 @ 0x114fc)
native kernel module newlib.library.kmod+0x00002054
native kernel module newlib.library.kmod+0x00002ce8
native kernel module newlib.library.kmod+0x00002e64
_start()+0x170 (section 1 @ 0x170)
native kernel module dos.library.kmod+0x00020a14
native kernel module kernel+0x0003af4c
native kernel module kernel+0x0003afcc


PPC disassembly:
6e2dba70: 93c10098 stw r30,152(r1)
6e2dba74: 93e1009c stw r31,156(r1)
*6e2dba78: 7f8101ce stvx v28,r1,r0
6e2dba7c: 38000030 li r0,48
6e2dba80: 7fa101ce stvx v29,r1,r0

System information:

CPU
Model: AMCC PPC440EP V1.3
CPU speed: 799 MHz
FSB speed: 133 MHz
Extensions:

Machine
Machine name: Sam440EP
Memory: 1048576 KB
Extensions: bus.pci


Last edited by mr2 on 25-Oct-2011 at 07:10 PM.
Last edited by mr2 on 25-Oct-2011 at 07:07 PM.

_________________
Sam440ep-flex 800MHz 1GB RAM R9250 128MB SB Live!

 Status: Offline
Profile     Report this post  
Mrodfr 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 19:05:57
#93 ]
Super Member
Joined: 28-Jan-2007
Posts: 1396
From: French

I haven't numerous .avi but just tested all them and all work fine. I have just one .avi who crash Mui-player.

during the crash of this .avi, the sound is played like the speed of the light but an empty video window and the DSI.

IMHO, maybe not uptodate video decoders.

Last edited by Mrodfr on 25-Oct-2011 at 07:08 PM.

_________________
BTW, what you have done for the amiga today ????

-A1200+Mediator+VooDoo3+060/50+96mo+SCSI-KIT
-SAM440EP-667mhz-on MapowerKC3000+AOS4.1

Amiga Docs Disks Preservation Project

 Status: Offline
Profile     Report this post  
djrikki 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 19:12:05
#94 ]
Elite Member
Joined: 22-Jun-2010
Posts: 2077
From: Grimsby, UK

@kas1e

SAM460 with Radeon 4650 (no hardware accel/compo)

Okay, I got asyncio lib from OS4Depot. GUI opens now. None of the buttons toggle, I load the big bunny 1080p avi you probably know about. Unwatchable on my system, using Radeon 4650. Like 1fps

Another error, if I start this Mplayer from WB Icon, select a video and begin to watch it.. if I then click the close gadget the Player itself closes as well as the video.

EDIT: Same AVI, If I Check the Allow Framedrop option in the Performance group and try to play the same video it simply doesn't play.

EDIT2: Minor error, video window is titled Mplayer xxxxxx for MorphOS

Last edited by djrikki on 25-Oct-2011 at 11:24 PM.
Last edited by djrikki on 25-Oct-2011 at 07:19 PM.
Last edited by djrikki on 25-Oct-2011 at 07:19 PM.
Last edited by djrikki on 25-Oct-2011 at 07:16 PM.
Last edited by djrikki on 25-Oct-2011 at 07:13 PM.
Last edited by djrikki on 25-Oct-2011 at 07:12 PM.

_________________

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 19:54:41
#95 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Mrodfr

Quote:

IMHO, maybe not uptodate video decoders.


-> *6e2dba78: 7f8101ce stvx v28,r1,r0

that mean it trying to use altivec opcode (what mean that i still ####s with altivec / non altivec in one binary). Wait few more minuts for generic binary.

Quote:

Okay, I got asyncio lib from OS4Depot. GUI opens now. None of the buttons toggle, I load the big bunny 1080p avi you probably know about. Unwatchable on my system, using Radeon 4650. Like 1fps


I include asyncio.library now, so no need to worry anymore. About 1080p : how it plays with Anderea's mplayer , and with DvPlayer ? The same slow or faster ?

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 20:23:52
#96 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@all, mrodfr

There is new version:
http://www.crocko.com/B14872F41B184A38A1E3D205B0455053/muimplayer.lha

Have two binaryes one are altivec one, another one are non-altivec one (generic). So, for non altivec machines use generic version of course.

@mrodfr
Do plz again all your tests (and with music, and with all those videos which crashes).

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
mr2 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 20:43:50
#97 ]
Cult Member
Joined: 3-Feb-2004
Posts: 691
From: Poland

@kas1e

VOB is OK now but still crash after pressing stop button with .flv. Play and pause buttons work ok. Didn't touch forward/rewind slider

Crash log for task "mplayer_generic"
Generated by GrimReaper 53.2
Crash occured in module kernel at address 0x01815ED0
Type of crash: unknown exception

Register dump:
GPR (General Purpose Registers):
0: 00000000 54D12460 00000000 0180CBE4 81000009 020A97C4 018183FC 020A97C4
8: 81000000 0180CBE4 01A3FACC 01815EBC 0000015C 54D5F1E0 000002CF 00000040
16: 000002D0 00000048 00000000 00000003 5435C203 5435C1EE 5435C1F1 5435C1F4
24: 5435C1FD 5435C1FA 01B3EC1C 5435C200 00000298 5435C1F7 00000018 AAAB3B04


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 6.94707e-315 1.16627e+99 0
4: 0 0 6.36599e-314 0
8: 2.122e-314 0 0 0.004
12: 9.11957 3.63632e-321 0 1.3583e-296
16: 0 0 0 0
20: 0 0 0 0
24: 0 2.65249e-315 4.90817e-193 0
28: -7.28954 -9.51753e-05 5.2799 -7.28954

FPSCR (Floating Point Status and Control Register): 0x82002000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x28442044
Instruction Pointer (ip) : 0x01815ED0
Xtended Exception (xer) : 0x20000002
Count (ctr) : 0x01815EBC
Link (lr) : 0x01A4A23C
DSI Status (dsisr) : 0x00000000
Data Address (dar) : 0x54D57720



680x0 emulated registers:
DATA: 58E20CAE 00000003 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 54D12230
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x01815ED0 belongs to module "kernel" (HUNK/Kickstart)

Stack trace:
native kernel module kernel+0x00015ed0
native kernel module newlib.library.kmod+0x0000632c
mplayer_generic:av_freep()+0x2C (section 1 @ 0x6177c4)
mplayer_generic:uninit()+0x104 (section 1 @ 0x19af80)
mplayer_generic:uninit_video()+0x58 (section 1 @ 0x7de0c)
mplayer_generic:uninit_player()+0xE4 (section 1 @ 0xd0e0)
mplayer_generic:main()+0x2030 (section 1 @ 0x10074)
native kernel module newlib.library.kmod+0x00002054
native kernel module newlib.library.kmod+0x00002ce8
native kernel module newlib.library.kmod+0x00002e64
mplayer_generic:_start()+0x170 (section 1 @ 0x170)
native kernel module dos.library.kmod+0x00020a14
native kernel module kernel+0x0003af4c
native kernel module kernel+0x0003afcc


PPC disassembly:
01815ec8: 7c842378 mr r4,r4
01815ecc: 44000002 sc
*01815ed0: 4e800020 blr
01815ed4: 7c0802a6 mflr r0
01815ed8: 9421fff0 stwu r1,-16(r1)

System information:

CPU
Model: AMCC PPC440EP V1.3
CPU speed: 799 MHz
FSB speed: 133 MHz
Extensions:

_________________
Sam440ep-flex 800MHz 1GB RAM R9250 128MB SB Live!

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 20:50:42
#98 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@mr2

So, to summorize:

1. time slider crashes (mui bug, fixed since, will make workoround)
2. flv crashes when press stop in the gui (try it plz from command line as well)

That all ?

Last edited by kas1e on 25-Oct-2011 at 08:51 PM.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
mr2 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 21:17:03
#99 ]
Cult Member
Joined: 3-Feb-2004
Posts: 691
From: Poland

@kas1e

.flv files....

Well..from shell it quits OK (ESC button, can't find STOP button) but the image is shredded. The music plays, nothing can be seen. With GUI the video is perfect but crashes while pressing ESC/STOP button.

Thats all for a while

EDIT. Tried another .flv, the same crash.

Last edited by mr2 on 25-Oct-2011 at 09:20 PM.

_________________
Sam440ep-flex 800MHz 1GB RAM R9250 128MB SB Live!

 Status: Offline
Profile     Report this post  
kas1e 
Re: mui-mplayer on amigaos4 thread / progress
Posted on 25-Oct-2011 21:25:30
#100 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@mr2

Quote:

Well..from shell it quits OK (ESC button, can't find STOP button) but the image is shredded.


In command line version you will not have any guis, so just "esc" (only if you not run it with "gui -1" ).

And when you press "ESC", the image messes, or it messes when you play it from shell ?

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 Next Page )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle