summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* palettegen: Fill with last color, not blackTomas Härdin2019-02-191-1/+1
* avutil/cuda_check: fix usage of removed .c fileTimo Rothenpieler2019-02-152-8/+5
* avfilter/tests/integral: Correct the commentJun Zhao2019-02-131-1/+1
* avfilter/tests/integral: Fix build warning after adjust the locationJun Zhao2019-02-121-4/+5
* avfilter/tests/integral: Check malloc fail before using itJun Zhao2019-02-121-3/+3
* avfilter/vf_mix: always output frame if array is filledPaul B Mahol2019-02-021-1/+2
* avfilter/vf_mix: add timeline support to tmix filterPaul B Mahol2019-02-021-2/+12
* lavfi/nlmeans: use a dynamic size for the weight LUTClément Bœsch2019-02-011-10/+6
* lavfi/nlmeans: simplify log() callClément Bœsch2019-02-011-1/+1
* lavfi/nlmeans: improve the performanceJun Zhao2019-02-011-8/+9
* avfilter/buffersrc: print relevant info when skipping filter reinitGyan Doshi2019-01-271-6/+12
* lavf/vaapi_deinterlace: return error if mode unsupportedZhong Li2019-01-251-0/+1
* avfilter/afade+acrossfade: allow skipping fade on inputsGyan Doshi2019-01-241-1/+6
* libavfilter: add transpose_vaapi filterZachary Zhou2019-01-234-0/+324
* avfilter/vf_paletteuse: don't constantly free and realloc internal framesJames Almer2019-01-171-6/+13
* avfilter/extractplanes: add support for 12-bit YUVA formatsGyan Doshi2019-01-171-0/+2
* avfilter/af_anlmdn: add timeline supportPaul B Mahol2019-01-131-2/+3
* avfilter: add maskfun filterPaul B Mahol2019-01-124-1/+282
* avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol2019-01-121-2/+2
* avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol2019-01-111-6/+8
* avfilter/af_anlmdn: drain samples at endPaul B Mahol2019-01-111-0/+30
* avfilter/af_anlmdn: do not trim first samplesPaul B Mahol2019-01-111-0/+5
* avfilter/af_anlmdn: log used parametersPaul B Mahol2019-01-111-0/+2
* avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol2019-01-101-4/+21
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-105-10/+185
* lavfi/f_select: Cosmetics, move a function.Carl Eugen Hoyos2019-01-101-23/+23
* lavfi/f_select: Fix aselect filter standalone compilation.Carl Eugen Hoyos2019-01-101-1/+1
* lavfi/Makefile: Fix bwdif filter standalone compilation.Carl Eugen Hoyos2019-01-101-1/+1
* avfilter/af_anlmdn: ignore too small valuesPaul B Mahol2019-01-091-1/+4
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-084-2/+275
* avfilter/af_afir: adjust min partition sizePaul B Mahol2019-01-051-2/+2
* x86/af_afir: use three operand form forat some instructionsJames Almer2019-01-031-10/+10
* x86/af_afir: add ff_fcmul_add_avx()James Almer2019-01-032-1/+12
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-033-9/+20
* x86/af_afir: fix processing the last elementJames Almer2019-01-031-2/+5
* avfilter/vf_detelecine: fix obvious frame memory leaksPaul B Mahol2019-01-021-0/+2
* avfilter/af_biquads: minor simplification by using ff_exp10()Michael Niedermayer2019-01-011-1/+2
* avfilter/af_crossfeed: Use ff_exp10()Michael Niedermayer2019-01-011-1/+2
* avfilter/ebur128: Simplify by using log10()Michael Niedermayer2019-01-011-1/+1
* avfilter/vf_tonemap_opencl: Make static tables constMichael Niedermayer2019-01-011-2/+2
* avfilter/af_adelay: allow setting delays in secondsPaul B Mahol2019-01-011-2/+3
* afilter/af_sofalizer: check explicitly other typePaul B Mahol2019-01-011-3/+3
* avfilter/af_sofalizer: stop allocating never used buffersPaul B Mahol2018-12-311-3/+11
* avfilter/af_afir: fix overhead for small partitionsPaul B Mahol2018-12-311-10/+23
* avfilter/vf_chromashift: remove invalid offsetPaul B Mahol2018-12-301-1/+1
* avfilter/af_afir: do not over allocate fft bufferPaul B Mahol2018-12-301-1/+1
* avfilter/af_asetnsamples: fix last frame propsMarton Balint2018-12-301-0/+7
* lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou2018-12-305-4/+7
* avfilter/af_afir: stop using as much threads as stream have itPaul B Mahol2018-12-301-2/+16
* avfilter/af_afir: optimize code a little morePaul B Mahol2018-12-301-4/+1
OpenPOWER on IntegriCloud