1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00
mpv/libmenu
gpoirier 7c450c5275 speeds up mplayer execution by over FIVE times when all of the of the following apply:
* menus are enabled
 * menus are enabled but not displayed
 * direct rendering is in use
Patch by Adam Sulmicki % adam A cfar P umd P edu %
Original thread:
date: Jan 7, 2007 11:07 PM
subject: [MPlayer-dev-eng] [PATCH] slow menus : try two

Other threads:
date: Jan 7, 2007 12:39 PM
subject: [MPlayer-advusers] [patch] slow menus

Also:
date: Jan 6, 2007 11:13 PM
subject: [MPlayer-advusers] [patch] slow menus

And:
date: Jan 2, 2007 11:46 PM
subject: [MPlayer-advusers] slow down with menu off

Finaly:
date: Dec 24, 2006 11:25 AM
subject: [MPlayer-users] slow down with menu off


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21942 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-16 13:24:03 +00:00
..
Makefile FFmpeg-style dependency declaration 2006-11-27 13:42:36 +00:00
menu_cmdlist.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_console.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_dvbin.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_filesel.c Handle windows path separator in filesel menu. 2006-10-29 21:10:59 +00:00
menu_list.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_list.h better readability on selected menu item by tweaking alpha channel properties 2006-09-09 09:07:02 +00:00
menu_param.c added new helpers to allow easy metadata retrieval and make libmenu use them 2006-08-25 23:14:32 +00:00
menu_pt.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu_txt.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
menu.c fix gprof support (aka work around gprof's brain dead design) 2007-01-04 16:00:27 +00:00
menu.h support multiple actions in menu's file browser using key bindings 2006-08-22 19:59:53 +00:00
vf_menu.c speeds up mplayer execution by over FIVE times when all of the of the following apply: 2007-01-16 13:24:03 +00:00