summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_paletteuse: don't constantly free and realloc internal framesJames Almer2019-01-17
* avfilter/extractplanes: add support for 12-bit YUVA formatsGyan Doshi2019-01-17
* avfilter/af_anlmdn: add timeline supportPaul B Mahol2019-01-13
* avfilter: add maskfun filterPaul B Mahol2019-01-12
* avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol2019-01-12
* avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol2019-01-11
* avfilter/af_anlmdn: drain samples at endPaul B Mahol2019-01-11
* avfilter/af_anlmdn: do not trim first samplesPaul B Mahol2019-01-11
* avfilter/af_anlmdn: log used parametersPaul B Mahol2019-01-11
* avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol2019-01-10
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-10
* lavfi/f_select: Cosmetics, move a function.Carl Eugen Hoyos2019-01-10
* lavfi/f_select: Fix aselect filter standalone compilation.Carl Eugen Hoyos2019-01-10
* lavfi/Makefile: Fix bwdif filter standalone compilation.Carl Eugen Hoyos2019-01-10
* avfilter/af_anlmdn: ignore too small valuesPaul B Mahol2019-01-09
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-08
* avfilter/af_afir: adjust min partition sizePaul B Mahol2019-01-05
* x86/af_afir: use three operand form forat some instructionsJames Almer2019-01-03
* x86/af_afir: add ff_fcmul_add_avx()James Almer2019-01-03
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-03
* x86/af_afir: fix processing the last elementJames Almer2019-01-03
* avfilter/vf_detelecine: fix obvious frame memory leaksPaul B Mahol2019-01-02
* avfilter/af_biquads: minor simplification by using ff_exp10()Michael Niedermayer2019-01-01
* avfilter/af_crossfeed: Use ff_exp10()Michael Niedermayer2019-01-01
* avfilter/ebur128: Simplify by using log10()Michael Niedermayer2019-01-01
* avfilter/vf_tonemap_opencl: Make static tables constMichael Niedermayer2019-01-01
* avfilter/af_adelay: allow setting delays in secondsPaul B Mahol2019-01-01
* afilter/af_sofalizer: check explicitly other typePaul B Mahol2019-01-01
* avfilter/af_sofalizer: stop allocating never used buffersPaul B Mahol2018-12-31
* avfilter/af_afir: fix overhead for small partitionsPaul B Mahol2018-12-31
* avfilter/vf_chromashift: remove invalid offsetPaul B Mahol2018-12-30
* avfilter/af_afir: do not over allocate fft bufferPaul B Mahol2018-12-30
* avfilter/af_asetnsamples: fix last frame propsMarton Balint2018-12-30
* lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou2018-12-30
* avfilter/af_afir: stop using as much threads as stream have itPaul B Mahol2018-12-30
* avfilter/af_afir: optimize code a little morePaul B Mahol2018-12-30
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-30
* avfilter/af_afir: properly split IR into multiple segmentsPaul B Mahol2018-12-29
* avfilter/af_afir: make part_index values per channelPaul B Mahol2018-12-29
* avfilter/af_afir: make number of segments extendablePaul B Mahol2018-12-29
* avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol2018-12-29
* avfilter/af_afir: use segment pointerPaul B Mahol2018-12-29
* avfilter/af_afir: introduce uninit_segment() and use itPaul B Mahol2018-12-29
* avfilter/af_afir: fix minp/maxp range and change default value for maxpPaul B Mahol2018-12-29
* avfilter/af_afir: introduce init_segment() and use itPaul B Mahol2018-12-29
* avfilter/af_afir: move allocation stuff where it belongsPaul B Mahol2018-12-29
* avfilter/af_afir: introduce AudioFIRSegment structure and use itPaul B Mahol2018-12-29
* afilter/af_afir: remove invalid delayPaul B Mahol2018-12-27
* avfilter/af_afir: remove not needed nb_samples from filter contextPaul B Mahol2018-12-27
* avfilter/af_afir: remove not needed operationsPaul B Mahol2018-12-27