Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
revision 1.42
Added missing parameter error messages to SVDRP commands
revision 1.41
Added SVDRP command to start/stop local frontend
(closes feature request #2424072)
revision 1.40
Added StartFrontend-1.0 service (Thanks to durchflieger)
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
|
|
Changed the default grab quality to match VDR's documentation.
|
|
Fixed sending complex OSDs (compressed size > 256k)
(1.81)
Set SO_KEEPALIVE socpet option for TCP sockets
|
|
Fixed abort when compiled with recent gcc.
(gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0)
|
|
eliminated warning
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
revision 1.73
Added "Play BluRay disc" to media player
revision 1.72
Added setup options for selecting items in media player menu
|
|
Made config_t::Is???() functions static
|
|
revision 1.87
Added media_root_dir
revision 1.86
Added setup options for selecting items in media player menu
|
|
revision 1.68
Added media_root_dir
revision 1.67
Made config_t::Is???() functions static
revision 1.66
Added "Play BluRay disc" to media player
revision 1.65
Added setup options for selecting items in media player menu
|
|
- Set 1 second timeot to datacontrol stream sync code
- reduced logging
|
|
(can be enabled with xine-lib config key media.xvdr.smooth_scr_tuning)
New algorithm for live mode sync of xineliboutput providing
much smoother buffer control.
|
|
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
|
|
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
|
|
|
|
xine_frontend.c revision 1.60
Dynamically allocate configfile
|
|
Cosmetics (splitted fe_grab)
|
|
grab in PNM format
|
|
revision 1.99
Signal window size to VDR at startup
revision 1.58
Move X11 code from xine_frontend.c to xine_sxfe_frontend.c
|
|
Cosmetics
fbfe_display_config() updates
New termination condition check in fbfe_run()
|
|
|
|
revision 1.114
Inform VDR side about window size changes
revision 1.113
Accept only KeyPress events
revision 1.107
HUD: show only topmost OSD layer
|
|
split sxfe_run()
|
|
|
|
Cosmetics
Missing XLockDisplay()'s
New main loop termination handling code
|
|
Use cancellable locking for osd_lock in vdr_plugin_exec_osd_command
revision 1.239
Use size field when reading osdcmd_t data from socket
revision 1.247
Fixed automatic SPU language selection for non-DVD media types
|
|
fixed resend_requested field size
Added OSD_Flush to OSD command handler to avoid warnings
Signal engine_flushed when suspending demuxer
|
|
revision 1.253
Added flush_all_fifos()
revision 1.236
Buffer handling updates.
- Added:
fifo_buffer_timed_get()
- Modified signal_buffer_pool_not_empty() to trigger also hd_buffer
- read_block uses now fifo_buffer_timed_get()
revision 1.222
read_block():
Do disconnect detection, demux_action_pending check and scr tuning inside
main loop (with H.264 or MPEG-TS loop does not return very often)
|
|
Moved init stuff from get_instance() to open()
|
|
revision 1.208
Added sharpness and noise reduction setup options for VDPAU.
revision 1.282
Increased HD buffer size to 5MB and made it configurable.
revision 1.188
Added a new configuration option "input.xvdr.scr_tuning_step"
|
|
Implement thread cancellation safe locking (mutexes are unlocked if thread is
cancelled).
|
|
Cosmetics, logging updates, removed deprecated code
|
|
(int video_changed, update_video_size())
|
|
Reset video size when stream changes.
This should fix VDR OSD when playing DVD with some video resolutions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN, INTERPRET_LIRC_KEYS, FE_STANDALONE
Use gui_hotkeys
|
|
|
|
rewrite socket helper functions to always return number of bytes (or -1 on error).
mostly cosmetics.
|