Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-14 | Increased PLAYFILE_TIMEOUT to 20 seconds | phintuka | |
2008-07-04 | Simplify sscanf formats | phintuka | |
2008-05-18 | int -> size_t | phintuka | |
2008-04-10 | Deliver DISCARD control message in both streams (data and control). | phintuka | |
(protect against random delays in control stream) | |||
2008-04-03 | Send full OSD when client connects | phintuka | |
2008-04-03 | Moved common configuration code to base class | phintuka | |
2008-03-16 | Defines for timeouts | phintuka | |
2008-03-16 | Use ntoh_osdcmd and hton_osdcmd | phintuka | |
2008-03-11 | Added dirty area and flags to xine_osd_command_t | phintuka | |
2008-02-19 | Software scaling UI | phintuka | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-01-09 | Set audio volume when client connects | phintuka | |
2008-01-03 | Use "file:" mrl when replaying media files or images | phintuka | |
2007-06-21 | Allow streaming of (current) external subtitle file | phintuka | |
2007-06-21 | char *m_FileName -> cString m_FileName | phintuka | |
2007-06-11 | Add server IP address to UDP discovery broadcasts | phintuka | |
2007-06-11 | Bind to specific local address | phintuka | |
2007-06-11 | Fix condition (based on gcc 4.3 warning) | phintuka | |
2007-06-11 | use_remote_keyboard --> remote_keyboard | phintuka | |
2007-05-17 | Set up unsharp and denoise3d post plugins (patch from Petri Helin) | phintuka | |
2007-03-15 | String overflow checks | phintuka | |
Macro CloseDataConnection -> function | |||
2007-01-24 | Poll returns amount of free buffers instead of boolean | phintuka | |
2007-01-20 | Check if file open failed before writing to it (patch from Ville Skyttä) | phintuka | |
Set (larger) socket buffers for control channel to avoid OSD message overflows | |||
2007-01-20 | Use socket wrapper class for control connection | phintuka | |
OSD commands are written only if socket buffer can take whole command. Failed OSD writes are counted and connection is dropped only after n continous fails. | |||
2007-01-07 | Use HTTP reply 404 instead of 401 | phintuka | |
Pass whole request to http streamer (Range: and Connection: headers are used there) | |||
2007-01-07 | Removed unused Xine_Sync | phintuka | |
Fixes to polling cBackgroundWriter replaced with dedicated classes Reduced HTTP logging Simple RTSP (RFC 2326) server implementation to switch multicasting on/off | |||
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 | |