summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* avfilter/af_aiir: add support for arbitrary order lattice-ladder filter formatPaul B Mahol2020-11-22
* avfilter/af_biquads: remove not needed codePaul B Mahol2020-11-22
* avfilter/af_afreqshift: add timeline and slice threading supportPaul B Mahol2020-11-22
* lavfi/src_movie: switch to new decoding APIAnton Khirnov2020-11-20
* lavfi/lavfutils: switch to the new decoding APIAnton Khirnov2020-11-20
* avfilter/vf_lut3d: fix sanitizef INF handlingMark Reid2020-11-20
* avfilter/vf_fade: config_props -> config_inputLimin Wang2020-11-19
* avfilter/vf_fade: simplify code to use pts timebase for time checkLimin Wang2020-11-19
* avfilter/vf_xfade: add squeeze transitionsPaul B Mahol2020-11-19
* avfilter/vf_frei0r: add support for commandsPaul B Mahol2020-11-19
* avfilter/vf_despill: add support for commandsPaul B Mahol2020-11-18
* avfilter/af_afade: add sinc curve typesPaul B Mahol2020-11-18
* avfilter/af_anlmdn: support all options as commandsPaul B Mahol2020-11-17
* avfilter/af_anlmdn: allow to change smooth/m at runtimePaul B Mahol2020-11-17
* lavfi/frei0r: Remove duplicated pix_fmt entryAndrew Rodland2020-11-16
* 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