├── .gitignore ├── ReadMe.txt ├── TIandSI.sln ├── TIandSI.suo ├── TIandSI ├── .gitignore ├── AddDlg.cpp ├── AddDlg.h ├── ReadMe.txt ├── ResultDlg.cpp ├── ResultDlg.h ├── SDL.dll ├── TIandSI.aps ├── TIandSI.cpp ├── TIandSI.h ├── TIandSI.rc ├── TIandSI.vcxproj ├── TIandSI.vcxproj.filters ├── TIandSI.vcxproj.user ├── TIandSIDlg.cpp ├── TIandSIDlg.h ├── include │ └── sdl │ │ ├── SDL.h │ │ ├── SDL_active.h │ │ ├── SDL_audio.h │ │ ├── SDL_byteorder.h │ │ ├── SDL_cdrom.h │ │ ├── SDL_config.h │ │ ├── SDL_config_dreamcast.h │ │ ├── SDL_config_macos.h │ │ ├── SDL_config_macosx.h │ │ ├── SDL_config_minimal.h │ │ ├── SDL_config_nds.h │ │ ├── SDL_config_os2.h │ │ ├── SDL_config_symbian.h │ │ ├── SDL_config_win32.h │ │ ├── SDL_copying.h │ │ ├── SDL_cpuinfo.h │ │ ├── SDL_endian.h │ │ ├── SDL_error.h │ │ ├── SDL_events.h │ │ ├── SDL_getenv.h │ │ ├── SDL_joystick.h │ │ ├── SDL_keyboard.h │ │ ├── SDL_keysym.h │ │ ├── SDL_loadso.h │ │ ├── SDL_main.h │ │ ├── SDL_mouse.h │ │ ├── SDL_mutex.h │ │ ├── SDL_name.h │ │ ├── SDL_opengl.h │ │ ├── SDL_platform.h │ │ ├── SDL_quit.h │ │ ├── SDL_rwops.h │ │ ├── SDL_stdinc.h │ │ ├── SDL_syswm.h │ │ ├── SDL_thread.h │ │ ├── SDL_timer.h │ │ ├── SDL_types.h │ │ ├── SDL_version.h │ │ ├── SDL_video.h │ │ ├── begin_code.h │ │ └── close_code.h ├── lib │ └── SDL.lib ├── res │ ├── TIandSI.rc2 │ └── logo.ico ├── resource.h ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── TIandSIcmd ├── .gitignore ├── Help.txt ├── ReadMe.txt ├── TIandSIcmd.cpp ├── TIandSIcmd.h ├── TIandSIcmd.vcxproj ├── TIandSIcmd.vcxproj.filters ├── TIandSIcmd.vcxproj.user ├── XGetopt.cpp ├── XGetopt.h ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── TIandSIpro ├── .gitignore ├── ReadMe.txt ├── ResultDlg.cpp ├── ResultDlg.h ├── SDL.dll ├── TIandSI.aps ├── TIandSI.cpp ├── TIandSI.h ├── TIandSIDlg.cpp ├── TIandSIDlg.h ├── TIandSIpro.aps ├── TIandSIpro.rc ├── TIandSIpro.vcxproj ├── TIandSIpro.vcxproj.filters ├── TIandSIpro.vcxproj.user ├── avcodec-55.dll ├── avdevice-55.dll ├── avfilter-4.dll ├── avformat-55.dll ├── avutil-52.dll ├── cuc_ieschool.flv ├── cuc_ieschool_tisi.csv ├── include │ ├── _mingw.h │ ├── inttypes.h │ ├── libavcodec │ │ ├── avcodec.h │ │ ├── avfft.h │ │ ├── dv_profile.h │ │ ├── dxva2.h │ │ ├── old_codec_ids.h │ │ ├── vaapi.h │ │ ├── vda.h │ │ ├── vdpau.h │ │ ├── version.h │ │ └── xvmc.h │ ├── libavdevice │ │ ├── avdevice.h │ │ └── version.h │ ├── libavfilter │ │ ├── asrc_abuffer.h │ │ ├── avcodec.h │ │ ├── avfilter.h │ │ ├── avfiltergraph.h │ │ ├── buffersink.h │ │ ├── buffersrc.h │ │ └── version.h │ ├── libavformat │ │ ├── avformat.h │ │ ├── avio.h │ │ └── version.h │ ├── libavutil │ │ ├── adler32.h │ │ ├── aes.h │ │ ├── attributes.h │ │ ├── audio_fifo.h │ │ ├── audioconvert.h │ │ ├── avassert.h │ │ ├── avconfig.h │ │ ├── avstring.h │ │ ├── avutil.h │ │ ├── base64.h │ │ ├── blowfish.h │ │ ├── bprint.h │ │ ├── bswap.h │ │ ├── buffer.h │ │ ├── channel_layout.h │ │ ├── common.h │ │ ├── cpu.h │ │ ├── crc.h │ │ ├── dict.h │ │ ├── display.h │ │ ├── downmix_info.h │ │ ├── error.h │ │ ├── eval.h │ │ ├── ffversion.h │ │ ├── fifo.h │ │ ├── file.h │ │ ├── frame.h │ │ ├── hash.h │ │ ├── hmac.h │ │ ├── imgutils.h │ │ ├── intfloat.h │ │ ├── intfloat_readwrite.h │ │ ├── intreadwrite.h │ │ ├── lfg.h │ │ ├── log.h │ │ ├── lzo.h │ │ ├── macros.h │ │ ├── mathematics.h │ │ ├── md5.h │ │ ├── mem.h │ │ ├── murmur3.h │ │ ├── old_pix_fmts.h │ │ ├── opt.h │ │ ├── parseutils.h │ │ ├── pixdesc.h │ │ ├── pixfmt.h │ │ ├── random_seed.h │ │ ├── rational.h │ │ ├── replaygain.h │ │ ├── ripemd.h │ │ ├── samplefmt.h │ │ ├── sha.h │ │ ├── sha512.h │ │ ├── stereo3d.h │ │ ├── threadmessage.h │ │ ├── time.h │ │ ├── timecode.h │ │ ├── timestamp.h │ │ ├── version.h │ │ └── xtea.h │ ├── libpostproc │ │ ├── postprocess.h │ │ └── version.h │ ├── libswresample │ │ ├── swresample.h │ │ └── version.h │ ├── libswscale │ │ ├── swscale.h │ │ └── version.h │ ├── sdl │ │ ├── SDL.h │ │ ├── SDL_active.h │ │ ├── SDL_audio.h │ │ ├── SDL_byteorder.h │ │ ├── SDL_cdrom.h │ │ ├── SDL_config.h │ │ ├── SDL_config_dreamcast.h │ │ ├── SDL_config_macos.h │ │ ├── SDL_config_macosx.h │ │ ├── SDL_config_minimal.h │ │ ├── SDL_config_nds.h │ │ ├── SDL_config_os2.h │ │ ├── SDL_config_symbian.h │ │ ├── SDL_config_win32.h │ │ ├── SDL_copying.h │ │ ├── SDL_cpuinfo.h │ │ ├── SDL_endian.h │ │ ├── SDL_error.h │ │ ├── SDL_events.h │ │ ├── SDL_getenv.h │ │ ├── SDL_joystick.h │ │ ├── SDL_keyboard.h │ │ ├── SDL_keysym.h │ │ ├── SDL_loadso.h │ │ ├── SDL_main.h │ │ ├── SDL_mouse.h │ │ ├── SDL_mutex.h │ │ ├── SDL_name.h │ │ ├── SDL_opengl.h │ │ ├── SDL_platform.h │ │ ├── SDL_quit.h │ │ ├── SDL_rwops.h │ │ ├── SDL_stdinc.h │ │ ├── SDL_syswm.h │ │ ├── SDL_thread.h │ │ ├── SDL_timer.h │ │ ├── SDL_types.h │ │ ├── SDL_version.h │ │ ├── SDL_video.h │ │ ├── begin_code.h │ │ └── close_code.h │ └── stdint.h ├── lib │ ├── SDL.lib │ ├── SDLmain.lib │ ├── avcodec.lib │ ├── avdevice.lib │ ├── avfilter.lib │ ├── avformat.lib │ ├── avutil.lib │ ├── postproc.lib │ ├── swresample.lib │ └── swscale.lib ├── postproc-52.dll ├── res │ ├── TIandSIpro.rc2 │ └── logo.ico ├── resource.h ├── stdafx.cpp ├── stdafx.h ├── swresample-0.dll ├── swscale-2.dll └── targetver.h └── TIandSIprocmd ├── .gitignore ├── Getopt.cpp ├── Getopt.h ├── ReadMe.txt ├── SDL.dll ├── TIandSIprocmd.cpp ├── TIandSIprocmd.vcxproj ├── TIandSIprocmd.vcxproj.filters ├── TIandSIprocmd.vcxproj.user ├── avcodec-55.dll ├── avdevice-55.dll ├── avfilter-4.dll ├── avformat-55.dll ├── avutil-52.dll ├── include ├── _mingw.h ├── inttypes.h ├── libavcodec │ ├── avcodec.h │ ├── avfft.h │ ├── dv_profile.h │ ├── dxva2.h │ ├── old_codec_ids.h │ ├── vaapi.h │ ├── vda.h │ ├── vdpau.h │ ├── version.h │ └── xvmc.h ├── libavdevice │ ├── avdevice.h │ └── version.h ├── libavfilter │ ├── asrc_abuffer.h │ ├── avcodec.h │ ├── avfilter.h │ ├── avfiltergraph.h │ ├── buffersink.h │ ├── buffersrc.h │ └── version.h ├── libavformat │ ├── avformat.h │ ├── avio.h │ └── version.h ├── libavutil │ ├── adler32.h │ ├── aes.h │ ├── attributes.h │ ├── audio_fifo.h │ ├── audioconvert.h │ ├── avassert.h │ ├── avconfig.h │ ├── avstring.h │ ├── avutil.h │ ├── base64.h │ ├── blowfish.h │ ├── bprint.h │ ├── bswap.h │ ├── buffer.h │ ├── channel_layout.h │ ├── common.h │ ├── cpu.h │ ├── crc.h │ ├── dict.h │ ├── display.h │ ├── downmix_info.h │ ├── error.h │ ├── eval.h │ ├── ffversion.h │ ├── fifo.h │ ├── file.h │ ├── frame.h │ ├── hash.h │ ├── hmac.h │ ├── imgutils.h │ ├── intfloat.h │ ├── intfloat_readwrite.h │ ├── intreadwrite.h │ ├── lfg.h │ ├── log.h │ ├── lzo.h │ ├── macros.h │ ├── mathematics.h │ ├── md5.h │ ├── mem.h │ ├── murmur3.h │ ├── old_pix_fmts.h │ ├── opt.h │ ├── parseutils.h │ ├── pixdesc.h │ ├── pixfmt.h │ ├── random_seed.h │ ├── rational.h │ ├── replaygain.h │ ├── ripemd.h │ ├── samplefmt.h │ ├── sha.h │ ├── sha512.h │ ├── stereo3d.h │ ├── threadmessage.h │ ├── time.h │ ├── timecode.h │ ├── timestamp.h │ ├── version.h │ └── xtea.h ├── libpostproc │ ├── postprocess.h │ └── version.h ├── libswresample │ ├── swresample.h │ └── version.h ├── libswscale │ ├── swscale.h │ └── version.h ├── sdl │ ├── SDL.h │ ├── SDL_active.h │ ├── SDL_audio.h │ ├── SDL_byteorder.h │ ├── SDL_cdrom.h │ ├── SDL_config.h │ ├── SDL_config_dreamcast.h │ ├── SDL_config_macos.h │ ├── SDL_config_macosx.h │ ├── SDL_config_minimal.h │ ├── SDL_config_nds.h │ ├── SDL_config_os2.h │ ├── SDL_config_symbian.h │ ├── SDL_config_win32.h │ ├── SDL_copying.h │ ├── SDL_cpuinfo.h │ ├── SDL_endian.h │ ├── SDL_error.h │ ├── SDL_events.h │ ├── SDL_getenv.h │ ├── SDL_joystick.h │ ├── SDL_keyboard.h │ ├── SDL_keysym.h │ ├── SDL_loadso.h │ ├── SDL_main.h │ ├── SDL_mouse.h │ ├── SDL_mutex.h │ ├── SDL_name.h │ ├── SDL_opengl.h │ ├── SDL_platform.h │ ├── SDL_quit.h │ ├── SDL_rwops.h │ ├── SDL_stdinc.h │ ├── SDL_syswm.h │ ├── SDL_thread.h │ ├── SDL_timer.h │ ├── SDL_types.h │ ├── SDL_version.h │ ├── SDL_video.h │ ├── begin_code.h │ └── close_code.h └── stdint.h ├── lib ├── SDL.lib ├── SDLmain.lib ├── avcodec.lib ├── avdevice.lib ├── avfilter.lib ├── avformat.lib ├── avutil.lib ├── postproc.lib ├── swresample.lib └── swscale.lib ├── ourtime.csv ├── ourtime.h264 ├── postproc-52.dll ├── swresample-0.dll └── swscale-2.dll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/.gitignore -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /TIandSI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI.sln -------------------------------------------------------------------------------- /TIandSI.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI.suo -------------------------------------------------------------------------------- /TIandSI/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/.gitignore -------------------------------------------------------------------------------- /TIandSI/AddDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/AddDlg.cpp -------------------------------------------------------------------------------- /TIandSI/AddDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/AddDlg.h -------------------------------------------------------------------------------- /TIandSI/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/ReadMe.txt -------------------------------------------------------------------------------- /TIandSI/ResultDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/ResultDlg.cpp -------------------------------------------------------------------------------- /TIandSI/ResultDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/ResultDlg.h -------------------------------------------------------------------------------- /TIandSI/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/SDL.dll -------------------------------------------------------------------------------- /TIandSI/TIandSI.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.aps -------------------------------------------------------------------------------- /TIandSI/TIandSI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.cpp -------------------------------------------------------------------------------- /TIandSI/TIandSI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.h -------------------------------------------------------------------------------- /TIandSI/TIandSI.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.rc -------------------------------------------------------------------------------- /TIandSI/TIandSI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.vcxproj -------------------------------------------------------------------------------- /TIandSI/TIandSI.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.vcxproj.filters -------------------------------------------------------------------------------- /TIandSI/TIandSI.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSI.vcxproj.user -------------------------------------------------------------------------------- /TIandSI/TIandSIDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSIDlg.cpp -------------------------------------------------------------------------------- /TIandSI/TIandSIDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/TIandSIDlg.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_active.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_audio.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_byteorder.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_cdrom.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_dreamcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_dreamcast.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_macos.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_macosx.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_minimal.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_nds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_nds.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_os2.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_symbian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_symbian.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_config_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_config_win32.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_copying.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_cpuinfo.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_endian.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_error.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_events.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_getenv.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_joystick.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_keyboard.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_keysym.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_loadso.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_main.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_mouse.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_mutex.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_name.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_opengl.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_platform.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_quit.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_rwops.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_stdinc.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_syswm.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_thread.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_timer.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_types.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_version.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/SDL_video.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/begin_code.h -------------------------------------------------------------------------------- /TIandSI/include/sdl/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/include/sdl/close_code.h -------------------------------------------------------------------------------- /TIandSI/lib/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/lib/SDL.lib -------------------------------------------------------------------------------- /TIandSI/res/TIandSI.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/res/TIandSI.rc2 -------------------------------------------------------------------------------- /TIandSI/res/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/res/logo.ico -------------------------------------------------------------------------------- /TIandSI/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/resource.h -------------------------------------------------------------------------------- /TIandSI/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/stdafx.cpp -------------------------------------------------------------------------------- /TIandSI/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/stdafx.h -------------------------------------------------------------------------------- /TIandSI/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSI/targetver.h -------------------------------------------------------------------------------- /TIandSIcmd/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/.gitignore -------------------------------------------------------------------------------- /TIandSIcmd/Help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/Help.txt -------------------------------------------------------------------------------- /TIandSIcmd/ReadMe.txt: -------------------------------------------------------------------------------- 1 | TIandSIcmd 2 | 3 | 王彩虹,雷霄骅,张晖 4 | nonmarking2010@gmail.com 5 | 中国传媒大学/数字电视技术 6 | 7 | 输入YUV文件路径,分辨率,像素格式 8 | 输出TI,SI值 9 | -------------------------------------------------------------------------------- /TIandSIcmd/TIandSIcmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/TIandSIcmd.cpp -------------------------------------------------------------------------------- /TIandSIcmd/TIandSIcmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/TIandSIcmd.h -------------------------------------------------------------------------------- /TIandSIcmd/TIandSIcmd.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/TIandSIcmd.vcxproj -------------------------------------------------------------------------------- /TIandSIcmd/TIandSIcmd.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/TIandSIcmd.vcxproj.filters -------------------------------------------------------------------------------- /TIandSIcmd/TIandSIcmd.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/TIandSIcmd.vcxproj.user -------------------------------------------------------------------------------- /TIandSIcmd/XGetopt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/XGetopt.cpp -------------------------------------------------------------------------------- /TIandSIcmd/XGetopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/XGetopt.h -------------------------------------------------------------------------------- /TIandSIcmd/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/stdafx.cpp -------------------------------------------------------------------------------- /TIandSIcmd/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/stdafx.h -------------------------------------------------------------------------------- /TIandSIcmd/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIcmd/targetver.h -------------------------------------------------------------------------------- /TIandSIpro/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/.gitignore -------------------------------------------------------------------------------- /TIandSIpro/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/ReadMe.txt -------------------------------------------------------------------------------- /TIandSIpro/ResultDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/ResultDlg.cpp -------------------------------------------------------------------------------- /TIandSIpro/ResultDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/ResultDlg.h -------------------------------------------------------------------------------- /TIandSIpro/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/SDL.dll -------------------------------------------------------------------------------- /TIandSIpro/TIandSI.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSI.aps -------------------------------------------------------------------------------- /TIandSIpro/TIandSI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSI.cpp -------------------------------------------------------------------------------- /TIandSIpro/TIandSI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSI.h -------------------------------------------------------------------------------- /TIandSIpro/TIandSIDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIDlg.cpp -------------------------------------------------------------------------------- /TIandSIpro/TIandSIDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIDlg.h -------------------------------------------------------------------------------- /TIandSIpro/TIandSIpro.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIpro.aps -------------------------------------------------------------------------------- /TIandSIpro/TIandSIpro.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIpro.rc -------------------------------------------------------------------------------- /TIandSIpro/TIandSIpro.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIpro.vcxproj -------------------------------------------------------------------------------- /TIandSIpro/TIandSIpro.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIpro.vcxproj.filters -------------------------------------------------------------------------------- /TIandSIpro/TIandSIpro.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/TIandSIpro.vcxproj.user -------------------------------------------------------------------------------- /TIandSIpro/avcodec-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/avcodec-55.dll -------------------------------------------------------------------------------- /TIandSIpro/avdevice-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/avdevice-55.dll -------------------------------------------------------------------------------- /TIandSIpro/avfilter-4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/avfilter-4.dll -------------------------------------------------------------------------------- /TIandSIpro/avformat-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/avformat-55.dll -------------------------------------------------------------------------------- /TIandSIpro/avutil-52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/avutil-52.dll -------------------------------------------------------------------------------- /TIandSIpro/cuc_ieschool.flv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/cuc_ieschool.flv -------------------------------------------------------------------------------- /TIandSIpro/cuc_ieschool_tisi.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TIandSIpro/include/_mingw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/_mingw.h -------------------------------------------------------------------------------- /TIandSIpro/include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/inttypes.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/avcodec.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/avfft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/avfft.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/dv_profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/dv_profile.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/dxva2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/dxva2.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/old_codec_ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/old_codec_ids.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/vaapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/vaapi.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/vda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/vda.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/vdpau.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/vdpau.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavcodec/xvmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavcodec/xvmc.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavdevice/avdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavdevice/avdevice.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavdevice/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavdevice/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/asrc_abuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/asrc_abuffer.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/avcodec.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/avfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/avfilter.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/avfiltergraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/avfiltergraph.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/buffersink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/buffersink.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/buffersrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/buffersrc.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavfilter/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavfilter/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavformat/avformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavformat/avformat.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavformat/avio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavformat/avio.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavformat/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavformat/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/adler32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/adler32.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/aes.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/attributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/attributes.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/audio_fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/audio_fifo.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/audioconvert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/audioconvert.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/avassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/avassert.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/avconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/avconfig.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/avstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/avstring.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/avutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/avutil.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/base64.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/blowfish.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/bprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/bprint.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/bswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/bswap.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/buffer.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/channel_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/channel_layout.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/common.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/cpu.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/crc.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/dict.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/display.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/downmix_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/downmix_info.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/error.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/eval.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/ffversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/ffversion.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/fifo.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/file.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/frame.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/hash.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/hmac.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/imgutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/imgutils.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/intfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/intfloat.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/intfloat_readwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/intfloat_readwrite.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/intreadwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/intreadwrite.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/lfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/lfg.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/log.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/lzo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/lzo.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/macros.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/mathematics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/mathematics.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/md5.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/mem.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/murmur3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/murmur3.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/old_pix_fmts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/old_pix_fmts.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/opt.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/parseutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/parseutils.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/pixdesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/pixdesc.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/pixfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/pixfmt.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/random_seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/random_seed.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/rational.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/replaygain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/replaygain.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/ripemd.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/samplefmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/samplefmt.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/sha.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/sha512.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/stereo3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/stereo3d.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/threadmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/threadmessage.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/time.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/timecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/timecode.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/timestamp.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libavutil/xtea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libavutil/xtea.h -------------------------------------------------------------------------------- /TIandSIpro/include/libpostproc/postprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libpostproc/postprocess.h -------------------------------------------------------------------------------- /TIandSIpro/include/libpostproc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libpostproc/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libswresample/swresample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libswresample/swresample.h -------------------------------------------------------------------------------- /TIandSIpro/include/libswresample/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libswresample/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/libswscale/swscale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libswscale/swscale.h -------------------------------------------------------------------------------- /TIandSIpro/include/libswscale/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/libswscale/version.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_active.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_audio.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_byteorder.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_cdrom.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_dreamcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_dreamcast.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_macos.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_macosx.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_minimal.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_nds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_nds.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_os2.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_symbian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_symbian.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_config_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_config_win32.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_copying.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_cpuinfo.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_endian.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_error.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_events.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_getenv.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_joystick.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_keyboard.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_keysym.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_loadso.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_main.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_mouse.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_mutex.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_name.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_opengl.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_platform.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_quit.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_rwops.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_stdinc.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_syswm.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_thread.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_timer.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_types.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_version.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/SDL_video.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/begin_code.h -------------------------------------------------------------------------------- /TIandSIpro/include/sdl/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/sdl/close_code.h -------------------------------------------------------------------------------- /TIandSIpro/include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/include/stdint.h -------------------------------------------------------------------------------- /TIandSIpro/lib/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/SDL.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/SDLmain.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/avcodec.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/avcodec.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/avdevice.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/avdevice.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/avfilter.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/avfilter.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/avformat.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/avformat.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/avutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/avutil.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/postproc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/postproc.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/swresample.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/swresample.lib -------------------------------------------------------------------------------- /TIandSIpro/lib/swscale.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/lib/swscale.lib -------------------------------------------------------------------------------- /TIandSIpro/postproc-52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/postproc-52.dll -------------------------------------------------------------------------------- /TIandSIpro/res/TIandSIpro.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/res/TIandSIpro.rc2 -------------------------------------------------------------------------------- /TIandSIpro/res/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/res/logo.ico -------------------------------------------------------------------------------- /TIandSIpro/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/resource.h -------------------------------------------------------------------------------- /TIandSIpro/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/stdafx.cpp -------------------------------------------------------------------------------- /TIandSIpro/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/stdafx.h -------------------------------------------------------------------------------- /TIandSIpro/swresample-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/swresample-0.dll -------------------------------------------------------------------------------- /TIandSIpro/swscale-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/swscale-2.dll -------------------------------------------------------------------------------- /TIandSIpro/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIpro/targetver.h -------------------------------------------------------------------------------- /TIandSIprocmd/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/.gitignore -------------------------------------------------------------------------------- /TIandSIprocmd/Getopt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/Getopt.cpp -------------------------------------------------------------------------------- /TIandSIprocmd/Getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/Getopt.h -------------------------------------------------------------------------------- /TIandSIprocmd/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/ReadMe.txt -------------------------------------------------------------------------------- /TIandSIprocmd/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/SDL.dll -------------------------------------------------------------------------------- /TIandSIprocmd/TIandSIprocmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/TIandSIprocmd.cpp -------------------------------------------------------------------------------- /TIandSIprocmd/TIandSIprocmd.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/TIandSIprocmd.vcxproj -------------------------------------------------------------------------------- /TIandSIprocmd/TIandSIprocmd.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/TIandSIprocmd.vcxproj.filters -------------------------------------------------------------------------------- /TIandSIprocmd/TIandSIprocmd.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/TIandSIprocmd.vcxproj.user -------------------------------------------------------------------------------- /TIandSIprocmd/avcodec-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/avcodec-55.dll -------------------------------------------------------------------------------- /TIandSIprocmd/avdevice-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/avdevice-55.dll -------------------------------------------------------------------------------- /TIandSIprocmd/avfilter-4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/avfilter-4.dll -------------------------------------------------------------------------------- /TIandSIprocmd/avformat-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/avformat-55.dll -------------------------------------------------------------------------------- /TIandSIprocmd/avutil-52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/avutil-52.dll -------------------------------------------------------------------------------- /TIandSIprocmd/include/_mingw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/_mingw.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/inttypes.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/avcodec.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/avfft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/avfft.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/dv_profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/dv_profile.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/dxva2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/dxva2.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/old_codec_ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/old_codec_ids.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/vaapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/vaapi.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/vda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/vda.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/vdpau.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/vdpau.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavcodec/xvmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavcodec/xvmc.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavdevice/avdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavdevice/avdevice.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavdevice/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavdevice/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/asrc_abuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/asrc_abuffer.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/avcodec.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/avfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/avfilter.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/avfiltergraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/avfiltergraph.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/buffersink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/buffersink.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/buffersrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/buffersrc.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavfilter/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavfilter/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavformat/avformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavformat/avformat.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavformat/avio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavformat/avio.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavformat/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavformat/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/adler32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/adler32.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/aes.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/attributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/attributes.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/audio_fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/audio_fifo.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/audioconvert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/audioconvert.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/avassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/avassert.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/avconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/avconfig.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/avstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/avstring.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/avutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/avutil.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/base64.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/blowfish.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/bprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/bprint.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/bswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/bswap.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/buffer.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/channel_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/channel_layout.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/common.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/cpu.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/crc.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/dict.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/display.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/downmix_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/downmix_info.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/error.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/eval.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/ffversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/ffversion.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/fifo.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/file.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/frame.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/hash.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/hmac.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/imgutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/imgutils.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/intfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/intfloat.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/intfloat_readwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/intfloat_readwrite.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/intreadwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/intreadwrite.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/lfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/lfg.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/log.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/lzo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/lzo.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/macros.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/mathematics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/mathematics.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/md5.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/mem.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/murmur3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/murmur3.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/old_pix_fmts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/old_pix_fmts.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/opt.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/parseutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/parseutils.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/pixdesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/pixdesc.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/pixfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/pixfmt.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/random_seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/random_seed.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/rational.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/replaygain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/replaygain.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/ripemd.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/samplefmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/samplefmt.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/sha.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/sha512.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/stereo3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/stereo3d.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/threadmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/threadmessage.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/time.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/timecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/timecode.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/timestamp.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libavutil/xtea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libavutil/xtea.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libpostproc/postprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libpostproc/postprocess.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libpostproc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libpostproc/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libswresample/swresample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libswresample/swresample.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libswresample/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libswresample/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libswscale/swscale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libswscale/swscale.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/libswscale/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/libswscale/version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_active.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_audio.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_byteorder.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_cdrom.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_dreamcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_dreamcast.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_macos.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_macosx.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_minimal.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_nds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_nds.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_os2.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_symbian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_symbian.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_config_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_config_win32.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_copying.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_cpuinfo.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_endian.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_error.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_events.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_getenv.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_joystick.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_keyboard.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_keysym.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_loadso.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_main.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_mouse.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_mutex.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_name.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_opengl.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_platform.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_quit.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_rwops.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_stdinc.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_syswm.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_thread.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_timer.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_types.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_version.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/SDL_video.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/begin_code.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/sdl/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/sdl/close_code.h -------------------------------------------------------------------------------- /TIandSIprocmd/include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/include/stdint.h -------------------------------------------------------------------------------- /TIandSIprocmd/lib/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/SDL.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/SDLmain.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/avcodec.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/avcodec.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/avdevice.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/avdevice.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/avfilter.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/avfilter.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/avformat.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/avformat.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/avutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/avutil.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/postproc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/postproc.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/swresample.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/swresample.lib -------------------------------------------------------------------------------- /TIandSIprocmd/lib/swscale.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/lib/swscale.lib -------------------------------------------------------------------------------- /TIandSIprocmd/ourtime.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/ourtime.csv -------------------------------------------------------------------------------- /TIandSIprocmd/ourtime.h264: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/ourtime.h264 -------------------------------------------------------------------------------- /TIandSIprocmd/postproc-52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/postproc-52.dll -------------------------------------------------------------------------------- /TIandSIprocmd/swresample-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/swresample-0.dll -------------------------------------------------------------------------------- /TIandSIprocmd/swscale-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leixiaohua1020/TIandSI/HEAD/TIandSIprocmd/swscale-2.dll --------------------------------------------------------------------------------