aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAge
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vf_vapoursynth: fix everythingGravatar wm42015-12-20
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vf: remove old config() callbackGravatar wm42015-12-19
* vf_vapoursynth: relicense to LGPL 2.1+Gravatar wm42015-07-19
* vf_vapoursynth: reject unaligned video sizesGravatar wm42015-05-15
* vf_vapoursynth: update _FieldBased semanticsGravatar wm42015-04-23
* vf_vapoursynth: stupid hack to unbreak with recent API changeGravatar wm42015-04-20
* vf_vapoursynth: handle approximate EOF drainingGravatar wm42015-03-25
* vf_vapoursynth: replace a hack with a newer VS API functionGravatar wm42015-02-16
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13
* vf_vapoursynth: load Lua stdlib in Lua modeGravatar wm42015-01-29
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILGravatar Ben Boeckel2015-01-27
* video: remove vfcap.hGravatar wm42015-01-21
* vf_vapoursynth: autodetect CPU countGravatar wm42015-01-05
* vf_vapoursynth: fix Lua backendGravatar wm42015-01-03
* vf_vapoursynth: pass through container FPS valueGravatar wm42015-01-03
* video: better pipelining with vf_vapoursynthGravatar wm42015-01-03
* vf_vapoursynth: add debug message when returning error from GetFrameGravatar wm42014-10-13
* vf_vapoursynth: don't error if invoke() doesn't return a clipGravatar wm42014-10-12
* vf_vapoursynth: resolve paths relative to home/configGravatar wm42014-10-12
* vf_vapoursynth: add standalone Lua scriptingGravatar wm42014-10-12
* vf_vapoursynth: abstract scripting backendGravatar wm42014-10-12
* vf_vapoursynth: return dummy frames if frames are requested during initGravatar wm42014-10-11
* vf_vapoursynth: factor stuffGravatar wm42014-10-11
* vf_vapoursynth: when seeking, recreate only if it's already createdGravatar wm42014-10-11
* vf_vapoursynth: fail gracefully if filter init requests framesGravatar wm42014-10-11
* 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