summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAgeFilesLines
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-3/+3
* vf_vapoursynth: fix inverted sign and restore 10 bit supportwm42017-08-071-1/+1
* video: drop some more IMGFMT aliaseswm42017-06-291-23/+52
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-061-1/+1
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-3/+3
* vf_vapoursynth: fix everythingwm42015-12-201-17/+13
* video: switch from using display aspect to sample aspectwm42015-12-191-6/+1
* vf: remove old config() callbackwm42015-12-191-16/+15
* vf_vapoursynth: relicense to LGPL 2.1+wm42015-07-191-7/+7
* vf_vapoursynth: reject unaligned video sizeswm42015-05-151-0/+7
* vf_vapoursynth: update _FieldBased semanticswm42015-04-231-4/+4
* vf_vapoursynth: stupid hack to unbreak with recent API changewm42015-04-201-0/+6
* vf_vapoursynth: handle approximate EOF drainingwm42015-03-251-9/+28
* vf_vapoursynth: replace a hack with a newer VS API functionwm42015-02-161-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+1
* vf_vapoursynth: load Lua stdlib in Lua modewm42015-01-291-0/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-2/+2
* video: remove vfcap.hwm42015-01-211-1/+1
* vf_vapoursynth: autodetect CPU countwm42015-01-051-3/+8
* vf_vapoursynth: fix Lua backendwm42015-01-031-0/+3
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-0/+1
* video: better pipelining with vf_vapoursynthwm42015-01-031-0/+14
* 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