summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAgeFilesLines
* vf_vapoursynth: add debug message when returning error from GetFramewm42014-10-131-0/+1
* vf_vapoursynth: don't error if invoke() doesn't return a clipwm42014-10-121-3/+2
* vf_vapoursynth: resolve paths relative to home/configwm42014-10-121-0/+3
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-121-0/+257
* vf_vapoursynth: abstract scripting backendwm42014-10-121-28/+87
* vf_vapoursynth: return dummy frames if frames are requested during initwm42014-10-111-1/+12
* vf_vapoursynth: factor stuffwm42014-10-111-13/+25
* vf_vapoursynth: when seeking, recreate only if it's already createdwm42014-10-111-1/+2
* vf_vapoursynth: fail gracefully if filter init requests frameswm42014-10-111-0/+10
* vf_vapoursynth: make it possible to get filter output incrementallywm42014-09-231-27/+77
* vf_vapoursynth: add more VS frame propertiesBin Jin2014-08-221-0/+8
* vf_vapoursynth: add display resolution supportBin Jin2014-08-221-0/+5
* 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