summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-302-60/+127
* avfilter/af_afir: properly split IR into multiple segmentsPaul B Mahol2018-12-291-2/+4
* avfilter/af_afir: make part_index values per channelPaul B Mahol2018-12-292-9/+12
* avfilter/af_afir: make number of segments extendablePaul B Mahol2018-12-292-30/+48
* avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol2018-12-292-19/+9
* avfilter/af_afir: use segment pointerPaul B Mahol2018-12-291-19/+20
* avfilter/af_afir: introduce uninit_segment() and use itPaul B Mahol2018-12-291-18/+23
* avfilter/af_afir: fix minp/maxp range and change default value for maxpPaul B Mahol2018-12-291-2/+2
* avfilter/af_afir: introduce init_segment() and use itPaul B Mahol2018-12-291-30/+39
* avfilter/af_afir: move allocation stuff where it belongsPaul B Mahol2018-12-291-6/+7
* avfilter/af_afir: introduce AudioFIRSegment structure and use itPaul B Mahol2018-12-292-103/+86
* afilter/af_afir: remove invalid delayPaul B Mahol2018-12-272-20/+7
* avfilter/af_afir: remove not needed nb_samples from filter contextPaul B Mahol2018-12-272-5/+2
* avfilter/af_afir: remove not needed operationsPaul B Mahol2018-12-271-3/+2
* avfilter/af_sofalizer: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_afir: remove dead store variablePaul B Mahol2018-12-262-3/+1
* avfilter/af_afir: remove unused variablePaul B Mahol2018-12-262-4/+0
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-261-4/+4
* avfilter/af_sofalizer: fix regression after 7ea4b928a264Paul B Mahol2018-12-261-7/+7
* avfilter/af_sofalizer: fix typo in commentsPaul B Mahol2018-12-261-1/+1
* avfilter/af_sofalizer: use float constantsPaul B Mahol2018-12-261-2/+2
* avfilter/af_sofalizer: add fltp sample format supportPaul B Mahol2018-12-261-28/+61
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-251-12/+23
* avfilter/af_sofalizer: speed up fast convolutionPaul B Mahol2018-12-251-16/+28
* avfilter/af_surround: fix code indentationPaul B Mahol2018-12-241-2/+2
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-241-1/+1
* avfilter/af_sofalizer: do not reduce LFE by 6dBPaul B Mahol2018-12-241-2/+2
* avfilter/af_sofalizer: fix memory leaksPaul B Mahol2018-12-231-1/+1
* avfilter/af_sofalizer: set delays when interpolation is disabledPaul B Mahol2018-12-231-0/+7
* avfilter/af_sofalizer: stop using easy APIPaul B Mahol2018-12-231-17/+100
* avfilter/af_sofalizer: reset FFT pointers back to NULLPaul B Mahol2018-12-231-0/+4
* avfilter/af_sofalizer: pick IR length after loading sofaPaul B Mahol2018-12-231-3/+5
* avfilter/af_sofalizer: increase range for lfegainPaul B Mahol2018-12-231-1/+1
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-221-21/+24
* avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domainPaul B Mahol2018-12-221-20/+25
OpenPOWER on IntegriCloud