summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAgeFilesLines
* vf_vapoursynth: print more diagnostics on errorwm42014-08-111-3/+9
* vf_vapoursynth: reset error state on seekingwm42014-07-051-0/+1
* video: introduce failure path for image allocationswm42014-06-171-1/+2
* vf_vapoursynth: fix debug outputwm42014-05-151-1/+4
* vf_vapoursynth: add more debug outputwm42014-05-151-18/+21
* vf_vapoursynth: avoid unnecessary waitingwm42014-05-141-1/+1
* vf_vapoursynth: allow parallel processingwm42014-05-141-37/+81
* vf_vapoursynth: fix aspect ratio passed to vapoursynthwm42014-05-031-2/+8
* vf_vapoursynth: add more VS frame propertieswm42014-04-281-0/+26
* vf_vapoursynth: use frame durations instead of _AbsoluteTimewm42014-04-281-6/+25
* vf_vapoursynth: fix memory leak on errorwm42014-04-281-1/+3
* vf_vapoursynth: remove incorrect copyright noticewm42014-04-281-2/+0
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-0/+3
* vf_vapoursynth: use official AbsoluteTime propertywm42014-04-271-2/+2
* vf_vapoursynth: keep pixel aspect ratiowm42014-04-271-3/+3
* vf_vapoursynth: handle destruction more gracefullywm42014-04-141-7/+8
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-141-40/+55
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatwm42014-04-131-0/+1
* vf_vapoursynth: error out early if the file sub-option is not setwm42014-04-131-0/+4
* video: add VapourSynth filter bridgewm42014-04-121-0/+476