summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* 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
| | | | Do IFFT only once per output channel.
* avfilter/af_sofalizer: speed up fast convolutionPaul B Mahol2018-12-25
| | | | Do inverse FFT only once per output channel.
* 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
| | | | It is already reduced enough.
* 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
| | | | Easy API is not flexible enough for our needs.
* 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
| | | | Instead of picking it in preloading stage.
* avfilter/af_sofalizer: increase range for lfegainPaul B Mahol2018-12-23
| | | | Fixes #7634.
* 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
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* 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
|
* lavfi/signalstats: Cast the return value of AV_RN16() to int.Carl Eugen Hoyos2018-12-12
| | | | | | It is unsigned at least on arm, fixes the following warnings: libavfilter/vf_signalstats.c:833:21: warning: taking the absolute value of unsigned type 'unsigned int' has no effect dify += abs(yuv - AV_RN16(prev->data[0] + pw + i * 2));
* avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol2018-12-11
|
* lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao2018-12-10
| | | | | | | | | | | | | before this change, scale_vaapi hard coding the scaling mode, add a new option "mode" to setting the scaling mode, it can be use to change scaling algorithm for performance/quality trade off. Note: VA_FILTER_SCALING_NL_ANAMORPHIC(nolinear ananorphic scaling algorithm) doesn't support by i965/iHD driver now, add this just for completeness. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol2018-12-09
| | | | Fixes #6987.
* lavfi/buffersink: fix abuffersink flag setting issueJun Zhao2018-12-09
| | | | | | | abuffersink need to setting AV_OPT_FLAG_AUDIO_PARAM flag. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-03
|
* lavf: add transpose_opencl filterRuiling Song2018-12-02
| | | | | Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-27
|
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-27
| | | | | | commit b0012de420f missed reindent. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avfilter/vf_chromashift: Fix mixed declaration and codeMark Harris2018-11-26
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer2018-11-21
| | | | | Reviewed-by: Haihao Xiang <haihao.xiang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross2018-11-21
|
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-20
|
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-19
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add rgbashift filterPaul B Mahol2018-11-19
|
* avfilter: add chromashift filterPaul B Mahol2018-11-19
|
* avfilter/vf_limiter: remove unused headerPaul B Mahol2018-11-18
|