| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/zoompan: add in_time variable | exwm | 2020-06-25 | 1 | -3/+9 |
* | dnn_backend_native_layer_mathunary: add atan support | Ting Fu | 2020-06-25 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add acos support | Ting Fu | 2020-06-25 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add asin support | Ting Fu | 2020-06-25 | 2 | -0/+5 |
* | avfilter/vf_v360: do not ignore return value of allocate_plane() | Paul B Mahol | 2020-06-23 | 1 | -2/+5 |
* | avfilter/vf_v360: add orthographic projection support | Paul B Mahol | 2020-06-23 | 2 | -2/+136 |
* | avfilters/vf_v360: add equisolid projection support | Paul B Mahol | 2020-06-22 | 2 | -0/+130 |
* | avfilter/vf_showpalette: Don't pretend disp_palette can fail | Andreas Rheinhardt | 2020-06-22 | 1 | -5/+3 |
* | avfilter/af_ladspa: check return value of getenv() | Paul B Mahol | 2020-06-21 | 1 | -2/+3 |
* | avfilter/af_ladspa: add latency compensation | Paul B Mahol | 2020-06-21 | 1 | -3/+57 |
* | avfilter/af_ladspa: check another directory for plugins | Paul B Mahol | 2020-06-21 | 1 | -0/+5 |
* | avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h | Limin Wang | 2020-06-19 | 12 | -29/+4 |
* | avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format support | Limin Wang | 2020-06-19 | 2 | -0/+81 |
* | avfilter/vf_overlay: support for 8bit and 10bit overlay with macro-based func... | Limin Wang | 2020-06-19 | 1 | -197/+220 |
* | dnn_backend_native: check operand index | Guo Yejun | 2020-06-17 | 14 | -14/+49 |
* | dnn_backend_native.c: refine code for fail case | Guo Yejun | 2020-06-17 | 1 | -44/+38 |
* | avfilter/vf_showinfo: display H.26[45] user data unregistered sei message | Limin Wang | 2020-06-15 | 1 | -0/+30 |
* | avfilter/vf_vaguedenoiser: fix small typo in option explanation | Paul B Mahol | 2020-06-13 | 1 | -1/+1 |
* | avfilter/af_rubberband: adjust nb_samples after every command | Paul B Mahol | 2020-06-13 | 1 | -0/+1 |
* | dnn_backend_native_layer_mathunary: add tan support | Ting Fu | 2020-06-11 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add cos support | Ting Fu | 2020-06-11 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add sin support | Ting Fu | 2020-06-11 | 2 | -0/+7 |
* | vf_spp: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+12 |
* | vf_scale: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+15 |
* | framesync: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 2 | -0/+10 |
* | avfilter: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+16 |
* | af_resample: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+12 |
* | af_aresample: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+12 |
* | Remove unnecessary use of avcodec_close(). | Anton Khirnov | 2020-06-10 | 2 | -5/+2 |
* | Bump minor versions after branching 4.3n4.4-dev | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Bump minor versions to separate 4.3 from master | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | avfilter/vf_vaguedenoiser: add new type of threshold | Paul B Mahol | 2020-06-07 | 1 | -5/+47 |
* | avfilter/vf_vaguedenoiser: remove excessive code from soft thresholding | Paul B Mahol | 2020-06-07 | 1 | -10/+2 |
* | avfilter/avf_showspectrum: properly handle EOF case | Paul B Mahol | 2020-06-06 | 1 | -6/+10 |
* | avfilter/asrc_anoisesrc: switch to activate | Paul B Mahol | 2020-06-06 | 1 | -4/+9 |
* | dnn/native: fix typo for definition of DOT_INTERMEDIATE | Wu Zhiwen | 2020-06-03 | 1 | -1/+1 |
* | avfilter/vf_lut3d: Fix mixed declaration and code | Andreas Rheinhardt | 2020-06-01 | 1 | -6/+6 |
* | avfilter/vf_lut3d: prelut support for 3d cinespace luts | Mark Reid | 2020-05-31 | 1 | -55/+317 |
* | avfilter/af_aiir: simplify polynomial evaluation | Paul B Mahol | 2020-05-30 | 1 | -31/+18 |
* | avfilter/af_aiir: use correct size when allocating in zp2tf | Paul B Mahol | 2020-05-30 | 1 | -2/+2 |
* | avfilter: add dblur video filter | Paul B Mahol | 2020-05-30 | 4 | -1/+310 |
* | lavfi/aiir: Refine the pad/vpad related operation | Jun Zhao | 2020-05-30 | 1 | -6/+4 |
* | lavfi/afir: fix vpad.name leak | Jun Zhao | 2020-05-30 | 1 | -8/+6 |
* | Revert "avfilter/af_aiir: move response drawing as last step" | Paul B Mahol | 2020-05-30 | 1 | -9/+9 |
* | avfilter/af_aiir: improve response calculation with zp coefficients | Paul B Mahol | 2020-05-30 | 1 | -31/+23 |
* | avfilter/af_aiir: add S-plane support | Paul B Mahol | 2020-05-30 | 1 | -3/+39 |
* | avfilter/af_aiir: make it clear that transfer function is digital one | Paul B Mahol | 2020-05-30 | 1 | -1/+1 |
* | avfilter/af_biquads: implement 1st order allpass | Paul B Mahol | 2020-05-30 | 1 | -6/+22 |
* | lavfi/vulkan: use av_get_random_seed instead of rand | Lynne | 2020-05-29 | 4 | -4/+8 |
* | dnn_backend_native_layer_mathunary: add abs support | Ting Fu | 2020-05-28 | 5 | -0/+129 |