Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Moved SysLogLevel from xine_frontend.c to xine_frontend_main.c
|
|
|
|
--aspect=auto:path_to_script not working
(Thanks to Armin Diedering)
|
|
(Thanks to Rolf Ahrenberg)
|
|
|
|
(now using function pointer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Thanks to Andreas Kool)
|
|
|
|
(Patch from Antti Seppälä and Rolf Ahrenberg)
|
|
|
|
some strings -> const char arrays
|
|
|
|
|
|
|
|
--wid=window_id (output to existing X window)
--aspect=auto:<script> (use external script to control HW aspect ratio)
|
|
|
|
|
|
|
|
|
|
Added short delay after keyboard thread creation
Mac OS X compability fix (patch by Tero Siironen)
|
|
Disable cursor and terminal blanking
|
|
|
|
|
|
|
|
|
|
and 1 if connection was lost. (Thanks to Antti Seppälä)
|
|
vdr discovery is now separate module
|
|
|
|
repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu")
|
|
- SIGHUP, SIGINT and SIGTERM signals terminate program
- SIGPIPE signal is ignored
|
|
|
|
|
|
(read_key returns now error if read() returns 0)
|
|
Use getopt to parse arguments.
|
|
|
|
|
|
|
|
|
|
Some extra checks to catch null pointers and empty strings
|
|
|
|
|