summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vapoursynth.c
Commit message (Expand)AuthorAgeFilesLines
* csputils: replace mp_chroma_location with pl_chroma_locationKacper Michajłow2024-01-221-1/+1
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-3/+4
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-37/+37
* vf_vapoursynth: set crop metadata after mapping vapoursynth frameKacper Michajłow2023-10-311-0/+2
* vf_vapoursynth: set nominal_fps after the filterchainikdn2023-10-211-1/+4
* vf_vapoursynth: save display resolution as a variableDudemanguy2023-08-131-0/+8
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-2/+0
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-231-17/+17
* options: change option macros and all option declarationswm42020-03-181-4/+5
* vf_vapoursynth: fix crashing memory management mistakewm42019-10-031-3/+3
* vf_vapoursynth: do not call vsscript_finalize() if init failedwm42019-10-031-1/+5
* vf_vapoursynth: remove some Lua backend remainswm42019-10-031-6/+0
* vf_vapourynth: remove Lua backendwm42019-09-191-241/+1
* vf_vapoursynth: allow multithreaded writing of source framesChainik2019-07-081-0/+3
* vf_vapoursynth: allow multithreaded reading of returned framesChainik2019-07-081-8/+9
* vf_vapoursynth: correctly signal error on script init failurewm42018-04-291-0/+1
* video: pass through container fps to filterswm42018-04-191-6/+4
* vf_vapoursynth: fix freezewm42018-02-201-5/+7
* vf_vapoursynth: always keep input frame array filledwm42018-02-031-1/+3
* vf_vapoursynth: fix lockingwm42018-02-031-1/+2
* vf_vapoursynth: fix obscure/impossible leakwm42018-02-031-0/+1
* vf_vapoursynth: fix output colorspace flags and other attributeswm42018-02-031-0/+2
* vf_vapoursynth: fix potential deadlock on init failurewm42018-02-031-1/+1
* vf_vapoursynth: initialize start timestamp properlywm42018-02-031-1/+1
* video: rewrite filtering glue codewm42018-01-301-336/+346
* 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