aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAge
* vf_vapoursynth: make it possible to get filter output incrementallyGravatar wm42014-09-23
* vf_vapoursynth: add more VS frame propertiesGravatar Bin Jin2014-08-22
* vf_vapoursynth: add display resolution supportGravatar Bin Jin2014-08-22
* vf_vapoursynth: print more diagnostics on errorGravatar wm42014-08-11
* vf_vapoursynth: reset error state on seekingGravatar wm42014-07-05
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* vf_vapoursynth: fix debug outputGravatar wm42014-05-15
* vf_vapoursynth: add more debug outputGravatar wm42014-05-15
* vf_vapoursynth: avoid unnecessary waitingGravatar wm42014-05-14
* vf_vapoursynth: allow parallel processingGravatar wm42014-05-14
* vf_vapoursynth: fix aspect ratio passed to vapoursynthGravatar wm42014-05-03
* vf_vapoursynth: add more VS frame propertiesGravatar wm42014-04-28
* vf_vapoursynth: use frame durations instead of _AbsoluteTimeGravatar wm42014-04-28
* vf_vapoursynth: fix memory leak on errorGravatar wm42014-04-28
* vf_vapoursynth: remove incorrect copyright noticeGravatar wm42014-04-28
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vf_vapoursynth: use official AbsoluteTime propertyGravatar wm42014-04-27
* vf_vapoursynth: keep pixel aspect ratioGravatar wm42014-04-27
* vf_vapoursynth: handle destruction more gracefullyGravatar wm42014-04-14
* vf_vapoursynth: wipe vapoursynth state completely on reloadingGravatar wm42014-04-14
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatGravatar wm42014-04-13
* vf_vapoursynth: error out early if the file sub-option is not setGravatar wm42014-04-13
* video: add VapourSynth filter bridgeGravatar wm42014-04-12