├── .gitattributes ├── README.md ├── RepFName.cpp ├── RepFName.exe ├── bin ├── Caption.dll ├── Caption2AssC の Readme.txt ├── Caption2AssC.exe ├── Caption2AssC.ini ├── Caption2AssC_x64.exe ├── Caption2AssC_x64.ini ├── Caption_x64.dll └── Gaiji │ ├── UNICODE_cc_DRCS.ini │ ├── UNICODE_cc_gaiji.ini │ ├── UNICODE_cc_gaiji2.ini │ ├── _new-gaiji.bat │ ├── _new-gaiji.txt │ ├── cc_DRCS.ini │ ├── cc_gaiji.ini │ └── cc_gaiji2.ini ├── hb_h264.bat ├── hb_h264qsv.bat ├── hb_matome.bat └── src ├── Caption2Ass Readme.txt ├── Caption2Ass 補完計画(Cleanup code)Readme.txt ├── Caption2Ass_PCR.sln ├── Caption2Ass_PCR.v11.suo ├── Caption2Ass_PCR ├── Caption2AssParameter.cpp ├── Caption2AssParameter.h ├── Caption2Ass_PCR.cpp ├── Caption2Ass_PCR.h ├── Caption2Ass_PCR.rc ├── Caption2Ass_PCR.vcxproj ├── Caption2Ass_PCR.vcxproj.filters ├── CaptionDllUtil.cpp ├── CaptionDllUtil.h ├── IniFile.cpp ├── IniFile.h ├── ass_header.cpp ├── ass_header.h ├── cmdline.cpp ├── cmdline.h ├── resource.h ├── stdafx.h ├── tslUtil.cpp └── tslUtil.h ├── Caption2Ass_PCR_src_0108のReadme.txt ├── Caption_dll ├── Caption │ ├── ARIB8CharDecode.cpp │ ├── ARIB8CharDecode.h │ ├── ARIBGaiji.h │ ├── CalcMD5.cpp │ ├── CalcMD5.h │ ├── Caption.cpp │ ├── Caption.def │ ├── Caption.rc │ ├── Caption.vcxproj │ ├── Caption.vcxproj.filters │ ├── CaptionMain.cpp │ ├── CaptionMain.h │ ├── ColorDef.h │ ├── IniFile.cpp │ ├── IniFile.h │ ├── resource.h │ └── stdafx.h ├── UNICODE_cc_gaiji.ini ├── UNICODE_cc_gaiji2.ini ├── WinDVD_cc_gaiji.ini ├── cc_DRCS.ini ├── cc_gaiji.ini └── cc_gaiji2.ini ├── common ├── Caption.h ├── CaptionDef.h ├── CommRoutine.cpp ├── CommRoutine.h ├── packet_types.h └── targetver.h └── config.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/README.md -------------------------------------------------------------------------------- /RepFName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/RepFName.cpp -------------------------------------------------------------------------------- /RepFName.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/RepFName.exe -------------------------------------------------------------------------------- /bin/Caption.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption.dll -------------------------------------------------------------------------------- /bin/Caption2AssC の Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption2AssC の Readme.txt -------------------------------------------------------------------------------- /bin/Caption2AssC.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption2AssC.exe -------------------------------------------------------------------------------- /bin/Caption2AssC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption2AssC.ini -------------------------------------------------------------------------------- /bin/Caption2AssC_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption2AssC_x64.exe -------------------------------------------------------------------------------- /bin/Caption2AssC_x64.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption2AssC_x64.ini -------------------------------------------------------------------------------- /bin/Caption_x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Caption_x64.dll -------------------------------------------------------------------------------- /bin/Gaiji/UNICODE_cc_DRCS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/UNICODE_cc_DRCS.ini -------------------------------------------------------------------------------- /bin/Gaiji/UNICODE_cc_gaiji.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/UNICODE_cc_gaiji.ini -------------------------------------------------------------------------------- /bin/Gaiji/UNICODE_cc_gaiji2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/UNICODE_cc_gaiji2.ini -------------------------------------------------------------------------------- /bin/Gaiji/_new-gaiji.bat: -------------------------------------------------------------------------------- 1 | dir /b /o *.gif > _new-gaiji.txt 2 | -------------------------------------------------------------------------------- /bin/Gaiji/_new-gaiji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/_new-gaiji.txt -------------------------------------------------------------------------------- /bin/Gaiji/cc_DRCS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/cc_DRCS.ini -------------------------------------------------------------------------------- /bin/Gaiji/cc_gaiji.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/cc_gaiji.ini -------------------------------------------------------------------------------- /bin/Gaiji/cc_gaiji2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/bin/Gaiji/cc_gaiji2.ini -------------------------------------------------------------------------------- /hb_h264.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/hb_h264.bat -------------------------------------------------------------------------------- /hb_h264qsv.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/hb_h264qsv.bat -------------------------------------------------------------------------------- /hb_matome.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/hb_matome.bat -------------------------------------------------------------------------------- /src/Caption2Ass Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass Readme.txt -------------------------------------------------------------------------------- /src/Caption2Ass 補完計画(Cleanup code)Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass 補完計画(Cleanup code)Readme.txt -------------------------------------------------------------------------------- /src/Caption2Ass_PCR.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR.sln -------------------------------------------------------------------------------- /src/Caption2Ass_PCR.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR.v11.suo -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2AssParameter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2AssParameter.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2AssParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2AssParameter.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2Ass_PCR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2Ass_PCR.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2Ass_PCR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2Ass_PCR.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2Ass_PCR.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2Ass_PCR.rc -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2Ass_PCR.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2Ass_PCR.vcxproj -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/Caption2Ass_PCR.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/Caption2Ass_PCR.vcxproj.filters -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/CaptionDllUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/CaptionDllUtil.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/CaptionDllUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/CaptionDllUtil.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/IniFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/IniFile.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/IniFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/IniFile.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/ass_header.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/ass_header.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/ass_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/ass_header.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/cmdline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/cmdline.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/cmdline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/cmdline.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/resource.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/stdafx.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/tslUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/tslUtil.cpp -------------------------------------------------------------------------------- /src/Caption2Ass_PCR/tslUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR/tslUtil.h -------------------------------------------------------------------------------- /src/Caption2Ass_PCR_src_0108のReadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption2Ass_PCR_src_0108のReadme.txt -------------------------------------------------------------------------------- /src/Caption_dll/Caption/ARIB8CharDecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/ARIB8CharDecode.cpp -------------------------------------------------------------------------------- /src/Caption_dll/Caption/ARIB8CharDecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/ARIB8CharDecode.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/ARIBGaiji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/ARIBGaiji.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/CalcMD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/CalcMD5.cpp -------------------------------------------------------------------------------- /src/Caption_dll/Caption/CalcMD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/CalcMD5.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/Caption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/Caption.cpp -------------------------------------------------------------------------------- /src/Caption_dll/Caption/Caption.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/Caption.def -------------------------------------------------------------------------------- /src/Caption_dll/Caption/Caption.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/Caption.rc -------------------------------------------------------------------------------- /src/Caption_dll/Caption/Caption.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/Caption.vcxproj -------------------------------------------------------------------------------- /src/Caption_dll/Caption/Caption.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/Caption.vcxproj.filters -------------------------------------------------------------------------------- /src/Caption_dll/Caption/CaptionMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/CaptionMain.cpp -------------------------------------------------------------------------------- /src/Caption_dll/Caption/CaptionMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/CaptionMain.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/ColorDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/ColorDef.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/IniFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/IniFile.cpp -------------------------------------------------------------------------------- /src/Caption_dll/Caption/IniFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/IniFile.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/resource.h -------------------------------------------------------------------------------- /src/Caption_dll/Caption/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/Caption/stdafx.h -------------------------------------------------------------------------------- /src/Caption_dll/UNICODE_cc_gaiji.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/UNICODE_cc_gaiji.ini -------------------------------------------------------------------------------- /src/Caption_dll/UNICODE_cc_gaiji2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/UNICODE_cc_gaiji2.ini -------------------------------------------------------------------------------- /src/Caption_dll/WinDVD_cc_gaiji.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/WinDVD_cc_gaiji.ini -------------------------------------------------------------------------------- /src/Caption_dll/cc_DRCS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/cc_DRCS.ini -------------------------------------------------------------------------------- /src/Caption_dll/cc_gaiji.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/cc_gaiji.ini -------------------------------------------------------------------------------- /src/Caption_dll/cc_gaiji2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/Caption_dll/cc_gaiji2.ini -------------------------------------------------------------------------------- /src/common/Caption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/Caption.h -------------------------------------------------------------------------------- /src/common/CaptionDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/CaptionDef.h -------------------------------------------------------------------------------- /src/common/CommRoutine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/CommRoutine.cpp -------------------------------------------------------------------------------- /src/common/CommRoutine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/CommRoutine.h -------------------------------------------------------------------------------- /src/common/packet_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/packet_types.h -------------------------------------------------------------------------------- /src/common/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/common/targetver.h -------------------------------------------------------------------------------- /src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGlitch/Caption2Ass/HEAD/src/config.h --------------------------------------------------------------------------------