Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-11-14 | Check for vdr_sdp_description() return value. | phintuka | |
Cosmetics. | |||
2008-11-14 | asprintf -> cString | phintuka | |
2008-11-14 | Check asprintf return value | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-11-14 | Check asprintf return value | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-11-14 | Added "Server busy" response when there are no free client slots | phintuka | |
Silenced compiler warnings warning: ignoring return value of âssize_t write(int, const void*, size_t)â, declared with attribute warn_unused_result | |||
2008-11-14 | Increased PLAYFILE_TIMEOUT to 20 seconds | phintuka | |
2008-11-14 | Silenced the execution of configure. | rofafor | |
2008-11-14 | Need only one xine_fbfe_frontend.o | phintuka | |
2008-11-14 | Added missing headers | phintuka | |
Removed FE_STANDALONE checks | |||
2008-11-14 | Headers cleanup | phintuka | |
2008-11-13 | compile xine_frontend_main.c as separate unit | phintuka | |
2008-11-13 | Eliminated process_xine_keypress | phintuka | |
2008-11-13 | Removed process_xine_keypress() proto | phintuka | |
Added init_fe() proto | |||
2008-11-13 | Do not use process_xine_keypress | phintuka | |
2008-11-13 | Use init_fe() | phintuka | |
2008-11-13 | Use send_event() / send_input_event() | phintuka | |
Use xine_is_finished() instead of terminate_key_pressed | |||
2008-11-13 | Added missing headers | phintuka | |
2008-11-13 | Moved xine-lib version check to fe_xine_init() | phintuka | |
2008-11-13 | Remove deps to xine_frontend_internal.h and xine-lib | phintuka | |
2008-11-13 | Use init_fe() | phintuka | |
2008-11-13 | Added fe_send_event, fe_send_input_event and fe_init | phintuka | |
2008-11-13 | return values | phintuka | |
2008-11-13 | Added symbolic names for log levels | phintuka | |
2008-11-13 | Added function pointers for frontend -> xine/vdr events (keypresses, ...) | phintuka | |
2008-11-13 | Updated xine_is_finished return values | phintuka | |
2008-11-13 | Added terminate_key_pressed flag | phintuka | |
2008-11-13 | Added list_xine_plugins() prototype | phintuka | |
2008-11-13 | Moved list_plugins to xine_frontend.c. | phintuka | |
2008-11-13 | Eliminated strn0cpy | phintuka | |
2008-11-12 | Silenced stdout and stderr in testhdr compilation. | rofafor | |
2008-11-12 | Removed include "xine_osd_command.h". | rofafor | |
2008-11-12 | int -> size_t | phintuka | |
2008-11-11 | Moved MRL_ID to own header | phintuka | |
2008-11-11 | Removed include "xine_frontend.h" | phintuka | |
2008-11-11 | Eliminated static variable "verbose_xine_log" | phintuka | |