Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-30 | Added implementations for OSD_Flush, OSD_SetPalette and OSD_Move. | phintuka | |
OSD_Close: Removed flushing all pending events. Now OSD_Close can be delayed. Fixed setting OSD last changed vpts: use the vpts of last event, not current time. | |||
2008-11-30 | Added wrappers for SetPalette, Move and Flush. | phintuka | |
2008-11-30 | Eliminated memsets. | phintuka | |
Cosmetics (vertical align, ...) | |||
2008-11-29 | Added OSD_Flush : Flush all pending OSD operations immediately | phintuka | |
2008-11-25 | Converted from ISO8859-15 to UTF8. | phintuka | |
(Suggested by Rolf Ahrenberg) | |||
2008-11-24 | Removed the outdated patch. | rofafor | |
2008-11-24 | Replaced cIConv with VDR's cCharConv. | rofafor | |
2008-11-23 | Added osdcmd_to_overlay. Removed duplicate code. | phintuka | |
2008-11-21 | Set OSD size to video_out if scaling is supported | phintuka | |
2008-11-21 | Simplify | phintuka | |
2008-11-21 | Export default proxy handlers to be used in actual implementations | phintuka | |
2008-11-20 | Fixed compilation | phintuka | |
("../i18n.h" -> <vdr/i18n.h>) | |||
2008-11-20 | Removed backwards compatibility. | rofafor | |
2008-11-20 | New filexineliboutput-1_1_0pre1 | phintuka | |
2008-11-19 | *** empty log message *** | phintuka | |
2008-11-19 | New file | phintuka | |
2008-11-19 | Updated translations. | rofafor | |
2008-11-19 | Crash fix. Thanks to Antti Seppälä. | rofafor | |
2008-11-19 | Added grab in PNM format | phintuka | |
(still no scaling for grabbed images) | |||
2008-11-18 | Always define oblect lists for VDR plugin | phintuka | |
2008-11-18 | Updated "Buildtime options" | phintuka | |
2008-11-18 | Added XINELIBOUTPUT_CONFIGURE_OPTS. | phintuka | |
It should be used to set/override configure script parameters in Make.config files. | |||
2008-11-18 | Call base class MakePrimaryDevice() | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl(). | phintuka | |
Removed (unused) m_iUdpFlowMask. | |||
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl() | phintuka | |
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Added an option to limit number of remote clients | phintuka | |
2008-11-18 | Added math library (-lm) to LIBS_X11 when building with | phintuka | |
Xrender / HUD OSD support (Thanks to Anssi Hannula) | |||
2008-11-17 | Updates to 1.0.90 | phintuka | |
2008-11-17 | --hotkeys replaces INTERPRET_LIRC_KEYS and XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN | phintuka | |
2008-11-17 | Added gui_hotkeys parameter to display_open. | phintuka | |
Cmd-line argument not implemented for local mode. | |||
2008-11-17 | Converted INTERPRET_LIRC_KEYS build-time option to runtime option. | phintuka | |
Added some cancellation points to LIRC thread. | |||
2008-11-17 | Added run-time option --hotkeys. | phintuka | |
It will replace XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN build-time option. (Currently implemented only for terminal keyboard) | |||
2008-11-17 | Moved thread cleanup code to cleanup handlers. | phintuka | |
Added some cancellation points. | |||
2008-11-17 | Fixed MRL backwards compability mode. | phintuka | |
Moved one free() to correct place. | |||
2008-11-17 | Cosmetics | phintuka | |
2008-11-17 | SignalHandler(): | phintuka | |
- HUP reconnects - Second signal of same type forces exit. | |||
2008-11-16 | Simplify. | phintuka | |
This should also fix missing .c->.o deps/rules when .dependencies file was created without config.mak. | |||
2008-11-16 | .dependencies depends on config.mak | phintuka | |
2008-11-16 | ... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfe | phintuka | |
2008-11-16 | Added extern "C" around x_syslog | phintuka | |
Make x_syslog exported from .so | |||
2008-11-16 | Added logdefs.o to subplugins. | phintuka | |
2008-11-16 | Implement thread cancellation safe locking (mutexes are unlocked if thread ↵ | phintuka | |
is cancelled). Changed vdr_plugin_keypress so that it can be cancelled. | |||
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Fixed make .dependencies | phintuka | |