| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_astats: fix identation | Marton Balint | 2019-03-21 | 1 | -74/+74 |
* | avfilter/af_astats: add support for selecting measured statistics | Marton Balint | 2019-03-21 | 1 | -0/+118 |
* | vf_showinfo: Fix timecode display | Kieran Kunhya | 2019-03-09 | 1 | -2/+2 |
* | lavf/deinterlace_qsv: set specific field for repeat | Linjie Fu | 2019-03-08 | 1 | -2/+4 |
* | lavfi/tonemap: make use of AVFILTER_DEFINE_CLASS | Jun Zhao | 2019-03-08 | 1 | -7/+1 |
* | lavfi/zscale: make use of AVFILTER_DEFINE_CLASS | Jun Zhao | 2019-03-08 | 1 | -7/+1 |
* | avfilter/af_anlmdn: add output mode option | Paul B Mahol | 2019-03-01 | 1 | -1/+18 |
* | avfilter/vf_thumbnail_cuda: Switch to using ffnvcodec | Philip Langdale | 2019-02-27 | 2 | -80/+92 |
* | avfilter/vf_scale_cuda: Switch to using ffnvcodec | Philip Langdale | 2019-02-27 | 2 | -114/+127 |
* | avfilter/vf_yadif_cuda: Switch to using ffnvcodec | Philip Langdale | 2019-02-27 | 1 | -27/+31 |
* | avfilter/vf_amplify: add tolerance option | Paul B Mahol | 2019-02-22 | 1 | -2/+5 |
* | palettegen: Fill with last color, not black | Tomas Härdin | 2019-02-19 | 1 | -1/+1 |
* | avutil/cuda_check: fix usage of removed .c file | Timo Rothenpieler | 2019-02-15 | 2 | -8/+5 |
* | avfilter/tests/integral: Correct the comment | Jun Zhao | 2019-02-13 | 1 | -1/+1 |
* | avfilter/tests/integral: Fix build warning after adjust the location | Jun Zhao | 2019-02-12 | 1 | -4/+5 |
* | avfilter/tests/integral: Check malloc fail before using it | Jun Zhao | 2019-02-12 | 1 | -3/+3 |
* | avfilter/vf_mix: always output frame if array is filled | Paul B Mahol | 2019-02-02 | 1 | -1/+2 |
* | avfilter/vf_mix: add timeline support to tmix filter | Paul B Mahol | 2019-02-02 | 1 | -2/+12 |
* | lavfi/nlmeans: use a dynamic size for the weight LUT | Clément Bœsch | 2019-02-01 | 1 | -10/+6 |
* | lavfi/nlmeans: simplify log() call | Clément Bœsch | 2019-02-01 | 1 | -1/+1 |
* | lavfi/nlmeans: improve the performance | Jun Zhao | 2019-02-01 | 1 | -8/+9 |
* | avfilter/buffersrc: print relevant info when skipping filter reinit | Gyan Doshi | 2019-01-27 | 1 | -6/+12 |
* | lavf/vaapi_deinterlace: return error if mode unsupported | Zhong Li | 2019-01-25 | 1 | -0/+1 |
* | avfilter/afade+acrossfade: allow skipping fade on inputs | Gyan Doshi | 2019-01-24 | 1 | -1/+6 |
* | libavfilter: add transpose_vaapi filter | Zachary Zhou | 2019-01-23 | 4 | -0/+324 |
* | avfilter/vf_paletteuse: don't constantly free and realloc internal frames | James Almer | 2019-01-17 | 1 | -6/+13 |
* | avfilter/extractplanes: add support for 12-bit YUVA formats | Gyan Doshi | 2019-01-17 | 1 | -0/+2 |
* | avfilter/af_anlmdn: add timeline support | Paul B Mahol | 2019-01-13 | 1 | -2/+3 |
* | avfilter: add maskfun filter | Paul B Mahol | 2019-01-12 | 4 | -1/+282 |
* | avfilter/af_anlmdn: rework how denoising strength is used | Paul B Mahol | 2019-01-12 | 1 | -2/+2 |
* | avfilter/af_anlmdn: do not output more samples than received | Paul B Mahol | 2019-01-11 | 1 | -6/+8 |
* | avfilter/af_anlmdn: drain samples at end | Paul B Mahol | 2019-01-11 | 1 | -0/+30 |
* | avfilter/af_anlmdn: do not trim first samples | Paul B Mahol | 2019-01-11 | 1 | -0/+5 |
* | avfilter/af_anlmdn: log used parameters | Paul B Mahol | 2019-01-11 | 1 | -0/+2 |
* | avfilter/af_anlmdn: use lut table to calculate weights | Paul B Mahol | 2019-01-10 | 1 | -4/+21 |
* | avfilter: add anlmdn filter x86 SIMD optimizations | Paul B Mahol | 2019-01-10 | 5 | -10/+185 |
* | lavfi/f_select: Cosmetics, move a function. | Carl Eugen Hoyos | 2019-01-10 | 1 | -23/+23 |
* | lavfi/f_select: Fix aselect filter standalone compilation. | Carl Eugen Hoyos | 2019-01-10 | 1 | -1/+1 |
* | lavfi/Makefile: Fix bwdif filter standalone compilation. | Carl Eugen Hoyos | 2019-01-10 | 1 | -1/+1 |
* | avfilter/af_anlmdn: ignore too small values | Paul B Mahol | 2019-01-09 | 1 | -1/+4 |
* | avfilter: add anlmdn audio filter | Paul B Mahol | 2019-01-08 | 4 | -2/+275 |
* | avfilter/af_afir: adjust min partition size | Paul B Mahol | 2019-01-05 | 1 | -2/+2 |
* | x86/af_afir: use three operand form forat some instructions | James Almer | 2019-01-03 | 1 | -10/+10 |
* | x86/af_afir: add ff_fcmul_add_avx() | James Almer | 2019-01-03 | 2 | -1/+12 |
* | avfilter/af_afir: split off fcmul_add into a DSP context | James Almer | 2019-01-03 | 3 | -9/+20 |
* | x86/af_afir: fix processing the last element | James Almer | 2019-01-03 | 1 | -2/+5 |
* | avfilter/vf_detelecine: fix obvious frame memory leaks | Paul B Mahol | 2019-01-02 | 1 | -0/+2 |
* | avfilter/af_biquads: minor simplification by using ff_exp10() | Michael Niedermayer | 2019-01-01 | 1 | -1/+2 |
* | avfilter/af_crossfeed: Use ff_exp10() | Michael Niedermayer | 2019-01-01 | 1 | -1/+2 |
* | avfilter/ebur128: Simplify by using log10() | Michael Niedermayer | 2019-01-01 | 1 | -1/+1 |