From pouchintv-dev at baysse.fr Fri Jan 8 10:42:07 2010 From: pouchintv-dev at baysse.fr (=?iso-8859-1?q?Liste_utilis=E9e_par_les_d=E9veloppeurs?=) Date: ven, 8 jan 2010 10:42:07 +0100 Subject: [Pouchintv-dev] [PouchinTVMod] gingko | r224 - / trunk Message-ID: <20100108094208.2C5655F772@mail.baysse.fr> Author: gingko Date: 2010-01-08 10:42:07 +0100 (ven 08 jan 2010) New Revision: 224 Added: docs/ Removed: trunk/docs/ Log: Déplacement du répertoire "docs" du tronc à la racine du dépôt SVN. En effet, ce répertoire étant supposé connaître une évolution nettement distincte de celui des répertoires de code, il semble peu pertinent qu'il se trouve dupliqué dans tous les tags présents et à venir. From pouchintv-dev at baysse.fr Fri Jan 8 10:46:05 2010 From: pouchintv-dev at baysse.fr (=?iso-8859-1?q?Liste_utilis=E9e_par_les_d=E9veloppeurs?=) Date: ven, 8 jan 2010 10:46:05 +0100 Subject: [Pouchintv-dev] [PouchinTVMod] gingko | r225 - tags/pouchintv_mod-0.6.0 Message-ID: <20100108094605.D35475F75B@mail.baysse.fr> Author: gingko Date: 2010-01-08 10:46:05 +0100 (ven 08 jan 2010) New Revision: 225 Removed: tags/pouchintv_mod-0.6.0/docs/ Log: Suppression du répertoire "docs" du tag 0.6.0, concomitamment au déplacement qui vient d'être effectué. From pouchintv-dev at baysse.fr Fri Jan 8 10:59:36 2010 From: pouchintv-dev at baysse.fr (=?iso-8859-1?q?Liste_utilis=E9e_par_les_d=E9veloppeurs?=) Date: ven, 8 jan 2010 10:59:36 +0100 Subject: [Pouchintv-dev] [PouchinTVMod] gingko | r226 - tags/pouchintv_mod-0.6.0 trunk Message-ID: <20100108095937.4803F5F75B@mail.baysse.fr> Author: gingko Date: 2010-01-08 10:59:36 +0100 (ven 08 jan 2010) New Revision: 226 Modified: tags/pouchintv_mod-0.6.0/ tags/pouchintv_mod-0.6.0/Doxyfile tags/pouchintv_mod-0.6.0/Pouchin TV_2005.vcproj tags/pouchintv_mod-0.6.0/Pouchin TV_2008.vcproj tags/pouchintv_mod-0.6.0/changelog.html trunk/ trunk/Doxyfile trunk/Pouchin TV_2005.vcproj trunk/Pouchin TV_2008.vcproj trunk/changelog.html Log: Ajustements mineurs : * Le répertoire de génération des fichiers Doxygen est renommé en Doxygen_files (plutôt que html) et relocalisé dans le répertoire de la solution. * Le numéro de version dans le fichier Doxyfile est ajusté (oubli). * Petit correctif dans changelog.html. * Ajout d'une définition préprocesseur manquante dans certaines configuration des fichiers de projet. * Les propriétés "svnignore" des répertoires "trunk" et "pouchintv_mod-0.6.0" sont actualisées. Property changes on: tags/pouchintv_mod-0.6.0 ___________________________________________________________________ Modifié : svn:ignore - Debug Release Vista Debug Vista Release x64 chaines.xml config.ini pouchin.log Pouchin TV_*.suo Pouchin TV_*.ncb Pouchin TV_*.vcproj.* programmes.xml .*.swp version.txt res.aps PouchinTVMod*.exe vstudio_edition.h Debug_x64 Release_x64 version.h Release_SBCS Debug_SBCS Release_SBCS_x64 Debug_SBCS_x64 version.nsh Setup_*.vcproj.* + Debug* Diagnostic* Release* chaines.xml config.ini pouchin.log *.suo *.ncb *.aps *.vcproj.* programmes.xml version.txt PouchinTVMod*.exe vstudio_edition.h version.h version.nsh Modifié: tags/pouchintv_mod-0.6.0/Doxyfile =================================================================== --- tags/pouchintv_mod-0.6.0/Doxyfile 2010-01-08 09:46:05 UTC (rev 225) +++ tags/pouchintv_mod-0.6.0/Doxyfile 2010-01-08 09:59:36 UTC (rev 226) @@ -28,13 +28,13 @@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5~svn +PROJECT_NUMBER = 0.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = docs +OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -657,7 +657,7 @@ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = Doxygen_files # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank Modifié: tags/pouchintv_mod-0.6.0/Pouchin TV_2005.vcproj =================================================================== --- tags/pouchintv_mod-0.6.0/Pouchin TV_2005.vcproj 2010-01-08 09:46:05 UTC (rev 225) +++ tags/pouchintv_mod-0.6.0/Pouchin TV_2005.vcproj 2010-01-08 09:59:36 UTC (rev 226) @@ -47,7 +47,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -411,7 +411,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" Modifié: tags/pouchintv_mod-0.6.0/Pouchin TV_2008.vcproj =================================================================== --- tags/pouchintv_mod-0.6.0/Pouchin TV_2008.vcproj 2010-01-08 09:46:05 UTC (rev 225) +++ tags/pouchintv_mod-0.6.0/Pouchin TV_2008.vcproj 2010-01-08 09:59:36 UTC (rev 226) @@ -48,7 +48,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -408,7 +408,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" Modifié: tags/pouchintv_mod-0.6.0/changelog.html =================================================================== --- tags/pouchintv_mod-0.6.0/changelog.html 2010-01-08 09:46:05 UTC (rev 225) +++ tags/pouchintv_mod-0.6.0/changelog.html 2010-01-08 09:59:36 UTC (rev 226) @@ -82,7 +82,7 @@
  • fond vert pour les émissions de la chaîne courante ;
  • fond jaune clair pour les émissions des chaînes diffusées sur le même multiplex que la chaîne courante ;
  • -
  • les émissions supposées être en cours de diffusion (selon leur horaire sont +
  • les émissions supposées être en cours de diffusion (selon leur horaire) sont affichées avec le texte en bleu ;
  • les émissions en cours d'enregistrement sont affichées en texte rouge ;
  • les autres émissions sont affichées en gris.
  • Property changes on: trunk ___________________________________________________________________ Modifié : svn:ignore - Debug Release Vista Debug Vista Release x64 chaines.xml config.ini pouchin.log Pouchin TV_*.suo Pouchin TV_*.ncb Pouchin TV_*.vcproj.* programmes.xml .*.swp version.txt res.aps PouchinTVMod*.exe vstudio_edition.h Debug_x64 Release_x64 version.h Release_SBCS Debug_SBCS Release_SBCS_x64 Debug_SBCS_x64 version.nsh Setup_*.vcproj.* + Debug* Diagnostic* Release* chaines.xml config.ini pouchin.log *.suo *.ncb *.aps *.vcproj.* programmes.xml version.txt PouchinTVMod*.exe vstudio_edition.h version.h version.nsh Modifié: trunk/Doxyfile =================================================================== --- trunk/Doxyfile 2010-01-08 09:46:05 UTC (rev 225) +++ trunk/Doxyfile 2010-01-08 09:59:36 UTC (rev 226) @@ -28,13 +28,13 @@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5~svn +PROJECT_NUMBER = 0.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = docs +OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -657,7 +657,7 @@ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = Doxygen_files # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank Modifié: trunk/Pouchin TV_2005.vcproj =================================================================== --- trunk/Pouchin TV_2005.vcproj 2010-01-08 09:46:05 UTC (rev 225) +++ trunk/Pouchin TV_2005.vcproj 2010-01-08 09:59:36 UTC (rev 226) @@ -47,7 +47,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -411,7 +411,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" Modifié: trunk/Pouchin TV_2008.vcproj =================================================================== --- trunk/Pouchin TV_2008.vcproj 2010-01-08 09:46:05 UTC (rev 225) +++ trunk/Pouchin TV_2008.vcproj 2010-01-08 09:59:36 UTC (rev 226) @@ -48,7 +48,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -408,7 +408,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="BaseClasses" - PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;USE_CONSOLE=1" + PreprocessorDefinitions="NTDDI_VERSION=0x05010200;_WIN32_WINNT=0x0501;_CRT_SECURE_NO_DEPRECATE;_DIAGNOSTIC;USE_CONSOLE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" Modifié: trunk/changelog.html =================================================================== --- trunk/changelog.html 2010-01-08 09:46:05 UTC (rev 225) +++ trunk/changelog.html 2010-01-08 09:59:36 UTC (rev 226) @@ -82,7 +82,7 @@
  • fond vert pour les émissions de la chaîne courante ;
  • fond jaune clair pour les émissions des chaînes diffusées sur le même multiplex que la chaîne courante ;
  • -
  • les émissions supposées être en cours de diffusion (selon leur horaire sont +
  • les émissions supposées être en cours de diffusion (selon leur horaire) sont affichées avec le texte en bleu ;
  • les émissions en cours d'enregistrement sont affichées en texte rouge ;
  • les autres émissions sont affichées en gris.
  • From pouchintv-dev at baysse.fr Sat Jan 9 15:43:50 2010 From: pouchintv-dev at baysse.fr (=?iso-8859-1?q?Liste_utilis=E9e_par_les_d=E9veloppeurs?=) Date: sam, 9 jan 2010 15:43:50 +0100 Subject: [Pouchintv-dev] [PouchinTVMod] gingko | r227 - in trunk: . BaseClasses Message-ID: <20100109144352.6E59A5F77D@mail.baysse.fr> Author: gingko Date: 2010-01-09 15:43:49 +0100 (sam 09 jan 2010) New Revision: 227 Modified: trunk/BaseClasses/Doxyfile trunk/Doxyfile trunk/canaux.ini trunk/capture.cpp trunk/capture.h trunk/changelog.html trunk/channels.cpp trunk/channels.h trunk/chanutils.cpp trunk/chanutils.h trunk/config.h trunk/ini.cpp trunk/ini.h trunk/main.cpp trunk/mpeg2defs.h trunk/parse.cpp trunk/pmtfilter.cpp trunk/record.cpp trunk/recprog.cpp trunk/recprog.h trunk/res.rc trunk/utils.cpp trunk/utils.h Log: Simplification de la représentation des données représentant les flux TS des chaînes. channels.h, channels.cpp, chanutils.h, chanutils.cpp, pmtfilter.cpp, parse.cpp, main.cpp, record.cpp, recprog.cpp : * La structure "ChainePMT" avec ses fonctions membres est déplacée depuis "channels.h/.cpp" vers le fichier "chanutils.h/cpp". * Le champ "pmt_pid" fait maintenant partie de cette structure, ce qui permet de l'utiliser pour décrire entièrement les flux TS à enregistrer dans un fichier du même type. * Les deux listes de pistes ("son" et "autres") sont fusionnées en une seule, organisée pour avoir les pistes "son" au début et les pistes "autres" ensuite, successivement dans la même liste. Dans cette nouvelle liste, la variable membre "nbr" indique le nombre de pistes "son", la variable "nbr_tot" le nombre de pistes total, le nombre de pistes "autres" se déduisant de la différence entre les deux. capture.h, capture.cpp, record.cpp : * Utilisation effective de la structure "ChainePMT" dans les enregistrements au format TS. config.h, ini.h : * La directive STREAMS_SAVE_ALL est déplacée dans le fichier "config.h". res.rc : * Correctif (oubli) dans le nom du dialogue d'arrêt temporisé des enregistrements. util.h, util.cpp : * Ajout d'une macro CHAR2TCHAR en correspondance avec la macro WCHAR2TCHAR, optimisation de la fonction WChar2Char existante, et ajout de la fonction inverse Char2WChar. recprog.h, recprog.cpp, ini.h, ini.cpp : * La liste des jours de la semaine est maintenant une chaîne SBCS (plus pertinent avec les fichiers XML et compatible avec l'UTF-8) destinée à être exploitée par StringToEnum et EnumToString, et est un membre statique de la classe "Programme". ini.h, ini.cpp : * La structure NomFichierConf est maintenant un "template", permettant de l'utiliser avec une combinaison quelconque de chaînes CHAR / WCHAR / TCHAR. * Ajout de raccourcis modifiables pour le dialogue de configuration et le dialogue de qualité du signal. * Correctif : la présence d'un canal avec une valeur 0 dans le fichier canaux.ini n'a plus pour effet d'interrompre la recherche. * Les noms des fichiers "chaines.xml" et "programmes.xml" sont définis dans des macros. * Ajout d'attributs "const" et retrait d'attributs "void". * La valeur de retour de la fonction "lit_programmes" devient un HRESULT. mpeg2defs.h : * Commentaires ajoutés. Modifié: trunk/BaseClasses/Doxyfile =================================================================== --- trunk/BaseClasses/Doxyfile 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/BaseClasses/Doxyfile 2010-01-09 14:43:49 UTC (rev 227) @@ -34,7 +34,7 @@ # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = ..\docs\BaseClasses +OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -115,6 +115,12 @@ # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO +# Note : si, à la génération, vous obtenez des erreurs multiples de type +# "Error opening map file *.map for inclusion in the docs!", ne cherchez pas à +# changer l'option SHORT_NAMES ainsi qu'il est parfois indiqué sur le Net. +# Contentez-vous d'effacer le contenu du répertoire "Doxygen_files" et refaites +# la génération de la documentation Doxyfile. Voir bug Doxygen 525273, ici : +# http://bugzilla.gnome.org/show_bug.cgi?id=525273 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style @@ -651,7 +657,7 @@ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = Doxygen_files # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank @@ -1220,11 +1226,8 @@ # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. -DOT_PATH = "C:/Program Files/Graphviz 2.21/bin" +DOT_PATH = -# Attention : sur un OS 64 bits, ce répertoire devrait être le suivant : -# DOT_PATH = "C:/Program Files (x86)/Graphviz 2.21/bin" - # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). Modifié: trunk/Doxyfile =================================================================== --- trunk/Doxyfile 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/Doxyfile 2010-01-09 14:43:49 UTC (rev 227) @@ -117,9 +117,9 @@ SHORT_NAMES = NO # Note : si, à la génération, vous obtenez des erreurs multiples de type # "Error opening map file *.map for inclusion in the docs!", ne cherchez pas à -# changer l'option SHORT_NAMES ainsi qu'il est parfois ndiqué sur le Net. -# Contentez-vous d'effacer le contenu du répertoire "docs/html" et refaites la -# génération de la documentation Doxyfile. Voir bug Doxygen 525273, ici : +# changer l'option SHORT_NAMES ainsi qu'il est parfois indiqué sur le Net. +# Contentez-vous d'effacer le contenu du répertoire "Doxygen_files" et refaites +# la génération de la documentation Doxyfile. Voir bug Doxygen 525273, ici : # http://bugzilla.gnome.org/show_bug.cgi?id=525273 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen Modifié: trunk/canaux.ini =================================================================== --- trunk/canaux.ini 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/canaux.ini 2010-01-09 14:43:49 UTC (rev 227) @@ -2748,7 +2748,7 @@ [Mont-Revard - Le Revard] R1=33 -R2=48 +R2=32 R3=39 R4=54 R5=0 Modifié: trunk/capture.cpp =================================================================== --- trunk/capture.cpp 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/capture.cpp 2010-01-09 14:43:49 UTC (rev 227) @@ -69,15 +69,9 @@ CloseHandle(hFile); } -CCapture_TS::CCapture_TS( - HANDLE hFil, UINT16 pmt, UINT16 video, - const liste_pistes & lst_sons, - const liste_pistes & lst_autr) : +CCapture_TS::CCapture_TS(HANDLE hFil, const ChainePMT & lst_pistes) : CCapture(hFil), - video_pid(video), - pmt_pid(pmt), - sons(lst_sons), - autr(lst_autr) + pistes(lst_pistes) { } @@ -88,10 +82,9 @@ if ( pid == p_pid_PAT || - pid == pmt_pid || - pid == video_pid || - sons.cherche_pid(pid) || - autr.cherche_pid(pid) + pid == pistes.pmt_pid || + pid == pistes.video_pid || + pistes.cherche_pid(pid) ) ecrit_fichier(p.bytes, TS_SIZE); } Modifié: trunk/capture.h =================================================================== --- trunk/capture.h 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/capture.h 2010-01-09 14:43:49 UTC (rev 227) @@ -57,16 +57,11 @@ class CCapture_TS : public CCapture { - UINT16 video_pid; - UINT16 pmt_pid; - liste_pistes sons; - liste_pistes autr; + ChainePMT pistes; public: - CCapture_TS(HANDLE hFil, UINT16 pmt, UINT16 video, - const liste_pistes & lst_sons, - const liste_pistes & lst_autr); + CCapture_TS(HANDLE hFil, const ChainePMT & lst_pistes); virtual void traite_paquet(const TS_packet & p); }; Modifié: trunk/changelog.html =================================================================== --- trunk/changelog.html 2010-01-08 09:59:36 UTC (rev 226) +++ trunk/changelog.html 2010-01-09 14:43:49 UTC (rev 227) @@ -57,6 +57,14 @@

    Changements réalisés pour la version 0.6

    +
    SVN rév. 227 :
    +
    +
    +
    0.6.0.223 (publiée le 27 décembre 2009) :