Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | Merged 1.80 1.79 1.78 1.77 1.72 1.59 1.44 | phintuka | |
2009-08-14 | Merged revisions 1.69, 1.68, 1.67, 1.57 | phintuka | |
Added run-time option --hotkeys. Moved xine-lib version check to fe_xine_init() | |||
2009-08-14 | Merged revision 1.45 | phintuka | |
Replace xvdr with MRL_ID define in strings | |||
2009-08-14 | Merge from trunk: | phintuka | |
Cosmetics Thread cancellation updates Signal handling updates | |||
2009-08-14 | Merged revision 1.56: | phintuka | |
Moved list_plugins to xine_frontend.c. | |||
2009-08-13 | Compilation fixes | phintuka | |
2009-06-16 | Merge from trunk: | phintuka | |
revision 1.43 Call find_input from process_xine_keypress | |||
2009-06-08 | Merge 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-08 | Merged 1.71, 1.75, 1.76 | phintuka | |
2009-06-07 | Merged revisions 1.52 and 1.53 | phintuka | |
2009-02-12 | Eliminated warn_unused_result warnings. | phintuka | |
Check asprintf return value. | |||
2008-11-15 | Fixed mrl backwards compability | phintuka | |
(xvdr:...:// --> xvdr+...://) | |||
2008-10-21 | 1.0.3: Merge from trunk: | phintuka | |
Fixed bug #2148032: --aspect=auto:path_to_script not working (Thanks to Armin Diedering) | |||
2008-09-26 | int -> size_t | phintuka | |
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed line feeds in help message | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Fixed calling frontend xine_open (now using function pointer) | |||
2008-09-26 | 1.0.2: Backported bugfixes from CVS trunk | phintuka | |
- Display warning message when HUD OSD not compiled in (Thanks to Rolf Ahrenberg) | |||
2008-04-28 | Fixed typo in help message | phintuka | |
(Thanks to Andreas Kool) | |||
2008-04-13 | Removed yield | phintuka | |
2008-03-28 | HUD OSD configuration | phintuka | |
(Patch from Antti Seppälä and Rolf Ahrenberg) | |||
2008-02-19 | Disable (keyboard) watchdog when keyboard thread terminates | phintuka | |
2008-02-05 | Added simple watchdog | phintuka | |
some strings -> const char arrays | |||
2008-01-09 | Don't terminate keyboard reading thread when poll is interrupted (EINTR) | phintuka | |
2008-01-03 | Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]:// | phintuka | |
2007-06-18 | List only installed audio/video drivers in help message | phintuka | |
2007-05-18 | New options: | phintuka | |
--wid=window_id (output to existing X window) --aspect=auto:<script> (use external script to control HW aspect ratio) | |||
2007-05-18 | Special LIRC keys | phintuka | |
2007-05-17 | Use different help messages for vdr-sxfe and vdr-fbfe | phintuka | |
2007-03-17 | Video drivers list update | phintuka | |
2007-03-15 | Simple "slave mode" | phintuka | |
2007-03-08 | Set 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-27 | Use --silent option immediately when it is detected | phintuka | |
Disable cursor and terminal blanking | |||
2007-01-26 | Fixed fullscreen toggling with keyboard | phintuka | |
2007-01-24 | Shortcut keys for toggling fullscreen and deinterlace | phintuka | |
2007-01-22 | Added DXR3 to list of video drivers (Thanks to Ville Skyttä) | phintuka | |
2007-01-20 | Added automatic re-connection (--reconnect option) | phintuka | |
2007-01-07 | Return value is nagative if there was errors, 0 if user terminated frontend | phintuka | |
and 1 if connection was lost. (Thanks to Antti Seppälä) | |||
2007-01-01 | lirc start/stop moved to separate functions | phintuka | |
vdr discovery is now separate module | |||
2006-12-24 | Added a note about server discovery and default host to help text | phintuka | |
2006-12-19 | Added simple key repeat emulation if lircd does not regonize | phintuka | |
repeated keys automatically (command-line option "--lirc=/dev/lircd,repeatemu") | |||
2006-12-15 | Added signal handler: | phintuka | |
- SIGHUP, SIGINT and SIGTERM signals terminate program - SIGPIPE signal is ignored | |||
2006-12-15 | Added vidix(fb) to supported video drivers (patch from Antti Seppälä) | phintuka | |
2006-09-20 | separate device from option video_drv:video_dev | phintuka | |
2006-09-19 | Fixed busy loop when stdin not open/available | phintuka | |
(read_key returns now error if read() returns 0) | |||
2006-09-01 | Command-line arguments and help message updated. | phintuka | |
Use getopt to parse arguments. | |||
2006-08-26 | Restore terminal settings only if settings were saved and changed | phintuka | |
2006-08-23 | *** empty log message *** | phintuka | |
2006-08-19 | Added 16:10 aspect ratio | phintuka | |
2006-08-16 | Added missing header file | phintuka | |
2006-08-16 | Improved end of stream signalling | phintuka | |
Some extra checks to catch null pointers and empty strings |