summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-05Allocate osd_command_t aligned (because of pointer members).phintuka
(closes #3065450, Thanks to lami123)
2011-03-05Removed (unused) XRandr checkphintuka
(Part of gentoo patch vdr-xineliboutput-9999-build-system.patch)
2011-03-05Cosmeticsphintuka
2011-03-05opengl support needs -ldl and -lpthreadphintuka
vdr plugin needs -ldl (closes bug #3199506) (replaces patch #3197558, Thanks to Ville Skyttä)
2011-03-05Convert to unix linefeedsphintuka
(patch #3197560, Thanks to Ville Skyttä)
2011-03-05Fixed commentphintuka
(patch #3197559, Thanks to Ville Skyttä)
2011-03-02Added gentoo vdr-xineliboutput-1.0.5-ldflags.patch to 1.0.6phintuka
2011-03-02Added some missing changes to 1.0.6phintuka
2011-03-02Splitted 1.0.6phintuka
2011-03-02Reduced logging. Added parameter to configure log level.phintuka
2011-03-02Reduced logging: added parameter to enable debug tracesphintuka
2011-03-01Merged 1.56: Use have_cap_sys_nice() instead of geteuid() to determine if we ↵phintuka
can increase priority
2011-03-01Merged 1.101: Use have_cap_sys_nice() instead of geteuid() to determine if ↵phintuka
we can increase priority
2011-02-28Reverted the HAVE_DLFCN hack.rofafor
2011-02-28lirc_start(): device name is constphintuka
2011-02-28Fixed kbd_start() prototype: use forward-declared struct instead of typedefphintuka
2011-02-28Added --geometry and --window options to vdr plugin.phintuka
Allow setting window position when starting in fullscreen mode.
2011-02-28Fixed calling xine_exit()phintuka
2011-02-28Added raw visual to union of possible visualsphintuka
2011-02-28Logging updatesphintuka
2011-02-28vdrdiscovery: INADDR_ANY is not valid server addressphintuka
2011-02-28Use have_cap_sys_nice() instead of geteuid() to determine if we can increase ↵phintuka
priority
2011-02-28Added tools/sys_cap.h : check for CAP_SYS_NICE capabilityphintuka
2011-02-28Disable opengl if no dlfcn or pthreadphintuka
2011-02-28Added check for libcapphintuka
2011-02-28Added pthread and dlfcn to features listphintuka
2011-02-27Do not call vdr's SetPriority() unless geteuid() == 0phintuka
2011-02-26Fixed a header definition.rofafor
2011-02-26OpenGL (VDPAU) HUD OSD implementationphintuka
(Patch #3016308, Thanks to grueni75)
2011-02-26Moved hud_visible flag outside of HAVE_XSHAPEphintuka
2011-02-26Regonize root window IDphintuka
2011-02-26Honor LDFLAGS (gentoo vdr-xineliboutput-1.0.5-ldflags.patch)phintuka
2011-02-25Merged 1.0.5, added 1.0.6phintuka
2011-02-25Merged translation updatesphintuka
2011-02-25Merge: Language and Language-Team tagsphintuka
2011-02-25Added new textsphintuka
2011-02-25Removed deprecated item for field orderphintuka
2011-02-25Removed deprecated textsphintuka
2011-02-25Replaced >> with SubMenuItem wrapperphintuka
2011-02-25Removed duplicate entry for "Port"phintuka
2011-02-25Removed leading spaces from stringsphintuka
2011-02-25Removed duplicatesphintuka
2011-02-25Removed duplicatesphintuka
2011-02-25Removed >> from stringsphintuka
2011-02-25Mergedphintuka
Lookup root window ID revision 1.121: Floating point variables cannot be reliable compared using '!<float>'. revision 1.120: Avoid comparing signed and unsigned vars revision 1.118: Added missing default cases revision 1.117: Added hotkeys for (client) system shutdown
2011-02-25Mergedphintuka
revision 1.324: Eliminated strcpy. Strings passed to strcpy may not overlap. revision 1.323: Added FreeBSD compability (Thanks to Juergen Lock) revision 1.322: Fixed comparing signed and unsigned values revision 1.321: Fixed comparing signed and unsigned values revision 1.320: Fixed log message type (LOGERR -> LOGMSG) revision 1.319: Fixed arithmetic on untyped pointer revision 1.317: Make sure xine's internal copy of the mixer volume is initialized before using XINE_PARAM_AUDIO_MUTE. This fixes mixer volume being reset at vdr-sxfe start when using software volume control. revision 1.300: Delay data stream processing until initial configuration has been done revision 1.296: Added stream ID and position to xine_queue_pes_packet()
2011-02-25Merged revision 1.25: Added WINDOW_ID_*phintuka
2011-02-25Added WINDOW_ID_*phintuka
2011-02-25revision 1.95: Add missing line feeds.phintuka
revision 1.90: Added missing line feed revision 1.89: Updated frontend usage help. revision 1.86: Fixed warnings revision 1.85: Added missing line feed to help message revision 1.84: Make audio_device and video_port const. Fixed memleak (video_port). revision 1.83: Removed unneeded strdup() + free() revision 1.82: Added an option to configure shutdown command and inactivity timer revision 1.81: Added hotkeys for (client) system shutdown
2011-02-25Removed LOG_MODULENAMEphintuka