]> git.sesse.net Git - vlc/history - src/video_output/video_widgets.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / video_output / video_widgets.c
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDSlider/Icon.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-10 Laurent AimarNo functionnal changes.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-04-18 Laurent AimarRemoved picture_heap_t::i_aspect/width/height/chroma.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-01-17 Rémi Denis-Courmontvideo output core: use var_Inherit
2009-11-24 Jean-Baptiste KempfDon't display any OSD when --no-osd is asked.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-04-06 Antoine CellerierFix OSD display when vout crop is used (so that every...
2006-01-12 Antoine CellerierFSF address change.
2005-09-08 Derk-Jan Hartman* Fix a refcount issue in the OSD core
2005-09-02 Benjamin Pracht* Don't try to release NULL
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-08 Christophe MutricyFix refcount problem (thanks to DrakeGuan for spotting it)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-04 Clément StenacFix OSD (text & widgets) aspect ratio
2004-11-10 Gildas Bazin* src/video_output/video_widgets.c: cleanup.
2004-11-06 Yoann Peronneau* src/video_output/vout_subpictures.c: added a b_fade...
2004-11-06 Yoann Peronneau* src/video_output/video_widgets.c: now uses blend...
2004-09-17 Gildas Bazin* video_output/vout_subpictures.c:
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-05-29 Yoann PeronneauAdded a Mute OSD icon.
2004-05-26 Yoann PeronneauAdded Play and Pause OSD Icons for hotkeys.
2004-05-24 Derk-Jan Hartman* Fixed the YUY2 and RV Render() of the OSD widgets.
2004-05-23 Yoann Peronneau* src/video_output/video_widgets.c: Added OSD sliders...