aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* vf_vapoursynth: correctly signal error on script init failureGravatar wm42018-04-29
* video: remove internal stereo_out flagGravatar wm42018-04-29
* video: pass through container fps to filtersGravatar wm42018-04-19
* vf_vapoursynth: fix freezeGravatar wm42018-02-20
* vf_vavpp: select best quality deinterlacing algorithm by defaultGravatar wm42018-02-13
* video: make --deinterlace and HW deinterlace filters always deinterlaceGravatar wm42018-02-13
* 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
* sws_utils: don't force callers to provide option structGravatar wm42018-01-18
* video: change some mp_image_pool semanticsGravatar wm42018-01-13
* vf_vdpaupp: fix error handling and software input modeGravatar wm42017-12-27
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vf_buffer: remove this filterGravatar wm42017-12-12
* vf_convert: default to limited range when converting RGB to YUVGravatar wm42017-12-11
* video: remove some more hwdec legacy stuffGravatar wm42017-12-02
* vf: remove a stray HAVE_GPLGravatar wm42017-11-30
* vf_lavfi: remove old internal wrapper API stuffGravatar wm42017-11-29
* vf_sub, vf_format: change license to LGPLGravatar wm42017-11-29
* vf: remove most GPL video filtersGravatar wm42017-11-29
* vf: add vf_convert as interim replacement for vf_scaleGravatar wm42017-11-29
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* video: add mp_image_params.hw_flags and add an exampleGravatar wm42017-10-16
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* vf_vavpp: restrict allowed sw upload formats to nv12/yuv420pGravatar wm42017-09-30
* vf_vavpp: use error checking macroGravatar wm42017-09-29
* vf_vavpp: use libavutil hw frames API for frame pool and uploadGravatar wm42017-09-29
* build: add preliminary LGPL modeGravatar wm42017-09-21
* mp_image: include config.h directlyGravatar James Ross-Gowan2017-08-26
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* vf_eq: remove this filterGravatar wm42017-08-22
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* vf_vapoursynth: fix inverted sign and restore 10 bit supportGravatar wm42017-08-07
* video: drop some more IMGFMT aliasesGravatar wm42017-06-29
* vf_format: also reset gamma-related attributes when changing gammaGravatar Niklas Haas2017-06-18
* vo_opengl: implement support for OOTFs and non-display referred contentGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* vf_dlopen: remove this filterGravatar wm42017-06-18
* af, vf: improvements to libavfilter bridgeGravatar wm42017-05-31
* vf.c, vf.h: change license to LGPLGravatar wm42017-05-11
* d3d11: change mp_image plane pointer semanticsGravatar wm42017-05-04
* vf_lavfi, af_lavfi: remove unused/deprecated includeGravatar wm42017-04-05
* vf: fix another broken case of conversion filter auto-insertionGravatar wm42017-04-05
* video: support positional arguments for automatic lavfi option bridgeGravatar wm42017-04-03
* video: add automatic libavfilter bridge to option parsingGravatar wm42017-04-02