Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-08-05 | Added daemon mode | phintuka | |
2006-07-15 | New command-line option: disable keyboard input (useful when running as daemon) | phintuka | |
2006-07-02 | *** empty log message *** | phintuka | |
2006-06-11 | Logging clean-up | phintuka | |
2006-06-06 | Keyboard handling updates | phintuka | |
2006-06-04 | x86 fixes | phintuka | |
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-03 | Initial importxineliboutput-0_99rc4 | phintuka | |