summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
AgeCommit message (Collapse)Author
2007-01-20Added automatic re-connection (--reconnect option)phintuka
2007-01-07Return value is nagative if there was errors, 0 if user terminated frontendphintuka
and 1 if connection was lost. (Thanks to Antti Seppälä)
2007-01-01lirc start/stop moved to separate functionsphintuka
vdr discovery is now separate module
2006-12-24Added a note about server discovery and default host to help textphintuka
2006-12-19Added simple key repeat emulation if lircd does not regonizephintuka
repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu")
2006-12-15Added signal handler:phintuka
- SIGHUP, SIGINT and SIGTERM signals terminate program - SIGPIPE signal is ignored
2006-12-15Added vidix(fb) to supported video drivers (patch from Antti Seppälä)phintuka
2006-09-20separate device from option video_drv:video_devphintuka
2006-09-19Fixed busy loop when stdin not open/availablephintuka
(read_key returns now error if read() returns 0)
2006-09-01Command-line arguments and help message updated.phintuka
Use getopt to parse arguments.
2006-08-26Restore terminal settings only if settings were saved and changedphintuka
2006-08-23*** empty log message ***phintuka
2006-08-19Added 16:10 aspect ratiophintuka
2006-08-16Added missing header filephintuka
2006-08-16Improved end of stream signallingphintuka
Some extra checks to catch null pointers and empty strings
2006-08-05Added daemon modephintuka
2006-07-15New command-line option: disable keyboard input (useful when running as daemon)phintuka
2006-07-02*** empty log message ***phintuka
2006-06-11Logging clean-upphintuka
2006-06-06Keyboard handling updatesphintuka
2006-06-04x86 fixesphintuka
const added to several arguments and data control stream write result checks added possible deadlock removed from vdr_plugin_keypress OSD endian problems fixed
2006-06-03Initial importxineliboutput-0_99rc4phintuka