summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avfilter/af_headphone: use fabsf() instead of fabs()Paul B Mahol2018-12-211-3/+3
* avfilter/af_sofalizer: use fabsf() instead of fabs()Paul B Mahol2018-12-211-3/+3
* avfilter/af_sofalizer: add framesize optionPaul B Mahol2018-12-201-2/+4
* avfilter/af_sofalizer: increase max radiusPaul B Mahol2018-12-201-1/+1
* avfilter/af_sofalizer: add printing of license backPaul B Mahol2018-12-201-0/+4
* avfilter/scene_sad: Fix funtions typosMichael Niedermayer2018-12-182-2/+2
* avfilter/af_apad: add pad_dur and whole_dur optionsPaul B Mahol2018-12-171-2/+21
* lavfi/program_opencl: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-171-1/+2
* lavfi/signalstats: Cast the return value of AV_RN16() to int.Carl Eugen Hoyos2018-12-121-3/+3
* avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol2018-12-111-1/+1
* lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao2018-12-101-3/+33
* avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol2018-12-091-16/+40
* lavfi/buffersink: fix abuffersink flag setting issueJun Zhao2018-12-091-1/+1
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-031-16/+16
* lavf: add transpose_opencl filterRuiling Song2018-12-027-13/+361
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-272-1/+3
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-271-15/+15
OpenPOWER on IntegriCloud