summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Fixed log messagephintuka
2011-03-08Added implementations for uncompress functionsphintuka
2011-03-07Optimized HUD palette handlingphintuka
2011-03-07Added uncompressed LUT8 overlay supportphintuka
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-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-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-25Added WINDOW_ID_*phintuka
2011-02-21Fixed unaligned access when compiled with some 32-bit gcc 4.4.x versions.phintuka
Closes #2952110
2011-02-13Detect intercepted metronom with XVDR_* option support.phintuka
This prevents flooding log with "unknown option in set_option" messages
2011-02-13Added a method to detect intercepted metronomphintuka
2011-02-12Add missing line feeds.rofafor
2011-01-25Improved title name display in navigation modephintuka
(use disc library metadata if present)
2011-01-25stream_reset(): check for stream and demux pluginphintuka
2011-01-25Initialize player language setting before fetching meta dataphintuka
2011-01-25Try to get disc name from disc library metadataphintuka
2011-01-25Removed handle_libbluray_events() call from plugin open.phintuka
Events can't be handled before the stream is opened and initialized ...
2011-01-23Moved keyboard handling to xine_frontend_kbd.cphintuka
2011-01-21Moved frontend_svr.c:osd_recompress_net() --> rle.c:rle_recompress_net()phintuka
2011-01-21Added HDMV PG compatible RLE functionsphintuka
2011-01-21Decreased required available socket buffer space when sending OSDphintuka
(Closes #3153405)
2011-01-21Disabled data connection IP address check (it does not work with NAT firewalls).phintuka
(Suggested by Christian Ruppert) Closes bug #3152431.
2011-01-19Updated finnish translation.rofafor
2011-01-19Fixed HUD bitmask values.rofafor
2011-01-18Modified version of patch #3014681:phintuka
This patch adds xshape support for the HUD mode. If no composing window manager is available, the HUD can still be seen (without transparency). (command-line argument --hud=xshape) (Thanks to grueni75)
2011-01-17Changed command-line arguments:phintuka
--opengl-always ==> --opengl --opengl-hud ==> --hud=opengl Added xshape HUD option