Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | Removed LOG_MODULENAMEunlabeled-1.21.2 | phintuka | |
2008-11-19 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.21.2'. | cvs2svn | |
2008-11-19 | Crash fix. Thanks to Antti Seppälä. | rofafor | |
2008-11-19 | Added grab in PNM format | phintuka | |
(still no scaling for grabbed images) | |||
2008-11-18 | Always define oblect lists for VDR plugin | phintuka | |
2008-11-18 | Updated "Buildtime options" | phintuka | |
2008-11-18 | Added XINELIBOUTPUT_CONFIGURE_OPTS. | phintuka | |
It should be used to set/override configure script parameters in Make.config files. | |||
2008-11-18 | Call base class MakePrimaryDevice() | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl(). | phintuka | |
Removed (unused) m_iUdpFlowMask. | |||
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl() | phintuka | |
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Cosmetics | phintuka | |
2008-11-18 | Added an option to limit number of remote clients | phintuka | |
2008-11-18 | Added math library (-lm) to LIBS_X11 when building with | phintuka | |
Xrender / HUD OSD support (Thanks to Anssi Hannula) | |||
2008-11-17 | Updates to 1.0.90 | phintuka | |
2008-11-17 | --hotkeys replaces INTERPRET_LIRC_KEYS and XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN | phintuka | |
2008-11-17 | Added gui_hotkeys parameter to display_open. | phintuka | |
Cmd-line argument not implemented for local mode. | |||
2008-11-17 | Converted INTERPRET_LIRC_KEYS build-time option to runtime option. | phintuka | |
Added some cancellation points to LIRC thread. | |||
2008-11-17 | Added run-time option --hotkeys. | phintuka | |
It will replace XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN build-time option. (Currently implemented only for terminal keyboard) | |||
2008-11-17 | Moved thread cleanup code to cleanup handlers. | phintuka | |
Added some cancellation points. | |||
2008-11-17 | Fixed MRL backwards compability mode. | phintuka | |
Moved one free() to correct place. | |||
2008-11-17 | Cosmetics | phintuka | |
2008-11-17 | SignalHandler(): | phintuka | |
- HUP reconnects - Second signal of same type forces exit. | |||
2008-11-16 | Simplify. | phintuka | |
This should also fix missing .c->.o deps/rules when .dependencies file was created without config.mak. | |||
2008-11-16 | .dependencies depends on config.mak | phintuka | |
2008-11-16 | ... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfe | phintuka | |
2008-11-16 | Added extern "C" around x_syslog | phintuka | |
Make x_syslog exported from .so | |||
2008-11-16 | Added logdefs.o to subplugins. | phintuka | |
2008-11-16 | Implement thread cancellation safe locking (mutexes are unlocked if thread ↵ | phintuka | |
is cancelled). Changed vdr_plugin_keypress so that it can be cancelled. | |||
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Fixed make .dependencies | phintuka | |
2008-11-16 | Killed warning | phintuka | |
2008-11-16 | Missed script path | phintuka | |
2008-11-16 | Check if executing aspect ratio controller script failed | phintuka | |
2008-11-15 | Generate dependencies for xine plugin source files | phintuka | |
2008-11-15 | Added verbose debug logging | phintuka | |
(can be enabled with command-line option -vv or --verbose --verbose) | |||
2008-11-15 | Added verbose debug logging for all control messages | phintuka | |
(can be enabled with command-line option -vv or --verbose --verbose) | |||
2008-11-15 | Use send_event / xine_is_finished to set / check exit condition. | phintuka | |
use send_event in hotkey handling. Added gui_hotkeys flag. Enabling from command-line is still missing. Removed last FE_STANDALONE check. | |||
2008-11-15 | Removed FE_STANDALONE checks. | phintuka | |
Mostly cosmetics due to changes in indentification. | |||
2008-11-15 | - Automatically generate deps for all C files | phintuka | |
- Use auto-generated rules in .c->.o rules - Use only single xine_fbfe_frontend.o - Added missing xine_frontend.o to vdr sub-plugins | |||
2008-11-14 | Include "terminate key pressed" condition in fbfe_run() return value | phintuka | |
2008-11-14 | fe_t: Added pointers to (fe_)dest_pixel_aspect and (fe_)frame_output_cb | phintuka | |
2008-11-14 | Renamed: | phintuka | |
toggle_fullscreen_state -> toggle_fullscreen_cb update_display_size -> update_display_size_cb | |||
2008-11-14 | Store original handlers for xine_open and xine_play before overriding | phintuka | |
fe_dest_size_cb -> sxfe_dest_size_cb | |||
2008-11-14 | Store original xine_init function for later use before overriding it | phintuka | |
2008-11-14 | Compile xine_frontend.c to own object file | phintuka | |