summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-30Added 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-30Added wrappers for SetPalette, Move and Flush.phintuka
2008-11-30Eliminated memsets.phintuka
Cosmetics (vertical align, ...)
2008-11-29Added OSD_Flush : Flush all pending OSD operations immediatelyphintuka
2008-11-25Converted from ISO8859-15 to UTF8.phintuka
(Suggested by Rolf Ahrenberg)
2008-11-24Removed the outdated patch.rofafor
2008-11-24Replaced cIConv with VDR's cCharConv.rofafor
2008-11-23Added osdcmd_to_overlay. Removed duplicate code.phintuka
2008-11-21Set OSD size to video_out if scaling is supportedphintuka
2008-11-21Simplifyphintuka
2008-11-21Export default proxy handlers to be used in actual implementationsphintuka
2008-11-20Fixed compilationphintuka
("../i18n.h" -> <vdr/i18n.h>)
2008-11-20Removed backwards compatibility.rofafor
2008-11-20New filexineliboutput-1_1_0pre1phintuka
2008-11-19*** empty log message ***phintuka
2008-11-19New filephintuka
2008-11-19Updated translations.rofafor
2008-11-19Crash fix. Thanks to Antti Seppälä.rofafor
2008-11-19Added grab in PNM formatphintuka
(still no scaling for grabbed images)
2008-11-18Always define oblect lists for VDR pluginphintuka
2008-11-18Updated "Buildtime options"phintuka
2008-11-18Added XINELIBOUTPUT_CONFIGURE_OPTS.phintuka
It should be used to set/override configure script parameters in Make.config files.
2008-11-18Call base class MakePrimaryDevice()phintuka
2008-11-18Added optional timeout to PlayFileCtrlphintuka
2008-11-18Added optional timeout to PlayFileCtrl().phintuka
Removed (unused) m_iUdpFlowMask.
2008-11-18Cosmeticsphintuka
2008-11-18Added optional timeout to PlayFileCtrl()phintuka
2008-11-18Cosmeticsphintuka
2008-11-18Cosmeticsphintuka
2008-11-18Added an option to limit number of remote clientsphintuka
2008-11-18Added math library (-lm) to LIBS_X11 when building withphintuka
Xrender / HUD OSD support (Thanks to Anssi Hannula)
2008-11-17Updates to 1.0.90phintuka
2008-11-17--hotkeys replaces INTERPRET_LIRC_KEYS and XINELIBOUTPUT_FE_TOGGLE_FULLSCREENphintuka
2008-11-17Added gui_hotkeys parameter to display_open.phintuka
Cmd-line argument not implemented for local mode.
2008-11-17Converted INTERPRET_LIRC_KEYS build-time option to runtime option.phintuka
Added some cancellation points to LIRC thread.
2008-11-17Added run-time option --hotkeys.phintuka
It will replace XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN build-time option. (Currently implemented only for terminal keyboard)
2008-11-17Moved thread cleanup code to cleanup handlers.phintuka
Added some cancellation points.
2008-11-17Fixed MRL backwards compability mode.phintuka
Moved one free() to correct place.
2008-11-17Cosmeticsphintuka
2008-11-17SignalHandler():phintuka
- HUP reconnects - Second signal of same type forces exit.
2008-11-16Simplify.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.makphintuka
2008-11-16... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfephintuka
2008-11-16Added extern "C" around x_syslogphintuka
Make x_syslog exported from .so
2008-11-16Added logdefs.o to subplugins.phintuka
2008-11-16Implement thread cancellation safe locking (mutexes are unlocked if thread ↵phintuka
is cancelled). Changed vdr_plugin_keypress so that it can be cancelled.
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Fixed make .dependenciesphintuka