| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_normalize: fix regression with white/black point calculation | Paul B Mahol | 2020-10-27 | 1 | -2/+2 |
* | lavfi/Makefile: Remove opencl object files when calling make clean. | Carl Eugen Hoyos | 2020-10-25 | 1 | -1/+1 |
* | avfilter/vf_v360: make commands always do relative rotation | Paul B Mahol | 2020-10-25 | 1 | -8/+17 |
* | avfilter: add audio frequency and phase shift filters | Paul B Mahol | 2020-10-20 | 4 | -1/+384 |
* | avfilter/avf_aphasemeter: add out of phase and mono detection | Romane Lafon | 2020-10-20 | 1 | -1/+117 |
* | avfilter/af_asubboost: use transposed II form | Paul B Mahol | 2020-10-20 | 1 | -14/+14 |
* | avfilter/af_crossfeed: use transposed II form | Paul B Mahol | 2020-10-20 | 1 | -9/+6 |
* | avfilter/af_aiir: remove unused argument | Paul B Mahol | 2020-10-19 | 1 | -5/+5 |
* | avfilter/af_aiir: fix sp2zp mapping | Paul B Mahol | 2020-10-19 | 1 | -10/+4 |
* | dnn_backend_tf.c: add option sess_config for tf backend | Guo, Yejun | 2020-10-19 | 1 | -6/+88 |
* | avfilter/af_aiir: remove unused variable | Paul B Mahol | 2020-10-18 | 1 | -4/+2 |
* | avfilter/af_aiir: add analog transfer function format | Paul B Mahol | 2020-10-18 | 1 | -7/+65 |
* | avfilter/af_mcompand: Remove redundant calls to AVFilter.uninit | Andreas Rheinhardt | 2020-10-18 | 1 | -16/+3 |
* | avfilter/af_aiir: use av_sscanf() | Paul B Mahol | 2020-10-17 | 1 | -3/+3 |
* | avfilter/af_aiir: reverse order of biquads in serial processing | Paul B Mahol | 2020-10-17 | 1 | -1/+3 |
* | avfilter/af_aiir: use transposed II form for biquad sections | Paul B Mahol | 2020-10-16 | 1 | -30/+18 |
* | avfilter/af_aiir: implement parallel processing | Paul B Mahol | 2020-10-16 | 1 | -16/+218 |
* | libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULL | Chris Miceli | 2020-10-14 | 2 | -2/+28 |
* | libavfilter/dnn_backend_native: check mem allocation | Chris Miceli | 2020-10-14 | 1 | -1/+16 |
* | avfilter/vf_scale_cuda: unload cuModule on uninit | leozhang | 2020-10-12 | 1 | -0/+10 |
* | avfilter/af_sofalizer: allow up to 64 channels | Paul B Mahol | 2020-10-12 | 1 | -4/+4 |
* | avfilter/af_sofalizer: allow to specify virtual speakers indetifier as number | Paul B Mahol | 2020-10-12 | 1 | -5/+14 |
* | avfilter/avfilter.h: add missing FF_API_NEXT wrapper | James Almer | 2020-10-10 | 1 | -0/+2 |
* | avfilter/vf_minterpolate: Remove redundant code for freeing | Andreas Rheinhardt | 2020-10-09 | 1 | -12/+3 |
* | avfilter/vf_minterpolate: Fix left shift of negative value | Andreas Rheinhardt | 2020-10-09 | 1 | -12/+15 |
* | avfilter/vf_minterpolate: Reject too small dimensions | Andreas Rheinhardt | 2020-10-09 | 1 | -0/+5 |
* | avfilter/vf_v360: use quaternions for rotation | Paul B Mahol | 2020-10-07 | 2 | -46/+56 |
* | avfilter/vf_v360: fix possible out of range values | Paul B Mahol | 2020-10-04 | 1 | -3/+3 |
* | avfilter/vf_v360: add mitchell interpolation | Paul B Mahol | 2020-10-04 | 3 | -1/+77 |
* | avfilter/vf_v360: stop using floats variables in xyz_to_octahedron | Paul B Mahol | 2020-09-30 | 1 | -6/+6 |
* | Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE" | Mark Thompson | 2020-09-29 | 1 | -3/+0 |
* | avfilter/vf_v360: simplify input flipping | Paul B Mahol | 2020-09-29 | 2 | -95/+69 |
* | avfilter/vf_v360: split maps into slices | Paul B Mahol | 2020-09-29 | 2 | -38/+70 |
* | dnn/native: add native support for dense | Mingyu Yin | 2020-09-29 | 6 | -1/+193 |
* | avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE | Pavel Koshevoy | 2020-09-27 | 1 | -0/+3 |
* | avfilter/vf_v360: add octahedron format | Paul B Mahol | 2020-09-27 | 2 | -0/+100 |
* | vf_colorspace: Added linear trc. | Andrew Klaassen | 2020-09-27 | 1 | -0/+2 |
* | avfilter/vf_histogram: add slide modes for thistogram | Paul B Mahol | 2020-09-26 | 1 | -1/+41 |
* | dnn: add a new interface DNNModel.get_output | Guo, Yejun | 2020-09-21 | 6 | -58/+185 |
* | dnn: put DNNModel.set_input and DNNModule.execute_model together | Guo, Yejun | 2020-09-21 | 10 | -235/+156 |
* | dnn: change dnn interface to replace DNNData* with AVFrame* | Guo, Yejun | 2020-09-21 | 13 | -425/+450 |
* | dnn: add userdata for load model parameter | Guo, Yejun | 2020-09-21 | 10 | -11/+16 |
* | dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread ... | Xu Jun | 2020-09-20 | 1 | -1/+1 |
* | avfilter/vf_datascope: fix oscilloscope with gray>8 depth | Paul B Mahol | 2020-09-19 | 1 | -6/+6 |
* | avfilter/vf_showinfo: add const to the AVFrameSideData instance | Limin Wang | 2020-09-17 | 1 | -16/+16 |
* | dnn_backend_native_layer_conv2d.c: refine code. | Xu Jun | 2020-09-17 | 1 | -16/+14 |
* | dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread f... | Xu Jun | 2020-09-17 | 1 | -31/+26 |
* | avfilter/f_interleave: fix some issues with interleaving | Paul B Mahol | 2020-09-15 | 1 | -12/+20 |
* | avfilter/x86/vf_convolution_init: there is asm only for 8bit depth | Paul B Mahol | 2020-09-15 | 1 | -1/+1 |
* | avfilter/avf_concat: check for possible integer overflow | Paul B Mahol | 2020-09-14 | 1 | -0/+4 |