summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
AgeCommit message (Collapse)Author
2009-08-21Merged 1.80 1.79 1.78 1.77 1.72 1.59 1.44phintuka
2009-08-14Merged revisions 1.69, 1.68, 1.67, 1.57phintuka
Added run-time option --hotkeys. Moved xine-lib version check to fe_xine_init()
2009-08-14Merged revision 1.45phintuka
Replace xvdr with MRL_ID define in strings
2009-08-14Merge from trunk:phintuka
Cosmetics Thread cancellation updates Signal handling updates
2009-08-14Merged revision 1.56:phintuka
Moved list_plugins to xine_frontend.c.
2009-08-13Compilation fixesphintuka
2009-06-16Merge from trunk:phintuka
revision 1.43 Call find_input from process_xine_keypress
2009-06-08Merge from trunk:phintuka
revision 1.74 Added vdr-sxfe command-line option to disable X11 keyboard input revision 1.73 Fixed freeing statically allocated string
2009-06-08Merged 1.71, 1.75, 1.76phintuka
2009-06-07Merged revisions 1.52 and 1.53phintuka
2009-02-12Eliminated warn_unused_result warnings.phintuka
Check asprintf return value.
2008-11-15Fixed mrl backwards compabilityphintuka
(xvdr:...:// --> xvdr+...://)
2008-10-211.0.3: Merge from trunk:phintuka
Fixed bug #2148032: --aspect=auto:path_to_script not working (Thanks to Armin Diedering)
2008-09-26int -> size_tphintuka
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed line feeds in help message
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed calling frontend xine_open (now using function pointer)
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Display warning message when HUD OSD not compiled in (Thanks to Rolf Ahrenberg)
2008-04-28Fixed typo in help messagephintuka
(Thanks to Andreas Kool)
2008-04-13Removed yieldphintuka
2008-03-28HUD OSD configurationphintuka
(Patch from Antti Seppälä and Rolf Ahrenberg)
2008-02-19Disable (keyboard) watchdog when keyboard thread terminatesphintuka
2008-02-05Added simple watchdogphintuka
some strings -> const char arrays
2008-01-09Don't terminate keyboard reading thread when poll is interrupted (EINTR)phintuka
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
2007-06-18List only installed audio/video drivers in help messagephintuka
2007-05-18New options:phintuka
--wid=window_id (output to existing X window) --aspect=auto:<script> (use external script to control HW aspect ratio)
2007-05-18Special LIRC keysphintuka
2007-05-17Use different help messages for vdr-sxfe and vdr-fbfephintuka
2007-03-17Video drivers list updatephintuka
2007-03-15Simple "slave mode"phintuka
2007-03-08Set cursor and blanking off only when running on terminal (keyboard input)phintuka
Added short delay after keyboard thread creation Mac OS X compability fix (patch by Tero Siironen)
2007-01-27Use --silent option immediately when it is detectedphintuka
Disable cursor and terminal blanking
2007-01-26Fixed fullscreen toggling with keyboardphintuka
2007-01-24Shortcut keys for toggling fullscreen and deinterlacephintuka
2007-01-22Added DXR3 to list of video drivers (Thanks to Ville Skyttä)phintuka
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