├── COPYING.txt ├── README.md ├── aWarpSharp.txt ├── aWarpSharpMT.sln └── aWarpSharpMT ├── ThreadPool.cpp ├── ThreadPool.h ├── ThreadPoolDef.h ├── ThreadPoolInterface.cpp ├── ThreadPoolInterface.h ├── aWarpSharp.cpp ├── aWarpSharp.h ├── aWarpSharp.rc ├── aWarpSharpMT.vcxproj ├── aWarpSharpMT.vcxproj.filters ├── aWarpSharpMT.vcxproj.user ├── aWarpSharp_asm.asm ├── aWarpSharp_asm_x64.asm ├── avisynth.h └── avs ├── alignment.h ├── capi.h ├── config.h ├── cpuid.h ├── filesystem.h ├── minmax.h ├── posix.h ├── types.h └── win.h /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/COPYING.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/README.md -------------------------------------------------------------------------------- /aWarpSharp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharp.txt -------------------------------------------------------------------------------- /aWarpSharpMT.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT.sln -------------------------------------------------------------------------------- /aWarpSharpMT/ThreadPool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/ThreadPool.cpp -------------------------------------------------------------------------------- /aWarpSharpMT/ThreadPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/ThreadPool.h -------------------------------------------------------------------------------- /aWarpSharpMT/ThreadPoolDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/ThreadPoolDef.h -------------------------------------------------------------------------------- /aWarpSharpMT/ThreadPoolInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/ThreadPoolInterface.cpp -------------------------------------------------------------------------------- /aWarpSharpMT/ThreadPoolInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/ThreadPoolInterface.h -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharp.cpp -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharp.h -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharp.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharp.rc -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharpMT.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharpMT.vcxproj -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharpMT.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharpMT.vcxproj.filters -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharpMT.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharpMT.vcxproj.user -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharp_asm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharp_asm.asm -------------------------------------------------------------------------------- /aWarpSharpMT/aWarpSharp_asm_x64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/aWarpSharp_asm_x64.asm -------------------------------------------------------------------------------- /aWarpSharpMT/avisynth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avisynth.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/alignment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/alignment.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/capi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/capi.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/config.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/cpuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/cpuid.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/filesystem.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/minmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/minmax.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/posix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/posix.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/types.h -------------------------------------------------------------------------------- /aWarpSharpMT/avs/win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpsdr/aWarpSharpMT/HEAD/aWarpSharpMT/avs/win.h --------------------------------------------------------------------------------