├── .gitmodules ├── LICENSE ├── README.md ├── meson.build └── vsbutteraugli.cpp /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdar0536/VapourSynth-butteraugli/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdar0536/VapourSynth-butteraugli/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdar0536/VapourSynth-butteraugli/HEAD/README.md -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdar0536/VapourSynth-butteraugli/HEAD/meson.build -------------------------------------------------------------------------------- /vsbutteraugli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdar0536/VapourSynth-butteraugli/HEAD/vsbutteraugli.cpp --------------------------------------------------------------------------------