summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-02Close pipe when externremux.sh is gone. Fixes high CPU load problem (#235)schmirl
2007-04-02Close connection when client is gone. Fixes high CPU load problem (#201)schmirl
Modified Files: server/connection.h server/connectionHTTP.h server/connectionVTP.h server/server.c server/streamer.c server/streamer.h tools/select.c tools/select.h tools/source.c
2007-03-19Silence warning about overloaded namespace (#244, thanks to rofafor)schmirl
2007-03-19Silence warnings caused by implicit casts between uint8_t and char.schmirl
In most places casting was easy to avoid as the variables have been casted forth and back between both data types. Anyway - the affected functions are never used by streamdev.
2007-03-02Fixed null pointersschmirl
2007-02-19Fixed indenting - no code changeschmirl
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
2007-01-15Compatibility for vdr < 1.3.38 (#169)schmirl
2007-01-15API changes of VDR 1.5.0 (#219)schmirl
Modified Files: server/connection.c server/livestreamer.c server/livestreamer.h
2007-01-15Indenting - no code changesschmirl
2007-01-15Log throttle for connection failure messages (#183)schmirl
2007-01-15Replace uint64 by uint64_t (#200)schmirl
2007-01-11Avoid loop/deadlock when two VDRs mutually share there DVB cards, i.e.schmirl
both are streamdev-server and streamdev-client (#198). Bigpatch version by p_body@vdrportal Added Files: patches/vdr-1.4.3-recursion_bigpatch.diff patches/vdr-1.4.3-recursion.diff
2007-01-11- Updated for VDR 1.4schmirl
- Moved the changes a litte bit around so that it shouldn't be affected by VDR changes that easy. - Changed menu item texts
2007-01-11Devices are expected to honour the CA field. Without this patch thereschmirl
is no way to tell a VDR that it may not use streamdev for a specific channel.
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-11-10Use select with timeout and check if streamdev-server has to shutdownschmirl
(#135). Thanks to Urig@vdrportal
2006-10-05- collect terminated externremux.sh processes (#136)schmirl
- avoid fd leaks when we fail to spawn externremux.sh
2006-09-14- detach all receivers before tuning to different transponder. Otherwise ↵schmirl
ABRT will be sent after tuning, which will destroy the LiveStreamer on the server.
2006-09-14Re-enabled logging for the Detach()/Attach() issue which is still under ↵schmirl
observation
2006-09-14Added -fPIC compiler flag required on AMD64 architecturesschmirl
2006-08-17Updated finnish translation against current cvs.thomas
Finnish translation update 20060729 "Fixed" Bug http://www.vdr-developer.org/mantisbt/view.php?id=130 Update kindly provided by rofafor!
2006-08-07Wieder mal ein Testthomas
2006-08-06*** empty log message ***thomas
2006-08-06Finaler Test neues CommitInfo Systemthomas
2006-08-06Finaler Test Neues CommitInfo Systemthomas
2006-08-06*** empty log message ***thomas
2006-08-06Nächster Testthomas
2006-08-06Nochmal ein Test von CVSSpamthomas
2006-08-06Testthomas
2006-08-06CVS Testthomas
2006-07-24Now preventing fd leaks.thomas
Fix kindly provided by Artur Skawina: http://www.linuxtv.org/pipermail/vdr/2006-May/009342.html Closing bug: http://www.vdr-developer.org/mantisbt/view.php?id=115
2006-07-05Auskommentiertes Attach/Detach wieder aktiviert.thomas
Kartenblockade wird dadurch behoben und alle Channels lassen sich anzappen, Unbedenklichkeit ist aber nicht einwandfrei geklärt!
2006-07-05Anpassung an API 1.4.xthomas
2006-07-05Anpassung an geänderte APIthomas
2006-07-05Plugin active i18n für 1.4.x eingebautthomas
2006-07-05Anapssung an VDR 1.4.xthomas
2006-01-26- fixed http error responselordjaxom
2005-11-07- added class forward declaration for gcc >= 4.0lordjaxom
2005-11-06- adopted to VDR >= 1.3.36lordjaxom
2005-05-12Dazugefügt. Jetzt auch mit i18n :-)thomas
2005-05-10- added finnish translations (thanks to Rolf Ahrenberg)lordjaxom
2005-05-09- fixed missing includelordjaxom
2005-05-09- added TS compatibility modelordjaxom
2005-04-30- deleting whole block instead of fractions nowlordjaxom
2005-04-30- fixed wrong remux usagelordjaxom
2005-04-28- added finnish translations (thanks to Rolf Ahrenberg)lordjaxom
2005-04-27- next try :-) (locking problem)lordjaxom
2005-04-27- protected cStreamer::Stop() from being called concurrentlylordjaxom
2005-04-24- some compilers complained about missing declarations, added <ctype.h>lordjaxom