summaryrefslogtreecommitdiff
path: root/frontend_svr.c
AgeCommit message (Expand)Author
2014-06-23rename xine_osd_command.h -> tools/osd_command.hphintuka
2014-06-23renamed xine-independent OSD structsphintuka
2012-03-18Added missing includephintuka
2012-03-17Bind frontend to specific devicephintuka
2012-03-17Make sure master timing source is re-selected when client disconnectsphintuka
2012-03-13Removed unused member variablephintuka
2011-03-20Added SupportsTrueColorOSD() to frontendsphintuka
2011-03-19Check OSD data type before trying to compress it.phintuka
2011-02-28Use have_cap_sys_nice() instead of geteuid() to determine if we can increase ...phintuka
2011-02-27Do not call vdr's SetPriority() unless geteuid() == 0phintuka
2011-01-21Moved frontend_svr.c:osd_recompress_net() --> rle.c:rle_recompress_net()phintuka
2011-01-21Decreased required available socket buffer space when sending OSDphintuka
2011-01-21Disabled data connection IP address check (it does not work with NAT firewalls).phintuka
2010-12-17Updated "background image" audio visualizationphintuka
2010-07-09Added missing CRLF to TRICKSPEED control message for new clients.phintuka
2010-06-02Do not allow connections if we're not the primary devicephintuka
2010-05-27Added config option for new audio visualization method: imagesphintuka
2010-05-18Store trick speed state for new clientsphintuka
2010-03-14Set StreamID to UDP/RTP headersphintuka
2010-03-13Backgroundwriter: use StreamIdphintuka
2010-03-13Play_PES() -> Play()phintuka
2010-01-30Flush(): return true if no clientsphintuka
2010-01-30Cosmeticsphintuka
2010-01-29Splitted Xine_Control_Result() from PlayFileCtrl()phintuka
2010-01-18Use xineliboutput/allowed_hosts.conf insted of svdrphosts.confphintuka
2010-01-16Added Backwards flag to TrickSpeed() RPCphintuka
2010-01-16Use INT64_C()phintuka
2009-09-28Fixed sending complex OSDs (compressed size > 256k)phintuka
2009-09-09Set SO_KEEPALIVE socpet option for TCP socketsphintuka
2009-08-18Removed m_bIsFinishedphintuka
2009-08-18Removed Stop(). Use cThread::Cancel() and cThread::Running().phintuka
2009-08-06Enabled UDP/RTP for mpeg-tsphintuka
2009-08-06Clear(): reset possible cached header (PAT/PMT)phintuka
2009-08-05SetHeader(): Check if data is NULL before copying it.phintuka
2009-08-05Cosmeticsphintuka
2009-07-02- Send padding packet to new UDP/RTP clients.phintuka
2009-06-01Removed invalid cast from (const char *) -> (char *)phintuka
2009-03-24Disabled UDP/RTP with vdr-1.7.1 and laterphintuka
2009-03-24Send header to PIPE connections toophintuka
2009-03-20Fixed pointer typephintuka
2009-03-19Added header (PAT+PMT) caching for new clientsphintuka
2009-03-19Allow HTTP and RTSP only when enabled in configphintuka
2009-03-17Send OSD only to configured control connectionsphintuka
2009-02-10Added payload type to SDPphintuka
2008-12-19Check for very large sizes when reading grab resultphintuka
2008-12-19Set size field when sending OSD commandphintuka
2008-11-18Added optional timeout to PlayFileCtrl().phintuka
2008-11-18Added an option to limit number of remote clientsphintuka
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-14Added "Server busy" response when there are no free client slotsphintuka