[MPlayer-dev-eng] PATCHES

Svante Signell svante.signell at telia.com
Thu Dec 5 22:18:32 CET 2002


Arpi writes:
 > Hi,
 > 
 > ok i've got some time so i collected patches from list (only [PATCHES]
 > mails) and applied most of them:
 > 
 > ao_nas-mixer.diff     menu_filesel.diff            patch_Dumpsami_1129.diff
 > irixconfigure.diff    mplayer_alsa9_nonshort.diff  slave_demuxer.diff
 > kde-ss-new.diff       patch_1118_jacodump.diff     sub-navigation.diff
 > mencoder-endpos.diff  patch_1118_overlap.diff      subpos_osd.diff
 > mencoder-fps.diff     patch_1118_sortsub.diff      vf_rotate-fix.diff
 > 
 > Note, that there was some fixes i don't fully disagree but as the real fix
 > is difficult and sometimes needs design changes/rethinking interfaces, i've
 > applied them as temporal hotfixes.
 > 
 > the delayed ones:
 > 
 > mplayer_per_file_config.patch - maybe good idea, i'm not against it...
 >    what do you think about such feature?
 > ogm-iconv.diff - i would like that conversion func better in subreader.c,
 >    but it breaks independent libmpdemux compileation... - needs decision
 > slices.diff - i need some more time to review the draw_slices() support in
 >    libvf, there seem to be some design issues ;(
 > spudec.patch - dunno, someone who is familiar with SPU should review it
 > wm_detect.patch - needs commenting by Pontscho
 > 
 > are there any patches i missed?

Maybe this one-liner to radeon_vid.c recently reported by Fernando
Pieri to mplayer-users. It makes the vidix driver working on for him
on a AIW Radeon 7500 (Radeon QW) and for me on a Mobility Radeon M6
instead of showing a solid pink screen. I reported about this pink
screen bug in August and others have too both before and after that.

Index: radeon_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.53
diff -u -r1.53 radeon_vid.c
--- radeon_vid.c        20 Nov 2002 15:48:34 -0000      1.53
+++ radeon_vid.c        5 Dec 2002 21:47:51 -0000
@@ -985,7 +985,7 @@
                    VID_DEPTH_12BPP| VID_DEPTH_15BPP|
                    VID_DEPTH_16BPP| VID_DEPTH_24BPP|
                    VID_DEPTH_32BPP;
-       to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK | VID_CAP_COLORKEY;
+       to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK /*| VID_CAP_COLORKEY*/;
        return 0;
     }
     else  to->depth = to->flags = 0;

 > 
 > 
 > A'rpi / Astral & ESP-team
 > 
 > --
 > Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
 > _______________________________________________
 > MPlayer-dev-eng mailing list
 > MPlayer-dev-eng at mplayerhq.hu
 > http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list