| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_xfade: add hblur transition | Paul B Mahol | 2020-07-21 | 1 | -0/+47 |
* | avfilter/vf_yaepblur: fix naming of filter class | Paul B Mahol | 2020-07-20 | 1 | -3/+3 |
* | avfilter/vf_bilateral: simplify code a little | Paul B Mahol | 2020-07-18 | 1 | -15/+11 |
* | avfilter/avf_showwavespic: add filter mode | Paul B Mahol | 2020-07-17 | 1 | -3/+22 |
* | avfilter/vf_tinterlace: fix mergex2, first frame is always considered odd | Paul B Mahol | 2020-07-17 | 1 | -2/+2 |
* | avfilter/vf_tinterlace: use frame counter from lavfi | Paul B Mahol | 2020-07-17 | 2 | -3/+1 |
* | avfilter/vf_bilateral: remove useless memcpy | leozhang | 2020-07-17 | 1 | -2/+2 |
* | avfilter/vf_bilateral: stop using sigmaS as percent of width/height | Paul B Mahol | 2020-07-17 | 1 | -3/+3 |
* | x86/vf_blend: fix warnings about trailing empty parameters | James Almer | 2020-07-12 | 1 | -17/+17 |
* | lavfi/setpts: fix setpts/asetpts option dump error | Jun Zhao | 2020-07-12 | 1 | -7/+11 |
* | libavfilter/glslang: Remove unused header | Ben Clayton | 2020-07-11 | 1 | -1/+0 |
* | avfilter/vf_chromanr: move thres calculation to filter_frame() | Paul B Mahol | 2020-07-10 | 1 | -1/+2 |
* | avfilter/vf_showinfo: add dump_s12m_timecode() helper function | Limin Wang | 2020-07-08 | 1 | -11/+17 |
* | avfilter/vf_showinfo: check sd->size before reference the sd->data | Limin Wang | 2020-07-08 | 1 | -4/+4 |
* | avfilter: add chromanr video filter | Paul B Mahol | 2020-07-08 | 4 | -1/+260 |
* | avfilter/vf_edgedetect: properly implement double_threshold() | Valery Kot | 2020-07-06 | 1 | -1/+1 |
* | dnn_backend_native: Add overflow check for length calculation. | Reimar Döffinger | 2020-07-06 | 8 | -1/+23 |
* | dnn_backend_native_layer_mathunary: add atanh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add acosh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add asinh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add tanh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add cosh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | dnn_backend_native_layer_mathunary: add sinh support | Ting Fu | 2020-07-06 | 2 | -0/+5 |
* | FATE: fix colorbalance fate test failed on x86_32 | Limin Wang | 2020-07-02 | 1 | -12/+12 |
* | vf_dnn_processing.c: add dnn backend openvino | Guo, Yejun | 2020-07-02 | 1 | -1/+4 |
* | dnn: add openvino as one of dnn backend | Guo, Yejun | 2020-07-02 | 5 | -1/+312 |
* | avfilter/vf_colorbalance: remove wrong addition | Paul B Mahol | 2020-06-29 | 1 | -1/+1 |
* | avfilter/vf_showinfo: add a \n for end of ERROR and WARNNING log | Limin Wang | 2020-06-28 | 1 | -8/+8 |
* | 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 |