Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-24 | client_device-vdr-1.5.1-fixes.patch by Petri Hintukainen (#219) | schmirl | |
- VDR 1.5.0 calls some device members in different order and streamdev can't currently handle this. - do not trust in OpenDvr/CloseDvr, instead keep count of active PIDs, open data connection when it is needed and close it only when there are no active PIDs (closing data connection unsubscribes all pids at server end) - some sanity checks on server side Modified Files: client/device.c client/device.h server/connectionVTP.c | |||
2007-04-23 | based on server_livefilter-streamer-type.patch by Petri Hintukainen | schmirl | |
- Use cStreamer (base class) instead of cLiveStreamer (no need to know streamer type) * works with cLiveStreamer and cLiveFilterStreamer * avoid circular dependency - visibility of cStreamdevLiveReceiver: Moved from livestreamer.h -> .c Modified Files: server/livefilter.c server/livefilter.h server/livestreamer.c server/livestreamer.h | |||
2007-04-16 | Use 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-04-02 | Close 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-19 | Silence warning about overloaded namespace (#244, thanks to rofafor) | schmirl | |
2007-03-02 | Fixed null pointers | schmirl | |
2007-01-15 | API changes of VDR 1.5.0 (#219) | schmirl | |
Modified Files: server/connection.c server/livestreamer.c server/livestreamer.h | |||
2006-11-10 | Use select with timeout and check if streamdev-server has to shutdown | schmirl | |
(#135). Thanks to Urig@vdrportal | |||
2006-09-14 | Re-enabled logging for the Detach()/Attach() issue which is still under āµ | schmirl | |
observation | |||
2006-07-05 | Auskommentiertes Attach/Detach wieder aktiviert. | thomas | |
Kartenblockade wird dadurch behoben und alle Channels lassen sich anzappen, Unbedenklichkeit ist aber nicht einwandfrei geklärt! | |||
2006-01-26 | - fixed http error response | lordjaxom | |
2005-11-07 | - added class forward declaration for gcc >= 4.0 | lordjaxom | |
2005-05-09 | - fixed missing include | lordjaxom | |
2005-05-09 | - added TS compatibility mode | lordjaxom | |
2005-04-30 | - deleting whole block instead of fractions now | lordjaxom | |
2005-04-30 | - fixed wrong remux usage | lordjaxom | |
2005-04-27 | - next try :-) (locking problem) | lordjaxom | |
2005-04-27 | - protected cStreamer::Stop() from being called concurrently | lordjaxom | |
2005-04-24 | - some compilers complained about missing declarations, added <ctype.h> | lordjaxom | |
2005-03-24 | - streamer now gets stopped when connection terminates unexpectedly | lordjaxom | |
- fixed recursive delete in streamer | |||
2005-03-12 | - fixed pure virtual crash in server | lordjaxom | |
2005-02-11 | - blargh | lordjaxom | |
2005-02-11 | - transfer | lordjaxom | |
2005-02-10 | - implemented audio track selection for http | lordjaxom | |
2005-02-09 | - transfer | lordjaxom | |
2005-02-08 | - transfer | lordjaxom | |
2005-02-08 | - transfer | lordjaxom | |
2005-02-08 | - transfer | lordjaxom | |
2005-02-08 | - first adoptions (transfer-commit) | lordjaxom | |
2004-12-30 | Initial revision | lordjaxom | |