summaryrefslogtreecommitdiff
path: root/server/connectionVTP.c
AgeCommit message (Expand)Author
2017-09-30fixed compilation for VDR 2.3.7 (thanks to Jasmin J)HEADmasterFrank Schmirler
2016-03-21Streamdev-server compatibility with VDR 2.3.1 (fixes #2249)Frank Schmirler
2014-11-07Added SVDRP commands to list and disconnect clients (closes #1860)Frank Schmirler
2014-06-23Setting streamer to NULL if TUNE fails should not be necessaryFrank Schmirler
2014-06-07Revised class responsibilities: Moved live TV related functions to livestreamerFrank Schmirler
2014-05-18Moved streamer from each individual connection class to cServerConnectionFrank Schmirler
2013-11-17Disabled PS remuxer which is said to produce anything but PSFrank Schmirler
2013-11-01Set device occupied when streamdev switches away LiveTV on the server, toFrank Schmirler
2013-10-20API change of VDR 2.1.2Frank Schmirler
2013-10-01Redesigned pos= parameter patch for streaming recordings and added missingFrank Schmirler
2013-02-01API change of 1.7.28: missed one affected line leading to crashed in VTPFrank Schmirler
2012-12-16Don't abort VTP connection if filter stream is brokenFrank Schmirler
2012-12-04In cStreamdevStreamer dropped Activate(bool) and moved its code into Start()Frank Schmirler
2012-11-24Moved cStreamdevFilterStreamer to livefilter.[hc]Frank Schmirler
2012-06-28Corrected typos (thanks to Ville Skyttä)Frank Schmirler
2012-05-21Proper fix for "client sends ABRT after TUNE". Obsoletes many hacks in clientFrank Schmirler
2012-05-12Replaced server-side suspend modes with priority based precedence handlingFrank Schmirler
2012-05-12Dropped compatibility of streamdev-server with VDR < 1.7.25Frank Schmirler
2011-12-11Support for non-cycle-free setups (e.g. where two VDRs mutually shareFrank Schmirler
2011-11-28Added server menu with list of clients. Connections can be terminatedFrank Schmirler
2011-11-07restricted VTP command RENR to liemikuutio patch < 1.32 (fixes #786).Frank Schmirler
2011-09-02check availability of channel if VTP command TUNE is called without priorFrank Schmirler
2011-07-06added support for VDR 1.7.19 SignalStrength/SignalQualityFrank Schmirler
2011-06-03Server must close the VTP connection also if filter stream is brokenFrank Schmirler
2011-03-07Dropped compatibility with VDR < 1.5.16Frank Schmirler
2011-03-22Snapshot 2010-09-15Frank Schmirler
2010-01-29added DELT FORCE option to delete running timers (#554)schmirl
2010-01-29added VDR 1.7.11 parental rating support for VTP LSTE command (#555)schmirl
2009-10-13silenced warnings concerning asprintf (requested by Rolf Ahrenberg)schmirl
2009-09-30don't update recordings list on CmdPLAY (reported by BBlack)schmirl
2009-07-17fixed insecure format strings in LSTX handlersschmirl
2009-07-02improved PARENTALRATING patch detection (thanks to Rolf Ahrenberg)schmirl
2009-07-01added XBMC support by extending VTP capabilities (thanks to Alwin Esch)schmirl
2009-06-19- added namespace to remuxersschmirl
2009-01-16Commented PES for vdr 1.7.3+schmirl
2008-04-07- removed legacy code for pre VDR 1.4schmirl
2008-03-13Make sure that a FilterStreamer is only started if client supports itschmirl
2008-03-12FreeBSD compatibility (#435)schmirl
2007-09-21VTP now also supports PS, PES and EXTERN.schmirl
2007-05-09Set DSCP 41 on stream data packets. WMM capable WLAN accesspointsschmirl
2007-04-26Removed duplicated code fragments probably caused by patches with tooschmirl
2007-04-24server_connectionVTP-add-filter-stream.patch by Petri Hintukainenschmirl
2007-04-24server_connectionVTP-new-data.patch by Petri Hintukainenschmirl
2007-04-24client_device-vdr-1.5.1-fixes.patch by Petri Hintukainen (#219)schmirl
2007-04-16Use compiler flag -Wall. Cleanup code as necessary.schmirl
2007-03-02Fixed null pointersschmirl
2005-05-09- added TS compatibility modelordjaxom
2005-04-24- some compilers complained about missing declarations, added <ctype.h>lordjaxom
2005-02-10- implemented audio track selection for httplordjaxom
2005-02-08- transferlordjaxom