Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-05 | opengl support needs -ldl and -lpthread | phintuka | |
vdr plugin needs -ldl (closes bug #3199506) (replaces patch #3197558, Thanks to Ville Skyttä) | |||
2011-03-05 | Convert to unix linefeeds | phintuka | |
(patch #3197560, Thanks to Ville Skyttä) | |||
2011-03-05 | Fixed comment | phintuka | |
(patch #3197559, Thanks to Ville Skyttä) | |||
2011-03-02 | Splitted 1.0.6 | phintuka | |
2011-03-02 | Reduced logging. Added parameter to configure log level. | phintuka | |
2011-03-02 | Reduced logging: added parameter to enable debug traces | phintuka | |
2011-02-28 | Reverted the HAVE_DLFCN hack. | rofafor | |
2011-02-28 | lirc_start(): device name is const | phintuka | |
2011-02-28 | Fixed kbd_start() prototype: use forward-declared struct instead of typedef | phintuka | |
2011-02-28 | Added --geometry and --window options to vdr plugin. | phintuka | |
Allow setting window position when starting in fullscreen mode. | |||
2011-02-28 | Fixed calling xine_exit() | phintuka | |
2011-02-28 | Added raw visual to union of possible visuals | phintuka | |
2011-02-28 | Logging updates | phintuka | |
2011-02-28 | vdrdiscovery: INADDR_ANY is not valid server address | phintuka | |
2011-02-28 | Use have_cap_sys_nice() instead of geteuid() to determine if we can increase ↵ | phintuka | |
priority | |||
2011-02-28 | Added tools/sys_cap.h : check for CAP_SYS_NICE capability | phintuka | |
2011-02-28 | Disable opengl if no dlfcn or pthread | phintuka | |
2011-02-28 | Added check for libcap | phintuka | |
2011-02-28 | Added pthread and dlfcn to features list | phintuka | |
2011-02-27 | Do not call vdr's SetPriority() unless geteuid() == 0 | phintuka | |
2011-02-26 | Fixed a header definition. | rofafor | |
2011-02-26 | OpenGL (VDPAU) HUD OSD implementation | phintuka | |
(Patch #3016308, Thanks to grueni75) | |||
2011-02-26 | Moved hud_visible flag outside of HAVE_XSHAPE | phintuka | |
2011-02-26 | Regonize root window ID | phintuka | |
2011-02-25 | Added WINDOW_ID_* | phintuka | |
2011-02-21 | Fixed unaligned access when compiled with some 32-bit gcc 4.4.x versions. | phintuka | |
Closes #2952110 | |||
2011-02-13 | Detect intercepted metronom with XVDR_* option support. | phintuka | |
This prevents flooding log with "unknown option in set_option" messages | |||
2011-02-13 | Added a method to detect intercepted metronom | phintuka | |
2011-02-12 | Add missing line feeds. | rofafor | |
2011-01-25 | Improved title name display in navigation mode | phintuka | |
(use disc library metadata if present) | |||
2011-01-25 | stream_reset(): check for stream and demux plugin | phintuka | |
2011-01-25 | Initialize player language setting before fetching meta data | phintuka | |
2011-01-25 | Try to get disc name from disc library metadata | phintuka | |
2011-01-25 | Removed handle_libbluray_events() call from plugin open. | phintuka | |
Events can't be handled before the stream is opened and initialized ... | |||
2011-01-23 | Moved keyboard handling to xine_frontend_kbd.c | phintuka | |
2011-01-21 | Moved frontend_svr.c:osd_recompress_net() --> rle.c:rle_recompress_net() | phintuka | |
2011-01-21 | Added HDMV PG compatible RLE functions | phintuka | |
2011-01-21 | Decreased required available socket buffer space when sending OSD | phintuka | |
(Closes #3153405) | |||
2011-01-21 | Disabled data connection IP address check (it does not work with NAT firewalls). | phintuka | |
(Suggested by Christian Ruppert) Closes bug #3152431. | |||
2011-01-19 | Updated finnish translation. | rofafor | |
2011-01-19 | Fixed HUD bitmask values. | rofafor | |
2011-01-18 | Modified 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-17 | Changed command-line arguments: | phintuka | |
--opengl-always ==> --opengl --opengl-hud ==> --hud=opengl Added xshape HUD option | |||
2011-01-17 | fe_display_open(): combined hud modes to single bitmask | phintuka | |
2011-01-16 | Added new OSD commands: | phintuka | |
- uncompressed LUT8 and ARGB OSD - HDMV PG compressed OSD | |||
2011-01-10 | Updated translations (autocrop setup menu) | phintuka | |
(Thanks to Andreas Auras (durchflieger)) | |||
2011-01-10 | Patch #3153722: | phintuka | |
Added osd setup support for all current autocrop post plugin parameters (Thanks to Andreas Auras (durchflieger)) | |||
2011-01-08 | Patch #3150273: | phintuka | |
Added two new slave commands FULLSCREEN0 and FULLSCREEN1 to switch explicit to fullscreen and normal window mode. (Thanks to Andreas Auras (durchflieger)) | |||
2011-01-08 | Fixed test for black yv12 frame: make sure chroma samples and luma samples ↵ | phintuka | |
are from same lines | |||
2011-01-08 | Use subs_detect flag instead of testing subs_detect_lifetime != 0 in avards ↵ | phintuka | |
functions |