summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-071.0.5branch-1_0_5phintuka
2010-02-071.0.5phintuka
2010-02-07Removed extra mergephintuka
2010-02-07This commit was manufactured by cvs2svn to create branch 'branch-1_0_5'.cvs2svn
2010-02-07Merge:phintuka
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
2010-02-07(1.94)phintuka
Changed the default grab quality to match VDR's documentation.
2010-02-07(1.82)phintuka
Fixed sending complex OSDs (compressed size > 256k) (1.81) Set SO_KEEPALIVE socpet option for TCP sockets
2010-02-07(1.48)phintuka
Fixed abort when compiled with recent gcc. (gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0)
2010-02-06(1.138.2.17)phintuka
eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules)
2010-02-06resyncphintuka
2009-11-16Merged:phintuka
revision 1.73 Added "Play BluRay disc" to media player revision 1.72 Added setup options for selecting items in media player menu
2009-11-16Merged revision 1.24phintuka
Made config_t::Is???() functions static
2009-11-16Merge:phintuka
revision 1.87 Added media_root_dir revision 1.86 Added setup options for selecting items in media player menu
2009-11-16Merged:phintuka
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
2009-11-15Merge:phintuka
- Set 1 second timeot to datacontrol stream sync code - reduced logging
2009-10-08Merge: revision 1.279phintuka
(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.
2009-10-08Added support for XINE_GUI_SEND_GRAB_FRAME (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
2009-10-08Added StartFrontend-1.0 service (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
2009-10-08Merge: no need to use this->funcs.post_vdr_eventphintuka
2009-10-08Merge:phintuka
xine_frontend.c revision 1.60 Dynamically allocate configfile
2009-10-07Merge:phintuka
Cosmetics (splitted fe_grab)
2009-10-07Merge:phintuka
grab in PNM format
2009-10-07Merge:phintuka
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
2009-10-07Merge:phintuka
Cosmetics fbfe_display_config() updates New termination condition check in fbfe_run()
2009-10-07Const fixesphintuka
2009-10-07Merge:phintuka
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
2009-10-07Merge: Cosmeticsphintuka
split sxfe_run()
2009-10-06Merge: split sxfe_runphintuka
2009-10-06Merge:phintuka
Cosmetics Missing XLockDisplay()'s New main loop termination handling code
2009-10-04Merge:phintuka
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
2009-10-04Merge:phintuka
fixed resend_requested field size Added OSD_Flush to OSD command handler to avoid warnings Signal engine_flushed when suspending demuxer
2009-10-04Mergephintuka
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)
2009-10-04Merged revision 1.252phintuka
Moved init stuff from get_instance() to open()
2009-10-04Mergephintuka
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"
2009-10-04Merged revision 1.196phintuka
Implement thread cancellation safe locking (mutexes are unlocked if thread is cancelled).
2009-10-04Merge:phintuka
Cosmetics, logging updates, removed deprecated code
2009-09-29Removed deprecated codephintuka
(int video_changed, update_video_size())
2009-09-27Merged revision 1.101phintuka
Reset video size when stream changes. This should fix VDR OSD when playing DVD with some video resolutions.
2009-09-27Merge: fixed warningsphintuka
2009-09-25Re-syncphintuka
2009-09-25Merge from trunkphintuka
2009-09-251.0.5phintuka
2009-09-25Re-sync for 1.0.5phintuka
2009-09-25This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'.cvs2svn
2009-09-25Removed trailing spacesphintuka
2009-09-25Initial importphintuka
2009-09-25Fixed typosphintuka
2009-09-22Merge:phintuka
Removed XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN, INTERPRET_LIRC_KEYS, FE_STANDALONE Use gui_hotkeys
2009-09-22Merge: updated interface types to avoid warningsphintuka
2009-09-22Merged revision 1.234:phintuka
rewrite socket helper functions to always return number of bytes (or -1 on error). mostly cosmetics.