[MPlayer-dev-eng] [PATCH] vo_macosx: process events with shared_buffer (and patch roundup)

Adrian Stutz adrian at sttz.ch
Tue Apr 21 11:45:42 CEST 2009


Thanks!

You can find an explanation for the memory leak patch here:
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2009-April/061313.html

It should be apparent by playing a file for a couple of minutes with and
without the patch.

For the second patch, another possibility would be to remove the code from
[mpGLView check_events] and move it to the C check_events. That would avoid
duplicating the code but it might also be preferable to keep the vo and
window code separate (it would require to change the [mpGLView check_events]
function to get the NSEvent from the C counterpart).

Greetings
Adrian

On Tue, Apr 21, 2009 at 10:37 AM, Guillaume POIRIER <poirierg at gmail.com>wrote:

> Hello,
>
> 2009/4/20 Adrian Stutz <adrian at sttz.ch>:
> > - vo_macosx_screen_init_fix.patch (fix init with default screen_id)
>
> Patch applied.
>
>
> > - vo_macosx_memory_leak.patch (fix a memory leak with shared_buffer)
>
> I need to look at this one later.
>
>
> > - vo_macosx_process_events.patch
>
> That one too.
>



More information about the MPlayer-dev-eng mailing list