mpv/libmenu
attila 4b1211d2d0 Patch by Nico <nsabbi@libero.it>
this patch fixes a recently discovered bug for which DVB-C users
couldn't tune
(wrong parsing of the config file and incorrect parameter passing to
tune_it())
and includes the still unapplied patch posted in date 6/9/2003:

-  it works correctly with and without caches; in the former case it
doesn't take anymore a lot of time to empty the cache before changing channel;
the uninit_cache() function is called in mplayer.c just after
the new tuning operation
- initialized a variable identifying the tuner type, and exit if it
isn't supported


- doesn't crash anymore when
1) the channels file doesn't exists
2) the tuner is used by another application
3) in the menu, when trying to select a channel before the first
4) some mp_msg() called in case of error


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11353 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-01 15:17:01 +00:00
..
.cvsignore .depend should be ignored 2002-11-20 21:26:49 +00:00
Makefile libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.uni-rostock.de> 2003-09-02 14:00:37 +00:00
menu.c Finnaly commit Nico's dvb menu. Sorry for committing this 2003-08-16 09:51:05 +00:00
menu.h OSD menus initial version 2002-11-14 23:47:11 +00:00
menu_cmdlist.c Added/reordered #includes to silence warnings about "implicit declaration". 2002-12-28 18:51:10 +00:00
menu_console.c make menu work on mingw (run command is still disabled), based on patch by Christophe Perinaud 2003-09-13 18:02:20 +00:00
menu_dvbin.c Patch by Nico <nsabbi@libero.it> 2003-11-01 15:17:01 +00:00
menu_filesel.c I've juste found a bug which prevent to load a file whose name contain 2003-08-15 18:45:35 +00:00
menu_list.c Fix long-known bug with handling 'down key' in lists. 2003-09-24 07:35:59 +00:00
menu_list.h OSD menus initial version 2002-11-14 23:47:11 +00:00
menu_param.c make menu work on mingw (run command is still disabled), based on patch by Christophe Perinaud 2003-09-13 18:02:20 +00:00
menu_pt.c don't depend on libgen/basename() 2003-01-26 15:55:35 +00:00
menu_txt.c linux->osdep 2003-02-09 20:18:23 +00:00
vf_menu.c output typo fixes: unknow --> unknown 2003-07-09 01:30:24 +00:00