Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-01 | All discovery stuff moved to own module | phintuka | |
HTTP streaming module integrated | |||
2006-12-31 | init new members | phintuka | |
moved static sMaster to be class member use cString as dynamic temp buffer when creating strings with sprintf use printf_cmd instead of preparing string to separate buffer fixed InfoHandler calling ip2txt is now member of cxSocket | |||
2006-12-19 | Fixed KEY Repeat/Release (Thanks to Timo Ruottinen) | phintuka | |
Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp) Reason of rejecting requested transport type is informed to client Pipes are created to per-process directory to avoid collisions if there are several VDR instances Added missing Unlock() to grab (fixes GRAB deadlock when there are no clients) TRACKMAP uses INFO Allow empty (\r\n) lines in control channel (http/rtsp requests are terminated by empty line) | |||
2006-12-15 | Added connection type detection | phintuka | |
Added simple HTTP support | |||
2006-12-14 | rtp sockets moved to udp scheduler | phintuka | |
fixed server restart after re-configuration removed probe packet sending in UDP and RTP connect (scheduler already sends packets every 100ms) | |||
2006-12-07 | Fixed control channel disconnection detection | phintuka | |
2006-11-03 | Trick speeds | phintuka | |
2006-10-18 | Prefer using track maps from local frontend, if available | phintuka | |
2006-10-18 | Larger control buffer | phintuka | |
2006-10-18 | Track map info routing | phintuka | |
2006-10-07 | Use fixed scr in replay for first TCP/PIPE client if udp scheduler is not used | phintuka | |
(this fixes 1% too fast replay when there are only TCP/PIPE clients) | |||
2006-09-20 | Buffer size checks | phintuka | |
2006-09-19 | HD mode (stub) | phintuka | |
ffmpeg post processing | |||
2006-09-03 | Fixed poll when no clients and rtp transmission always on | phintuka | |
ClientCount -> HasClients as nobody is interested in the count Some code cleanup | |||
2006-08-25 | Added overscan option | phintuka | |
2006-08-24 | Implemented image grabbing for remote clients | phintuka | |
2006-08-24 | Bind VDR discovery protocol to INADDR_BROADCAST instead of INADDR_ANY | phintuka | |
(INADDR_ANY graps RTP too if port numbers are left to default) | |||
2006-08-24 | Fixed restoring primary device when using TCP connections | phintuka | |
(new TCP data connection incremented client count) | |||
2006-08-22 | New config options: autocrop parameters and speaker arrangement | phintuka | |
2006-08-19 | Fix timeout problems in PlayFileCtrl | phintuka | |
2006-08-18 | Fix sending random data in unused parts of osd_command_t (Thanks to Tobias ↵ | phintuka | |
Grimmm) Fix end of stream signalling if replay fails Use milliseconds in GET... messages | |||
2006-08-16 | Improved end of stream signalling | phintuka | |
Some extra checks to catch null pointers and empty strings | |||
2006-08-07 | Changed creation/removal of pipes directory (cPlugin::ConfigDirectory is not ↵ | phintuka | |
thread-safe) | |||
2006-07-21 | Longer timeout for PLAYFILE command (now 5 seconds, 250 ms was too small) | phintuka | |
2006-07-07 | Added pause/resume to udp scheduler PTS clock | phintuka | |
Moved RTCP scheduling to udp scheduler | |||
2006-07-06 | ~50% better compression for OSD | phintuka | |
2006-07-04 | RTCP support | phintuka | |
2006-06-11 | Flush (UDP) fixed | phintuka | |
2006-06-11 | Logging clean-up | phintuka | |
2006-06-11 | Fixed RTP broadcasting when there are no udp or RTP clients | phintuka | |
2006-06-04 | x86 fixes | phintuka | |
const added to several arguments and data control stream write result checks added possible deadlock removed from vdr_plugin_keypress OSD endian problems fixed | |||
2006-06-04 | write replaced with write_cmd | phintuka | |
use configured RTP address and port in connection test | |||
2006-06-03 | Initial importxineliboutput-0_99rc4 | phintuka | |