summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06tools/time_pts.ophintuka
2007-01-04Support relative paths with recursive playlist filesphintuka
2007-01-04Added missing MsgReplaying (reported by Riku Hintukainen)phintuka
Fixed remove from playlist when currently playing item was removed
2007-01-04Added multispeed modes to media player (Thanks to Petri Helin)phintuka
Added Add/Remove/Sort functions to playlist menu (Suggested by Petri Helin) Show more metadata in playlist menu
2007-01-04"add to playlist" featurephintuka
Using cString for temporary strings
2007-01-04(Hopefully) better playlist name generationphintuka
2007-01-04Finnish translations improved (Thanks to Rolf Ahrenberg)phintuka
Added new texts for playlist menu
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-03Finnish texts updated (Thanks to Rolf Ahrenberg)phintuka
2007-01-03Main menu entry text simplifiedphintuka
2007-01-02removed warningphintuka
2007-01-02removed warningphintuka
2007-01-01cHeader::IntValuephintuka
2007-01-01use macro for __attribute__((packed))phintuka
2007-01-01Use macro for __attribute__((packed))phintuka
2007-01-01discovery stuff moved to own modulephintuka
2007-01-01Clients() returns true if there are any udp/rtp clientsphintuka
2007-01-01All discovery stuff moved to own modulephintuka
HTTP streaming module integrated
2007-01-01Poll before every PES frame when replaying MPEG2 ES still imagephintuka
Added locking to file name freeing in playfile (it can be accessed from frontend server thread) File name is now available during playfile execution (it is needed in http server if client wants to stream file over http)
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-01tools/vdrdiscovery.[ch]phintuka
2007-01-01cleanupphintuka
define static x_syslog when requested with NEED_x_syslog
2007-01-01lirc start/stop moved to separate functionsphintuka
vdr discovery is now separate module
2007-01-01added start/stop functionsphintuka
2007-01-01x_syslog is now defined in logdefs.hphintuka
include xine_frontend_vdrdiscovery.c removed include xine_freontend_lirc.c removed
2007-01-01x_syslog is now defined in logdefs.hphintuka
2007-01-01Initial importphintuka
2007-01-01Use different defines to detect build typephintuka
2007-01-01File removedphintuka
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-31Added tools/http.ophintuka
2006-12-31init new membersphintuka
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-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-31added format attribute for x_syslogphintuka
2006-12-31m_MasterCliphintuka
2006-12-30Disable SCR pausing in trick speed modesphintuka
2006-12-30Trick speed flagphintuka