]> git.sesse.net Git - vlc/history - src/video_output/display.c
Reused vout window in vout_Request().
[vlc] / src / video_output / display.c
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-19 Laurent AimarFixed crop behavior (with a ratio) after AR changes.
2010-05-18 Laurent AimarImproved vout behavior on crop/ar/zoom changes (close...
2010-05-10 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-01 Laurent AimarFixed segfault with opengl provider.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
2010-04-17 Laurent AimarEnabled support for video splitter directly at the...
2010-04-17 Laurent AimarLet mouse events go through vout filter chain.
2010-03-28 Rémi Denis-Courmontvout wrapper: fix creation of vout with window on top
2010-02-13 Antoine CellerierReduce verbosity.
2010-02-08 Laurent AimarFixed no autoscale video mode (close #3246).
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-26 Laurent AimarFixed zoom setting when the video fills the display.
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-17 Rémi Denis-Courmontvideo output core: use var_Inherit
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-13 Laurent AimarReplaced vout_display_t::get by ::pool.
2009-12-13 Laurent AimarAllowed to use vout_display with a dummy vout.
2009-12-13 Laurent AimarAdded a way to retreive an opengl context from a vout...
2009-11-01 Laurent AimarFixed VOUT_DISPLAY_RESET_PICTURES support in wrapper.
2009-10-26 Laurent AimarAdded VOUT_DISPLAY_EVENT_ON_TOP (vout display).
2009-10-05 Laurent AimarCommented out a too verbose debug printf.
2009-09-30 Laurent AimarAdded a is_forced parameter to VOUT_DISPLAY_CHANGE_DISP...
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-08-30 Laurent AimarDo not load a filter for J4xy -> I4xy in vout_display.
2009-08-20 Pierre d'Herbemontvlc_vout_display: Should use unsigned for height and...
2009-08-20 Pierre d'Herbemontvideo_output: Flag even more parameter as unused.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...