Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-17 | Bind frontend to specific device | phintuka | |
2012-03-17 | Splitted InitDevice() from cXinelibDevice constructor | phintuka | |
2012-03-17 | Make sure master timing source is re-selected when client disconnects | phintuka | |
2012-03-17 | Replaced include with forward declaration | phintuka | |
2012-03-17 | removed static | phintuka | |
2012-03-17 | Removed old logging | phintuka | |
2012-03-17 | Re-ordered settings | phintuka | |
2012-03-17 | Include tools.h instead of config.h (only cString needed) | phintuka | |
2012-03-17 | revert 1.112 | phintuka | |
2012-03-17 | Re-ordered settings | phintuka | |
2012-03-15 | Removed the non-existing parameter from cEqualizer() | rofafor | |
2012-03-14 | Added missing forward declaration | phintuka | |
2012-03-13 | Removed unused files (dummy_player.[hc]) | phintuka | |
2012-03-13 | Moved global variable (g_PendingMenuAction) to config_t struct | phintuka | |
2012-03-13 | Removed deprecated setting (field_order) | phintuka | |
2012-03-13 | Removed unused member variable | phintuka | |
2012-03-12 | Convert translations to UTF-8. | phintuka | |
(Thanks to Ville Skyttä) | |||
2012-03-10 | added frontend pointer to xine_input_event() | phintuka | |
2012-03-10 | reduced logging | phintuka | |
2012-03-10 | Reduced logging | phintuka | |
2012-03-10 | Added support for vdr-1.7.26. | rofafor | |
2012-03-07 | Fixed warnings. Check recvfrom() return value and log error message when ↵ | phintuka | |
recvfrom() fails. | |||
2012-03-07 | Fixed warning | phintuka | |
2012-03-07 | xine-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-07 | Improved Makefile when building without vdr | phintuka | |
2012-03-07 | Added hook for video frame drawing. | phintuka | |
This will be used with automatic video mode switching. | |||
2012-03-07 | Added missing includes | phintuka | |
2012-03-07 | Workaround for segfaults when using audio visualization post plugins | phintuka | |
(Thanks to Anssi Hannula and Tobias Grimm) | |||
2012-02-24 | Added missing locking to set_cursor() | phintuka | |
(Thanks to Roland Scheidegger) | |||
2012-02-17 | Fixed hiding mouse cursor | phintuka | |
(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-17 | moved time_ms() to tools/time_ms.h | phintuka | |
2012-02-17 | Fixed 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-08 | Use XShape with OpenGL | phintuka | |
(Thanks to grueni75, patch #3483644) | |||
2012-02-08 | Fixed OpenGL window redirection | phintuka | |
(thanks to grueni75, patch #3483644) | |||
2012-02-01 | Use this->root_window and this->display | phintuka | |
2012-01-31 | Added modeswitch flags | phintuka | |
2012-01-30 | configure: removed -lglut from OpenGL check | phintuka | |
2012-01-30 | Improved locking in opengl_osd_show() | phintuka | |
2012-01-30 | Make video window changes atomic (added mutex) | phintuka | |
2012-01-30 | OpenGL does not depend on XRender anymore | phintuka | |
2012-01-30 | Unpack OpenGL OSD directly to texture mem | phintuka | |
2012-01-30 | Fixed building with OpenGl | phintuka | |
2012-01-30 | Splitted opengl_osd_command() from hud_osd_command() | phintuka | |
2012-01-30 | Splitted opengl_frame_output_cb() from hud_frame_output_cb() | phintuka | |
2012-01-30 | Splitted generic osd_command() from hud_osd_command() | phintuka | |
2012-01-30 | Logging updates | phintuka | |
2012-01-30 | Fixed .pls playlist parsing ↵ | phintuka | |
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656732) | |||
2012-01-29 | Cosmetics (grouped functions) | phintuka | |
2012-01-29 | Cosmetics | phintuka | |
2012-01-29 | Hide warning | phintuka | |