Skip to content

Instantly share code, notes, and snippets.

@Patman86
Patman86 / VapourSynthServer.cpp
Created March 20, 2022 13:00
Modifikation to Support VapourSynth R57
#include "VapourSynthServer.h"
// IUnknown
HRESULT __stdcall VapourSynthServer::QueryInterface(const IID& iid, void** ppv)
{
if (!ppv)
return E_POINTER;
@Patman86
Patman86 / Alternative_Vapoursynth_Demuxer_new.patch
Last active March 20, 2022 13:17
Alternative_Vapoursynth_Demuxer_new.patch
From 524ec54573997214cc8fa9360380534d4ef100c4 Mon Sep 17 00:00:00 2001
From: Patman86 <54327252+Patman86@users.noreply.github.com>
Date: Fri, 18 Mar 2022 21:51:16 +0100
Subject: [PATCH] Add Alternative Vapoursynth Demuxer New
---
configure | 1 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/vapoursynth_new.c | 376 ++++++++++++++++++++++++++++++++++