![]() |
|
[OFFICIAL] MPlayer.dll development branch feedback. - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [OFFICIAL] MPlayer.dll development branch feedback. (/showthread.php?tid=23969) |
- El Piranna - 2007-01-06 03:54 I know is not a complete update, but it's usable? I has some "conflictive" mp4 videos that i can not be able to play correctly on XBox and maybe i could help telling how is it improved and reporting log (first i have to know how to report logs ). What i have to do, just rename mplayer.dll for mplayer_old.dll and copy the new one?
- elupus - 2007-01-06 16:50 yes, and same for the codecs.conf file. - jetskijoe - 2007-01-07 06:36 elupus Wrote:kremb: and this doesn't occur in the original mplayer.dll? this time around i'm only aming to get it as good as original. Thank you but I think I hada bad build of the dll. I just got the new dll and rebuild it and everything seems to work now. Thanks again for the great software Jetskijoe - Rabomil - 2007-01-07 19:31 elupus Wrote:2007-01-07: nothing major changed, fixed some streaming issues for wma/wmv over http. With the 070107-version I cannot disable deblocking. Adding the necessary line (lavdopts=skiploopfilter=all) to mplayer.conf or using an extra file (*.conf) makes no difference. - C-Quel - 2007-01-07 20:37 Same here deblocking is default enabled with or without changes - elupus - 2007-01-07 21:21 ok, thanx. will se why that might be, I did do some changes in that area so. - mironicus - 2007-01-08 00:15 I get some errors 23:02:31 M: 25567232 SEVERE: DLL: Q:\system\players\mplayer\mplayer.dll : malloc failed, crash imminent (Out of memory requesting 39920697 bytes) 23:02:31 M: 25567232 ERROR: CMPlayer::OpenFile : Access violation at 0x003448f3: Writing location 0x00000000 after opening an .mkv containing RealVideo. - Rabomil - 2007-01-08 00:41 In some cases I get strange artefacts when I'm using lavdopts=skiploopfilter=all. The actual situation is worse than the picture shows. By changing the the line to lavdopts=skiploopfilter=bidir, the artefacts are gone. Too bad that only the deblocking of b-frames will be skipped then.
- kraqh3d - 2007-01-08 17:54 @mironicus, that's really weird. that message means that mplayer needs nearly 40M to load itself into memory (and you only have 25M free at the time). but as far as i know mplayer it shouldnt need anything near that. it may be because external binary codecs are needed for realvideo, but that still seems like an aweful lot. - spiff - 2007-01-08 17:57 kraqh, elupus said that there are currently issues with the mkv demuxer so its probably a random, bollocks malloc size. |