8679 Commits (ee686236cd1dcceca2ecdfe64e509a7ef977e8f0)

Author SHA1 Message Date
  Paul B Mahol ee686236cd avfilter/af_asoftclip: add erf soft clip type 5 years ago
  Paul B Mahol 2ddd6afd30 avfilter/af_biquads: make commands work reliably within biquad filter 5 years ago
  Paul B Mahol 40ce4ad999 avfilter/af_biquads: add lattice-ladder form 5 years ago
  Paul B Mahol c7ece8e26f avfilter/vf_normalize: fix regression with white/black point calculation 5 years ago
  Carl Eugen Hoyos 7b0d179195 lavfi/Makefile: Remove opencl object files when calling make clean. 5 years ago
  Paul B Mahol d6e903b09b avfilter/vf_v360: make commands always do relative rotation 5 years ago
  Paul B Mahol 637c154a50 avfilter: add audio frequency and phase shift filters 5 years ago
  Romane Lafon d60927b676 avfilter/avf_aphasemeter: add out of phase and mono detection 5 years ago
  Paul B Mahol 8750c8f45c avfilter/af_asubboost: use transposed II form 5 years ago
  Paul B Mahol 6d59d69bb0 avfilter/af_crossfeed: use transposed II form 5 years ago
  Paul B Mahol 5da94413d1 avfilter/af_aiir: remove unused argument 5 years ago
  Paul B Mahol f7379eafd2 avfilter/af_aiir: fix sp2zp mapping 5 years ago
  Guo, Yejun c4a3dbe726 dnn_backend_tf.c: add option sess_config for tf backend 5 years ago
  Paul B Mahol 9860777516 avfilter/af_aiir: remove unused variable 5 years ago
  Paul B Mahol 847dc03787 avfilter/af_aiir: add analog transfer function format 5 years ago
  Andreas Rheinhardt 6ef55f54fe avfilter/af_mcompand: Remove redundant calls to AVFilter.uninit 5 years ago
  Paul B Mahol f372ce35f2 avfilter/af_aiir: use av_sscanf() 5 years ago
  Paul B Mahol 7c1eef48e1 avfilter/af_aiir: reverse order of biquads in serial processing 5 years ago
  Paul B Mahol e704750a9f avfilter/af_aiir: use transposed II form for biquad sections 5 years ago
  Paul B Mahol 0df0e12d02 avfilter/af_aiir: implement parallel processing 5 years ago
  Chris Miceli 6bdfea8d4b libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULL 5 years ago
  Chris Miceli ad95e5e45d libavfilter/dnn_backend_native: check mem allocation 5 years ago
  leozhang b9727870ae avfilter/vf_scale_cuda: unload cuModule on uninit 5 years ago
  Paul B Mahol f7fd205f11 avfilter/af_sofalizer: allow up to 64 channels 5 years ago
  Paul B Mahol aa125fd06a avfilter/af_sofalizer: allow to specify virtual speakers indetifier as number 5 years ago
  James Almer 0c73c2909e avfilter/avfilter.h: add missing FF_API_NEXT wrapper 5 years ago
  Andreas Rheinhardt 358c0bb168 avfilter/vf_minterpolate: Remove redundant code for freeing 5 years ago
  Andreas Rheinhardt aa262dcce8 avfilter/vf_minterpolate: Fix left shift of negative value 5 years ago
  Andreas Rheinhardt bb13cdbe27 avfilter/vf_minterpolate: Reject too small dimensions 5 years ago
  Paul B Mahol a086b73e1f avfilter/vf_v360: use quaternions for rotation 5 years ago
  Paul B Mahol 3a035a8cd2 avfilter/vf_v360: fix possible out of range values 5 years ago
  Paul B Mahol eaba6cecfb avfilter/vf_v360: add mitchell interpolation 5 years ago
  Paul B Mahol 23d0754165 avfilter/vf_v360: stop using floats variables in xyz_to_octahedron 5 years ago
  Mark Thompson 4fceb2634e Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE" 5 years ago
  Paul B Mahol 12585c87e6 avfilter/vf_v360: simplify input flipping 5 years ago
  Paul B Mahol 86b29c0cd0 avfilter/vf_v360: split maps into slices 5 years ago
  Mingyu Yin ad2546e3b3 dnn/native: add native support for dense 5 years ago
  Pavel Koshevoy 5bbf58ab87 avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE 5 years ago
  Paul B Mahol 6db1b1af4c avfilter/vf_v360: add octahedron format 5 years ago
  Andrew Klaassen a6e72fb46d vf_colorspace: Added linear trc. 5 years ago
  Paul B Mahol 85195f6ae9 avfilter/vf_histogram: add slide modes for thistogram 5 years ago
  Guo, Yejun e71d73b096 dnn: add a new interface DNNModel.get_output 5 years ago
  Guo, Yejun fce3e3e137 dnn: put DNNModel.set_input and DNNModule.execute_model together 5 years ago
  Guo, Yejun 2003e32f62 dnn: change dnn interface to replace DNNData* with AVFrame* 5 years ago
  Guo, Yejun 6918e240d7 dnn: add userdata for load model parameter 5 years ago
  Xu Jun a39fcbdffb dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. 5 years ago
  Paul B Mahol cdc4c268e2 avfilter/vf_datascope: fix oscilloscope with gray>8 depth 5 years ago
  Limin Wang 0ea2bda099 avfilter/vf_showinfo: add const to the AVFrameSideData instance 5 years ago
  Xu Jun 7d3cd9f956 dnn_backend_native_layer_conv2d.c: refine code. 5 years ago
  Xu Jun 8e67ae2cb4 dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread function. 5 years ago