summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-19
* avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol2022-03-18
* avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol2022-03-18
* avfilter/af_afftdn: remove unused definesPaul B Mahol2022-03-18
* avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol2022-03-17
* avfilter/af_afftdn: rewrite noise floor trackingPaul B Mahol2022-03-16
* avfilter/af_afftdn: remove excessive operationsPaul B Mahol2022-03-16
* avfilter/vf_zscale: realign output buffer if neededMarton Balint2022-03-16
* avfilter/vf_zscale: properly check return value of slice threadsMarton Balint2022-03-16
* avfilter/vf_zscale: fix number of threadsMarton Balint2022-03-16
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-16
* libavfilter: Split version.hMartin Storsjö2022-03-16
* avfilter/buffersink: simplify parsing the input channel layout stringJames Almer2022-03-15
* avfilter/af_biquads: fix possible leak on errorPaul B Mahol2022-03-15
* avfilter/af_join: Don't use memcpy for overlapping regionsAndreas Rheinhardt2022-03-15
* avfilter/af_biquads: fix regression with channels option processingPaul B Mahol2022-03-15
* avfilter/af_dynaudnorm: fix regression with channels option processingPaul B Mahol2022-03-15
* avfilter/af_speechnorm: fix regression in channels option processingPaul B Mahol2022-03-15
* avfilter/af_afftdn: refactor noise samplingPaul B Mahol2022-03-15
* avfilter/af_afftdn: do not hardcode vector sizePaul B Mahol2022-03-15
* avfilter/af_afftdn: use log10 instead to get noise levelsPaul B Mahol2022-03-15
* avfilter/af_afftdn: unbreak custom band noise option processingPaul B Mahol2022-03-15
* avfilter/af_afftdn: after sampling noise, set full parametersPaul B Mahol2022-03-15
* Bump minor versions after the channel layout changesJames Almer2022-03-15
* avfilter/af_sofalizer: fix getting speaker positionJames Almer2022-03-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/vf_epx: stop doing read overflowPaul B Mahol2022-03-14
* avfilter/avf_abitscope: rename macro to less generic onePaul B Mahol2022-03-14
* avfilter/vf_palettegen: add protection against potential divide by zeroYiyuan GUO2022-03-14
* avfilter/vf_fieldhint: add pattern mode of filteringPaul B Mahol2022-03-14
* avfilter/af_afftdn: allow user to control number of bandsPaul B Mahol2022-03-14
* avfilter/af_afftdn: use correct variable in for loopsPaul B Mahol2022-03-14
* avfilter/af_afftdn: stop producing small impulsive noise at start of outputPaul B Mahol2022-03-14
* avfilter/vf_decimate: also check for ready frames if not ppsrc is usedPaul B Mahol2022-03-13
* avfilter/avf_showspectrum: stop rewriting ptsPaul B Mahol2022-03-13
* avfilter/af_afftdn: add way to control noise floor link for >1 channelsPaul B Mahol2022-03-13
* avfilter/af_afftdn: improve residual trackingPaul B Mahol2022-03-13
* avfilter/af_afftdn: rename some variables to less cryptic namePaul B Mahol2022-03-13
* avfilter/af_afftdn: reduce some pointless pointer indirectionsPaul B Mahol2022-03-13
* avfilter/af_afftdn: use define for sfm flags mask and sizePaul B Mahol2022-03-13
* avfilter/af_afftdn: allow user to change ratio factorPaul B Mahol2022-03-13
* avfilter/af_afftdn: stop sharing non-shareable parameters between channelsPaul B Mahol2022-03-13
* avfilter/af_afftdn: use RDFT insteadPaul B Mahol2022-03-12
* avfilter/af_afftdn: reduce code duplicationPaul B Mahol2022-03-12
* avfilter/af_afftdn: reduce scaling of input samplesPaul B Mahol2022-03-12
* avfilter/af_afftdn: fix small memory leakPaul B Mahol2022-03-12
* avfilter/af_afftdn: change noise profile to floating point precisionPaul B Mahol2022-03-12
* avfilter/af_afftdn: generalize noise profile mean estimationPaul B Mahol2022-03-12
* avfilter/af_afftdn: use single define for number of bands in noise profilePaul B Mahol2022-03-12