summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/af_sofalizer: use av_log2()Paul B Mahol2018-12-27
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-27
* avfilter/af_afir: remove dead store variablePaul B Mahol2018-12-26
* avfilter/af_afir: remove unused variablePaul B Mahol2018-12-26
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-26
* avfilter/af_sofalizer: fix regression after 7ea4b928a264Paul B Mahol2018-12-26
* avfilter/af_sofalizer: fix typo in commentsPaul B Mahol2018-12-26
* avfilter/af_sofalizer: use float constantsPaul B Mahol2018-12-26
* avfilter/af_sofalizer: add fltp sample format supportPaul B Mahol2018-12-26
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-25
* avfilter/af_sofalizer: speed up fast convolutionPaul B Mahol2018-12-25
* avfilter/af_surround: fix code indentationPaul B Mahol2018-12-24
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-24
* avfilter/af_sofalizer: do not reduce LFE by 6dBPaul B Mahol2018-12-24
* avfilter/af_sofalizer: fix memory leaksPaul B Mahol2018-12-23
* avfilter/af_sofalizer: set delays when interpolation is disabledPaul B Mahol2018-12-23
* avfilter/af_sofalizer: stop using easy APIPaul B Mahol2018-12-23
* avfilter/af_sofalizer: reset FFT pointers back to NULLPaul B Mahol2018-12-23
* avfilter/af_sofalizer: pick IR length after loading sofaPaul B Mahol2018-12-23
* avfilter/af_sofalizer: increase range for lfegainPaul B Mahol2018-12-23
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-22
* avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domainPaul B Mahol2018-12-22
* avfilter/af_headphone: use fabsf() instead of fabs()Paul B Mahol2018-12-21
* avfilter/af_sofalizer: use fabsf() instead of fabs()Paul B Mahol2018-12-21
* avfilter/af_sofalizer: add framesize optionPaul B Mahol2018-12-20
* avfilter/af_sofalizer: increase max radiusPaul B Mahol2018-12-20
* avfilter/af_sofalizer: add printing of license backPaul B Mahol2018-12-20
* avfilter/scene_sad: Fix funtions typosMichael Niedermayer2018-12-18
* avfilter/af_apad: add pad_dur and whole_dur optionsPaul B Mahol2018-12-17
* lavfi/program_opencl: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-17