summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* avfilter/af_crossfeed: add option for linear phase filteringPaul B Mahol2022-05-09
* avfilter/af_biquads: add option for block based linear phase processingPaul B Mahol2022-05-09
* avfilter/af_afftdn: request new frames only when neededPaul B Mahol2022-05-09
* avfilter/avf_ahistogram: request new frames only when neededPaul B Mahol2022-05-09
* avfilter/af_biquads: add tdi transform typePaul B Mahol2022-05-08
* avfilter/geq: unbreak alpha processingGyan Doshi2022-05-08
* avfilter/vf_fftdnoiz: add window type supportPaul B Mahol2022-05-07
* avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dblMichael Niedermayer2022-05-06
* avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt2022-05-06
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_eq: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_blend: Move ff_blend_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/af_afir: Move ff_afir_init() to headerAndreas Rheinhardt2022-05-06
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-06
* avfilter: add multiply video filterPaul B Mahol2022-05-05
* avfilter/vf_fftdnoiz: refactor code and improve 3d filteringPaul B Mahol2022-05-05
* avfilter/vf_fftdnoiz: add alternative denoising methodPaul B Mahol2022-05-05
* avfilter/vf_maskfun: properly handle read-only framesPaul B Mahol2022-05-04
* avfilter/vf_maskfun: rename too generic variablesPaul B Mahol2022-05-04
* avfilter/vf_guided: fix reallocation of memory per every frame's plane proces...Paul B Mahol2022-05-02
* avfilter/vf_guided: make use of link variablesPaul B Mahol2022-05-02
* avfilter/vf_guided: remove excessive parenthesesPaul B Mahol2022-05-02
* avfilter/vf_guided: fix timeline supportPaul B Mahol2022-05-02
* avfilter/vf_guided: clean up commands supportPaul B Mahol2022-05-02
* avfilter/vf_overlay: improve premultiplied alpha overlay for YUVPaul B Mahol2022-05-01
* avfilter/avf_showvolume: request new frames only when neededPaul B Mahol2022-04-30
* avfilter/avf_avectorscope: request new frames only when neededPaul B Mahol2022-04-30
* avfilter/af_aspectralstats: request new frames only when neededPaul B Mahol2022-04-30
* avfilter/af_surround: request new frames only when neededPaul B Mahol2022-04-30
* avfilter/avf_showfreqs: add rate optionPaul B Mahol2022-04-30
* avfilter/vf_estdif: set frame_rate only when neededPaul B Mahol2022-04-30
* avfilter/vf_w3fdif: set frame_rate only when neededPaul B Mahol2022-04-30
* avfilter/vf_nnedi: set frame_rate only when neededPaul B Mahol2022-04-30
* avfilter/vf_mix: output same number of frames from input for tmixPaul B Mahol2022-04-29
* avfilter/vf_xmedian: fix multiple threads usagePaul B Mahol2022-04-29
* avfilter/vf_mix: fix multiple threads usagePaul B Mahol2022-04-29
* avfilter/vf_fftdnoiz: small improvementsPaul B Mahol2022-04-29
* avfilter/af_adynamicequalizer: remove unused headerPaul B Mahol2022-04-29
* avfilter/vf_colormap: Avoid allocation of small arrayAndreas Rheinhardt2022-04-29
* avfilter/vf_colormap: Remove unnecessary headersAndreas Rheinhardt2022-04-29
* avfilter/vf_colormap: Fix declaration-after-statementAndreas Rheinhardt2022-04-29
* avfilter/vf_colormap: Properly uninit FFFrameSync, fix leakAndreas Rheinhardt2022-04-29
* avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessaryAndreas Rheinhardt2022-04-29
* avfilter/af_adynamicequalizer: set target filter typePaul B Mahol2022-04-28
* avfilter/af_adynamicequalizer: improve threshold usagePaul B Mahol2022-04-28
* avfilter/af_anlms: add timeline supportPaul B Mahol2022-04-27