mpv/libmenu
Uoti Urpala 2bcfe1e077 Add new video driver API
Create new video driver API that has a per-instance context structure
and does not rely on keeping status in global or static variables.
Existing drivers are not yet converted to this API; instead there is a
wrapper which translates calls to them.

In the new API, an old API call vo_functions->xyz(args) is generally
replaced by vo_xyz(vo_instance, args).

The changes to keep the vesa, dxr2 and xover drivers compiling have
not been tested.
2008-04-23 13:41:04 +03:00
..
menu.c
menu.h
menu_chapsel.c
menu_cmdlist.c
menu_console.c
menu_dvbin.c
menu_filesel.c
menu_list.c
menu_list.h
menu_param.c
menu_pt.c
menu_txt.c
vf_menu.c Add new video driver API 2008-04-23 13:41:04 +03:00