summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-17Bind frontend to specific devicephintuka
2012-03-17Splitted InitDevice() from cXinelibDevice constructorphintuka
2012-03-17Make sure master timing source is re-selected when client disconnectsphintuka
2012-03-17Replaced include with forward declarationphintuka
2012-03-17removed staticphintuka
2012-03-17Removed old loggingphintuka
2012-03-17Re-ordered settingsphintuka
2012-03-17Include tools.h instead of config.h (only cString needed)phintuka
2012-03-17revert 1.112phintuka
2012-03-17Re-ordered settingsphintuka
2012-03-15Removed the non-existing parameter from cEqualizer()rofafor
2012-03-14Added missing forward declarationphintuka
2012-03-13Removed unused files (dummy_player.[hc])phintuka
2012-03-13Moved global variable (g_PendingMenuAction) to config_t structphintuka
2012-03-13Removed deprecated setting (field_order)phintuka
2012-03-13Removed unused member variablephintuka
2012-03-12Convert translations to UTF-8.phintuka
(Thanks to Ville Skyttä)
2012-03-10added frontend pointer to xine_input_event()phintuka
2012-03-10reduced loggingphintuka
2012-03-10Reduced loggingphintuka
2012-03-10Added support for vdr-1.7.26.rofafor
2012-03-07Fixed warnings. Check recvfrom() return value and log error message when ↵phintuka
recvfrom() fails.
2012-03-07Fixed warningphintuka
2012-03-07xine-lib-1.2: use _x_action_raise() and _x_action_lower() instead of ↵phintuka
directly modifying stream->demux_action_pending (Thanks to Roland Scheidegger)
2012-03-07Improved Makefile when building without vdrphintuka
2012-03-07Added hook for video frame drawing.phintuka
This will be used with automatic video mode switching.
2012-03-07Added missing includesphintuka
2012-03-07Workaround for segfaults when using audio visualization post pluginsphintuka
(Thanks to Anssi Hannula and Tobias Grimm)
2012-02-24Added missing locking to set_cursor()phintuka
(Thanks to Roland Scheidegger)
2012-02-17Fixed hiding mouse cursorphintuka
(Thanks to Roland Scheidegger) The cursor never disappears because there seem to be incoming xshm completion events every frame (for these events to arrive it is not necessary to actually have xshm support compiled into vdr-sxfe), so there's never a poll timeout and as a consequence the mousecursor timeout never expires.
2012-02-17moved time_ms() to tools/time_ms.hphintuka
2012-02-17Fixed MWMHints struct in 64-bit systems.phintuka
(Thanks to Roland Scheidegger) there's a problem with the MWMHints definition in vdr-xineliboutput. It does not work on x86_64 at least with metacity and kwin, as these use a different definition (hence once borders are toggled off they are gone for good). This is a strange issue there seems to be no reference source what the definition of this struct should be, some quick search finds 3 incompatible versions (on 64bit archs) and a dozen or so more compatible ones (only differing in signedness). In any case, metacity, kwin agree, and this is also what mplayer uses - xine though itself also uses the same version as xineliboutput which doesn't work with at least metacity/kwin. It's quite likely some obscure wm out there expects one of the other definitions (I think fvwm is same as metacity, while enlightenment and afterstep need the all-32bit definition). What a mess. Anyway this patch just changes the definition to what's more likely to work.
2012-02-08Use XShape with OpenGLphintuka
(Thanks to grueni75, patch #3483644)
2012-02-08Fixed OpenGL window redirectionphintuka
(thanks to grueni75, patch #3483644)
2012-02-01Use this->root_window and this->displayphintuka
2012-01-31Added modeswitch flagsphintuka
2012-01-30configure: removed -lglut from OpenGL checkphintuka
2012-01-30Improved locking in opengl_osd_show()phintuka
2012-01-30Make video window changes atomic (added mutex)phintuka
2012-01-30OpenGL does not depend on XRender anymorephintuka
2012-01-30Unpack OpenGL OSD directly to texture memphintuka
2012-01-30Fixed building with OpenGlphintuka
2012-01-30Splitted opengl_osd_command() from hud_osd_command()phintuka
2012-01-30Splitted opengl_frame_output_cb() from hud_frame_output_cb()phintuka
2012-01-30Splitted generic osd_command() from hud_osd_command()phintuka
2012-01-30Logging updatesphintuka
2012-01-30Fixed .pls playlist parsing ↵phintuka
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656732)
2012-01-29Cosmetics (grouped functions)phintuka
2012-01-29Cosmeticsphintuka
2012-01-29Hide warningphintuka