]> git.sesse.net Git - vlc/history - src/video_output/display.c
macosx: fix wrong ref counting in media info
[vlc] / src / video_output / display.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2014-10-30 Rémi Denis-Courmontfilter: remove filter_DeletePicture()
2014-10-26 Rémi Denis-Courmontvout: simplify vout_display_NewWindow() parameters
2014-10-23 Rémi Denis-Courmontvout: remove harmful or commented out display events
2014-10-16 Rémi Denis-Courmontvout: pass only a boolean to VOUT_DISPLAY_CHANGE_FULLSC...
2014-10-16 Rémi Denis-Courmontvout: ignore CHANGE_DISPLAY_SIZE failure
2014-10-16 Rémi Denis-Courmontvout: remove dummy vout support (no longer used)
2014-10-16 Rémi Denis-Courmontvout: remove no longer used VOUT_DISPLAY_GET_OPENGL
2014-10-16 Rémi Denis-Courmontvout: remove display-level window state except on Windo...
2014-10-16 Rémi Denis-Courmontvout: pass window state control directly to the window
2014-10-16 Rémi Denis-Courmontvout: remove is_forced parameter in display size change...
2014-10-16 Rémi Denis-Courmontvout: request resize directly from the window rather...
2014-10-16 Rémi Denis-Courmontvout: dispatch window events to the display events...
2014-10-16 Rémi Denis-Courmontvout: remove no longer used display size event parameter
2014-10-16 Rémi Denis-Courmontvout: save previous display size regardless of the...
2014-10-16 Rémi Denis-Courmontvout: add window owner structure and resize event
2014-10-16 Rémi Denis-Courmontvout: inline vout_NewDisplayWindow into SplitterNewWind...
2014-10-16 Rémi Denis-Courmontvout: remove no-op
2014-10-16 Rémi Denis-Courmontvout: remove unused parameters in vout_*DisplayWindow()
2014-09-21 Rémi Denis-Courmontvideo_output: avoid variable shadowing
2014-09-01 Hannes Domanivout: fix memory leaks
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmontvout: remove useless callback
2014-03-16 Rémi Denis-Courmontvideo output: failing to resize is fine if forced
2014-03-14 Rémi Denis-CourmontReverse parameters order of video_format_ApplyRotation()
2014-03-13 Matthias Keiservideo output: support rotated movies
2014-02-13 Rémi Denis-Courmontvout: fix signedness warnings
2014-02-13 Jean-Baptiste KempfRevert "vout: assume aspect ratio is 1:1 if information...
2014-02-08 Felix Abecassisvout: reduce zoom ratio in order to avoid signalling...
2014-02-08 Felix Abecassisvout: assume aspect ratio is 1:1 if information is...
2013-12-08 Vittorio Giovaracore: use same source name in DisplayNew
2013-12-08 Vittorio Giovaracore: do not overwrite visible size
2013-07-23 Rafaël Carrévout_ManageWrapper: reset display pool after we reset...
2012-07-25 Rémi Denis-Courmontvout: improve splitter event error message
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-27 Rémi Denis-CourmontCorrect debug message
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-06-19 Rafaël Carréremove warnings
2011-06-02 Laurent AimarUsed vlc_custom_create() to create vout_display_t objects.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-02-12 Laurent AimarHandle errors when no filter can be found to adapt...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-12-05 Rémi Denis-CourmontRemove useless mouse buttons table
2010-11-26 Laurent AimarFixed opengl provider vout window selection.
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarFixed crop parameters when the decoded video has crop...
2010-11-07 Laurent AimarFixed support of crop coming from the decoder.
2010-11-07 Laurent AimarModified vout_SetDisplayAspect() to take a DAR instead...
2010-10-25 Laurent AimarCosmetics (vout).
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-08-18 Laurent AimarSeparated vout filter chain into static/interactive...
2010-08-11 Laurent AimarNo functionnal changes (vout).
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-17 Rémi Denis-CourmontAlways re-arm the cursor hide timeout on movement ...
2010-07-15 Laurent AimarFixed a compilation warning.
2010-06-27 Laurent AimarFixed a segfault with opengl provider.
2010-06-10 Erwan Tuloucore: fix a wrong division
2010-06-06 Laurent AimarAdded a missing vlc_join() in vout.
2010-05-30 Laurent AimarFixed vout display key event thread destruction.
2010-05-30 Laurent AimarAdded vout_display_info_t::has_event_thread.
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...
next