summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2007-04-23client_device.patch by Petri Hintukainenschmirl
- Implement virtual IsTunedToTransponder() - Return true from Provides... functions Modified Files: client/device.c client/device.h
2007-04-23client_filter-close-fix.patch by Petri Hintukainenschmirl
- Do not close receiving side of section pipe. Ownership of handle has been transferred to VDR section handler when filter was opened. Closing handle twice results closing random file handle. If this handle is laready used by another section filter pipe (very likely), VDR section handler CPU usage will rise to 100%.
2007-04-23Fixed typosschmirl
2007-04-23client_section-filter-socket.patch by Petri Hintukainenschmirl
- Use datagram mode socket instead of pipe to feed section data to client VDR section handler -> preserve section data block boundaries
2007-04-23client_filter-visibility.patch by Petri Hintukainenschmirl
- Move cStreamdevFilter definition from filter.h to filter.c - Add IsClosed() and Reset() members to cStreamdevFilter: * IsClosed() returns true if filter was closed by VDR * Reset() discards (incomplete) queued section data Modified Files: client/filter.c client/filter.h
2007-01-15Compatibility for vdr < 1.3.38 (#169)schmirl
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
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.
2005-11-06- adopted to VDR >= 1.3.36lordjaxom
2005-04-24- some compilers complained about missing declarations, added <ctype.h>lordjaxom
2005-04-24- removed assembler and thus saving one ringbufferlordjaxom
- fixed destruction order on channel switch (fixes one crash that happens occasionally when switching)
2005-03-12- fixed pure virtual crash in serverlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- first adoptions (transfer-commit)lordjaxom
2005-01-25- updated to 1.3.19lordjaxom
2004-12-30Initial revisionlordjaxom