summaryrefslogtreecommitdiff
path: root/streamdev-server.c
AgeCommit message (Collapse)Author
2007-04-16Use compiler flag -Wall. Cleanup code as necessary.schmirl
(#171 Thanks to Rolf Ahrenberg) Modified Files: Makefile streamdev-server.c server/connection.h server/connectionHTTP.c server/connectionVTP.c tools/source.c
2007-02-19Added commandline switch -r/--remux for specifying name of externremux ↵schmirl
script (thanks to Rolf Ahrenberg) Modified Files: streamdev-server.c streamdev-server.h remux/extern.c remux/extern.h
2006-11-24Cache translation in cPluginStreamdevServer::Active() as this methodschmirl
may be called very often. Though tr() is not producing too much overhead it is not neglectible either. If the actual translation is missing, the resulting syslog messages will become annoying. Note that the current OSD language is not monitored. Changes won't be reflected until the next restart. Thanks to Urig for the patch (#197).
2006-07-05Anpassung an geänderte APIthomas
2005-05-09- added TS compatibility modelordjaxom
2004-12-30Initial revisionlordjaxom