Thu, 14 Aug 2003 21:29:39 +0000 |
alex |
there were no checks in MP_CMD_SUB for sh_video, so mplayer immediately segfaulted when such keys were pressed on non-video files
|
Thu, 14 Aug 2003 12:15:44 +0000 |
diego |
Spelling police:
|
Thu, 14 Aug 2003 01:54:27 +0000 |
alex |
Fixed a long standing issue: if configured a not available (not existing, permission denied, ...) skin, the gui never ever started again. Now it reverts to 'default' if it can't open the selected skin, if 'default' fails too, the gui exits with error.
|
Thu, 14 Aug 2003 01:45:16 +0000 |
alex |
translated a message to english
|
Thu, 14 Aug 2003 01:25:42 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 01:15:41 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 01:05:49 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 00:36:25 +0000 |
alex |
warning fix
|
Wed, 13 Aug 2003 21:32:28 +0000 |
alex |
Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial fix by Pierre.
|
Wed, 13 Aug 2003 21:04:15 +0000 |
alex |
Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <agapon@cv-nj.com>
|
Wed, 13 Aug 2003 19:02:34 +0000 |
alex |
using CONF_TYPE_IMGFMT
|
Wed, 13 Aug 2003 18:56:29 +0000 |
alex |
Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no need to add new img formats to the source, instead you can try it out by providing it in hexa format, and if it isn't supported by the card, you get a nice error message. That's all.
|
Wed, 13 Aug 2003 17:38:30 +0000 |
alex |
CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too
|
Wed, 13 Aug 2003 17:03:36 +0000 |
albeu |
"when I run "mplayer -slave <audiofile> " then, while playing, I send the
|
Wed, 13 Aug 2003 16:45:02 +0000 |
alex |
100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
|
Wed, 13 Aug 2003 16:29:32 +0000 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|