summaryrefslogtreecommitdiff
path: root/frontend_svr.c
AgeCommit message (Expand)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
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
2008-11-14Increased PLAYFILE_TIMEOUT to 20 secondsphintuka
2008-07-04Simplify sscanf formatsphintuka
2008-05-18int -> size_tphintuka
2008-04-10Deliver DISCARD control message in both streams (data and control).phintuka
2008-04-03Send full OSD when client connectsphintuka
2008-04-03Moved common configuration code to base classphintuka
2008-03-16Defines for timeoutsphintuka
2008-03-16Use ntoh_osdcmd and hton_osdcmdphintuka
2008-03-11Added dirty area and flags to xine_osd_command_tphintuka
2008-02-19Software scaling UIphintuka
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-01-09Set audio volume when client connectsphintuka
2008-01-03Use "file:" mrl when replaying media files or imagesphintuka
2007-06-21Allow streaming of (current) external subtitle filephintuka
2007-06-21char *m_FileName -> cString m_FileNamephintuka
2007-06-11Add server IP address to UDP discovery broadcastsphintuka
2007-06-11Bind to specific local addressphintuka
2007-06-11Fix condition (based on gcc 4.3 warning)phintuka
2007-06-11use_remote_keyboard --> remote_keyboardphintuka
2007-05-17Set up unsharp and denoise3d post plugins (patch from Petri Helin)phintuka
2007-03-15String overflow checksphintuka
2007-01-24Poll returns amount of free buffers instead of booleanphintuka
2007-01-20Check if file open failed before writing to it (patch from Ville Skyttä)phintuka
2007-01-20Use socket wrapper class for control connectionphintuka
2007-01-07Use HTTP reply 404 instead of 401phintuka
2007-01-07Removed unused Xine_Syncphintuka