summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2007-01-24*** empty log message ***phintuka
2007-01-24min should be max ...phintuka
2007-01-24Define default free buffers larger than 1 when there are no clientsphintuka
2007-01-24Poll returns number of free buffers instead of boolean valuephintuka
2007-01-20Use VDR VideoDir setting instead of "/video" (patch from Ville Skyttä)phintuka
2007-01-20getsockname, getpeernamephintuka
2007-01-20tx_buffer_size(), tx_buffer_free()phintuka
Removed several (now) unused inline functions
2007-01-19Check result of fopen before writephintuka
2007-01-13Initial importphintuka
2007-01-07Fixed header parsingphintuka
Finished cHttpStreamer implementation
2007-01-07cHttpStreamer needs whole HTTP request, not only request rangephintuka
2007-01-07sendfile, cork, nodelayphintuka
osd timeouts increased poller fixed
2007-01-07sendfile, cork, nodelayphintuka
2007-01-07Splitted to interface and several implementation classesphintuka
2007-01-07Added Keep Open flaf to streamerphintuka
2007-01-07Removed cBackgroundWriterphintuka
2007-01-06Removed loggingphintuka
2007-01-06Fixed rtp sending (RTP headers was missing)phintuka
Implemented video PTS based scheduling for audioless trickspeed modes cTimePts moved to time_pts.[ch]
2007-01-06cTimePts moved to time_pts.[ch]phintuka
removed unused last_delay_time
2007-01-06Initial import (moved from udp_pes_scheduler.c)phintuka
2007-01-04Support relative paths with recursive playlist filesphintuka
2007-01-04(Hopefully) better playlist name generationphintuka
2007-01-03Delphintuka
2007-01-03Fixed sortingphintuka
Fixed metainfo cache reading Fixed metainfo cache generating with empty meta info strings Reduced logging Enabled recursive directory scanning Extended playlist name with directory name
2007-01-02removed warningphintuka
2007-01-01cHeader::IntValuephintuka
2007-01-01use macro for __attribute__((packed))phintuka
2007-01-01Clients() returns true if there are any udp/rtp clientsphintuka
2007-01-01discovery moved to own modulephintuka
copy and assigment not possible
2007-01-01Force syslog logging only when running inside VDRphintuka
2007-01-01Fix synchronizing clock to video (B/P frames are sent out-of-order, so PTS ↵phintuka
timestamps are not monotonic)
2007-01-01Use socket wrapper class for rtp/rtcp socketsphintuka
2007-01-01Fixed trickspeed schedulingphintuka
2007-01-01Initial importphintuka
2007-01-01Use different defines to detect build typephintuka
2007-01-01Initial importphintuka
2007-01-01Added: recv, send, connect, set_blocking, get_local_ip_addressphintuka
All function names in lower case
2007-01-01Initial importphintuka
2007-01-01Initial importphintuka
2006-12-31class cxSocket implementation (copied/moved inline functions from cxsocket.h)phintuka
2006-12-31moved readline_cmd to cxsocket.cphintuka
2006-12-31Added missing headersphintuka
Added readline and printf Added cxSocket class Fixed multicast ttl setting moved ip2txt to cxsoxket.c
2006-12-30Trick speed flagphintuka
2006-12-24Initial importphintuka
2006-12-24fixed non-pointer accessphintuka
2006-12-24Use getsockname() to get own IP address (RTP sender address). Scan network ↵phintuka
interfaces only if getsockname fails. Use ip2txt from cxsocket.h to translate ip address to text
2006-12-24ID3 scannerphintuka
2006-12-23Initial importphintuka
2006-12-21Added missing inlinephintuka
Eliminated compiler warnings
2006-12-21Added small description and pthread_mutex_trylock wrapperphintuka