summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-16Killed warningphintuka
2008-11-16Missed script pathphintuka
2008-11-16Check if executing aspect ratio controller script failedphintuka
2008-11-15Generate dependencies for xine plugin source filesphintuka
2008-11-15Added verbose debug loggingphintuka
(can be enabled with command-line option -vv or --verbose --verbose)
2008-11-15Added verbose debug logging for all control messagesphintuka
(can be enabled with command-line option -vv or --verbose --verbose)
2008-11-15Use 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-15Removed FE_STANDALONE checks.phintuka
Mostly cosmetics due to changes in indentification.
2008-11-15- Automatically generate deps for all C filesphintuka
- 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-14Include "terminate key pressed" condition in fbfe_run() return valuephintuka
2008-11-14fe_t: Added pointers to (fe_)dest_pixel_aspect and (fe_)frame_output_cbphintuka
2008-11-14Renamed:phintuka
toggle_fullscreen_state -> toggle_fullscreen_cb update_display_size -> update_display_size_cb
2008-11-14Store original handlers for xine_open and xine_play before overridingphintuka
fe_dest_size_cb -> sxfe_dest_size_cb
2008-11-14Store original xine_init function for later use before overriding itphintuka
2008-11-14Compile xine_frontend.c to own object filephintuka
2008-11-14Check for vdr_sdp_description() return value.phintuka
Cosmetics.
2008-11-14asprintf -> cStringphintuka
2008-11-14Check asprintf return valuephintuka
(Thanks to Rolf Ahrenberg)
2008-11-14Check asprintf return valuephintuka
(Thanks to Rolf Ahrenberg)
2008-11-14Added "Server busy" response when there are no free client slotsphintuka
Silenced compiler warnings warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
2008-11-14Increased PLAYFILE_TIMEOUT to 20 secondsphintuka
2008-11-14Silenced the execution of configure.rofafor
2008-11-14Need only one xine_fbfe_frontend.ophintuka
2008-11-14Added missing headersphintuka
Removed FE_STANDALONE checks
2008-11-14Headers cleanupphintuka
2008-11-13compile xine_frontend_main.c as separate unitphintuka
2008-11-13Eliminated process_xine_keypressphintuka
2008-11-13Removed process_xine_keypress() protophintuka
Added init_fe() proto
2008-11-13Do not use process_xine_keypressphintuka
2008-11-13Use init_fe()phintuka
2008-11-13Use send_event() / send_input_event()phintuka
Use xine_is_finished() instead of terminate_key_pressed
2008-11-13Added missing headersphintuka
2008-11-13Moved xine-lib version check to fe_xine_init()phintuka
2008-11-13Remove deps to xine_frontend_internal.h and xine-libphintuka
2008-11-13Use init_fe()phintuka
2008-11-13Added fe_send_event, fe_send_input_event and fe_initphintuka
2008-11-13return valuesphintuka
2008-11-13Added symbolic names for log levelsphintuka
2008-11-13Added function pointers for frontend -> xine/vdr events (keypresses, ...)phintuka
2008-11-13Updated xine_is_finished return valuesphintuka
2008-11-13Added terminate_key_pressed flagphintuka
2008-11-13Added list_xine_plugins() prototypephintuka
2008-11-13Moved list_plugins to xine_frontend.c.phintuka
2008-11-13Eliminated strn0cpyphintuka
2008-11-12Silenced stdout and stderr in testhdr compilation.rofafor
2008-11-12Removed include "xine_osd_command.h".rofafor
2008-11-12int -> size_tphintuka
2008-11-11Moved MRL_ID to own headerphintuka
2008-11-11Removed include "xine_frontend.h"phintuka
2008-11-11Eliminated static variable "verbose_xine_log"phintuka