summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_psnr: add support for slice threadingPaul B Mahol2021-02-191-37/+89
* avfilter/vf_vif: Remove superfluous ';'Andreas Rheinhardt2021-02-191-2/+2
* dnn_backend_openvino.c: allow out_frame as NULL for analytic caseTing Fu2021-02-181-2/+2
* dnn: add color conversion for analytic caseGuo, Yejun2021-02-185-5/+80
* dnn_interface.h: add enum DNNColorOrderGuo, Yejun2021-02-181-1/+8
* dnn: add function type for modelGuo, Yejun2021-02-1812-14/+26
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-186-157/+201
* dnn_backend_openvino.c: fix multi-thread issue for async executionGuo, Yejun2021-02-181-1/+2
* dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW)Guo, Yejun2021-02-181-4/+17
* avfilter/vf_pseudocolor: Add missing bracesMark Thompson2021-02-171-4/+4
* x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer2021-02-171-1/+1
* avfilter/vf_gblur: add missing arch checkJames Almer2021-02-171-1/+2
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-172-18/+14
* lavfi/drawtext: ignore final LF of textfile.Nicolas George2021-02-171-5/+7
* avfilter/vif: Include avfilter.hAndreas Rheinhardt2021-02-161-0/+2
* avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol2021-02-163-9/+70
* avfilter/vf_gblur: factor out postscale functionPaul B Mahol2021-02-162-9/+16
* avfilter/buffersrc: simplify av_buffersrc_add_frame_flags()James Almer2021-02-161-30/+8
* avfilter: add vif filterAshish Singh2021-02-165-1/+687
* lavfi/vflip: Support Bayer vertical flip.Carl Eugen Hoyos2021-02-151-0/+34
* avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol2021-02-133-39/+48
* avfilter/vf_datascope: pixscope: add commands supportPaul B Mahol2021-02-131-7/+20
* avfilter/vf_psnr: remove precision limits for metadata valuesPaul B Mahol2021-02-121-1/+1
* avfilter/vf_ssim: remove precision limits for metadata valuesPaul B Mahol2021-02-121-1/+1
* avfilter/af_amix: rename sum option to normalizePaul B Mahol2021-02-121-5/+5
* avfilter/vf_ssim: add timeline supportPaul B Mahol2021-02-121-1/+2
* avfilter/vf_psnr: add timeline supportPaul B Mahol2021-02-121-1/+2
* avfilter/vf_gblur: add float format supportPaul B Mahol2021-02-122-4/+19
* avfilter: add monochrome video filterPaul B Mahol2021-02-124-1/+317
* avfilter/vf_zscale: add support for setting scaling filter parametersJan Ekström2021-02-111-0/+7
* avfilter/vf_pseudocolor: do not leave alpha uninitializedPaul B Mahol2021-02-111-6/+9
* avfilter/vf_pseudocolor: add two more presetsPaul B Mahol2021-02-111-0/+10
* avfilter/vf_pseudocolor: add opacity optionPaul B Mahol2021-02-111-13/+33
* avfilter/af_adeclick: add more descriptive options namesPaul B Mahol2021-02-111-8/+24
* avfilter/vf_lagfun: use macroPaul B Mahol2021-02-111-83/+47
* avfilter/vf_lagfun: add timeline supportPaul B Mahol2021-02-111-3/+11
* avfilter/vf_lagfun: increase filter precisionPaul B Mahol2021-02-111-33/+41
* avfilter: add exposure video filterPaul B Mahol2021-02-104-1/+147
* avfilter: add aexciter audio filterPaul B Mahol2021-02-104-1/+320
* avfilter/af_arnndn: skip array extra entries by looking for new linePaul B Mahol2021-02-101-1/+16
* avfilter/vf_datascope: add commands supportPaul B Mahol2021-02-101-12/+25
* avfilter/af_arnndn: make model opening errors more verbosePaul B Mahol2021-02-091-15/+20
* avfilter/vf_curves: add commands supportPaul B Mahol2021-02-091-15/+59
* avfilter/vf_framepack: add >8 format supportPaul B Mahol2021-02-091-6/+64
* avfilter/vf_swaprect: add support for commandsPaul B Mahol2021-02-091-1/+2
* avfilter/vf_maskfun: add support for commandsPaul B Mahol2021-02-091-31/+67
* avfilter/vf_zscale: switch verbose log to tracePaul B Mahol2021-02-091-1/+1
* avfilter/vf_lut: add support for commandsPaul B Mahol2021-02-081-9/+17
* avfilter/vf_deband: add support for commandsPaul B Mahol2021-02-081-3/+17
* avfilter/vf_deband: avoid doublesPaul B Mahol2021-02-081-1/+1