├── Common ├── Util.h ├── ErrDef.h ├── Util.cpp ├── CommonDef.h ├── ProxyUtil.h ├── SendTSTCP.h ├── StructDef.h ├── CtrlCmdDef.h ├── CtrlCmdUtil.h ├── LockUtil.cpp ├── MessageUtil.h ├── NWStructDef.h ├── PathUtil.cpp ├── ProxyUtil.cpp ├── SendCtrlCmd.h ├── TCPServer.cpp ├── TimeUtil.cpp ├── WinHTTPUtil.h ├── twitterUtil.h ├── CtrlCmdUtil.cpp ├── CtrlCmdUtil2.cpp ├── CtrlCmdUtil2.h ├── EpgDataCap3Def.h ├── EpgTimerUtil.cpp ├── EpgTimerUtil.h ├── HttpServer.cpp ├── MessageUtil.cpp ├── ParseChText4.cpp ├── ParseChText4.h ├── ParseChText5.cpp ├── ParseChText5.h ├── PipeServer.cpp ├── SendCtrlCmd.cpp ├── StringUtil.cpp ├── TSBuffUtil.cpp ├── TimeShiftUtil.h ├── WinHTTPUtil.cpp ├── twitterUtil.cpp ├── EpgDataCap3Util.h ├── ParseRecInfoText.h ├── ParseReserveText.h ├── ReNamePlugInUtil.h ├── SendTSTCPDllUtil.h ├── TCPServerUtil.cpp ├── TimeShiftUtil.cpp ├── WritePlugInUtil.h ├── EpgDataCap3Util.cpp ├── ParseEpgAutoAddText.h ├── ParseRecInfoText.cpp ├── ParseReserveText.cpp ├── ParseSearchChgText.h ├── ParseServiceChgText.h ├── ReNamePlugInUtil.cpp ├── SendTSTCPDllUtil.cpp ├── WritePlugInUtil.cpp ├── ParseContentTypeText.h ├── ParseEpgAutoAddText.cpp ├── ParseSearchChgText.cpp ├── ParseServiceChgText.cpp ├── ParseContentTypeText.cpp ├── ParseManualAutoAddText.cpp ├── ParseManualAutoAddText.h ├── LockUtil.h ├── ServiceUtil.h ├── PipeServer.h ├── TCPServer.h ├── PathUtil.h ├── HttpServer.h └── TSBuffUtil.h ├── BonCtrl ├── TSOut.h ├── BonCtrl.h ├── TSOut.cpp ├── BonCtrl.cpp ├── BonCtrlDef.h ├── CATUtil.cpp ├── ChSetUtil.h ├── IBonDriver.h ├── PMTUtil.cpp ├── PacketInit.h ├── SendUDP.cpp ├── BonDriverUtil.h ├── ChSetUtil.cpp ├── DropCount.cpp ├── IB25Decoder.h ├── IBonDriver2.h ├── PacketInit.cpp ├── WriteTSFile.cpp ├── WriteTSFile.h ├── BonDriverUtil.cpp ├── CreatePATPacket.h ├── CreatePMTPacket.h ├── OneServiceUtil.h ├── CreatePATPacket.cpp ├── CreatePMTPacket.cpp ├── OneServiceUtil.cpp ├── ScrambleDecoderUtil.cpp ├── SendTCP.h ├── SendTCP.cpp ├── CATUtil.h ├── SendUDP.h ├── ScrambleDecoderUtil.h └── PMTUtil.h ├── ini ├── Bitrate.ini ├── BonCtrl.ini ├── ConvertText.txt └── ContentTypeText.txt ├── UPnPCtrl ├── NICUtil.h ├── HttpUtil.h ├── MPInclude.h ├── NICUtil.cpp ├── SortListUtil.h ├── ThreadUtil.cpp ├── ThreadUtil.h ├── UpnpSsdpUtil.h ├── SortListUtil.cpp ├── UpnpSsdpUtil.cpp ├── UpnpStructDef.h ├── CharUtil.h └── UpnpUtil.h ├── Document ├── History.txt ├── Readme.txt ├── HowToBuild.txt ├── Readme_EpgTimer.txt ├── Readme_EpgDataCap_Bon.txt └── Patch │ ├── 121103_Win8での滲み対策.txt │ ├── テレビ番組雑誌風の番組表の設定方法.txt │ ├── ボタンの幅などを変更する場合の修正箇所02.txt │ ├── 121014_EPGデータ対策不正な文字コード.txt │ ├── 130206_ボタンの幅などを変更する場合の修正箇所.txt │ ├── 121014_EPGデータ対策不正な文字コード_J59KpGPU.diff │ ├── 130210_スリープ抑止拡張(120704に公表)_edcb.patch │ ├── 130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt │ ├── 121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt │ ├── 130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt │ ├── 130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt │ ├── 120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt │ ├── 130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt │ ├── 130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt │ └── 121014_(未適用)EPGデータ対策不正な文字コード_とりあえずMXだけ基本情報のみ取得するようにするとうまくいく 10.69用パッチ.txt ├── twitter ├── twitter │ ├── stdafx.h │ ├── twitter.h │ ├── OAuthUtil.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── twitter.cpp │ ├── twitter.rc │ ├── twitterDef.h │ ├── OAuthUtil.cpp │ ├── TwitterMain.h │ ├── WinHTTPUtil.h │ ├── RequestUtil.cpp │ ├── TwitterMain.cpp │ ├── WinHTTPUtil.cpp │ ├── twitter.vcxproj.user │ ├── twitter.def │ └── RequestUtil.h └── twitter.sln ├── CtrlCmdCLI └── CtrlCmdCLI │ ├── CtrlCmdCLIDef.cpp │ ├── app.rc │ ├── Stdafx.h │ ├── app.aps │ ├── app.ico │ ├── Stdafx.cpp │ ├── CtrlCmdCLI.h │ ├── AssemblyInfo.cpp │ ├── CtrlCmdCLI.cpp │ ├── CtrlCmdCLIDef.h │ ├── resource.h │ ├── CtrlCmdCLI.vcxproj.user │ └── TimerGUIPipeSrv.h ├── EpgTimer ├── EpgTimer │ ├── splash.png │ ├── Resources │ │ ├── key.png │ │ ├── key_no.png │ │ ├── TaskIconRed.ico │ │ ├── TaskIconBlue.ico │ │ ├── TaskIconGray.ico │ │ ├── TaskIconGreen.ico │ │ ├── EpgTimer_Bon_Vista_blue_rev2.ico │ │ ├── EpgTimer_Bon_Vista_gray_rev2.ico │ │ ├── EpgTimer_Bon_Vista_red_rev2.ico │ │ └── EpgTimer_Bon_Vista_green_rev2.ico │ ├── Properties │ │ ├── Settings.settings │ │ └── Settings.Designer.cs │ ├── EpgTimer.csproj.user │ ├── App.xaml.cs │ ├── DefineClass │ │ ├── IEPGStationInfo.cs │ │ ├── CoopServerInfo.cs │ │ ├── TunerNameViewItem.cs │ │ ├── DateItem.cs │ │ ├── RecPresetItem.cs │ │ ├── ListColumnInfo.cs │ │ ├── ViewMenuItem.cs │ │ ├── TunerInfo.cs │ │ ├── YesNoInfo.cs │ │ ├── RecModeInfo.cs │ │ ├── PriorityInfo.cs │ │ ├── DayOfWeekInfo.cs │ │ ├── TunerSelectInfo.cs │ │ ├── TimePosInfo.cs │ │ ├── ComponentKindInfo.cs │ │ └── ColorSelectionItem.cs │ ├── RecPresetItem.cs │ ├── Setting │ │ ├── SearchKeyView.xaml.cs │ │ └── SetDefSearchSettingWindow.xaml │ ├── EpgDataViewItem.xaml │ ├── KeyWordWindow.xaml │ ├── EpgDataView.xaml │ ├── TunerSelectInfo.cs │ ├── EpgView │ │ ├── TimeView.xaml │ │ ├── ServiceView.xaml │ │ └── WeekDayView.xaml │ ├── BlackoutWindow.xaml │ ├── AutoAddView.xaml.cs │ ├── SuspendCheckWindow.xaml │ ├── TunerReserveViewCtrl │ │ └── TunerReserveMainView.xaml │ ├── AutoAddView.xaml │ ├── SetDefSearchSettingWindow.xaml │ └── EpgDataViewSettingWindow.xaml └── EpgTimer.sln ├── SendTSTCP ├── SendTSTCP │ ├── stdafx.h │ ├── resource.h │ ├── stdafx.cpp │ ├── SendTSTCP.aps │ ├── SendTSTCP.cpp │ ├── SendTSTCP.h │ ├── SendTSTCP.rc │ ├── dllmain.cpp │ ├── targetver.h │ ├── SendTSTCPMain.h │ ├── SendTSTCPMain.cpp │ ├── SendTSTCP.vcxproj.user │ └── SendTSTCP.def └── SendTSTCP.sln ├── EpgDataCap3 └── EpgDataCap3 │ ├── stdafx.h │ ├── EpgDBUtil.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── DecodeUtil.cpp │ ├── DecodeUtil.h │ ├── EpgDBUtil.cpp │ ├── EpgDataCap3.h │ ├── EpgDataCap3.rc │ ├── TSBuffUtil.cpp │ ├── EpgDataCap3.aps │ ├── EpgDataCap3.cpp │ ├── Table │ ├── BATTable.h │ ├── BITTable.h │ ├── CATTable.h │ ├── CDTTable.h │ ├── EITTable.h │ ├── NITTable.h │ ├── PATTable.h │ ├── PMTTable.h │ ├── SDTTable.h │ ├── SITTable.h │ ├── TDTTable.h │ ├── TOTTable.h │ ├── BATTable.cpp │ ├── BITTable.cpp │ ├── CATTable.cpp │ ├── CDTTable.cpp │ ├── EITTable.cpp │ ├── EITTable_SD.h │ ├── NITTable.cpp │ ├── PATTable.cpp │ ├── PMTTable.cpp │ ├── SDTTTable.cpp │ ├── SDTTTable.h │ ├── SDTTable.cpp │ ├── SITTable.cpp │ ├── TDTTable.cpp │ ├── TOTTable.cpp │ ├── EITTable_SD.cpp │ ├── EITTable_SD2.cpp │ ├── TableUtil.h │ └── EITTable_SD2.h │ ├── ARIB8CharDecode.cpp │ ├── ARIB8CharDecode.h │ ├── EpgDataCap3Main.cpp │ ├── EpgDataCap3Main.h │ ├── Descriptor │ ├── CADesc.cpp │ ├── ContentDesc.h │ ├── LinkageDesc.h │ ├── MosaicDesc.h │ ├── SeriesDesc.h │ ├── ServiceDesc.h │ ├── TSInfoDesc.h │ ├── AVCVideoDesc.h │ ├── BoardInfoDesc.h │ ├── ComponentDesc.h │ ├── ContentDesc.cpp │ ├── DescriptorDef.h │ ├── HyperlinkDesc.h │ ├── LinkageDesc.cpp │ ├── MosaicDesc.cpp │ ├── SeriesDesc.cpp │ ├── ServiceDesc.cpp │ ├── StuffingDesc.h │ ├── TSInfoDesc.cpp │ ├── UnkownDesc.cpp │ ├── AVCTimingHRDDesc.h │ ├── AVCVideoDesc.cpp │ ├── BoardInfoDesc.cpp │ ├── BouquetNameDesc.h │ ├── CAIdentifierDesc.h │ ├── ComponentDesc.cpp │ ├── DataContentDesc.h │ ├── EventGroupDesc.cpp │ ├── EventGroupDesc.h │ ├── HyperlinkDesc.cpp │ ├── LDTLinkageDesc.cpp │ ├── LDTLinkageDesc.h │ ├── NetworkNameDesc.h │ ├── SIParameterDesc.h │ ├── SIPrime_tsDesc.cpp │ ├── SIPrime_tsDesc.h │ ├── ServiceGroupDesc.h │ ├── ServiceListDesc.h │ ├── ShortEventDesc.cpp │ ├── ShortEventDesc.h │ ├── StuffingDesc.cpp │ ├── TargetRegionDesc.h │ ├── AVCTimingHRDDesc.cpp │ ├── AudioComponentDesc.h │ ├── BouquetNameDesc.cpp │ ├── CAIdentifierDesc.cpp │ ├── ComponentGroupDesc.h │ ├── DataComponentDesc.h │ ├── DataContentDesc.cpp │ ├── EmergencyInfoDesc.h │ ├── ExtendedEventDesc.h │ ├── NVODReferenceDesc.h │ ├── NetworkNameDesc.cpp │ ├── ParentalRatingDesc.h │ ├── PartialTSTimeDesc.h │ ├── SIParameterDesc.cpp │ ├── ServiceGroupDesc.cpp │ ├── ServiceListDesc.cpp │ ├── TargetRegionDesc.cpp │ ├── AudioComponentDesc.cpp │ ├── BroadcasterNameDesc.cpp │ ├── BroadcasterNameDesc.h │ ├── ComponentGroupDesc.cpp │ ├── DataComponentDesc.cpp │ ├── DigitalCopyCtrlDesc.cpp │ ├── DigitalCopyCtrlDesc.h │ ├── DownloadContentDesc.cpp │ ├── DownloadContentDesc.h │ ├── EmergencyInfoDesc.cpp │ ├── ExtendedEventDesc.cpp │ ├── LocalTimeOffsetDesc.cpp │ ├── LocalTimeOffsetDesc.h │ ├── LogoTransmissionDesc.h │ ├── NVODReferenceDesc.cpp │ ├── NetworkIdentification.h │ ├── ParentalRatingDesc.cpp │ ├── PartialReceptionDesc.h │ ├── PartialTSTimeDesc.cpp │ ├── StreamIdentifierDesc.h │ ├── SystemManagementDesc.h │ ├── TimeShiftedEventDesc.h │ ├── VideoDecodeCtrlDesc.cpp │ ├── VideoDecodeCtrlDesc.h │ ├── ContentAvailabilityDesc.h │ ├── CountryAvailabilityDesc.h │ ├── ExtendedBroadcasterDesc.h │ ├── LogoTransmissionDesc.cpp │ ├── NetworkIdentification.cpp │ ├── PartialReceptionDesc.cpp │ ├── StreamIdentifierDesc.cpp │ ├── SystemManagementDesc.cpp │ ├── TimeShiftedEventDesc.cpp │ ├── TimeShiftedServiceDesc.h │ ├── ConnectedTransmissionDesc.h │ ├── ContentAvailabilityDesc.cpp │ ├── CountryAvailabilityDesc.cpp │ ├── ExtendedBroadcasterDesc.cpp │ ├── PartialTransportStreamDesc.h │ ├── SatelliteDeliverySysDesc.cpp │ ├── SatelliteDeliverySysDesc.h │ ├── TerrestrialDeliverySysDesc.h │ ├── TimeShiftedServiceDesc.cpp │ ├── ConnectedTransmissionDesc.cpp │ ├── HierarchicalTransmissionDesc.h │ ├── PartialTransportStreamDesc.cpp │ ├── TerrestrialDeliverySysDesc.cpp │ ├── HierarchicalTransmissionDesc.cpp │ ├── UnkownDesc.h │ ├── Descriptor.h │ └── CADesc.h │ ├── EpgDataCap3.vcxproj.user │ ├── EpgDataCap3.def │ └── TSBuffUtil.h ├── EpgTimerSrv └── EpgTimerSrv │ ├── small.ico │ ├── stdafx.h │ ├── RegExp.tlb │ ├── SleepUtil.h │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── BatManager.cpp │ ├── BatManager.h │ ├── EpgDBManager.h │ ├── EpgTimerSrv.h │ ├── EpgTimerSrv.rc │ ├── ReserveInfo.h │ ├── SOAPUtil.cpp │ ├── SleepUtil.cpp │ ├── TunerCtrl.cpp │ ├── TunerManager.h │ ├── CheckRecFile.cpp │ ├── DLNAManager.cpp │ ├── EpgDBManager.cpp │ ├── EpgTimerSrv.cpp │ ├── EpgTimerSrv.ico │ ├── HTMLManager.cpp │ ├── HttpFileSend.cpp │ ├── NWCoopManager.h │ ├── NotifyManager.h │ ├── ReserveManager.h │ ├── TunerBankCtrl.h │ ├── TunerManager.cpp │ ├── TwitterManager.h │ ├── DLNADmsManager.cpp │ ├── EpgTimerSrvMain.cpp │ ├── EpgTimerSrvMain.h │ ├── FileStreamingUtil.h │ ├── HttpRecFileSend.cpp │ ├── NWCoopManager.cpp │ ├── NotifyManager.cpp │ ├── RecInfoDBManager.h │ ├── ReserveManager.cpp │ ├── RestApiManager.cpp │ ├── SyoboiCalUtil.cpp │ ├── TunerBankCtrl.cpp │ ├── TwitterManager.cpp │ ├── FileStreamingUtil.cpp │ ├── HttpRequestReader.cpp │ ├── RecInfoDBManager.cpp │ ├── FileStreamingManager.cpp │ ├── FileStreamingManager.h │ ├── HttpPublicFileSend.cpp │ ├── EpgTimerSrv.vcxproj.user │ ├── ServiceUtil.h │ ├── EpgTimerSrvDef.h │ ├── DLNAParsePublicFolder.h │ ├── DLNAParseProtocolInfo.h │ ├── HttpPublicFileSend.h │ ├── HttpRecFileSend.h │ ├── SyoboiCalUtil.h │ ├── HttpRequestReader.h │ ├── SOAPUtil.h │ ├── CheckRecFile.h │ ├── HttpFileSend.h │ ├── TunerCtrl.h │ └── RestApiManager.h ├── Write_AVIVO └── Write_AVIVO │ ├── stdafx.h │ ├── WriteMain.h │ ├── dllmain.cpp │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── DShowCtrl.cpp │ ├── SettingDlg.cpp │ ├── TSSrcFilter.h │ ├── WriteMain.cpp │ ├── Write_AVIVO.rc │ ├── Write_PlugIn.h │ ├── TSSrcFilter.cpp │ ├── Write_AVIVO.cpp │ ├── Write_AVIVO.vcxproj.user │ ├── Write_PlugIn.def │ └── SettingDlg.h ├── EpgTimerTask └── EpgTimerTask │ ├── stdafx.h │ ├── ReadMe.txt │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── EpgTimerTask.h │ ├── QueryWaitDlg.h │ ├── EpgTimerTask.aps │ ├── EpgTimerTask.cpp │ ├── EpgTimerTask.rc │ ├── EpgTimerTaskDlg.h │ ├── QueryWaitDlg.cpp │ ├── EpgTimerTaskDlg.cpp │ ├── res │ ├── EpgTimerTask.ico │ ├── EpgTimerTask.rc2 │ ├── EpgTimer_Bon_Vista_blue_rev2.ico │ ├── EpgTimer_Bon_Vista_gray_rev2.ico │ ├── EpgTimer_Bon_Vista_green_rev2.ico │ └── EpgTimer_Bon_Vista_red_rev2.ico │ └── EpgTimerTask.vcxproj.user ├── EpgDataCap_Bon └── EpgDataCap_Bon │ ├── stdafx.h │ ├── ReadMe.txt │ ├── resource.h │ ├── stdafx.cpp │ ├── SetDlgApp.cpp │ ├── SetDlgApp.h │ ├── SetDlgBasic.h │ ├── SetDlgEpg.cpp │ ├── SetDlgEpg.h │ ├── SettingDlg.h │ ├── targetver.h │ ├── SetDlgAppBtn.h │ ├── SetDlgBasic.cpp │ ├── SetDlgNetwork.h │ ├── SetDlgService.h │ ├── SettingDlg.cpp │ ├── EpgDataCap_Bon.aps │ ├── EpgDataCap_Bon.cpp │ ├── EpgDataCap_Bon.h │ ├── EpgDataCap_Bon.rc │ ├── SetDlgAppBtn.cpp │ ├── SetDlgNetwork.cpp │ ├── SetDlgService.cpp │ ├── EpgDataCap_BonDef.h │ ├── EpgDataCap_BonDlg.h │ ├── EpgDataCap_BonMain.h │ ├── EpgDataCap_BonDlg.cpp │ ├── EpgDataCap_BonMain.cpp │ ├── res │ ├── EpgDataCap_Bon.ico │ ├── EpgDataCap_Bon.rc2 │ ├── EpgDataCap_Bon_Vista_blue_rev2.ico │ ├── EpgDataCap_Bon_Vista_gray_rev2.ico │ ├── EpgDataCap_Bon_Vista_vio_rev2.ico │ └── EpgDataCap_Bon_Vista_green_rev2.ico │ ├── EpgDataCap_Bon.vcxproj.user │ ├── CmdLineUtil.h │ └── CmdLineUtil.cpp ├── EpgTimerPlugIn └── EpgTimerPlugIn │ ├── stdafx.h │ ├── resource.h │ ├── stdafx.cpp │ ├── targetver.h │ ├── TVTestPlugin.h │ ├── EpgTimerPlugIn.cpp │ ├── EpgTimerPlugIn.def │ ├── EpgTimerPlugIn.h │ ├── EpgTimerPlugIn.rc │ ├── StreamCtrlDlg.cpp │ └── EpgTimerPlugIn.vcxproj.user ├── RecName_Macro └── RecName_Macro │ ├── RegExp.tlb │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── dllmain.cpp │ ├── targetver.h │ ├── ConvertMacro2.cpp │ ├── RecName_Macro.aps │ ├── RecName_Macro.cpp │ ├── RecName_Macro.rc │ ├── RecName_PlugIn.h │ ├── RecName_PlugIn.def │ ├── RecName_Macro.vcxproj.user │ ├── ConvertMacro.h │ ├── SettingDlg.h │ └── ConvertMacro2.h ├── Write_Default └── Write_Default │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── WriteMain.h │ ├── dllmain.cpp │ ├── targetver.h │ ├── WriteMain.cpp │ ├── Write_PlugIn.h │ ├── Write_Default.cpp │ ├── Write_Default.rc │ ├── Write_Default.vcxproj.user │ ├── Write_PlugIn.def │ └── SettingDlg.h ├── EpgTimerNW └── EpgTimerNW │ ├── Resources │ ├── key.png │ ├── key_no.png │ ├── TaskIconBlue.ico │ ├── TaskIconGray.ico │ ├── TaskIconRed.ico │ ├── TaskIconGreen.ico │ ├── EpgTimer_Bon_Vista_red_rev2.ico │ ├── EpgTimer_Bon_Vista_blue_rev2.ico │ ├── EpgTimer_Bon_Vista_gray_rev2.ico │ └── EpgTimer_Bon_Vista_green_rev2.ico │ ├── Properties │ ├── Settings.settings │ └── Settings.Designer.cs │ ├── EpgTimerNW.csproj.user │ ├── App.xaml.cs │ └── Setting │ ├── SetDefRecSettingWindow.xaml │ └── SetDefSearchSettingWindow.xaml └── README.md /Common/Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/Util.h -------------------------------------------------------------------------------- /BonCtrl/TSOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/TSOut.h -------------------------------------------------------------------------------- /Common/ErrDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ErrDef.h -------------------------------------------------------------------------------- /Common/Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/Util.cpp -------------------------------------------------------------------------------- /ini/Bitrate.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/ini/Bitrate.ini -------------------------------------------------------------------------------- /ini/BonCtrl.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/ini/BonCtrl.ini -------------------------------------------------------------------------------- /BonCtrl/BonCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/BonCtrl.h -------------------------------------------------------------------------------- /BonCtrl/TSOut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/TSOut.cpp -------------------------------------------------------------------------------- /Common/CommonDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CommonDef.h -------------------------------------------------------------------------------- /Common/ProxyUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ProxyUtil.h -------------------------------------------------------------------------------- /Common/SendTSTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/SendTSTCP.h -------------------------------------------------------------------------------- /Common/StructDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/StructDef.h -------------------------------------------------------------------------------- /UPnPCtrl/NICUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/NICUtil.h -------------------------------------------------------------------------------- /BonCtrl/BonCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/BonCtrl.cpp -------------------------------------------------------------------------------- /BonCtrl/BonCtrlDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/BonCtrlDef.h -------------------------------------------------------------------------------- /BonCtrl/CATUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/CATUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/ChSetUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/ChSetUtil.h -------------------------------------------------------------------------------- /BonCtrl/IBonDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/IBonDriver.h -------------------------------------------------------------------------------- /BonCtrl/PMTUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/PMTUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/PacketInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/PacketInit.h -------------------------------------------------------------------------------- /BonCtrl/SendUDP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/SendUDP.cpp -------------------------------------------------------------------------------- /Common/CtrlCmdDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CtrlCmdDef.h -------------------------------------------------------------------------------- /Common/CtrlCmdUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CtrlCmdUtil.h -------------------------------------------------------------------------------- /Common/LockUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/LockUtil.cpp -------------------------------------------------------------------------------- /Common/MessageUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/MessageUtil.h -------------------------------------------------------------------------------- /Common/NWStructDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/NWStructDef.h -------------------------------------------------------------------------------- /Common/PathUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/PathUtil.cpp -------------------------------------------------------------------------------- /Common/ProxyUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ProxyUtil.cpp -------------------------------------------------------------------------------- /Common/SendCtrlCmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/SendCtrlCmd.h -------------------------------------------------------------------------------- /Common/TCPServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TCPServer.cpp -------------------------------------------------------------------------------- /Common/TimeUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TimeUtil.cpp -------------------------------------------------------------------------------- /Common/WinHTTPUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/WinHTTPUtil.h -------------------------------------------------------------------------------- /Common/twitterUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/twitterUtil.h -------------------------------------------------------------------------------- /Document/History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/History.txt -------------------------------------------------------------------------------- /Document/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Readme.txt -------------------------------------------------------------------------------- /UPnPCtrl/HttpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/HttpUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/MPInclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/MPInclude.h -------------------------------------------------------------------------------- /UPnPCtrl/NICUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/NICUtil.cpp -------------------------------------------------------------------------------- /ini/ConvertText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/ini/ConvertText.txt -------------------------------------------------------------------------------- /BonCtrl/BonDriverUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/BonDriverUtil.h -------------------------------------------------------------------------------- /BonCtrl/ChSetUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/ChSetUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/DropCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/DropCount.cpp -------------------------------------------------------------------------------- /BonCtrl/IB25Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/IB25Decoder.h -------------------------------------------------------------------------------- /BonCtrl/IBonDriver2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/IBonDriver2.h -------------------------------------------------------------------------------- /BonCtrl/PacketInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/PacketInit.cpp -------------------------------------------------------------------------------- /BonCtrl/WriteTSFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/WriteTSFile.cpp -------------------------------------------------------------------------------- /BonCtrl/WriteTSFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/WriteTSFile.h -------------------------------------------------------------------------------- /Common/CtrlCmdUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CtrlCmdUtil.cpp -------------------------------------------------------------------------------- /Common/CtrlCmdUtil2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CtrlCmdUtil2.cpp -------------------------------------------------------------------------------- /Common/CtrlCmdUtil2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/CtrlCmdUtil2.h -------------------------------------------------------------------------------- /Common/EpgDataCap3Def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/EpgDataCap3Def.h -------------------------------------------------------------------------------- /Common/EpgTimerUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/EpgTimerUtil.cpp -------------------------------------------------------------------------------- /Common/EpgTimerUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/EpgTimerUtil.h -------------------------------------------------------------------------------- /Common/HttpServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/HttpServer.cpp -------------------------------------------------------------------------------- /Common/MessageUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/MessageUtil.cpp -------------------------------------------------------------------------------- /Common/ParseChText4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseChText4.cpp -------------------------------------------------------------------------------- /Common/ParseChText4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseChText4.h -------------------------------------------------------------------------------- /Common/ParseChText5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseChText5.cpp -------------------------------------------------------------------------------- /Common/ParseChText5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseChText5.h -------------------------------------------------------------------------------- /Common/PipeServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/PipeServer.cpp -------------------------------------------------------------------------------- /Common/SendCtrlCmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/SendCtrlCmd.cpp -------------------------------------------------------------------------------- /Common/StringUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/StringUtil.cpp -------------------------------------------------------------------------------- /Common/TSBuffUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TSBuffUtil.cpp -------------------------------------------------------------------------------- /Common/TimeShiftUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TimeShiftUtil.h -------------------------------------------------------------------------------- /Common/WinHTTPUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/WinHTTPUtil.cpp -------------------------------------------------------------------------------- /Common/twitterUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/twitterUtil.cpp -------------------------------------------------------------------------------- /Document/HowToBuild.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/HowToBuild.txt -------------------------------------------------------------------------------- /UPnPCtrl/SortListUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/SortListUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/ThreadUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/ThreadUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/ThreadUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/ThreadUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/UpnpSsdpUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/UpnpSsdpUtil.h -------------------------------------------------------------------------------- /BonCtrl/BonDriverUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/BonDriverUtil.cpp -------------------------------------------------------------------------------- /BonCtrl/CreatePATPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/CreatePATPacket.h -------------------------------------------------------------------------------- /BonCtrl/CreatePMTPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/CreatePMTPacket.h -------------------------------------------------------------------------------- /BonCtrl/OneServiceUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/OneServiceUtil.h -------------------------------------------------------------------------------- /Common/EpgDataCap3Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/EpgDataCap3Util.h -------------------------------------------------------------------------------- /Common/ParseRecInfoText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseRecInfoText.h -------------------------------------------------------------------------------- /Common/ParseReserveText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseReserveText.h -------------------------------------------------------------------------------- /Common/ReNamePlugInUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ReNamePlugInUtil.h -------------------------------------------------------------------------------- /Common/SendTSTCPDllUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/SendTSTCPDllUtil.h -------------------------------------------------------------------------------- /Common/TCPServerUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TCPServerUtil.cpp -------------------------------------------------------------------------------- /Common/TimeShiftUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/TimeShiftUtil.cpp -------------------------------------------------------------------------------- /Common/WritePlugInUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/WritePlugInUtil.h -------------------------------------------------------------------------------- /UPnPCtrl/SortListUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/SortListUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/UpnpSsdpUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/UpnpSsdpUtil.cpp -------------------------------------------------------------------------------- /UPnPCtrl/UpnpStructDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/UPnPCtrl/UpnpStructDef.h -------------------------------------------------------------------------------- /twitter/twitter/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/stdafx.h -------------------------------------------------------------------------------- /twitter/twitter/twitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/twitter.h -------------------------------------------------------------------------------- /BonCtrl/CreatePATPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/CreatePATPacket.cpp -------------------------------------------------------------------------------- /BonCtrl/CreatePMTPacket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/CreatePMTPacket.cpp -------------------------------------------------------------------------------- /BonCtrl/OneServiceUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/OneServiceUtil.cpp -------------------------------------------------------------------------------- /Common/EpgDataCap3Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/EpgDataCap3Util.cpp -------------------------------------------------------------------------------- /Common/ParseEpgAutoAddText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseEpgAutoAddText.h -------------------------------------------------------------------------------- /Common/ParseRecInfoText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseRecInfoText.cpp -------------------------------------------------------------------------------- /Common/ParseReserveText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseReserveText.cpp -------------------------------------------------------------------------------- /Common/ParseSearchChgText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseSearchChgText.h -------------------------------------------------------------------------------- /Common/ParseServiceChgText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseServiceChgText.h -------------------------------------------------------------------------------- /Common/ReNamePlugInUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ReNamePlugInUtil.cpp -------------------------------------------------------------------------------- /Common/SendTSTCPDllUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/SendTSTCPDllUtil.cpp -------------------------------------------------------------------------------- /Common/WritePlugInUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/WritePlugInUtil.cpp -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLIDef.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "CtrlCmdCLIDef.h" 3 | 4 | -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/app.rc -------------------------------------------------------------------------------- /Document/Readme_EpgTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Readme_EpgTimer.txt -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/splash.png -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/stdafx.h -------------------------------------------------------------------------------- /twitter/twitter/OAuthUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/OAuthUtil.h -------------------------------------------------------------------------------- /twitter/twitter/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/dllmain.cpp -------------------------------------------------------------------------------- /twitter/twitter/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/resource.h -------------------------------------------------------------------------------- /twitter/twitter/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/stdafx.cpp -------------------------------------------------------------------------------- /twitter/twitter/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/targetver.h -------------------------------------------------------------------------------- /twitter/twitter/twitter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/twitter.cpp -------------------------------------------------------------------------------- /twitter/twitter/twitter.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/twitter.rc -------------------------------------------------------------------------------- /twitter/twitter/twitterDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/twitterDef.h -------------------------------------------------------------------------------- /Common/ParseContentTypeText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseContentTypeText.h -------------------------------------------------------------------------------- /Common/ParseEpgAutoAddText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseEpgAutoAddText.cpp -------------------------------------------------------------------------------- /Common/ParseSearchChgText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseSearchChgText.cpp -------------------------------------------------------------------------------- /Common/ParseServiceChgText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseServiceChgText.cpp -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/Stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/Stdafx.h -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/app.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/app.aps -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/app.ico -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/resource.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/stdafx.cpp -------------------------------------------------------------------------------- /twitter/twitter/OAuthUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/OAuthUtil.cpp -------------------------------------------------------------------------------- /twitter/twitter/TwitterMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/TwitterMain.h -------------------------------------------------------------------------------- /twitter/twitter/WinHTTPUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/WinHTTPUtil.h -------------------------------------------------------------------------------- /BonCtrl/ScrambleDecoderUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/BonCtrl/ScrambleDecoderUtil.cpp -------------------------------------------------------------------------------- /Common/ParseContentTypeText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseContentTypeText.cpp -------------------------------------------------------------------------------- /Common/ParseManualAutoAddText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseManualAutoAddText.cpp -------------------------------------------------------------------------------- /Common/ParseManualAutoAddText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Common/ParseManualAutoAddText.h -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/Stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/Stdafx.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/stdafx.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/small.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/stdafx.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.aps -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCP.rc -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/dllmain.cpp -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/targetver.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/stdafx.h -------------------------------------------------------------------------------- /twitter/twitter/RequestUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/RequestUtil.cpp -------------------------------------------------------------------------------- /twitter/twitter/TwitterMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/TwitterMain.cpp -------------------------------------------------------------------------------- /twitter/twitter/WinHTTPUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/twitter/twitter/WinHTTPUtil.cpp -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLI.h -------------------------------------------------------------------------------- /Document/Readme_EpgDataCap_Bon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Readme_EpgDataCap_Bon.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDBUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDBUtil.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/dllmain.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/resource.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/stdafx.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/targetver.h -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/key.png -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RegExp.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RegExp.tlb -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SleepUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SleepUtil.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/resource.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/targetver.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/stdafx.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCPMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCPMain.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/WriteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/WriteMain.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/dllmain.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/resource.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/stdafx.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/targetver.h -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/AssemblyInfo.cpp -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLI.cpp -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLIDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLIDef.h -------------------------------------------------------------------------------- /Document/Patch/121103_Win8での滲み対策.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/121103_Win8での滲み対策.txt -------------------------------------------------------------------------------- /Document/Patch/テレビ番組雑誌風の番組表の設定方法.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/テレビ番組雑誌風の番組表の設定方法.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/DecodeUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/DecodeUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/DecodeUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/DecodeUtil.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDBUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDBUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.rc -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/TSBuffUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/TSBuffUtil.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/stdafx.h -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/key_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/key_no.png -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/stdafx.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/BatManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/BatManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/BatManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/BatManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgDBManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgDBManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.rc -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReserveInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReserveInfo.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SOAPUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SOAPUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SleepUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SleepUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerCtrl.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerManager.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/ReadMe.txt -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/resource.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/targetver.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RegExp.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/RegExp.tlb -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/resource.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/stdafx.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/stdafx.h -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCPMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/SendTSTCP/SendTSTCP/SendTSTCPMain.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/DShowCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/DShowCtrl.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/SettingDlg.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/TSSrcFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/TSSrcFilter.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/WriteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/WriteMain.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.rc -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_PlugIn.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/resource.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/stdafx.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/stdafx.h -------------------------------------------------------------------------------- /Document/Patch/ボタンの幅などを変更する場合の修正箇所02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/ボタンの幅などを変更する場合の修正箇所02.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.aps -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/NITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/NITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PATTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PATTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PMTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PMTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SITTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SITTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TDTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TDTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TOTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TOTTable.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/ReadMe.txt -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/resource.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/key.png -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/resource.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/stdafx.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/CheckRecFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/CheckRecFile.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/DLNAManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/DLNAManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgDBManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgDBManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.ico -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HTMLManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HTMLManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpFileSend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpFileSend.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NWCoopManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NWCoopManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NotifyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NotifyManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReserveManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReserveManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TwitterManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TwitterManager.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/QueryWaitDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/QueryWaitDlg.h -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/dllmain.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/targetver.h -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/TSSrcFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/TSSrcFilter.cpp -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_AVIVO/Write_AVIVO/Write_AVIVO.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/WriteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/WriteMain.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/dllmain.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/targetver.h -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ARIB8CharDecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ARIB8CharDecode.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/ARIB8CharDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/ARIB8CharDecode.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3Main.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/EpgDataCap3Main.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/BITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/BITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/CDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/CDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/NITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/NITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PATTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PATTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/PMTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/PMTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTTable.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/SITTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/SITTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TDTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TDTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TOTTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/TOTTable.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgApp.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgEpg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/targetver.h -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconRed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconRed.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/key_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/key_no.png -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/targetver.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/DLNADmsManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/DLNADmsManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/EpgTimerSrvMain.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingUtil.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpRecFileSend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpRecFileSend.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NWCoopManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NWCoopManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/NotifyManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/NotifyManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RecInfoDBManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RecInfoDBManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ReserveManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/ReserveManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RestApiManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RestApiManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TunerBankCtrl.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TwitterManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/TwitterManager.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.aps -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTask.rc -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.h -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/QueryWaitDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/QueryWaitDlg.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/WriteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/WriteMain.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/Write_PlugIn.h -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by app.rc 4 | -------------------------------------------------------------------------------- /Document/Patch/130206_ボタンの幅などを変更する場合の修正箇所.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130206_ボタンの幅などを変更する場合の修正箇所.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CADesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/CADesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgBasic.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SettingDlg.cpp -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconBlue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconBlue.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconGray.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconGray.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/TaskIconGreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/TaskIconGreen.ico -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/TVTestPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/TVTestPlugin.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingUtil.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpRequestReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpRequestReader.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RecInfoDBManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/RecInfoDBManager.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/EpgTimerTaskDlg.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ConvertMacro2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/ConvertMacro2.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.aps -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.cpp -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_Macro.rc -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_PlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/RecName_Macro/RecName_Macro/RecName_PlugIn.h -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/Write_Default.cpp -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Write_Default/Write_Default/Write_Default.rc -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ContentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ContentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LinkageDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LinkageDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/MosaicDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/MosaicDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SeriesDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SeriesDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TSInfoDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TSInfoDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.aps -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.rc -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgAppBtn.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgNetwork.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/SetDlgService.cpp -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/TaskIconBlue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/TaskIconBlue.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/TaskIconGray.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/TaskIconGray.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/TaskIconRed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/TaskIconRed.ico -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.cpp -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | TVTGetVersion 3 | TVTGetPluginInfo 4 | TVTInitialize 5 | TVTFinalize 6 | -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.h -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.rc -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerPlugIn/EpgTimerPlugIn/StreamCtrlDlg.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingManager.cpp -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/FileStreamingManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/FileStreamingManager.h -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpPublicFileSend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerSrv/EpgTimerSrv/HttpPublicFileSend.cpp -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimerTask.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimerTask.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimerTask.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimerTask.rc2 -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AVCVideoDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AVCVideoDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BoardInfoDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BoardInfoDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ComponentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ComponentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ContentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ContentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DescriptorDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DescriptorDef.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/HyperlinkDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/HyperlinkDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LinkageDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LinkageDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/MosaicDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/MosaicDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SeriesDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SeriesDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/StuffingDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/StuffingDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TSInfoDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TSInfoDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/UnkownDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/UnkownDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDef.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.h -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/TaskIconGreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/TaskIconGreen.ico -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード_J59KpGPU.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード_J59KpGPU.diff -------------------------------------------------------------------------------- /Document/Patch/130210_スリープ抑止拡張(120704に公表)_edcb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130210_スリープ抑止拡張(120704に公表)_edcb.patch -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AVCTimingHRDDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AVCTimingHRDDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AVCVideoDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AVCVideoDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BoardInfoDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BoardInfoDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BouquetNameDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BouquetNameDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CAIdentifierDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/CAIdentifierDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ComponentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ComponentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DataContentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DataContentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/EventGroupDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/EventGroupDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/EventGroupDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/EventGroupDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/HyperlinkDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/HyperlinkDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LDTLinkageDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LDTLinkageDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LDTLinkageDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LDTLinkageDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NetworkNameDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NetworkNameDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SIParameterDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SIParameterDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SIPrime_tsDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SIPrime_tsDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SIPrime_tsDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SIPrime_tsDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceGroupDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceGroupDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceListDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceListDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ShortEventDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ShortEventDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ShortEventDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ShortEventDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/StuffingDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/StuffingDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TargetRegionDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TargetRegionDesc.h -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonDlg.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_BonMain.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon.rc2 -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AVCTimingHRDDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AVCTimingHRDDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AudioComponentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AudioComponentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BouquetNameDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BouquetNameDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CAIdentifierDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/CAIdentifierDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ComponentGroupDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ComponentGroupDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DataComponentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DataComponentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DataContentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DataContentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/EmergencyInfoDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/EmergencyInfoDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ExtendedEventDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ExtendedEventDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NVODReferenceDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NVODReferenceDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NetworkNameDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NetworkNameDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ParentalRatingDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ParentalRatingDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialTSTimeDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialTSTimeDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SIParameterDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SIParameterDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceGroupDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceGroupDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ServiceListDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ServiceListDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TargetRegionDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TargetRegionDesc.cpp -------------------------------------------------------------------------------- /Document/Patch/130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130204_EPGTimerの検索機能を現時刻以降を対象にする(196氏版).txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/AudioComponentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/AudioComponentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BroadcasterNameDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BroadcasterNameDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/BroadcasterNameDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/BroadcasterNameDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ComponentGroupDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ComponentGroupDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DataComponentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DataComponentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DigitalCopyCtrlDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DigitalCopyCtrlDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DigitalCopyCtrlDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DigitalCopyCtrlDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DownloadContentDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DownloadContentDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/DownloadContentDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/DownloadContentDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/EmergencyInfoDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/EmergencyInfoDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ExtendedEventDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ExtendedEventDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LocalTimeOffsetDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LocalTimeOffsetDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LocalTimeOffsetDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LocalTimeOffsetDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LogoTransmissionDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LogoTransmissionDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NVODReferenceDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NVODReferenceDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NetworkIdentification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NetworkIdentification.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ParentalRatingDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ParentalRatingDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialReceptionDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialReceptionDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialTSTimeDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialTSTimeDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/StreamIdentifierDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/StreamIdentifierDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SystemManagementDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SystemManagementDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedEventDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedEventDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/VideoDecodeCtrlDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/VideoDecodeCtrlDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/VideoDecodeCtrlDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/VideoDecodeCtrlDesc.h -------------------------------------------------------------------------------- /Document/Patch/121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/121014_EPGデータ対策不正な文字コード_BonCtrl.iniの設定変更.txt -------------------------------------------------------------------------------- /Document/Patch/130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130203_カスタム番組表設定のサービスをChSet5の順番にソートするボタン.txt -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ContentAvailabilityDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ContentAvailabilityDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CountryAvailabilityDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/CountryAvailabilityDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ExtendedBroadcasterDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ExtendedBroadcasterDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/LogoTransmissionDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/LogoTransmissionDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/NetworkIdentification.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/NetworkIdentification.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialReceptionDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialReceptionDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/StreamIdentifierDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/StreamIdentifierDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SystemManagementDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SystemManagementDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedEventDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedEventDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedServiceDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedServiceDesc.h -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_red_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_red_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ConnectedTransmissionDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ConnectedTransmissionDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ContentAvailabilityDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ContentAvailabilityDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CountryAvailabilityDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/CountryAvailabilityDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ExtendedBroadcasterDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ExtendedBroadcasterDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialTransportStreamDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialTransportStreamDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SatelliteDeliverySysDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SatelliteDeliverySysDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/SatelliteDeliverySysDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/SatelliteDeliverySysDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TerrestrialDeliverySysDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TerrestrialDeliverySysDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedServiceDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TimeShiftedServiceDesc.cpp -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimer/EpgTimer/Resources/EpgTimer_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_red_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_red_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_red_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerTask/EpgTimerTask/res/EpgTimer_Bon_Vista_red_rev2.ico -------------------------------------------------------------------------------- /Document/Patch/130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130205_0.0(ウインドウの一番左上)の時、座標が記憶されず次回起動時にずれる点の対策.txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/ConnectedTransmissionDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/ConnectedTransmissionDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/HierarchicalTransmissionDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/HierarchicalTransmissionDesc.h -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/PartialTransportStreamDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/PartialTransportStreamDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/TerrestrialDeliverySysDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/TerrestrialDeliverySysDesc.cpp -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgTimerNW/EpgTimerNW/Resources/EpgTimer_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /Document/Patch/120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/120526_マージの際に上書きしたファイル「自動予約登録」の並び替えを改良してみた(その4).txt -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/HierarchicalTransmissionDesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap3/EpgDataCap3/Descriptor/HierarchicalTransmissionDesc.cpp -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_blue_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_blue_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_gray_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_gray_rev2.ico -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_vio_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_vio_rev2.ico -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_CqAWJGUB.txt -------------------------------------------------------------------------------- /Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130211_チャンネルスキャンファイル内の整列、自動予約登録編集時の処理を軽量化_tLv3Mpzq.txt -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_green_rev2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/EpgDataCap_Bon/EpgDataCap_Bon/res/EpgDataCap_Bon_Vista_green_rev2.ico -------------------------------------------------------------------------------- /ini/ContentTypeText.txt: -------------------------------------------------------------------------------- 1 | .mp4 video/mp4 2 | .ts video/mpeg 3 | ;.ts video/vnd.dlna.mpeg-tts 4 | .mp3 audio/mpeg 5 | .m4a audio/mp4 6 | .jpg image/jpeg 7 | .jpeg image/jpeg 8 | 9 | -------------------------------------------------------------------------------- /twitter/twitter/twitter.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/CtrlCmdCLI.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Document/Patch/130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tkmsst/EDCB/HEAD/Document/Patch/130202_「自動予約登録」の並び替えを改良してみた(その4)の検索結果の行間が一定にならない点を修正.txt -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_PlugIn.def: -------------------------------------------------------------------------------- 1 | LIBRARY "RecName_Macro" 2 | 3 | EXPORTS 4 | GetPlugInName @1 5 | Setting @2 6 | ConvertRecName @3 7 | ConvertRecName2 @4 8 | -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrv.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_AVIVO.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /EpgTimerTask/EpgTimerTask/EpgTimerTask.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/RecName_Macro.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_Default.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/EpgDataCap_Bon.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /EpgTimerPlugIn/EpgTimerPlugIn/EpgTimerPlugIn.vcxproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | EpgDataCap_Bon 2 | ============== 3 | **BonDriver based multifunctional EPG software** 4 | 5 | Documents are stored in the 'Document' directory. 6 | Configuration files are stored in the 'ini' directory. 7 | -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/Write_PlugIn.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | GetPlugInName @1 3 | Setting @2 4 | CreateCtrl @3 5 | DeleteCtrl @4 6 | StartSave @5 7 | StopSave @6 8 | GetSaveFilePath @7 9 | AddTSBuff @8 10 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Write_Default/Write_Default/Write_PlugIn.def: -------------------------------------------------------------------------------- 1 | LIBRARY "Write_Default" 2 | 3 | EXPORTS 4 | GetPlugInName @1 5 | Setting @2 6 | CreateCtrl @3 7 | DeleteCtrl @4 8 | StartSave @5 9 | StopSave @6 10 | GetSaveFilePath @7 11 | AddTSBuff @8 12 | -------------------------------------------------------------------------------- /SendTSTCP/SendTSTCP/SendTSTCP.def: -------------------------------------------------------------------------------- 1 | LIBRARY "SendTSTCP" 2 | 3 | EXPORTS 4 | InitializeDLL @1 5 | UnInitializeDLL @2 6 | AddSendAddrDLL @3 7 | ClearSendAddrDLL @4 8 | StartSendDLL @5 9 | StopSendDLL @6 10 | AddSendDataDLL @7 11 | ClearSendBuffDLL @8 12 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/UnkownDesc.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | class CUnkownDesc 4 | { 5 | public: 6 | BYTE descriptor_tag; 7 | BYTE descriptor_length; 8 | public: 9 | CUnkownDesc(void); 10 | ~CUnkownDesc(void); 11 | 12 | BOOL Decode( BYTE* data, DWORD dataSize, DWORD* decodeReadSize ); 13 | }; 14 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgTimer.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | 6 | -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/EpgTimerNW.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | 6 | -------------------------------------------------------------------------------- /Common/LockUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "CommonDef.h" 4 | 5 | class CLockUtil 6 | { 7 | public: 8 | CLockUtil(void); 9 | ~CLockUtil(void); 10 | 11 | BOOL Lock(LPCWSTR log = NULL, DWORD timeOut = INFINITE); 12 | void UnLock(LPCWSTR log = NULL); 13 | protected: 14 | HANDLE lockEvent; 15 | wstring lastLockLog; 16 | }; 17 | 18 | -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ConvertMacro.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "RecName_PlugIn.h" 4 | 5 | #include 6 | using namespace std; 7 | 8 | class CConvertMacro 9 | { 10 | public: 11 | CConvertMacro(void); 12 | ~CConvertMacro(void); 13 | 14 | BOOL Convert(wstring macro, PLUGIN_RESERVE_INFO* info, wstring& convert); 15 | }; 16 | 17 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Windows; 7 | 8 | namespace EpgTimer 9 | { 10 | /// 11 | /// App.xaml の相互作用ロジック 12 | /// 13 | public partial class App : Application 14 | { 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Windows; 7 | 8 | namespace EpgTimer 9 | { 10 | /// 11 | /// App.xaml の相互作用ロジック 12 | /// 13 | public partial class App : Application 14 | { 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /twitter/twitter/twitter.def: -------------------------------------------------------------------------------- 1 | LIBRARY "twitter" 2 | 3 | EXPORTS 4 | InitializeTW @1 5 | UnInitializeTW @2 6 | GetIEProxyConfigTW @3 7 | GetProxyAutoDetectTW @4 8 | GetProxyAutoScriptTW @5 9 | SetProxyTW @6 10 | GetAuthorizationUrlTW @7 11 | SetAuthorizationPWDTW @8 12 | SendTweetTW @9 13 | GetTweetQueTW @10 14 | StartTweetStreamingTW @11 15 | StopTweetStreamingTW @12 16 | -------------------------------------------------------------------------------- /BonCtrl/SendTCP.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "BonCtrlDef.h" 4 | #include "../Common/SendTSTCPDllUtil.h" 5 | 6 | class CSendTCP 7 | { 8 | public: 9 | CSendTCP(void); 10 | ~CSendTCP(void); 11 | 12 | BOOL StartUpload( vector* List ); 13 | void SendData(BYTE* pbBuff, DWORD dwSize); 14 | BOOL CloseUpload(); 15 | 16 | protected: 17 | CSendTSTCPDllUtil m_cTcp; 18 | }; 19 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/EpgDataCap3.def: -------------------------------------------------------------------------------- 1 | LIBRARY "EpgDataCap3" 2 | 3 | EXPORTS 4 | InitializeEP @1 5 | UnInitializeEP @2 6 | AddTSPacketEP @3 7 | GetTSIDEP @4 8 | GetEpgInfoListEP @5 9 | ClearSectionStatusEP @6 10 | GetSectionStatusEP @7 11 | GetServiceListActualEP @8 12 | GetServiceListEpgDBEP @9 13 | GetEpgInfoEP @10 14 | GetTimeDelayEP @11 15 | SearchEpgInfoEP @12 16 | 17 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/TableUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../../Common/Util.h" 4 | #include "TableUtilDef.h" 5 | 6 | class CTableUtil 7 | { 8 | public: 9 | CTableUtil(void); 10 | ~CTableUtil(void); 11 | 12 | BOOL Decode( BYTE* data, DWORD dataSize, vector* tableList, DWORD* decodeReadSize ); 13 | protected: 14 | void Clear(vector* tableList); 15 | }; 16 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/Descriptor.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../../Common/Util.h" 4 | #include "DescriptorDef.h" 5 | 6 | class CDescriptor 7 | { 8 | public: 9 | CDescriptor(void); 10 | ~CDescriptor(void); 11 | 12 | BOOL Decode( BYTE* data, DWORD dataSize, vector* descriptorList, DWORD* decodeReadSize ); 13 | protected: 14 | void Clear(vector* descriptorList); 15 | }; 16 | -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/SettingDlg.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | using namespace std; 5 | 6 | class CSettingDlg 7 | { 8 | public: 9 | CSettingDlg(void); 10 | ~CSettingDlg(void); 11 | 12 | DWORD CreateSettingDialog(HINSTANCE hInstance, HWND parentWnd); 13 | 14 | public: 15 | wstring macro; 16 | 17 | protected: 18 | static LRESULT CALLBACK DlgProc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp); 19 | }; 20 | 21 | -------------------------------------------------------------------------------- /Write_Default/Write_Default/SettingDlg.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | using namespace std; 5 | 6 | class CSettingDlg 7 | { 8 | public: 9 | CSettingDlg(void); 10 | ~CSettingDlg(void); 11 | 12 | DWORD CreateSettingDialog(HINSTANCE hInstance, HWND parentWnd); 13 | 14 | public: 15 | wstring size; 16 | 17 | protected: 18 | static LRESULT CALLBACK DlgProc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp); 19 | }; 20 | 21 | -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "afxwin.h" 3 | #include 4 | using namespace std; 5 | 6 | class CCmdLineUtil : 7 | public CCommandLineInfo 8 | { 9 | public: 10 | CCmdLineUtil(void); 11 | ~CCmdLineUtil(void); 12 | 13 | void ParseParam( const TCHAR* pszParam, BOOL bFlag, BOOL bLast ); 14 | 15 | map m_CmdList; 16 | 17 | protected: 18 | CString m_strOpt; 19 | CString m_strOpt2; 20 | }; 21 | -------------------------------------------------------------------------------- /Write_AVIVO/Write_AVIVO/SettingDlg.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/StringUtil.h" 4 | #include "../../Common/PathUtil.h" 5 | #include "DShowCtrl.h" 6 | 7 | class CSettingDlg 8 | { 9 | public: 10 | CSettingDlg(void); 11 | ~CSettingDlg(void); 12 | 13 | DWORD CreateSettingDialog(HINSTANCE hInstance); 14 | 15 | protected: 16 | 17 | protected: 18 | 19 | static LRESULT CALLBACK DlgProc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp); 20 | 21 | }; 22 | 23 | -------------------------------------------------------------------------------- /Common/ServiceUtil.h: -------------------------------------------------------------------------------- 1 | #ifndef __SERVICE_UTIL_H__ 2 | #define __SERVICE_UTIL_H__ 3 | 4 | #include 5 | 6 | BOOL InstallService(LPCWSTR lpcwszFilePath, LPCWSTR lpcwszName, LPCWSTR lpcwszViewName); 7 | BOOL RemoveService(LPCWSTR lpcwszName); 8 | BOOL IsInstallService(LPCWSTR lpcwszName); 9 | BOOL IsStopService(LPCWSTR lpcwszName); 10 | BOOL StartServiceCtrl(LPCWSTR lpcwszName); 11 | BOOL StopServiceCtrl(LPCWSTR lpcwszName); 12 | DWORD GetServiceStatus(LPCWSTR lpcwszName); 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/ServiceUtil.h: -------------------------------------------------------------------------------- 1 | #ifndef __SERVICE_UTIL_H__ 2 | #define __SERVICE_UTIL_H__ 3 | 4 | #include 5 | 6 | BOOL InstallService(LPCWSTR lpcwszFilePath, LPCWSTR lpcwszName, LPCWSTR lpcwszViewName); 7 | BOOL RemoveService(LPCWSTR lpcwszName); 8 | BOOL IsInstallService(LPCWSTR lpcwszName); 9 | BOOL IsStopService(LPCWSTR lpcwszName); 10 | BOOL StartServiceCtrl(LPCWSTR lpcwszName); 11 | BOOL StopServiceCtrl(LPCWSTR lpcwszName); 12 | DWORD GetServiceStatus(LPCWSTR lpcwszName); 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /RecName_Macro/RecName_Macro/ConvertMacro2.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "RecName_PlugIn.h" 4 | 5 | #include 6 | using namespace std; 7 | 8 | #import "RegExp.tlb" no_namespace named_guids 9 | 10 | class CConvertMacro2 11 | { 12 | public: 13 | CConvertMacro2(void); 14 | ~CConvertMacro2(void); 15 | 16 | BOOL Convert(wstring macro, PLUGIN_RESERVE_INFO* info, EPG_EVENT_INFO* epgInfo, wstring& convert); 17 | 18 | protected: 19 | IRegExpPtr regExp; 20 | 21 | BOOL IsFindKey(wstring src, wstring key); 22 | }; 23 | 24 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/EpgTimerSrvDef.h: -------------------------------------------------------------------------------- 1 | #ifndef __EPG_TIMER_SRV_DEF_H__ 2 | #define __EPG_TIMER_SRV_DEF_H__ 3 | 4 | #include "ReserveInfo.h" 5 | 6 | typedef struct _END_RESERVE_INFO{ 7 | CReserveInfo* reserveInfo; 8 | DWORD reserveID; 9 | DWORD tunerID; 10 | DWORD endType; 11 | wstring recFilePath; 12 | ULONGLONG drop; 13 | ULONGLONG scramble; 14 | }END_RESERVE_INFO; 15 | 16 | typedef struct _BAT_WORK_INFO{ 17 | DWORD tunerID; 18 | RESERVE_DATA reserveInfo; 19 | REC_FILE_INFO recFileInfo; 20 | }BAT_WORK_INFO; 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/IEPGStationInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class IEPGStationInfo 9 | { 10 | public String StationName 11 | { 12 | get; 13 | set; 14 | } 15 | public UInt64 Key 16 | { 17 | get; 18 | set; 19 | } 20 | public override string ToString() 21 | { 22 | return StationName; 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /UPnPCtrl/CharUtil.h: -------------------------------------------------------------------------------- 1 | #ifndef __MULTI_PLATFORM_CHAR_UTIL_H__ 2 | #define __MULTI_PLATFORM_CHAR_UTIL_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include 9 | 10 | void MP_STR_Trim(char* src); 11 | 12 | int MP_STR_CompNoCase(char* src1, char* src2); 13 | 14 | int MP_STR_Separate(char* src, char* key, char* left, int leftSize, char* right, int rightSize); 15 | 16 | int MP_STR_Replace(char* src, char* dest, int* destSize, char* oldStr, char* newStr); 17 | 18 | void MP_TIME_GetNowTime_RFC1123(char* time, int timeSize); 19 | 20 | #ifdef __cplusplus 21 | } 22 | #endif 23 | 24 | #endif 25 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/RecPresetItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class RecPresetItem 9 | { 10 | public RecPresetItem() 11 | { 12 | } 13 | public String DisplayName 14 | { 15 | get; 16 | set; 17 | } 18 | public UInt32 ID 19 | { 20 | get; 21 | set; 22 | } 23 | public override string ToString() 24 | { 25 | return DisplayName; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/CoopServerInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class CoopServerInfo 9 | { 10 | public String ServerAddress 11 | { 12 | get; 13 | set; 14 | } 15 | public UInt32 ServerPort 16 | { 17 | get; 18 | set; 19 | } 20 | public override string ToString() 21 | { 22 | String view = ServerAddress + ":" + ServerPort.ToString(); 23 | return view; 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/DLNAParsePublicFolder.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | #include "../../Common/StringUtil.h" 5 | 6 | typedef struct _DLNA_PUBLIC_FOLDER_INFO{ 7 | wstring virtualPath; 8 | wstring folderPath; 9 | }DLNA_PUBLIC_FOLDER_INFO; 10 | 11 | class DLNAParsePublicFolder 12 | { 13 | public: 14 | DLNAParsePublicFolder(void); 15 | ~DLNAParsePublicFolder(void); 16 | 17 | BOOL ParseText( 18 | LPCWSTR filePath 19 | ); 20 | 21 | 22 | public: 23 | map folderList; 24 | protected: 25 | BOOL Parse1Line(string parseLine, DLNA_PUBLIC_FOLDER_INFO* info ); 26 | }; 27 | 28 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/DLNAParseProtocolInfo.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | #include "../../Common/StringUtil.h" 5 | 6 | typedef struct _DLNA_PROTOCOL_INFO{ 7 | wstring ext; 8 | wstring upnpClass; 9 | wstring mimeType; 10 | wstring info; 11 | }DLNA_PROTOCOL_INFO; 12 | 13 | class CDLNAParseProtocolInfo 14 | { 15 | public: 16 | CDLNAParseProtocolInfo(void); 17 | ~CDLNAParseProtocolInfo(void); 18 | 19 | BOOL ParseText( 20 | LPCWSTR filePath 21 | ); 22 | 23 | public: 24 | map supportList; 25 | 26 | protected: 27 | BOOL Parse1Line(string parseLine, DLNA_PROTOCOL_INFO* info ); 28 | }; 29 | 30 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpPublicFileSend.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | #include "HttpFileSend.h" 5 | 6 | class CHttpPublicFileSend 7 | { 8 | public: 9 | CHttpPublicFileSend(void); 10 | ~CHttpPublicFileSend(void); 11 | 12 | void SetPublicFolder(wstring rootUri, wstring folderPath); 13 | void SetVirtualPath(map* virtualPathList); 14 | 15 | int HttpRequest(string method, string uri, nocase::map* headerList, SOCKET clientSock, HANDLE stopEvent); 16 | 17 | protected: 18 | CHttpFileSend httpSend; 19 | wstring rootUri; 20 | wstring folderPath; 21 | map virtualPathList; 22 | }; 23 | 24 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TunerNameViewItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using CtrlCmdCLI.Def; 7 | 8 | namespace EpgTimer 9 | { 10 | public class TunerNameViewItem 11 | { 12 | public TunerNameViewItem(TunerReserveInfo info, double width) 13 | { 14 | TunerInfo = info; 15 | Width = width; 16 | } 17 | public TunerReserveInfo TunerInfo 18 | { 19 | get; 20 | set; 21 | } 22 | public double Width 23 | { 24 | get; 25 | set; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /BonCtrl/SendTCP.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "SendTCP.h" 3 | 4 | CSendTCP::CSendTCP(void) 5 | { 6 | m_cTcp.Initialize(); 7 | } 8 | 9 | CSendTCP::~CSendTCP(void) 10 | { 11 | 12 | m_cTcp.UnInitialize(); 13 | } 14 | 15 | 16 | BOOL CSendTCP::StartUpload( vector* List ) 17 | { 18 | for( int i=0; i<(int)List->size(); i++ ){ 19 | m_cTcp.AddSendAddr((*List)[i].ipString.c_str(), (*List)[i].port); 20 | } 21 | return m_cTcp.StartSend(); 22 | } 23 | 24 | void CSendTCP::SendData(BYTE* pbBuff, DWORD dwSize) 25 | { 26 | m_cTcp.AddSendData(pbBuff, dwSize); 27 | } 28 | 29 | BOOL CSendTCP::CloseUpload() 30 | { 31 | m_cTcp.StopSend(); 32 | return TRUE; 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/DateItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using CtrlCmdCLI; 7 | using CtrlCmdCLI.Def; 8 | 9 | namespace EpgTimer 10 | { 11 | public class DateItem 12 | { 13 | public DateItem() 14 | { 15 | } 16 | public EpgSearchDateInfo DateInfo 17 | { 18 | get; 19 | set; 20 | } 21 | public String ViewText 22 | { 23 | get; 24 | set; 25 | } 26 | public override string ToString() 27 | { 28 | return ViewText; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecPresetItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using CtrlCmdCLI; 7 | using CtrlCmdCLI.Def; 8 | 9 | namespace EpgTimer 10 | { 11 | public class RecPresetItem 12 | { 13 | public RecPresetItem() 14 | { 15 | } 16 | public String DisplayName 17 | { 18 | get; 19 | set; 20 | } 21 | public UInt32 ID 22 | { 23 | get; 24 | set; 25 | } 26 | public override string ToString() 27 | { 28 | return DisplayName; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpRecFileSend.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | #include "HttpFileSend.h" 5 | 6 | class CHttpRecFileSend 7 | { 8 | public: 9 | CHttpRecFileSend(void); 10 | ~CHttpRecFileSend(void); 11 | 12 | void SetRootUri(wstring rootUri); 13 | void SetRecInfo(vector* infoList); 14 | 15 | int HttpRequest(string method, string uri, nocase::map* headerList, SOCKET clientSock, HANDLE stopEvent); 16 | 17 | protected: 18 | CHttpFileSend httpSend; 19 | wstring rootUri; 20 | map recInfoList; 21 | 22 | protected: 23 | int SendRecFileList(nocase::map* headerList, SOCKET clientSock, HANDLE stopEvent); 24 | }; 25 | 26 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ListColumnInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class ListColumnInfo 9 | { 10 | public ListColumnInfo() 11 | { 12 | Tag = ""; 13 | Width = double.NaN; 14 | } 15 | public ListColumnInfo(String tag, double width) 16 | { 17 | Tag = tag; 18 | Width = width; 19 | } 20 | public String Tag 21 | { 22 | get; 23 | set; 24 | } 25 | public double Width 26 | { 27 | get; 28 | set; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ViewMenuItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class ViewMenuItem 9 | { 10 | public ViewMenuItem(String name, bool select) 11 | { 12 | MenuName = name; 13 | IsSelected = select; 14 | } 15 | 16 | public bool IsSelected 17 | { 18 | get; 19 | set; 20 | } 21 | public String MenuName 22 | { 23 | get; 24 | set; 25 | } 26 | public override string ToString() 27 | { 28 | return MenuName; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Descriptor/CADesc.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | CA_descriptor() { 5 | descriptor_tag 8 uimsbf 6 | descriptor_length 8 uimsbf 7 | CA_system_ID 16 uimsbf 8 | reserved 3 bslbf 9 | CA_PID 13 uimsbf 10 | for (i = 0; i < N; i++) { 11 | private_data_byte 8 uimsbf 12 | } 13 | } 14 | 15 | */ 16 | 17 | #include "../../../Common/Util.h" 18 | 19 | class CCADesc 20 | { 21 | public: 22 | BYTE descriptor_tag; 23 | BYTE descriptor_length; 24 | WORD CA_system_ID; 25 | WORD CA_PID; 26 | BYTE private_data_byteLength; 27 | BYTE* private_data_byte; 28 | 29 | public: 30 | CCADesc(void); 31 | ~CCADesc(void); 32 | 33 | BOOL Decode( BYTE* data, DWORD dataSize, DWORD* decodeReadSize ); 34 | }; 35 | 36 | -------------------------------------------------------------------------------- /BonCtrl/CATUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../Common/Util.h" 4 | #include "../Common/ErrDef.h" 5 | #include "../Common/TSBuffUtil.h" 6 | #include "../Common/TSPacketUtil.h" 7 | 8 | class CCATUtil 9 | { 10 | public: 11 | map PIDList; 12 | 13 | public: 14 | CCATUtil(void); 15 | ~CCATUtil(void); 16 | 17 | BOOL AddPacket(CTSPacketUtil* packet); 18 | 19 | protected: 20 | CTSBuffUtil buffUtil; 21 | 22 | BYTE table_id; 23 | BYTE section_syntax_indicator; 24 | WORD section_length; 25 | BYTE version_number; 26 | BYTE current_next_indicator; 27 | BYTE section_number; 28 | BYTE last_section_number; 29 | DWORD crc32; 30 | 31 | protected: 32 | void Clear(); 33 | BOOL DecodeCAT(BYTE* data, DWORD dataSize); 34 | }; 35 | 36 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Setting/SearchKeyView.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace EpgTimer 16 | { 17 | /// 18 | /// SearchKey.xaml の相互作用ロジック 19 | /// 20 | public partial class SearchKey : UserControl 21 | { 22 | public SearchKey() 23 | { 24 | InitializeComponent(); 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataViewItem.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TunerInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class TunerInfo 9 | { 10 | public String BonDriver 11 | { 12 | get; 13 | set; 14 | } 15 | public String TunerNum 16 | { 17 | get; 18 | set; 19 | } 20 | public String EPGNum 21 | { 22 | get; 23 | set; 24 | } 25 | public bool IsEpgCap 26 | { 27 | get; 28 | set; 29 | } 30 | public override string ToString() 31 | { 32 | return BonDriver; 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SyoboiCalUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/StringUtil.h" 4 | #include "../../Common/StructDef.h" 5 | #include "../../Common/WinHTTPUtil.h" 6 | 7 | class CSyoboiCalUtil 8 | { 9 | public: 10 | CSyoboiCalUtil(void); 11 | ~CSyoboiCalUtil(void); 12 | 13 | BOOL SendReserve(vector* reserveList, vector* tunerList); 14 | 15 | protected: 16 | wstring id; 17 | wstring pass; 18 | 19 | USE_PROXY_INFO* proxyInfo; 20 | 21 | protected: 22 | BOOL Base64Enc(LPCSTR src, DWORD srcSize, LPWSTR dest, DWORD* destSize); 23 | __int64 GetTimeStamp(SYSTEMTIME startTime); 24 | BOOL UrlEncodeUTF8(LPCWSTR src, DWORD srcSize, wstring& dest); 25 | BOOL UrlEncodeUTF8(LPCWSTR src, DWORD srcSize, string& dest); 26 | }; 27 | 28 | 29 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/YesNoInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | class YesNoInfo 9 | { 10 | public YesNoInfo() 11 | { 12 | } 13 | public YesNoInfo(String displayName, Byte value) 14 | { 15 | this.DisplayName = displayName; 16 | this.Value = value; 17 | } 18 | public String DisplayName 19 | { 20 | get; 21 | set; 22 | } 23 | public Byte Value 24 | { 25 | get; 26 | set; 27 | } 28 | public override string ToString() 29 | { 30 | return DisplayName; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/RecModeInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | class RecModeInfo 9 | { 10 | public RecModeInfo() 11 | { 12 | } 13 | public RecModeInfo(String displayName, Byte value) 14 | { 15 | this.DisplayName = displayName; 16 | this.Value = value; 17 | } 18 | public String DisplayName 19 | { 20 | get; 21 | set; 22 | } 23 | public Byte Value 24 | { 25 | get; 26 | set; 27 | } 28 | public override string ToString() 29 | { 30 | return DisplayName; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/PriorityInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | class PriorityInfo 9 | { 10 | public PriorityInfo() 11 | { 12 | } 13 | public PriorityInfo(String displayName, Byte value) 14 | { 15 | this.DisplayName = displayName; 16 | this.Value = value; 17 | } 18 | public String DisplayName 19 | { 20 | get; 21 | set; 22 | } 23 | public Byte Value 24 | { 25 | get; 26 | set; 27 | } 28 | public override string ToString() 29 | { 30 | return DisplayName; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/DayOfWeekInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | class DayOfWeekInfo 9 | { 10 | public DayOfWeekInfo() 11 | { 12 | } 13 | public DayOfWeekInfo(String displayName, Byte value) 14 | { 15 | this.DisplayName = displayName; 16 | this.Value = value; 17 | } 18 | public String DisplayName 19 | { 20 | get; 21 | set; 22 | } 23 | public Byte Value 24 | { 25 | get; 26 | set; 27 | } 28 | public override string ToString() 29 | { 30 | return DisplayName; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/KeyWordWindow.xaml: -------------------------------------------------------------------------------- 1 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /EpgDataCap_Bon/EpgDataCap_Bon/CmdLineUtil.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "CmdLineUtil.h" 3 | 4 | CCmdLineUtil::CCmdLineUtil(void) 5 | { 6 | m_strOpt = L""; 7 | m_strOpt2 = L""; 8 | } 9 | 10 | CCmdLineUtil::~CCmdLineUtil(void) 11 | { 12 | } 13 | 14 | void CCmdLineUtil::ParseParam( const TCHAR* pszParam, BOOL bFlag, BOOL bLast ) 15 | { 16 | if( bFlag == TRUE ){ 17 | if( m_strOpt.IsEmpty() == false ){ 18 | m_CmdList.insert(pair(m_strOpt, m_strOpt2)); 19 | } 20 | m_strOpt = L""; 21 | m_strOpt2 = L""; 22 | } 23 | if( bFlag == TRUE ){ 24 | m_strOpt = pszParam; 25 | }else{ 26 | if( m_strOpt2.IsEmpty() == true ){ 27 | m_strOpt2 = pszParam; 28 | } 29 | } 30 | if( bLast == TRUE ){ 31 | m_CmdList.insert(pair(m_strOpt, m_strOpt2)); 32 | } 33 | } 34 | 35 | 36 | -------------------------------------------------------------------------------- /Document/Patch/121014_(未適用)EPGデータ対策不正な文字コード_とりあえずMXだけ基本情報のみ取得するようにするとうまくいく 10.69用パッチ.txt: -------------------------------------------------------------------------------- 1 | --- BonCtrl/BonCtrl.cpp.orig 2012-10-14 15:10:30.000000000 +0900 2 | +++ BonCtrl/BonCtrl.cpp 2012-10-14 15:11:53.000000000 +0900 3 | @@ -1539,6 +1539,15 @@ 4 | if( status == EpgBasicAll || status == EpgHEITAll ){ 5 | chkNext = TRUE; 6 | } 7 | + }else if( sys->epgCapChList[chkCount].ONID == 32391 ){ 8 | + // Workaround: get only basic info for Tokyo MX 9 | + if( status == EpgBasicAll ){ 10 | + chkNext = TRUE; 11 | + }else if( leitFlag == FALSE && status == EpgHEITAll ){ 12 | + chkNext = TRUE; 13 | + }else if( leitFlag == TRUE && status == EpgLEITAll ){ 14 | + chkNext = TRUE; 15 | + } 16 | }else{ 17 | if( leitFlag == FALSE && status == EpgHEITAll ){ 18 | chkNext = TRUE; -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpRequestReader.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | 5 | #define HTTP_HEADER_READ_BUFF (64*1024) 6 | 7 | class CHttpRequestReader 8 | { 9 | public: 10 | CHttpRequestReader(void); 11 | ~CHttpRequestReader(void); 12 | 13 | void SetSocket(SOCKET clientSock, HANDLE stopEvent); 14 | 15 | int ReadHeader(string& method, string& uri, string& version, nocase::map* headerList); 16 | int ReadBody(BYTE* buff, int* buffSize); 17 | protected: 18 | SOCKET clientSock; 19 | HANDLE stopEvent; 20 | 21 | string method; 22 | string uri; 23 | string httpVersion; 24 | nocase::map headerList; 25 | 26 | BOOL chunkedFlag; 27 | __int64 contentSize; 28 | __int64 totalReadSize; 29 | __int64 totalReadChunkSize; 30 | int chunkEndRead; 31 | int chunkSize; 32 | }; 33 | 34 | -------------------------------------------------------------------------------- /Common/PipeServer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "StructDef.h" 4 | 5 | typedef int (CALLBACK *CMD_CALLBACK_PROC)(void* pParam, CMD_STREAM* pCmdParam, CMD_STREAM* pResParam); 6 | 7 | class CPipeServer 8 | { 9 | public: 10 | CPipeServer(void); 11 | ~CPipeServer(void); 12 | 13 | BOOL StartServer( 14 | LPCWSTR eventName, 15 | LPCWSTR pipeName, 16 | CMD_CALLBACK_PROC cmdCallback, 17 | void* callbackParam, 18 | int threadPriority = THREAD_PRIORITY_NORMAL, 19 | int ctrlCmdEventID = -1 20 | ); 21 | void StopServer(); 22 | 23 | protected: 24 | CMD_CALLBACK_PROC cmdProc; 25 | void* cmdParam; 26 | wstring eventName; 27 | wstring pipeName; 28 | 29 | int threadPriority; 30 | int ctrlCmdEventID; 31 | 32 | HANDLE stopEvent; 33 | HANDLE workThread; 34 | 35 | protected: 36 | static UINT WINAPI ServerThread(LPVOID pParam); 37 | 38 | }; 39 | -------------------------------------------------------------------------------- /BonCtrl/SendUDP.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #include 5 | #include "BonCtrlDef.h" 6 | #include "../Common/Util.h" 7 | #include "../Common/StringUtil.h" 8 | 9 | class CSendUDP 10 | { 11 | public: 12 | CSendUDP(void); 13 | ~CSendUDP(void); 14 | 15 | BOOL StartUpload( vector* List ); 16 | void SendData(BYTE* pbBuff, DWORD dwSize); 17 | BOOL CloseUpload(); 18 | 19 | protected: 20 | static UINT WINAPI SendThread(LPVOID pParam); 21 | 22 | protected: 23 | typedef struct _SOCKET_DATA{ 24 | SOCKET sock; 25 | struct sockaddr_in addr; 26 | }SOCKET_DATA; 27 | vector SockList; 28 | 29 | wstring m_strIniPath; 30 | 31 | vector m_TSBuff; 32 | HANDLE m_hSendThread; 33 | HANDLE m_hSendStopEvent; 34 | 35 | HANDLE m_hCriticalEvent; 36 | 37 | UINT m_uiWait; 38 | UINT m_uiSendSize; 39 | 40 | }; 41 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgDataView.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/SOAPUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | 5 | #include 6 | #import named_guids 7 | 8 | typedef struct _SOAP_REQUEST_INFO{ 9 | wstring actionName; 10 | map argList; 11 | }SOAP_REQUEST_INFO; 12 | 13 | typedef struct _SOAP_RESPONSE_ARG{ 14 | string name; 15 | string val; 16 | }SOAP_RESPONSE_ARG; 17 | 18 | class CSOAPUtil 19 | { 20 | public: 21 | CSOAPUtil(void); 22 | ~CSOAPUtil(void); 23 | 24 | int ParseSOAPRequest(char* xml, int xmlSize, SOAP_REQUEST_INFO* info); 25 | 26 | int CreateSOAPResponseBody(char* actionXmlns, char* actionName, vector* argumentList, char* xml, int* xmlSize); 27 | protected: 28 | int LoadDOMDocument(char* data, int size, MSXML2::IXMLDOMDocumentPtr xmlDoc); 29 | //int EscapeXmlString(char* src, char* dest, int* destSize); 30 | //int EscapeXmlString(wstring& src); 31 | }; 32 | 33 | -------------------------------------------------------------------------------- /BonCtrl/ScrambleDecoderUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | #include "../Common/Util.h" 6 | #include "../Common/PathUtil.h" 7 | #include "../Common/StringUtil.h" 8 | #include "../Common/ErrDef.h" 9 | 10 | #include "IB25Decoder.h" 11 | 12 | class CScrambleDecoderUtil 13 | { 14 | public: 15 | CScrambleDecoderUtil(void); 16 | ~CScrambleDecoderUtil(void); 17 | 18 | void UnLoadDll(); 19 | 20 | BOOL SetNetwork(WORD ONID, WORD TSID); 21 | 22 | BOOL Decode(BYTE* src, DWORD srcSize, BYTE** dest, DWORD* destSize); 23 | 24 | BOOL SetEmm(BOOL enable); 25 | 26 | DWORD GetEmmCount(); 27 | 28 | BOOL GetLoadStatus(wstring& loadErrDll); 29 | 30 | void Reset(); 31 | protected: 32 | wstring currentDll; 33 | wstring loadDll; 34 | 35 | IB25Decoder* decodeIF; 36 | IB25Decoder2* decodeIF2; 37 | HMODULE module; 38 | 39 | bool emmEnable; 40 | 41 | protected: 42 | BOOL LoadDll(LPCWSTR dllPath); 43 | }; 44 | 45 | -------------------------------------------------------------------------------- /CtrlCmdCLI/CtrlCmdCLI/TimerGUIPipeSrv.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "CtrlCmdCLIDef.h" 4 | #include "../../Common/PipeServer.h" 5 | 6 | using namespace System; 7 | using namespace System::Collections::Generic; 8 | using namespace System::Runtime::InteropServices; 9 | 10 | namespace CtrlCmdCLI { 11 | ref class TimerGUIPipeSrv 12 | { 13 | public: 14 | delegate void ShowDlgHandler(); 15 | delegate void UpdateReserveHandler(); 16 | 17 | event ShowDlgHandler^ ShowDlg; 18 | event UpdateReserveHandler^ UpdateReserve; 19 | public: 20 | TimerGUIPipeSrv(void); 21 | ~TimerGUIPipeSrv(void); 22 | !TimerGUIPipeSrv(void); 23 | 24 | bool StartServer(int processID); 25 | void StopServer(); 26 | private: 27 | CPipeServer* pipeServer; 28 | delegate VOID TimerProcDelegate( void* , CMD_STREAM* , CMD_STREAM* ); 29 | 30 | private: 31 | static int CtrlCmdCallback(void* param, CMD_STREAM* cmdParam, CMD_STREAM* resParam); 32 | }; 33 | } 34 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/TunerSelectInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class TunerSelectInfo 9 | { 10 | public TunerSelectInfo(String name, UInt32 id) 11 | { 12 | Name = name; 13 | ID = id; 14 | } 15 | public String Name 16 | { 17 | get; 18 | set; 19 | } 20 | public UInt32 ID 21 | { 22 | get; 23 | set; 24 | } 25 | public override string ToString() 26 | { 27 | String view = ""; 28 | if (ID == 0) 29 | { 30 | view = "自動"; 31 | } 32 | else 33 | { 34 | view = "ID:" + ID.ToString("X8") + " (" + Name + ")"; 35 | } 36 | return view; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TunerSelectInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | public class TunerSelectInfo 9 | { 10 | public TunerSelectInfo(String name, UInt32 id) 11 | { 12 | Name = name; 13 | ID = id; 14 | } 15 | public String Name 16 | { 17 | get; 18 | set; 19 | } 20 | public UInt32 ID 21 | { 22 | get; 23 | set; 24 | } 25 | public override string ToString() 26 | { 27 | String view = ""; 28 | if (ID == 0) 29 | { 30 | view = "自動"; 31 | } 32 | else 33 | { 34 | view = "ID:" + ID.ToString("X8") + " (" + Name + ")"; 35 | } 36 | return view; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/TimeView.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/TSBuffUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "TSPacketUtil.h" 4 | 5 | #define ERR_ADD_NEXT 100 6 | #define ERR_NOT_SUPPORT 101 7 | 8 | class CTSBuffUtil 9 | { 10 | public: 11 | CTSBuffUtil(void); 12 | ~CTSBuffUtil(void); 13 | 14 | DWORD Add188TS(CTSPacketUtil* tsPacket); 15 | BOOL GetSectionBuff(BYTE** sectionData, WORD* dataSize); 16 | 17 | protected: 18 | typedef struct _SECTION_BUFF{ 19 | WORD dataSize; 20 | BYTE* data; 21 | WORD copySize; 22 | _SECTION_BUFF(void){ 23 | dataSize = 0; 24 | data = NULL; 25 | copySize = 0; 26 | }; 27 | ~_SECTION_BUFF(void){ 28 | SAFE_DELETE_ARRAY(data); 29 | }; 30 | }SECTION_BUFF; 31 | vector packetList; 32 | 33 | WORD lastPID; 34 | BYTE lastCounter; 35 | BOOL duplicateFlag; 36 | 37 | SECTION_BUFF* creatingBuff; 38 | SECTION_BUFF* lastGetBuff; 39 | protected: 40 | void Clear(); 41 | BOOL CheckCounter(CTSPacketUtil* tsPacket); 42 | DWORD AddSectionBuff(CTSPacketUtil* tsPacket); 43 | }; 44 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/ServiceView.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/EpgView/WeekDayView.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Common/TCPServer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "StringUtil.h" 4 | #include "CtrlCmdDef.h" 5 | #include "StructDef.h" 6 | 7 | #include 8 | #include 9 | #pragma comment(lib, "wsock32.lib") 10 | 11 | typedef int (CALLBACK *CMD_CALLBACK_PROC)(void* pParam, CMD_STREAM* pCmdParam, CMD_STREAM* pResParam); 12 | 13 | class CTCPServer 14 | { 15 | public: 16 | CTCPServer(void); 17 | ~CTCPServer(void); 18 | 19 | BOOL StartServer( 20 | DWORD dwPort, 21 | CMD_CALLBACK_PROC pfnCmdProc, 22 | void* pParam, 23 | int iThreadPriority = THREAD_PRIORITY_NORMAL, 24 | int iCtrlCmdEventID = -1 25 | ); 26 | void StopServer(); 27 | 28 | protected: 29 | CMD_CALLBACK_PROC m_pCmdProc; 30 | void* m_pParam; 31 | DWORD m_dwPort; 32 | 33 | int m_iThreadPriority; 34 | int m_iCtrlCmdEventID; 35 | 36 | HANDLE m_hStopEvent; 37 | HANDLE m_hThread; 38 | 39 | SOCKET m_sock; 40 | struct sockaddr_in m_addr; 41 | 42 | protected: 43 | static UINT WINAPI ServerThread(LPVOID pParam); 44 | 45 | }; 46 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/TimePosInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using CtrlCmdCLI; 7 | using CtrlCmdCLI.Def; 8 | 9 | namespace EpgTimer 10 | { 11 | class TimePosInfo 12 | { 13 | public TimePosInfo(DateTime time, double pos) 14 | { 15 | Time = time; 16 | TopPos = pos; 17 | ProgramList = new List(); 18 | ReserveList = new List(); 19 | } 20 | 21 | public DateTime Time 22 | { 23 | get; 24 | set; 25 | } 26 | public double TopPos 27 | { 28 | get; 29 | set; 30 | } 31 | public List ProgramList 32 | { 33 | get; 34 | set; 35 | } 36 | public List ReserveList 37 | { 38 | get; 39 | set; 40 | } 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /Common/PathUtil.h: -------------------------------------------------------------------------------- 1 | #ifndef __PATH_UTIL_H__ 2 | #define __PATH_UTIL_H__ 3 | 4 | #include "CommonDef.h" 5 | 6 | void GetDefSettingPath(wstring& strPath); 7 | 8 | void GetSettingPath(wstring& strPath); 9 | 10 | void GetModuleFolderPath(wstring& strPath); 11 | 12 | void GetModuleIniPath(wstring& strPath); 13 | 14 | void GetCommonIniPath(wstring& strPath); 15 | 16 | void GetEpgTimerSrvIniPath(wstring& strPath); 17 | 18 | void GetEpgSavePath(wstring& strPath); 19 | 20 | void GetLogoSavePath(wstring& strPath); 21 | 22 | void GetRecFolderPath(wstring& strPath); 23 | 24 | void GetFileTitle(wstring strPath, wstring& strTitle); 25 | 26 | void GetFileName(wstring strPath, wstring& strName); 27 | 28 | void GetFileExt(wstring strPath, wstring& strExt); 29 | 30 | void GetFileFolder(wstring strPath, wstring& strFolder); 31 | 32 | BOOL IsExt(wstring filePath, wstring ext); 33 | 34 | void CheckFileName(wstring& fileName, BOOL noChkYen = FALSE); 35 | 36 | void CheckFileName(string& fileName, BOOL noChkYen = FALSE); 37 | 38 | #endif 39 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ComponentKindInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace EpgTimer 7 | { 8 | class ComponentKindInfo 9 | { 10 | public ComponentKindInfo() 11 | { 12 | } 13 | public ComponentKindInfo(Byte streamContent, Byte componentType, String componentName) 14 | { 15 | StreamContent = streamContent; 16 | ComponentType = componentType; 17 | ComponentName = componentName; 18 | } 19 | public Byte StreamContent 20 | { 21 | get; 22 | set; 23 | } 24 | public Byte ComponentType 25 | { 26 | get; 27 | set; 28 | } 29 | public String ComponentName 30 | { 31 | get; 32 | set; 33 | } 34 | public override string ToString() 35 | { 36 | return ComponentName; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/CheckRecFile.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/Util.h" 4 | #include "ReserveInfo.h" 5 | 6 | class CCheckRecFile 7 | { 8 | public: 9 | CCheckRecFile(void); 10 | ~CCheckRecFile(void); 11 | 12 | void SetCheckFolder(vector* chkFolder); 13 | void SetDeleteExt(vector* delExt); 14 | 15 | void CheckFreeSpace(map* chkReserve, wstring defRecFolder, map* protectFile); 16 | void CheckFreeSpaceLive(RESERVE_DATA* reserve, wstring recFolder, map* protectFile); 17 | 18 | protected: 19 | vector chkFolder; 20 | vector delExt; 21 | 22 | typedef struct _TS_FILE_INFO{ 23 | LONGLONG fileSize; 24 | LONGLONG fileTime; 25 | wstring filePath; 26 | }TS_FILE_INFO; 27 | 28 | typedef struct _MOUNT_PATH_INFO{ 29 | LONGLONG totalSize; 30 | vector folderPath; 31 | }MOUNT_PATH_INFO; 32 | 33 | protected: 34 | void FindTsFileList(wstring findFolder, map* findList); 35 | }; 36 | 37 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/HttpFileSend.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/CommonDef.h" 4 | 5 | 6 | #define MULTI_PART_BOUNDARY "EPG_TIMER_SRV" 7 | 8 | #define HTML_TEXT_TOP "\r\n\r\n\r\nEpgTimer\r\n\r\n\r\n" 9 | #define HTML_TEXT_END "\r\n\r\n" 10 | 11 | class CHttpFileSend 12 | { 13 | public: 14 | CHttpFileSend(void); 15 | ~CHttpFileSend(void); 16 | 17 | int SendResponseHeader(int httpStatus, nocase::map* paramList, SOCKET clientSock, HANDLE stopEvent); 18 | int SendFile(wstring filePath, __int64 offset, __int64 endPos, SOCKET clientSock, HANDLE stopEvent); 19 | int SendData(BYTE* data, DWORD dataSize, SOCKET clientSock, HANDLE stopEvent); 20 | 21 | void GetContentType(wstring filePath, string& contentType); 22 | __int64 GetContentLength(wstring filePath); 23 | 24 | BOOL ParseRangeHeader(__int64 fileSize, string val, map<__int64, __int64>* rangeList); 25 | }; 26 | 27 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/BlackoutWindow.xaml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 13 | 15 | 16 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/TunerCtrl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/Util.h" 4 | #include "../../Common/EpgTimerUtil.h" 5 | #include "../../Common/PathUtil.h" 6 | #include "../../Common/StringUtil.h" 7 | #include "../../Common/SendCtrlCmd.h" 8 | 9 | class CTunerCtrl 10 | { 11 | public: 12 | CTunerCtrl(void); 13 | ~CTunerCtrl(void); 14 | 15 | void SetExePath(wstring exePath); 16 | BOOL OpenExe(wstring bonDriver, DWORD id, BOOL minWake, BOOL noView, BOOL noNW, map registGUIMap, DWORD* PID, BOOL UDP, BOOL TCP, DWORD Priority ); 17 | void CloseExe(DWORD PID); 18 | BOOL GetOpenExe(vector* IDList); 19 | BOOL GetOpenExe(wstring exeName, vector* IDList); 20 | protected: 21 | HANDLE openWaitEvent; 22 | 23 | wstring exePath; 24 | wstring exeName; 25 | BOOL win2kFlag; 26 | CSendCtrlCmd cmdSend; 27 | 28 | wstring optBon; 29 | wstring optMin; 30 | wstring optNoView; 31 | wstring optNoNW; 32 | protected: 33 | void GetOption(); 34 | static BOOL CALLBACK CloseEnumWindowProc(HWND hWnd, LPARAM lParam); 35 | }; 36 | 37 | -------------------------------------------------------------------------------- /BonCtrl/PMTUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../Common/Util.h" 4 | #include "../Common/ErrDef.h" 5 | #include "../Common/TSBuffUtil.h" 6 | #include "../Common/TSPacketUtil.h" 7 | 8 | class CPMTUtil 9 | { 10 | public: 11 | map PIDList; 12 | WORD program_number; 13 | WORD PCR_PID; 14 | 15 | public: 16 | CPMTUtil(void); 17 | ~CPMTUtil(void); 18 | 19 | BOOL AddPacket(CTSPacketUtil* packet); 20 | 21 | protected: 22 | CTSBuffUtil buffUtil; 23 | 24 | typedef struct _ES_INFO_DATA{ 25 | BYTE stream_type; 26 | WORD elementary_PID; 27 | WORD ES_info_length; 28 | } ES_INFO_DATA; 29 | 30 | BYTE table_id; 31 | BYTE section_syntax_indicator; 32 | WORD section_length; 33 | // WORD program_number; 34 | BYTE version_number; 35 | BYTE current_next_indicator; 36 | BYTE section_number; 37 | BYTE last_section_number; 38 | // WORD PCR_PID; 39 | WORD program_info_length; 40 | vector ESInfoList; 41 | DWORD crc32; 42 | 43 | protected: 44 | void Clear(); 45 | BOOL DecodePMT(BYTE* data, DWORD dataSize); 46 | 47 | }; 48 | 49 | -------------------------------------------------------------------------------- /UPnPCtrl/UpnpUtil.h: -------------------------------------------------------------------------------- 1 | #ifndef __UPNP_UTIL_H__ 2 | #define __UPNP_UTIL_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include 9 | 10 | #define UPNP_DEVICE_TYPE_DMS 1 11 | #define UPNP_DEVICE_TYPE_DMR 2 12 | #define UPNP_DEVICE_TYPE_DMP 3 13 | #define UPNP_DEVICE_TYPE_DMC 4 14 | #define UPNP_SERVICE_TYPE_CDS 101 15 | #define UPNP_SERVICE_TYPE_CMS 102 16 | #define UPNP_SERVICE_TYPE_ATS 103 17 | #define UPNP_SERVICE_TYPE_RCS 104 18 | 19 | static const char UPNP_URN_CDS_1[] = "urn:schemas-upnp-org:service:ContentDirectory:1"; 20 | static const char UPNP_URN_CMS_1[] = "urn:schemas-upnp-org:service:ConnectionManager:1"; 21 | static const char UPNP_URN_AVT_1[] = "urn:schemas-upnp-org:service:AVTransport:1"; 22 | static const char UPNP_URN_RCS_1[] = "urn:schemas-upnp-org:service:RenderingControl:1"; 23 | 24 | int UPNP_UTIL_CreateUUID(char* uuid, int uuidSize, unsigned short deviceType, unsigned short uniqueID, unsigned short value); 25 | 26 | int UPNP_UTIL_GetUserAgent(char* ua, int uaSize); 27 | 28 | #ifdef __cplusplus 29 | } 30 | #endif 31 | 32 | #endif 33 | -------------------------------------------------------------------------------- /Common/HttpServer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "StringUtil.h" 4 | #include "CtrlCmdDef.h" 5 | #include "StructDef.h" 6 | 7 | #include 8 | #include 9 | #pragma comment(lib, "wsock32.lib") 10 | 11 | typedef int (CALLBACK *HTTP_CALLBACK_PROC)(void* pParam, HTTP_STREAM* recvParam, HTTP_STREAM* sendParam); 12 | 13 | class CHttpServer 14 | { 15 | public: 16 | CHttpServer(void); 17 | ~CHttpServer(void); 18 | 19 | BOOL StartServer( 20 | DWORD dwPort, 21 | HTTP_CALLBACK_PROC pfnHttpProc, 22 | void* pParam, 23 | int iThreadPriority = THREAD_PRIORITY_NORMAL, 24 | int iCtrlCmdEventID = -1 25 | ); 26 | void StopServer(); 27 | 28 | protected: 29 | HTTP_CALLBACK_PROC m_pHttpProc; 30 | void* m_pParam; 31 | DWORD m_dwPort; 32 | 33 | int m_iThreadPriority; 34 | int m_iCtrlCmdEventID; 35 | 36 | HANDLE m_hStopEvent; 37 | HANDLE m_hThread; 38 | 39 | SOCKET m_sock; 40 | struct sockaddr_in m_addr; 41 | 42 | protected: 43 | static UINT WINAPI ServerThread(LPVOID pParam); 44 | 45 | DWORD ChkContentLength(string httpHeader); 46 | }; 47 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/AutoAddView.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace EpgTimer 16 | { 17 | /// 18 | /// AutoAddView.xaml の相互作用ロジック 19 | /// 20 | public partial class AutoAddView : UserControl 21 | { 22 | public AutoAddView() 23 | { 24 | InitializeComponent(); 25 | } 26 | 27 | public void SaveSize() 28 | { 29 | epgAutoAddView.SaveSize(); 30 | manualAutoAddView.SaveSize(); 31 | } 32 | 33 | public void UpdateAutoAddInfo() 34 | { 35 | epgAutoAddView.UpdateInfo(); 36 | manualAutoAddView.UpdateInfo(); 37 | } 38 | 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /twitter/twitter/RequestUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/NWStructDef.h" 4 | #include "twitterDef.h" 5 | #include "OAuthUtil.h" 6 | 7 | class CRequestUtil 8 | { 9 | public: 10 | CRequestUtil(void); 11 | ~CRequestUtil(void); 12 | 13 | BOOL CreateRequestToken( 14 | wstring consumerKey, 15 | wstring secretKey, 16 | wstring& url, 17 | wstring& httpHeader 18 | ); 19 | 20 | BOOL CreateAuthorizationUrl( 21 | wstring oauthToken, 22 | wstring& url 23 | ); 24 | 25 | BOOL CreateAccessToken( 26 | wstring consumerKey, 27 | wstring secretKey, 28 | wstring oauthToken, 29 | wstring oauthVerifier, 30 | wstring& url, 31 | wstring& httpHeader 32 | ); 33 | 34 | BOOL CreateSendTweet( 35 | wstring consumerKey, 36 | wstring secretKey, 37 | wstring oauthToken, 38 | wstring text, 39 | wstring& url, 40 | wstring& httpHeader 41 | ); 42 | 43 | BOOL CreateStreaming( 44 | wstring consumerKey, 45 | wstring secretKey, 46 | wstring oauthToken, 47 | wstring text, 48 | wstring& url, 49 | wstring& httpHeader 50 | ); 51 | }; 52 | -------------------------------------------------------------------------------- /EpgDataCap3/EpgDataCap3/Table/EITTable_SD2.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../../Common/Util.h" 4 | #include "../Descriptor/DescriptorDef.h" 5 | 6 | class CEITTable_SD2 7 | { 8 | public: 9 | typedef struct _EVENT_MAP_DATA{ 10 | WORD event_id; 11 | BYTE hour; 12 | BYTE minute; 13 | DWORD duration; 14 | WORD a4table_eventID; 15 | }EVENT_MAP_DATA; 16 | typedef struct _EVENT_MAP_INFO{ 17 | WORD descriptor_length; 18 | SYSTEMTIME start_day; 19 | vector eventList; 20 | } EVENT_MAP_INFO; 21 | BYTE table_id; 22 | BYTE section_syntax_indicator; 23 | WORD section_length; 24 | WORD service_id; 25 | BYTE version_number; 26 | BYTE current_next_indicator; 27 | BYTE section_number; 28 | BYTE last_section_number; 29 | WORD service_id2; 30 | WORD original_network_id; 31 | SYSTEMTIME start_time; 32 | SYSTEMTIME end_time; 33 | vector eventMapList; 34 | DWORD crc32; 35 | 36 | public: 37 | CEITTable_SD2(void); 38 | ~CEITTable_SD2(void); 39 | 40 | BOOL Decode( BYTE* data, DWORD dataSize, DWORD* decodeReadSize ); 41 | protected: 42 | void Clear(); 43 | 44 | 45 | }; 46 | -------------------------------------------------------------------------------- /Common/TSBuffUtil.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "TSPacketUtil.h" 4 | 5 | #define ERR_ADD_NEXT 100 6 | #define ERR_NOT_SUPPORT 101 7 | 8 | class CTSBuffUtil 9 | { 10 | public: 11 | CTSBuffUtil(void); 12 | ~CTSBuffUtil(void); 13 | 14 | DWORD Add188TS(CTSPacketUtil* tsPacket); 15 | BOOL GetSectionBuff(BYTE** sectionData, DWORD* dataSize); 16 | BOOL IsPES(); 17 | 18 | protected: 19 | typedef struct _SECTION_BUFF{ 20 | BOOL unknownSize; 21 | DWORD dataSize; 22 | BYTE* data; 23 | DWORD copySize; 24 | _SECTION_BUFF(void){ 25 | unknownSize = FALSE; 26 | dataSize = 0; 27 | data = NULL; 28 | copySize = 0; 29 | }; 30 | ~_SECTION_BUFF(void){ 31 | SAFE_DELETE_ARRAY(data); 32 | }; 33 | }SECTION_BUFF; 34 | vector packetList; 35 | 36 | WORD lastPID; 37 | BYTE lastCounter; 38 | BOOL duplicateFlag; 39 | 40 | BOOL PESMode; 41 | 42 | SECTION_BUFF* creatingBuff; 43 | SECTION_BUFF* lastGetBuff; 44 | protected: 45 | void Clear(); 46 | BOOL CheckCounter(CTSPacketUtil* tsPacket); 47 | DWORD AddSectionBuff(CTSPacketUtil* tsPacket); 48 | DWORD AddPESBuff(CTSPacketUtil* tsPacket); 49 | }; 50 | -------------------------------------------------------------------------------- /EpgTimerSrv/EpgTimerSrv/RestApiManager.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "../../Common/StructDef.h" 4 | #include "EpgDBManager.h" 5 | #include "ReserveManager.h" 6 | 7 | class CRestApiManager 8 | { 9 | public: 10 | CRestApiManager(void); 11 | ~CRestApiManager(void); 12 | 13 | DWORD AnalyzeCmd(string verb, string url, string param, HTTP_STREAM* sendParam, CEpgDBManager* epgDB, vector* list, CReserveManager* resMng); 14 | 15 | private: 16 | void CheckXMLChar(wstring& text); 17 | void LoadRecSetData(WORD preset, REC_SETTING_DATA* recSetData); 18 | 19 | DWORD GetEnumService(string param, HTTP_STREAM* sendParam, CEpgDBManager* epgDB); 20 | DWORD GetEnumEventInfo(string param, HTTP_STREAM* sendParam, CEpgDBManager* epgDB); 21 | DWORD GetEnumReserveInfo(string param, HTTP_STREAM* sendParam, vector* list); 22 | DWORD GetEnumRecPresetInfo(string param, HTTP_STREAM* sendParam); 23 | DWORD GetReserveDataEPG(string param, CEpgDBManager* epgDB, RESERVE_DATA* reserveData); 24 | DWORD GetReserveAddResponse(BOOL err, HTTP_STREAM* sendParam); 25 | DWORD GetSearchEvent(string param, HTTP_STREAM* sendParam, CEpgDBManager* epgDB); 26 | }; 27 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/DefineClass/ColorSelectionItem.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using System.Windows.Media; 7 | using System.Windows.Media.Imaging; 8 | using System.Windows.Navigation; 9 | using System.Windows.Shapes; 10 | using System.Windows.Markup; 11 | 12 | namespace EpgTimer 13 | { 14 | class ColorSelectionItem 15 | { 16 | private SolidColorBrush color; 17 | private string colorName; 18 | 19 | public ColorSelectionItem(string ColorName, SolidColorBrush c) 20 | { 21 | color = c; 22 | colorName = ColorName; 23 | } 24 | /// 25 | /// return the name of a color 26 | /// 27 | /// 28 | public string ColorName 29 | { 30 | get { return colorName; } 31 | } 32 | /// 33 | /// Return the color as a solid colorBrush 34 | /// 35 | public SolidColorBrush Color 36 | { 37 | get 38 | { 39 | return color; 40 | } 41 | } 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.1 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace EpgTimer.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /EpgTimerNW/EpgTimerNW/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.1 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace EpgTimer.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /EpgTimer/EpgTimer/SuspendCheckWindow.xaml: -------------------------------------------------------------------------------- 1 | 5 | 10 | 11 | 12 |