summaryrefslogtreecommitdiffstats
path: root/libmenu/vf_menu.c
Commit message (Expand)AuthorAgeFilesLines
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-267/+0
* cleanup: remove warnings under libmenu/Clément Bœsch2011-06-241-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-2/+2
* menu: Move vf_info_menu extern declaration to menu.hdiego2010-11-021-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-6/+6
* input: remove unused "paused" arguments from some functionsUoti Urpala2010-04-251-2/+4
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-6/+3
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
* Merge svn changes up to r29134Uoti Urpala2009-04-021-4/+0
|\
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+17
|\|
| * Add standard GPL headers.diego2008-12-131-0/+17
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Remove pointless attribute_used from variable declaration.diego2008-10-161-1/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* | Add new video driver APIUoti Urpala2008-04-231-2/+2
|/
* Allow independent scaling of vo_font and sub_font.reimar2008-01-271-1/+1
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-261-2/+2
* Simplify the condition code.ulion2007-12-251-1/+1
* OSD menu support mouse selection.ulion2007-12-221-0/+2
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-041-0/+8
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Remove the pause filter and the cmd queue hack, to know the mplayer going toulion2007-11-151-29/+10
* Fix pause key problem in correct way, only handle pause cmd when showing menu.ulion2007-11-081-7/+3
* Fix link to email explaining the paused vf_menu behaviour changereimar2007-11-031-1/+6
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.cehoyos2007-08-041-54/+0
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* rename some menu open functions, to avoid confusion with libc native open()ben2007-05-251-2/+2
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-1/+2
* Fix menu to work with mpctxuau2007-02-211-2/+2
* fix identation, broken by last commitgpoirier2007-01-161-12/+12
* speeds up mplayer execution by over FIVE times when all of the of the followi...gpoirier2007-01-161-0/+5
* woops, actually fix URL this timegpoirier2007-01-061-1/+1
* update comment urlgpoirier2007-01-061-1/+1
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+16
* fix menu toggle/hide issuesben2006-08-221-2/+2
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-2/+4
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-251-0/+4
* 10l (forgot ...)michael2006-03-211-4/+4
* Unify include paths, -I.. is in CFLAGS.diego2005-10-261-10/+10
* support newer gccfaust32004-10-021-1/+1
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....faust32004-09-151-0/+3
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>alex2003-04-101-0/+2
* 10L forgot this filter.albeu2003-03-301-1/+2
* these patches let ,,oldstyle'' and freetype subtitle renderers livearpi2002-12-291-1/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-0/+3
* better fix for my previous 10lcolin2002-11-221-1/+2
* don't fully-copy the planes if the menu doesn't show (faster)colin2002-11-211-0/+16
* Fix freetype. Freetype is highly recommended for a nice output ;)albeu2002-11-181-0/+13
* OSD menus initial versionalbeu2002-11-141-0/+251