summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: add speechnorm filterPaul B Mahol2020-11-15
* avfilter/af_asoftclip: add oversampling supportPaul B Mahol2020-11-10
* avfilter/vf_unsharp: add more pixel format supportLimin Wang2020-11-07
* avfilter/vf_unsharp: add 10bit supportLimin Wang2020-11-07
* avfilter: add adenorm filterPaul B Mahol2020-11-05
* avfilter/scale_cuda: fix pitch calculation for >8 bit formatsTimo Rothenpieler2020-11-05
* avfilter/scale_cuda: simplify linesize calculationTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add support for RGB formatsTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: expose optional algorithm parameterTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add lanczos algorithmTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add nearest neighbour algorithmTimo Rothenpieler2020-11-03
* avfilter/scale_cuda: code cleanupTimo Rothenpieler2020-11-03
* avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler2020-11-03
* avfilter/af_asoftclip: add asserts in default switch casesPaul B Mahol2020-11-03
* avfitler/af_asoftclip: add hard typePaul B Mahol2020-11-03
* avfilter/af_asoftclip: add erf soft clip typePaul B Mahol2020-11-03
* avfilter/af_biquads: make commands work reliably within biquad filterPaul B Mahol2020-11-02
* avfilter/af_biquads: add lattice-ladder formPaul B Mahol2020-11-02
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-27
* lavfi/Makefile: Remove opencl object files when calling make clean.Carl Eugen Hoyos2020-10-25
* avfilter/vf_v360: make commands always do relative rotationPaul B Mahol2020-10-25
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-20
* avfilter/avf_aphasemeter: add out of phase and mono detectionRomane Lafon2020-10-20
* avfilter/af_asubboost: use transposed II formPaul B Mahol2020-10-20
* avfilter/af_crossfeed: use transposed II formPaul B Mahol2020-10-20
* avfilter/af_aiir: remove unused argumentPaul B Mahol2020-10-19
* avfilter/af_aiir: fix sp2zp mappingPaul B Mahol2020-10-19
* dnn_backend_tf.c: add option sess_config for tf backendGuo, Yejun2020-10-19
* avfilter/af_aiir: remove unused variablePaul B Mahol2020-10-18
* avfilter/af_aiir: add analog transfer function formatPaul B Mahol2020-10-18
* avfilter/af_mcompand: Remove redundant calls to AVFilter.uninitAndreas Rheinhardt2020-10-18
* avfilter/af_aiir: use av_sscanf()Paul B Mahol2020-10-17
* avfilter/af_aiir: reverse order of biquads in serial processingPaul B Mahol2020-10-17
* avfilter/af_aiir: use transposed II form for biquad sectionsPaul B Mahol2020-10-16
* avfilter/af_aiir: implement parallel processingPaul B Mahol2020-10-16
* libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULLChris Miceli2020-10-14
* libavfilter/dnn_backend_native: check mem allocationChris Miceli2020-10-14
* avfilter/vf_scale_cuda: unload cuModule on uninitleozhang2020-10-12
* avfilter/af_sofalizer: allow up to 64 channelsPaul B Mahol2020-10-12
* avfilter/af_sofalizer: allow to specify virtual speakers indetifier as numberPaul B Mahol2020-10-12
* avfilter/avfilter.h: add missing FF_API_NEXT wrapperJames Almer2020-10-10
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-09
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-07
* avfilter/vf_v360: fix possible out of range valuesPaul B Mahol2020-10-04
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-04
* avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol2020-09-30
* Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"Mark Thompson2020-09-29
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-29