]> git.sesse.net Git - vlc/history - modules/video_output/macosx.m
vout_macosx: fixed memory leak
[vlc] / modules / video_output / macosx.m
2011-08-19 Felix Paul Kühnevout_macosx: fixed memory leak
2011-08-16 Felix Paul Kühnevout_macosx: compilation fix for 10.6 and earlier
2011-08-16 Felix Paul Kühnemacosx: don't let the vout resize the window if we...
2011-08-14 Felix Paul Kühnemacosx: fixed some ui bugs, which sneaked in recently
2011-08-14 Felix Paul Kühnemacosx: re-implemented a non-embedded video window
2011-08-10 Felix Paul Kühnemacosx: fail the video output if Quartz Extreme isn...
2011-08-10 Felix Paul Kühnemacosx: implemented the 'autoscale' feature and fixed...
2011-08-10 Felix Paul Kühnevout_macosx: factorize objc selectors
2011-08-08 Felix Paul Kühnemacosx: implemented float-on-top
2011-08-08 Felix Paul Kühnevout_macosx: implemented support for resize, zoom,...
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-10-22 Felix Paul Kühnemacosx vout: fixed minor warning
2010-07-25 Juho Vähä-Herttuaosx: Add vout_window_t support to macosx vout module
2010-07-22 Juho Vähä-Herttuaosx: Fix a bug where glView frame doesn't get set if...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-20 Laurent AimarCalled vout_display_DeleteWindow(vd, NULL) for vout...
2010-05-03 Pierre d'Herbemontmacosx_vout: Correctly change context after -lockgl.
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-01-24 Pierre d'Herbemontvout_macosx: Fix a leak.
2010-01-09 Pierre d'Herbemontvout_macosx: Don't render more than needed during Cocoa...
2010-01-07 Pierre d'Herbemontvout_macosx: Remove trailing spaces.
2010-01-04 Pierre d'Herbemontvout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad0...
2009-12-31 Pierre d'Herbemontvout_macosx: The view is Opaque.
2009-12-31 Pierre d'Herbemontvout_macosx: Ensure initialization on main thread.
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-24 Pierre d'Herbemontvout_macosx: Fix a typo.
2009-12-24 Pierre d'HerbemontNew "vout display" for macosx.