Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | Fixed sending complex OSDs (compressed size > 256k) | phintuka | |
2009-09-09 | Set SO_KEEPALIVE socpet option for TCP sockets | phintuka | |
2009-08-18 | Removed m_bIsFinished | phintuka | |
2009-08-18 | Removed Stop(). Use cThread::Cancel() and cThread::Running(). | phintuka | |
2009-08-06 | Enabled UDP/RTP for mpeg-ts | phintuka | |
2009-08-06 | Clear(): reset possible cached header (PAT/PMT) | phintuka | |
2009-08-05 | SetHeader(): Check if data is NULL before copying it. | phintuka | |
--> header can be resetted without providing new one by calling SetHeader(NULL, 0, true); | |||
2009-08-05 | Cosmetics | phintuka | |
2009-07-02 | - Send padding packet to new UDP/RTP clients. | phintuka | |
(Client uses first received packet to test the connection). - Send header (PAT/PMT) to new UDP/RTP clients | |||
2009-06-01 | Removed invalid cast from (const char *) -> (char *) | phintuka | |
Do not change value of const string | |||
2009-03-24 | Disabled UDP/RTP with vdr-1.7.1 and later | phintuka | |
(scheduler is not yet MPEG-TS compatible) Removed macro that was used only once | |||
2009-03-24 | Send header to PIPE connections too | phintuka | |
2009-03-20 | Fixed pointer type | phintuka | |
(Thanks to alexw) | |||
2009-03-19 | Added header (PAT+PMT) caching for new clients | phintuka | |
2009-03-19 | Allow HTTP and RTSP only when enabled in config | phintuka | |
2009-03-17 | Send OSD only to configured control connections | phintuka | |
2009-02-10 | Added payload type to SDP | phintuka | |
2008-12-19 | Check for very large sizes when reading grab result | phintuka | |
Increased timeout for reading grab result | |||
2008-12-19 | Set size field when sending OSD command | phintuka | |
2008-11-18 | Added optional timeout to PlayFileCtrl(). | phintuka | |
Removed (unused) m_iUdpFlowMask. | |||
2008-11-18 | Added an option to limit number of remote clients | phintuka | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
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-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 |