aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAge
* vf_vapoursynth: correctly signal error on script init failureGravatar wm42018-04-29
* video: pass through container fps to filtersGravatar wm42018-04-19
* vf_vapoursynth: fix freezeGravatar wm42018-02-20
* vf_vapoursynth: always keep input frame array filledGravatar wm42018-02-03
* vf_vapoursynth: fix lockingGravatar wm42018-02-03
* vf_vapoursynth: fix obscure/impossible leakGravatar wm42018-02-03
* vf_vapoursynth: fix output colorspace flags and other attributesGravatar wm42018-02-03
* vf_vapoursynth: fix potential deadlock on init failureGravatar wm42018-02-03
* vf_vapoursynth: initialize start timestamp properlyGravatar wm42018-02-03
* video: rewrite filtering glue codeGravatar wm42018-01-30
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vf_vapoursynth: fix inverted sign and restore 10 bit supportGravatar wm42017-08-07
* video: drop some more IMGFMT aliasesGravatar wm42017-06-29
* 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