]> git.sesse.net Git - vlc/history - src/video_output/video_epg.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / video_output / video_epg.c
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarRemoved useless includes (video_epg.c).
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDEpg.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-22 Rémi Denis-CourmontRemove unused string
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-02-02 Adrien MagloRework of vout_OSDEpg.
2010-02-02 Laurent AimarFixed EPG OSD aspect ratio.
2010-02-02 Laurent AimarReduced EPG OSD down to 3s and enable fade out.
2010-02-02 Adrien MagloAdd a function to display EPG event information for...