Mon Feb 6 02:05:01 CET 2012 ------------------------------------------------------------------------ r188 | fliegl | 2011-09-30 13:21:56 +0200 (Fri, 30 Sep 2011) | 2 lines mcast/netcv2dvbip: patch from Christian Cier-Zniewski to avoid wrong DVB-C freqs ------------------------------------------------------------------------ r187 | fliegl | 2011-08-22 14:38:29 +0200 (Mon, 22 Aug 2011) | 111 lines Patches by Andreas Steinmetz: 00-client-warnings.patch Die ?\195?\132nderungen an dummy_client.c hatten einige Warnungen wegen unbenutzter Variablen. An sich nicht so schlimm. Problematisch war aber, dass ?\195?\188ber die Grenzen eines Arrays hinaus geschrieben wurde. 01-client-make.patch Zum Linken wurde -Wl,--as-needed hinzugef?\195?\188gt, um zu vermeiden, dass gegen unbenutzte Libraries gelinkt wird. .dependencies wird jetzt bei "make clean" entfernt. 02-dvbfuse-rework.patch Die Komplett?\195?\188berarbeitung f?\195?\188r dvbfuse. Es hat hier keinen Sinn gemacht, einzelne Patches zu produzieren. Hier nun einige Details: - mclilink.c und parse.c wurden auf den Stand von netcv2dvbip gebracht - die Pufferung in mclilink.c ist ?\195?\188berarbeitet und ber?\195?\188cksichtigt, dass manche Fuse Versionen das "nonseekable" Flag nach einigen 100MB vergessen und via Offset ?\195?\164ltere Daten anfordern. - Das Fuse Dateisystem hat jetzt eine Ebene mehr. Auf der ersten Verzeichnisebene befinden sich die "Gruppen" der channels.conf und in diesen Gruppenverzeichnissen befinden sich dann die Kanaldateien. - MAXAPIDS Anpassung wie bei netcv2dvbip. - keine Printouts, wenn nicht mit "-d" gestartet wird. - "-x" f?\195?\188r eine statische Charset Anpassung der Dateinamen. - "-e" f?\195?\188r eine ?\195?\132derung der Dateierweiterungen. - "-p" f?\195?\188r Inclusion von EIT/SDT im Datenstrom. - dvbfuse compiliert unter WIN32 MinGW, allerdings kann ich keinen Funktionstest machen. 03-dvbfuse-make.patch Zus?\195?\164tzlich dvbfuse-static (libmcli statisch) bauen und .dependencies hinzuf?\195?\188gen. libmcli wird jetzt automatisch mitgebaut. 04-dvbfuse-cleanup.sh Der ?\195?\188berfl?\195?\188ssige Symlink mcast/dvbfuse/libmcli.so wird entfernt. 05-dvbfuse-formatting.patch Nur Formatierungs?\195?\164nderungen zur besseren Lesbarkeit, keine funktionalen ?\195?\132nderungen. 06-dvbloop-build.patch Anpassung zum Compilieren bis linux-3.0.1. Ab linux-2.6.39 ist wegen des nicht mehr existenten BKL eine zus?\195?\164tzliche Mutex f?\195?\188r die ioctl Routine hinzugef?\195?\188gt. 07-dvbloop-netceiver.patch Netceiver-spezifische Hacks f?\195?\188r dvbloop, die ich im vdr Wicki gefunden habe. Sind per Default deaktiviert und werden nur ?\195?\188ber den Modulparameter netceiver=1 aktiviert. 08-dvbloop-fixes.patch Anpassungen f?\195?\188r den Compile auf einem aktuellen 64Bit System. Insbesondere ist hier die Auslagerung von Strukturen aus der ioctl Routine wesentlich, da der Stack Frame sonst zu gro?\195?\159 ist. 09-netcv2dvbip-fixes.patch Ein fgets() Fix, der mir bei dvbfuse aufgefallen ist. 10-netcv2dvbip-make.patch Zus?\195?\164tzlich netcv2dvbip-static (libmcli statisch) bauen und .dependencies hinzuf?\195?\188gen. libmcli wird jetzt automatisch mitgebaut. 11-netcv2dvbip-formatting.patch Nur Formatierungs?\195?\164nderungen zur besseren Lesbarkeit, keine funktionalen ?\195?\132nderungen. 12-tool-make.patch .dependencies wird jetzt bei "make clean" entfernt. 13-vdr-plugin-make.patch Anpassung an die Realit?\195?\164t, in der die meisten User eine Distro verwenden und somit nicht im vdr Source Tree bauen. Das Makefile unterscheidet jetzt diese beiden F?\195?\164lle und es wird dementsprechend installiert. 14-vdr-plugin-fixes.patch Entfernung von malloc/free ohne Fehlerpr?\195?\188fung und Ersatz durch new/delete, damit zumindest das C++ Exception Handling eine Chance hat, zu reagieren. Bitte mal ansehen, da ich nicht der C++ Mensch bin. Wichtig und genau pr?\195?\188fen: ich habe clock() gegen times() getauscht, da sich die Warteschleifen auf Realzeit und nicht auf CPU-Zeit beziehen. Die Timeout-Werte von 20ms konnten somit um ein Vielfaches ?\195?\188berschritten werden, ohne dass ein Timeout stattgefunden h?\195?\164tte. Dieser findet jetzt allerdings statt und somit muss gekl?\195?\164rt werden, ob 20ms tats?\195?\164chlich korrekt sind. ------------------------------------------------------------------------ r186 | fliegl | 2011-08-18 08:52:12 +0200 (Thu, 18 Aug 2011) | 90 lines Patches by Andreas Steinmetz: 00-lib-poll.patch - select() durch poll() ersetzen 01-lib-performance.patch - unn?\195?\182tige Divisionen und Multiplikationen ersetzen - Verwendung einer verketteten Liste anstelle von kompletten Array-Pr?\195?\188fungen 02-lib-warnings.patch - Compiler Warnungen beseitigen 03-common-warnings.patch - Compiler Warnungen beseitigen 04-netcv2dvbip-warnings.patch - Compiler Warnungen beseitigen 05-netcv2dvbip-options.patch - neue Option -q f?\195?\188r weniger Bildschirmausgaben - neue Option -o f?\195?\188r Ausgabeverzeichnis f?\195?\188r channels.m3u 06-netcv2dvbip-maxapids.patch - Anpassung von MAXAPIDS an die Realit?\195?\164t 07-netcv2dvbip-poll.patch - select() durch poll() ersetzen 08-netcv2dvbip-mutex-cleanup.patch - vorbereitendes Aufr?\195?\164umen der Mutexes - Verschieben einer Definition 09-netcv2dvbip-buffers.patch - Verwendung von verketteten Pufferelementen und eines Pools freier Elemente anstatt eines Round Robin Puffers - minimierte Lockingzeiten der Haupt-Mutex 10-netcv2dvbip-nocopy.patch - IPv4 Multicast Versand ohne zus?\195?\164tzliches Umkopieren der Daten - minimierte Lockingzeiten der Haupt-Mutex 11-all-oomhandling.patch - korrekte Behandlung von Speicherallokierungsfehlern 12-netcv2dvbip-linux.patch - die Option -t steht nur auf geeigneten Linux-Systemen zur Verf?\195?\188gung (Compile-Time L?\195?\182sung) 13-all-mingw32.patch - funktionierender Build von mcli, netcv2dvbip, netcvdiag und netcvlogview mit MingGW unter WIN32, ich habe die Tools kurz angetestet und sie scheinen zu funktionieren, beinhaltet auch einen WIN32-Ersatz f?\195?\188r poll() - mcli funktioniert zumindest zur Verwendung von netcvdiag hinreichend Hinweis: In client, netcv2dvbip und tool gibt es jetzt jeweils ein Unterverzeichnis "mingw". In dem jeweiligen mingw Verzeichnis build.cmd aufrufen (ggf. muss in dem Batch File der Pfad zu MinGW angepasst werden). netcvupdate habe ich bewusst nicht portiert, zum einen ist hier der Aufwand h?\195?\182her, zum anderen fehlen die aufgerufenen POSIX-Tools. Ausserdem will ich mir meinen Netceiver nicht mit Tests ruinieren. Den brauche ich zum Fernsehen 14-lib-symlink.tar - ben?\195?\182tigter Symlink f?\195?\188r 13-all-mingw32.patch mcast/client/poll.c muss ein Symlink auf mcast/common/win32/poll.c sein ------------------------------------------------------------------------ r185 | fliegl | 2011-07-31 17:02:46 +0200 (Sun, 31 Jul 2011) | 2 lines mcast/netcv2dvbip: patches from Andreas Steinmetz ------------------------------------------------------------------------ r184 | fliegl | 2011-07-22 09:17:08 +0200 (Fri, 22 Jul 2011) | 2 lines mcast/netcv2dvbip: patches from Andreas Steinmetz ------------------------------------------------------------------------ r183 | rollercoaster | 2011-07-13 12:26:10 +0200 (Wed, 13 Jul 2011) | 5 lines tools: fix Makefile - netcvupdate + netcvlogview need tools.o common: fix debug macro ------------------------------------------------------------------------ r182 | acher | 2011-06-21 01:19:51 +0200 (Tue, 21 Jun 2011) | 2 lines make SCR known to client ------------------------------------------------------------------------ r181 | rollercoaster | 2011-06-14 10:28:55 +0200 (Tue, 14 Jun 2011) | 3 lines pi mcli: - re-enable patch r179 agains "channel not available"-message from vdr ------------------------------------------------------------------------ r180 | fliegl | 2011-06-09 09:43:32 +0200 (Thu, 09 Jun 2011) | 2 lines reverted last patch ------------------------------------------------------------------------ r179 | fliegl | 2011-06-08 11:53:28 +0200 (Wed, 08 Jun 2011) | 2 lines vdr-mcli-plugin: fix channel not available message at startup for vdr 1.7 ------------------------------------------------------------------------ r178 | rollercoaster | 2011-03-11 10:41:23 +0100 (Fri, 11 Mar 2011) | 2 lines pi mcli: fix a typo in translation ------------------------------------------------------------------------ r177 | rollercoaster | 2011-01-25 16:33:15 +0100 (Tue, 25 Jan 2011) | 2 lines mcli: add NL translation ------------------------------------------------------------------------ r176 | fliegl | 2011-01-08 23:58:14 +0100 (Sat, 08 Jan 2011) | 1 line added version.h ------------------------------------------------------------------------ r175 | fliegl | 2011-01-08 09:54:19 +0100 (Sat, 08 Jan 2011) | 2 lines mcast/netcv2dvbip: fix MacOS X compilation ------------------------------------------------------------------------ r174 | fliegl | 2010-12-01 11:39:19 +0100 (Wed, 01 Dec 2010) | 2 lines vdr-mcli-plugin: add m_fep.u.qpsk.fec_inner coding for DVB API v5 ------------------------------------------------------------------------ r173 | rollercoaster | 2010-10-06 10:01:26 +0200 (Wed, 06 Oct 2010) | 2 lines pi mcli: better fix for ubuntu 10.04 ------------------------------------------------------------------------ r172 | rollercoaster | 2010-10-05 14:26:21 +0200 (Tue, 05 Oct 2010) | 2 lines little adjustment for Ubuntu 10.04 ------------------------------------------------------------------------ r171 | fliegl | 2010-08-17 17:23:48 +0200 (Tue, 17 Aug 2010) | 2 lines fix compilation, fix source position calculation for VDR > 1.7.12 ------------------------------------------------------------------------ r170 | rollercoaster | 2010-07-05 17:26:11 +0200 (Mon, 05 Jul 2010) | 2 lines pi mcli: cam menu polishing ------------------------------------------------------------------------ r169 | rollercoaster | 2010-07-05 11:09:03 +0200 (Mon, 05 Jul 2010) | 2 lines pi mcli: add MTD setting to CAM menu ------------------------------------------------------------------------ r168 | acher | 2010-06-24 10:10:34 +0200 (Thu, 24 Jun 2010) | 2 lines moved lib to LGPL ------------------------------------------------------------------------ r167 | fliegl | 2010-06-23 16:19:56 +0200 (Wed, 23 Jun 2010) | 2 lines netcv2dvbip: dont_stop_if_no_MRT_INIT ------------------------------------------------------------------------ r166 | fliegl | 2010-06-17 16:41:14 +0200 (Thu, 17 Jun 2010) | 7 lines 2010-06-17 version 1.1.1 * bugfix: port number was not set correctly in M3U file * bugfix: high CPU load (select() timeout was not set correctly) * changed: streams now also use non-blocking sockets * Windows only: activate built-in MLDv2 Reporter only for Windows XP ------------------------------------------------------------------------ r165 | fliegl | 2010-06-04 01:08:37 +0200 (Fri, 04 Jun 2010) | 12 lines 2010-06-03 version 1.1.0 - bugfixes: * number of channels > 255 is now handled correctly * PMT PIDs > 255 had a wrong entry in the PAT - new features: * DVB-C and DVB-T support * support for VDR-1.7.x channels.conf format (older formats and ReelVDR format are still supported) * playlist file generation (M3U) * EPG support: new command line option "-e" activates sending of EIT packets (PID 0x12) in the stream. ------------------------------------------------------------------------ r164 | fliegl | 2010-05-09 02:09:15 +0200 (Sun, 09 May 2010) | 2 lines finally fix locking issue on redirect message ------------------------------------------------------------------------ r163 | fliegl | 2010-05-07 14:46:38 +0200 (Fri, 07 May 2010) | 2 lines remove obsolete code ------------------------------------------------------------------------ r162 | fliegl | 2010-05-07 14:27:53 +0200 (Fri, 07 May 2010) | 2 lines fix for hanging TEN thread, again ------------------------------------------------------------------------ r161 | fliegl | 2010-05-02 22:06:47 +0200 (Sun, 02 May 2010) | 2 lines fix ten termination ------------------------------------------------------------------------ r160 | fliegl | 2010-05-02 19:20:09 +0200 (Sun, 02 May 2010) | 2 lines fix correct termination of TEN thread ------------------------------------------------------------------------ r159 | fliegl | 2010-04-30 17:43:57 +0200 (Fri, 30 Apr 2010) | 2 lines minor changes ------------------------------------------------------------------------ r158 | fliegl | 2010-04-20 21:32:58 +0200 (Tue, 20 Apr 2010) | 2 lines fix win32 compilation ------------------------------------------------------------------------ r157 | fliegl | 2010-04-20 12:46:41 +0200 (Tue, 20 Apr 2010) | 2 lines fix makefile for tools ------------------------------------------------------------------------ r156 | fliegl | 2010-04-16 17:39:55 +0200 (Fri, 16 Apr 2010) | 2 lines fix compilation for vdr 1.7.14 ------------------------------------------------------------------------ r155 | fliegl | 2010-04-14 18:19:09 +0200 (Wed, 14 Apr 2010) | 2 lines reduce cpu load on embedded systems ------------------------------------------------------------------------ r154 | fliegl | 2010-03-21 16:40:24 +0100 (Sun, 21 Mar 2010) | 2 lines reduce load on systems with newer kernels ------------------------------------------------------------------------ r153 | fliegl | 2010-03-21 11:47:12 +0100 (Sun, 21 Mar 2010) | 2 lines try to improve performance of mcli-pluin ------------------------------------------------------------------------ r152 | fliegl | 2010-03-21 11:45:36 +0100 (Sun, 21 Mar 2010) | 1 line vdr-mcli-plugin: do not use gettimeofday in packetbuffer for performance reasons (testing) ------------------------------------------------------------------------ r151 | fliegl | 2010-03-21 10:59:32 +0100 (Sun, 21 Mar 2010) | 2 lines could reduce system load on NC ------------------------------------------------------------------------ r150 | fliegl | 2010-02-28 19:07:15 +0100 (Sun, 28 Feb 2010) | 2 lines added -fPIC to makefile ------------------------------------------------------------------------ r149 | fliegl | 2010-02-16 20:25:36 +0100 (Tue, 16 Feb 2010) | 2 lines vdr-mcli-plugin: applied fix for filter emulation provided by yonesmit@gmail.com ------------------------------------------------------------------------ r148 | fliegl | 2010-02-07 23:42:16 +0100 (Sun, 07 Feb 2010) | 2 lines add a fix by Thomas v. Keller to add adaption field awareness to filter emulation code ------------------------------------------------------------------------ r147 | doychevz | 2010-01-28 13:15:33 +0100 (Thu, 28 Jan 2010) | 2 lines remove debug. ------------------------------------------------------------------------ r146 | doychevz | 2010-01-28 11:45:48 +0100 (Thu, 28 Jan 2010) | 2 lines libmcli: improve pid reallocation at redirects. ------------------------------------------------------------------------ r145 | bratfisch | 2010-01-22 10:51:13 +0100 (Fri, 22 Jan 2010) | 2 lines just syncing the repos ------------------------------------------------------------------------ r144 | bratfisch | 2010-01-21 15:57:20 +0100 (Thu, 21 Jan 2010) | 2 lines just syncing the repositories ------------------------------------------------------------------------ r143 | fliegl | 2010-01-19 13:32:03 +0100 (Tue, 19 Jan 2010) | 2 lines fix crash in redirect handler ------------------------------------------------------------------------ r142 | fliegl | 2010-01-19 12:25:36 +0100 (Tue, 19 Jan 2010) | 2 lines fix ------------------------------------------------------------------------ r141 | fliegl | 2010-01-19 12:06:51 +0100 (Tue, 19 Jan 2010) | 1 line ------------------------------------------------------------------------ r140 | fliegl | 2010-01-19 12:02:22 +0100 (Tue, 19 Jan 2010) | 2 lines minor fixes ------------------------------------------------------------------------ r139 | fliegl | 2010-01-18 12:14:17 +0100 (Mon, 18 Jan 2010) | 2 lines fix ------------------------------------------------------------------------ r138 | fliegl | 2010-01-15 17:50:54 +0100 (Fri, 15 Jan 2010) | 2 lines replace an already allocated pid without sid by a pid with sid (fix problem of epg scanning on a pid that carries encrypted audio/video data) ------------------------------------------------------------------------ r137 | fliegl | 2009-12-15 10:01:59 +0100 (Tue, 15 Dec 2009) | 2 lines fix minor compilation bug ------------------------------------------------------------------------ r136 | fliegl | 2009-12-15 09:58:22 +0100 (Tue, 15 Dec 2009) | 2 lines minor fixes, netcvdiag show capmt_flag in CI view ------------------------------------------------------------------------ r135 | fliegl | 2009-12-08 10:15:21 +0100 (Tue, 08 Dec 2009) | 2 lines new version ------------------------------------------------------------------------ r134 | fliegl | 2009-12-05 16:48:56 +0100 (Sat, 05 Dec 2009) | 1 line fucking shit build system of reel created packages without permission ------------------------------------------------------------------------ r133 | fliegl | 2009-12-05 14:20:47 +0100 (Sat, 05 Dec 2009) | 6 lines - Add a human readable description for NetCeivers (can be changed in netceiver.conf tag 'Description') - Add CAM usage counters to libmcli, netcvdiag and mcli-plugin - Change API versions (need for recompiling depending projects) - Fix possible crash on invalid reference of m_chan in device instance ------------------------------------------------------------------------ r132 | fliegl | 2009-11-23 22:57:54 +0100 (Mon, 23 Nov 2009) | 2 lines improve debug output ------------------------------------------------------------------------ r131 | fliegl | 2009-11-23 16:28:02 +0100 (Mon, 23 Nov 2009) | 2 lines remove some debug output, make tv run after reconfiguration ------------------------------------------------------------------------ r130 | fliegl | 2009-11-23 09:31:24 +0100 (Mon, 23 Nov 2009) | 2 lines allow CAM usage for slot = -1 (none specified) ------------------------------------------------------------------------ r129 | bratfisch | 2009-11-17 17:10:13 +0100 (Tue, 17 Nov 2009) | 2 lines - just syncing the repositories ------------------------------------------------------------------------ r128 | fliegl | 2009-11-16 21:18:07 +0100 (Mon, 16 Nov 2009) | 2 lines fix win32 compilation ------------------------------------------------------------------------ r127 | fliegl | 2009-11-16 15:14:42 +0100 (Mon, 16 Nov 2009) | 1 line netcv2dvbip: added files ------------------------------------------------------------------------ r126 | fliegl | 2009-11-16 15:03:41 +0100 (Mon, 16 Nov 2009) | 1 line netcv2dvbip: added files ------------------------------------------------------------------------ r125 | fliegl | 2009-11-16 15:02:50 +0100 (Mon, 16 Nov 2009) | 22 lines updated netcv2dvbip --This line, and those below, will be ignored-- M mcast/netcv2dvbip/misc.h M mcast/netcv2dvbip/stream.h M mcast/netcv2dvbip/igmp.h M mcast/netcv2dvbip/mclilink.c M mcast/netcv2dvbip/thread.c M mcast/netcv2dvbip/README M mcast/netcv2dvbip/thread.h M mcast/netcv2dvbip/clist.c M mcast/netcv2dvbip/streamer.c M mcast/netcv2dvbip/clist.h M mcast/netcv2dvbip/main.c M mcast/netcv2dvbip/dvbipstream.h M mcast/netcv2dvbip/streamer.h M mcast/netcv2dvbip/misc.c M mcast/netcv2dvbip/stream.c M mcast/netcv2dvbip/makefile M mcast/netcv2dvbip/igmp.c M mcast/common/win32/visualstudio/netceiver-client.sln ------------------------------------------------------------------------ r124 | fliegl | 2009-11-16 14:23:00 +0100 (Mon, 16 Nov 2009) | 2 lines try to fix epg scan not stealing CAMs from live view ------------------------------------------------------------------------ r123 | fliegl | 2009-11-16 10:13:09 +0100 (Mon, 16 Nov 2009) | 2 lines fix compilation of dvbfuse ------------------------------------------------------------------------ r122 | fliegl | 2009-11-15 17:13:35 +0100 (Sun, 15 Nov 2009) | 2 lines minor fix ------------------------------------------------------------------------ r121 | fliegl | 2009-11-15 16:08:21 +0100 (Sun, 15 Nov 2009) | 2 lines minor fix ------------------------------------------------------------------------ r120 | fliegl | 2009-11-14 15:21:15 +0100 (Sat, 14 Nov 2009) | 2 lines fix retuning on DVB-S2 transponders which caused unintentional freeing of a tuner. ------------------------------------------------------------------------ r119 | fliegl | 2009-11-12 23:10:12 +0100 (Thu, 12 Nov 2009) | 2 lines fix Make depend in client ------------------------------------------------------------------------ r118 | fliegl | 2009-11-10 15:15:12 +0100 (Tue, 10 Nov 2009) | 2 lines minor fixes ------------------------------------------------------------------------ r117 | fliegl | 2009-11-10 12:15:29 +0100 (Tue, 10 Nov 2009) | 2 lines Service Call fix ------------------------------------------------------------------------ r116 | fliegl | 2009-11-09 14:51:26 +0100 (Mon, 09 Nov 2009) | 2 lines minor fix ------------------------------------------------------------------------ r115 | fliegl | 2009-11-09 13:47:37 +0100 (Mon, 09 Nov 2009) | 2 lines minor tuning fix, service api fix ------------------------------------------------------------------------ r114 | fliegl | 2009-11-08 18:16:26 +0100 (Sun, 08 Nov 2009) | 2 lines fix GetTunerInfo for more than 1 netceiver ------------------------------------------------------------------------ r113 | fliegl | 2009-11-08 17:15:19 +0100 (Sun, 08 Nov 2009) | 2 lines fix satellite position lookup when no position is given in source ------------------------------------------------------------------------ r112 | fliegl | 2009-11-07 11:36:10 +0100 (Sat, 07 Nov 2009) | 2 lines removed some debug output ------------------------------------------------------------------------ r111 | fliegl | 2009-11-07 03:09:32 +0100 (Sat, 07 Nov 2009) | 2 lines minor compilation fix ------------------------------------------------------------------------ r110 | fliegl | 2009-11-07 02:54:03 +0100 (Sat, 07 Nov 2009) | 2 lines fix ------------------------------------------------------------------------ r109 | fliegl | 2009-11-07 02:49:03 +0100 (Sat, 07 Nov 2009) | 2 lines refix ------------------------------------------------------------------------ r108 | fliegl | 2009-11-07 02:35:17 +0100 (Sat, 07 Nov 2009) | 2 lines fix build ------------------------------------------------------------------------ r107 | fliegl | 2009-11-07 01:48:26 +0100 (Sat, 07 Nov 2009) | 2 lines ARM Build fix ------------------------------------------------------------------------ r106 | fliegl | 2009-11-07 01:45:07 +0100 (Sat, 07 Nov 2009) | 2 lines ARMEL build fix ------------------------------------------------------------------------ r105 | fliegl | 2009-11-06 22:41:34 +0100 (Fri, 06 Nov 2009) | 2 lines change socket path to /var/tmp ------------------------------------------------------------------------ r104 | fliegl | 2009-11-06 12:08:33 +0100 (Fri, 06 Nov 2009) | 2 lines minor fix on libmcli ------------------------------------------------------------------------ r103 | fliegl | 2009-11-05 14:26:01 +0100 (Thu, 05 Nov 2009) | 2 lines minor fix ------------------------------------------------------------------------ r102 | fliegl | 2009-11-04 22:51:23 +0100 (Wed, 04 Nov 2009) | 2 lines minor fix for lockup issue in client ------------------------------------------------------------------------ r101 | fliegl | 2009-11-04 22:17:17 +0100 (Wed, 04 Nov 2009) | 2 lines fix locking issue ------------------------------------------------------------------------ r100 | fliegl | 2009-11-04 14:04:19 +0100 (Wed, 04 Nov 2009) | 7 lines - Fix CI-slot allocation on mixed tuner setups - Fix empty recordings of encrypted channels - Fix tuner allocation in case of existing device type limits - Fix locking issue / race condition - Add support for VDR > 1.7.1 (DVB-S2 API) ------------------------------------------------------------------------ r99 | fliegl | 2009-11-03 17:02:49 +0100 (Tue, 03 Nov 2009) | 1 line upd ------------------------------------------------------------------------ r98 | fliegl | 2009-10-30 11:58:32 +0100 (Fri, 30 Oct 2009) | 2 lines minor changes ------------------------------------------------------------------------ r97 | fliegl | 2009-10-29 11:55:46 +0100 (Thu, 29 Oct 2009) | 2 lines add mcliheaders define client ------------------------------------------------------------------------ r96 | fliegl | 2009-10-29 10:55:56 +0100 (Thu, 29 Oct 2009) | 2 lines minor code beautification ------------------------------------------------------------------------ r95 | fliegl | 2009-10-28 19:01:57 +0100 (Wed, 28 Oct 2009) | 1 line ext ref fixed ------------------------------------------------------------------------ r94 | fliegl | 2009-10-28 18:59:18 +0100 (Wed, 28 Oct 2009) | 1 line external ref ------------------------------------------------------------------------ r93 | fliegl | 2009-10-28 18:52:46 +0100 (Wed, 28 Oct 2009) | 1 line added external reference to dvbloop ------------------------------------------------------------------------ r92 | rollercoaster | 2009-10-28 17:23:08 +0100 (Wed, 28 Oct 2009) | 2 lines - mcast: add missing header ------------------------------------------------------------------------ r91 | fliegl | 2009-10-28 14:18:19 +0100 (Wed, 28 Oct 2009) | 8 lines - fixed socket API version checking - fixed clean target of plugin makefile - fixed selective CA availability for virtual mcli devices - added OSD message if no NetCeiver is available to serve a tuning request - added virtual dynamic CAM management, according to multi SID and multi transponder decryption capabilities of NetCeiver - added source verification according to satelite lists of NetCeiver - added CAM info to netcvdiag with argument -C ------------------------------------------------------------------------ r90 | fliegl | 2009-10-20 15:25:00 +0200 (Tue, 20 Oct 2009) | 2 lines new version ------------------------------------------------------------------------ r89 | fliegl | 2009-10-20 13:43:37 +0200 (Tue, 20 Oct 2009) | 1 line minor changes ------------------------------------------------------------------------ r88 | fliegl | 2009-10-20 13:20:37 +0200 (Tue, 20 Oct 2009) | 1 line remove previously added patch, add altmenu functionality locally ------------------------------------------------------------------------ r87 | fliegl | 2009-10-19 23:05:29 +0200 (Mon, 19 Oct 2009) | 1 line add patch for altmenuaction which is mandatory for receiving CAM messages (also required vdr-1.6.0-intcamdevices.patch) ------------------------------------------------------------------------ r86 | fliegl | 2009-10-19 17:35:03 +0200 (Mon, 19 Oct 2009) | 2 lines fix default interface and port for mmi_broadcast_client_init ------------------------------------------------------------------------ r85 | fliegl | 2009-10-19 15:39:46 +0200 (Mon, 19 Oct 2009) | 1 line vdr-mcli-plugin: beautified code ------------------------------------------------------------------------ r84 | fliegl | 2009-10-19 15:09:12 +0200 (Mon, 19 Oct 2009) | 2 lines fix dvb-s2 device allocation ------------------------------------------------------------------------ r83 | fliegl | 2009-10-18 22:55:55 +0200 (Sun, 18 Oct 2009) | 2 lines minor makefile fix ------------------------------------------------------------------------ r82 | fliegl | 2009-10-18 12:50:58 +0200 (Sun, 18 Oct 2009) | 2 lines minor fixes ------------------------------------------------------------------------ r81 | fliegl | 2009-10-17 22:18:16 +0200 (Sat, 17 Oct 2009) | 2 lines Reduce ca capable devices according to number of used CI slots ------------------------------------------------------------------------ r80 | fliegl | 2009-10-15 13:18:34 +0200 (Thu, 15 Oct 2009) | 2 lines minor fixeminor fixess ------------------------------------------------------------------------ r79 | fliegl | 2009-10-12 21:30:49 +0200 (Mon, 12 Oct 2009) | 1 line added new tool netcvlogview ------------------------------------------------------------------------ r78 | fliegl | 2009-10-09 14:10:45 +0200 (Fri, 09 Oct 2009) | 2 lines minor changes ------------------------------------------------------------------------ r77 | dirk | 2009-10-08 15:36:21 +0200 (Thu, 08 Oct 2009) | 2 lines mcli-pi: add version for device ------------------------------------------------------------------------ r76 | dirk | 2009-10-08 14:21:04 +0200 (Thu, 08 Oct 2009) | 2 lines mcli-pi: IsTunedToTransponder returns true only if it is really tuned ------------------------------------------------------------------------ r75 | fliegl | 2009-10-07 10:37:22 +0200 (Wed, 07 Oct 2009) | 2 lines fix bug in ts handling ------------------------------------------------------------------------ r74 | fliegl | 2009-10-01 22:27:53 +0200 (Thu, 01 Oct 2009) | 2 lines fix outgoing interface for mld reporter ------------------------------------------------------------------------ r73 | fliegl | 2009-10-01 11:43:05 +0200 (Thu, 01 Oct 2009) | 2 lines Fix win32 compilation ------------------------------------------------------------------------ r72 | fliegl | 2009-09-30 22:00:17 +0200 (Wed, 30 Sep 2009) | 1 line added new project netcv2dvbip originally by Christian Cier-Zniewski (nano) ------------------------------------------------------------------------ r71 | fliegl | 2009-09-23 15:27:27 +0200 (Wed, 23 Sep 2009) | 2 lines updated ------------------------------------------------------------------------ r70 | fliegl | 2009-09-18 13:59:53 +0200 (Fri, 18 Sep 2009) | 2 lines testing a shorter temporary device timeout value to improve zapping speed in overprovioned scenarios ------------------------------------------------------------------------ r69 | doychevz | 2009-09-17 15:34:26 +0200 (Thu, 17 Sep 2009) | 2 lines vdr-mcli-plugins: sync. ------------------------------------------------------------------------ r68 | fliegl | 2009-09-15 23:42:27 +0200 (Tue, 15 Sep 2009) | 2 lines fix cam menu, fix dolby sound for encrypted channels ------------------------------------------------------------------------ r67 | doychevz | 2009-09-13 16:31:26 +0200 (Sun, 13 Sep 2009) | 2 lines sync. MMI broadcasts fix. ------------------------------------------------------------------------ r66 | bratfisch | 2009-09-11 10:35:55 +0200 (Fri, 11 Sep 2009) | 2 lines - syncing the repositories ------------------------------------------------------------------------ r65 | fliegl | 2009-09-09 16:35:37 +0200 (Wed, 09 Sep 2009) | 2 lines minor fix ------------------------------------------------------------------------ r64 | fliegl | 2009-09-09 16:12:36 +0200 (Wed, 09 Sep 2009) | 2 lines fix garbage collection in filter ------------------------------------------------------------------------ r63 | fliegl | 2009-09-09 15:50:19 +0200 (Wed, 09 Sep 2009) | 2 lines fix bug on close filter ------------------------------------------------------------------------ r62 | fliegl | 2009-09-09 15:43:49 +0200 (Wed, 09 Sep 2009) | 2 lines fix on filter closing ------------------------------------------------------------------------ r61 | fliegl | 2009-09-09 15:34:59 +0200 (Wed, 09 Sep 2009) | 2 lines minor fix ------------------------------------------------------------------------ r60 | fliegl | 2009-09-09 12:08:36 +0200 (Wed, 09 Sep 2009) | 2 lines fix filter handling ------------------------------------------------------------------------ r59 | fliegl | 2009-09-08 18:12:52 +0200 (Tue, 08 Sep 2009) | 2 lines minor changes ------------------------------------------------------------------------ r58 | fliegl | 2009-09-08 16:40:48 +0200 (Tue, 08 Sep 2009) | 2 lines minor changes ------------------------------------------------------------------------ r57 | fliegl | 2009-09-08 15:47:01 +0200 (Tue, 08 Sep 2009) | 2 lines minor fix ------------------------------------------------------------------------ r56 | fliegl | 2009-09-08 15:27:09 +0200 (Tue, 08 Sep 2009) | 2 lines minor fix for dvb-t channel scan ------------------------------------------------------------------------ r55 | fliegl | 2009-09-08 15:12:24 +0200 (Tue, 08 Sep 2009) | 2 lines fix warning message ------------------------------------------------------------------------ r54 | fliegl | 2009-09-08 15:03:16 +0200 (Tue, 08 Sep 2009) | 2 lines fix channelscan ------------------------------------------------------------------------ r53 | fliegl | 2009-09-08 14:36:49 +0200 (Tue, 08 Sep 2009) | 2 lines temp device disabling stuff ------------------------------------------------------------------------ r52 | fliegl | 2009-09-08 14:27:51 +0200 (Tue, 08 Sep 2009) | 2 lines minor fixes ------------------------------------------------------------------------ r51 | fliegl | 2009-09-08 11:13:02 +0200 (Tue, 08 Sep 2009) | 2 lines temp device disabling testing ------------------------------------------------------------------------ r50 | bratfisch | 2009-09-07 16:10:45 +0200 (Mon, 07 Sep 2009) | 2 lines - just syncing the repositories once again ------------------------------------------------------------------------ r49 | fliegl | 2009-09-07 14:29:22 +0200 (Mon, 07 Sep 2009) | 2 lines no functional change ------------------------------------------------------------------------ r48 | fliegl | 2009-09-07 14:23:22 +0200 (Mon, 07 Sep 2009) | 2 lines minor fix ------------------------------------------------------------------------ r47 | fliegl | 2009-09-04 17:14:06 +0200 (Fri, 04 Sep 2009) | 2 lines minor fix ------------------------------------------------------------------------ r46 | fliegl | 2009-09-04 16:39:18 +0200 (Fri, 04 Sep 2009) | 2 lines fix crash on mmi broadcast message ------------------------------------------------------------------------ r45 | fliegl | 2009-09-04 13:48:08 +0200 (Fri, 04 Sep 2009) | 2 lines minor fixes ------------------------------------------------------------------------ r44 | fliegl | 2009-09-02 09:47:37 +0200 (Wed, 02 Sep 2009) | 2 lines fix pidslist maintenance, fix startup channel selection ------------------------------------------------------------------------ r43 | fliegl | 2009-09-01 15:31:16 +0200 (Tue, 01 Sep 2009) | 2 lines remove debug output ------------------------------------------------------------------------ r42 | fliegl | 2009-09-01 15:10:27 +0200 (Tue, 01 Sep 2009) | 2 lines make dvb-t and dvb-c work ------------------------------------------------------------------------ r41 | bratfisch | 2009-09-01 12:49:14 +0200 (Tue, 01 Sep 2009) | 2 lines just syncing the repositories once again ------------------------------------------------------------------------ r40 | fliegl | 2009-08-31 15:38:39 +0200 (Mon, 31 Aug 2009) | 2 lines minor fixes ------------------------------------------------------------------------ r39 | fliegl | 2009-08-29 12:31:46 +0200 (Sat, 29 Aug 2009) | 2 lines Enable forced CAM slot selection, make reinit more safe ------------------------------------------------------------------------ r38 | rollercoaster | 2009-08-27 10:01:43 +0200 (Thu, 27 Aug 2009) | 3 lines - enabled MCLI_SHARED for vdr-plugin-mcli - adjust makefile rules/targes ------------------------------------------------------------------------ r37 | fliegl | 2009-08-26 17:10:21 +0200 (Wed, 26 Aug 2009) | 2 lines changed error handling to avoid exit calls on failed socket calls ------------------------------------------------------------------------ r36 | doychevz | 2009-08-26 16:38:49 +0200 (Wed, 26 Aug 2009) | 1 line ------------------------------------------------------------------------ r35 | dirk | 2009-08-24 15:47:49 +0200 (Mon, 24 Aug 2009) | 2 lines mcli-pi: changed cam handling ------------------------------------------------------------------------ r34 | dirk | 2009-08-20 12:37:46 +0200 (Thu, 20 Aug 2009) | 6 lines mcli-pi: keep pid active if filter with same pid is closed handle all filters if more than one matches moved handle_ts to cMcliDevice::HandleTsData notify plugins for new or deleted devices ------------------------------------------------------------------------ r33 | fliegl | 2009-08-18 09:44:12 +0200 (Tue, 18 Aug 2009) | 2 lines minor changes to log output, put warnings instead of errors ------------------------------------------------------------------------ r32 | fliegl | 2009-08-14 14:23:58 +0200 (Fri, 14 Aug 2009) | 2 lines fixed ------------------------------------------------------------------------ r31 | fliegl | 2009-08-14 08:25:08 +0200 (Fri, 14 Aug 2009) | 2 lines Re-Enabled service and plugin reconfigure function ------------------------------------------------------------------------ r30 | fliegl | 2009-07-28 11:17:57 +0200 (Tue, 28 Jul 2009) | 2 lines fix zapping with encrypted transponder, fix generic si parser ------------------------------------------------------------------------ r29 | fliegl | 2009-07-17 17:38:21 +0200 (Fri, 17 Jul 2009) | 1 line added API documentation, removed debug compilation from mcli lib ------------------------------------------------------------------------ r28 | bratfisch | 2009-07-16 15:38:56 +0200 (Thu, 16 Jul 2009) | 2 lines - just syncing the repos ------------------------------------------------------------------------ r27 | fliegl | 2009-07-15 23:03:18 +0200 (Wed, 15 Jul 2009) | 2 lines fix retune on start of recording ------------------------------------------------------------------------ r26 | fliegl | 2009-07-14 17:47:17 +0200 (Tue, 14 Jul 2009) | 1 line added files ------------------------------------------------------------------------ r25 | fliegl | 2009-07-14 17:46:36 +0200 (Tue, 14 Jul 2009) | 1 line added files ------------------------------------------------------------------------ r24 | bratfisch | 2009-07-09 13:57:34 +0200 (Thu, 09 Jul 2009) | 2 lines - just syncing the repos ------------------------------------------------------------------------ r23 | bratfisch | 2009-07-08 17:24:31 +0200 (Wed, 08 Jul 2009) | 2 lines - just syncing the repos once again ------------------------------------------------------------------------ r22 | bratfisch | 2009-07-08 15:36:48 +0200 (Wed, 08 Jul 2009) | 2 lines - just syncing the repos once again ------------------------------------------------------------------------ r21 | bratfisch | 2009-07-08 14:18:49 +0200 (Wed, 08 Jul 2009) | 2 lines - just syncing the repos once again ------------------------------------------------------------------------ r20 | bratfisch | 2009-07-08 13:08:48 +0200 (Wed, 08 Jul 2009) | 2 lines - vdr-mcli-plugin-repository: mld_common.c now needs siparser.h - should compile again file now ------------------------------------------------------------------------ r19 | bratfisch | 2009-07-08 12:55:54 +0200 (Wed, 08 Jul 2009) | 2 lines - just syncing the repositories ------------------------------------------------------------------------ r18 | fliegl | 2009-06-24 09:15:31 +0200 (Wed, 24 Jun 2009) | 1 line add new project dvbfuse ------------------------------------------------------------------------ r17 | fliegl | 2009-06-24 09:08:55 +0200 (Wed, 24 Jun 2009) | 2 lines Improve zapping speed ------------------------------------------------------------------------ r16 | bratfisch | 2009-06-18 16:18:37 +0200 (Thu, 18 Jun 2009) | 2 lines vdr-mcli-plugin: just syncing.. ------------------------------------------------------------------------ r15 | fliegl | 2009-06-17 13:45:25 +0200 (Wed, 17 Jun 2009) | 2 lines fixed makefile ------------------------------------------------------------------------ r14 | fliegl | 2009-06-16 14:13:10 +0200 (Tue, 16 Jun 2009) | 2 lines minor changes, code cleanup ------------------------------------------------------------------------ r13 | rollercoaster | 2009-06-09 15:01:41 +0200 (Tue, 09 Jun 2009) | 2 lines - add german translation ------------------------------------------------------------------------ r12 | rollercoaster | 2009-06-09 15:00:51 +0200 (Tue, 09 Jun 2009) | 3 lines - sync with dvbmast svn - make it (cross-) compile on armel ------------------------------------------------------------------------ r11 | bratfisch | 2009-06-04 11:07:49 +0200 (Thu, 04 Jun 2009) | 2 lines just syncing the SVNs once again ------------------------------------------------------------------------ r10 | bratfisch | 2009-06-03 16:43:53 +0200 (Wed, 03 Jun 2009) | 2 lines - just syncing once again ------------------------------------------------------------------------ r9 | bratfisch | 2009-06-02 15:57:29 +0200 (Tue, 02 Jun 2009) | 2 lines vdr-mcli-plugin: just syncing - initial support for CAM-menus ------------------------------------------------------------------------ r8 | fliegl | 2009-05-18 17:24:17 +0200 (Mon, 18 May 2009) | 2 lines default if in mmi_session ------------------------------------------------------------------------ r7 | fliegl | 2009-05-17 10:55:53 +0200 (Sun, 17 May 2009) | 2 lines ringbuffer fix ------------------------------------------------------------------------ r6 | fliegl | 2009-05-16 18:01:37 +0200 (Sat, 16 May 2009) | 2 lines minor changes ------------------------------------------------------------------------ r5 | fliegl | 2009-05-15 19:32:12 +0200 (Fri, 15 May 2009) | 2 lines Fixed Ringbuffer locking. ------------------------------------------------------------------------ r4 | fliegl | 2009-05-14 14:47:34 +0200 (Thu, 14 May 2009) | 2 lines increased TS buffer ------------------------------------------------------------------------ r3 | fliegl | 2009-05-14 14:12:50 +0200 (Thu, 14 May 2009) | 2 lines made buffer TS aligned, added more demo code for mmi ------------------------------------------------------------------------ r2 | fliegl | 2009-05-13 14:31:04 +0200 (Wed, 13 May 2009) | 1 line preliminary CAM MMI support ------------------------------------------------------------------------ r1 | fliegl | 2009-05-08 23:26:08 +0200 (Fri, 08 May 2009) | 1 line auto committed ------------------------------------------------------------------------