Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-03 | Del | phintuka | |
2007-01-03 | Fixed sorting | phintuka | |
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-03 | Finnish texts updated (Thanks to Rolf Ahrenberg) | phintuka | |
2007-01-03 | Main menu entry text simplified | phintuka | |
2007-01-02 | removed warning | phintuka | |
2007-01-02 | removed warning | phintuka | |
2007-01-01 | cHeader::IntValue | phintuka | |
2007-01-01 | use macro for __attribute__((packed)) | phintuka | |
2007-01-01 | Use macro for __attribute__((packed)) | phintuka | |
2007-01-01 | discovery stuff moved to own module | phintuka | |
2007-01-01 | Clients() returns true if there are any udp/rtp clients | phintuka | |
2007-01-01 | All discovery stuff moved to own module | phintuka | |
HTTP streaming module integrated | |||
2007-01-01 | Poll before every PES frame when replaying MPEG2 ES still image | phintuka | |
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-01 | discovery moved to own module | phintuka | |
copy and assigment not possible | |||
2007-01-01 | Force syslog logging only when running inside VDR | phintuka | |
2007-01-01 | Fix synchronizing clock to video (B/P frames are sent out-of-order, so PTS ↵ | phintuka | |
timestamps are not monotonic) | |||
2007-01-01 | Use socket wrapper class for rtp/rtcp sockets | phintuka | |
2007-01-01 | Fixed trickspeed scheduling | phintuka | |
2007-01-01 | tools/vdrdiscovery.[ch] | phintuka | |
2007-01-01 | cleanup | phintuka | |
define static x_syslog when requested with NEED_x_syslog | |||
2007-01-01 | lirc start/stop moved to separate functions | phintuka | |
vdr discovery is now separate module | |||
2007-01-01 | added start/stop functions | phintuka | |
2007-01-01 | x_syslog is now defined in logdefs.h | phintuka | |
include xine_frontend_vdrdiscovery.c removed include xine_freontend_lirc.c removed | |||
2007-01-01 | x_syslog is now defined in logdefs.h | phintuka | |
2007-01-01 | Initial import | phintuka | |
2007-01-01 | Use different defines to detect build type | phintuka | |
2007-01-01 | File removed | phintuka | |
2007-01-01 | Initial import | phintuka | |
2007-01-01 | Added: recv, send, connect, set_blocking, get_local_ip_address | phintuka | |
All function names in lower case | |||
2007-01-01 | Initial import | phintuka | |
2007-01-01 | Initial import | phintuka | |
2006-12-31 | Added tools/http.o | phintuka | |
2006-12-31 | init new members | phintuka | |
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-31 | class cxSocket implementation (copied/moved inline functions from cxsocket.h) | phintuka | |
2006-12-31 | moved readline_cmd to cxsocket.c | phintuka | |
2006-12-31 | Added missing headers | phintuka | |
Added readline and printf Added cxSocket class Fixed multicast ttl setting moved ip2txt to cxsoxket.c | |||
2006-12-31 | added format attribute for x_syslog | phintuka | |
2006-12-31 | m_MasterCli | phintuka | |
2006-12-30 | Disable SCR pausing in trick speed modes | phintuka | |
2006-12-30 | Trick speed flag | phintuka | |
2006-12-29 | m_TrickSpeedMode | phintuka | |
2006-12-28 | *** empty log message *** | phintuka | |
2006-12-24 | Playlist improved and moved to separate module (tools/playlist.c) | phintuka | |
Send Replaying status message when file changes (Thanks to Riku Hintukainen) Use metainfo from music files (Suggested by Petri Helin) Display dvd title (Suggested by Riku Hintukainen) Blink current position when paused (nice with lcd) | |||
2006-12-24 | 2006-12-24 | phintuka | |
2006-12-24 | Added a note about server discovery and default host to help text | phintuka | |
2006-12-24 | Header update | phintuka | |
2006-12-24 | Patch from Timo Weingärtner: | phintuka | |
Allow overriding directory environment Use "install" to install files and set proper permissions Allow setting install destionation root directory (DESTDIR=...) New object file (playlist.o) | |||
2006-12-24 | Clear old metainfo when starting new replay | phintuka | |
2006-12-24 | Connection state (HTTP, RTSP) | phintuka | |
2006-12-24 | Logging goes to (unbuffered) stderr | phintuka | |
goom wants parameters thru xine config, not using post plugin parameters api ... |