Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-18avfilter/af_afftdn: add double sample format supportPaul B Mahol
2022-05-09avfilter/af_afftdn: request new frames only when neededPaul B Mahol
2022-04-24avfilter/af_afftdn: use better approach for gain smoothingPaul B Mahol
2022-04-23avfilter/af_afftdn: add gain_smooth optionPaul B Mahol
2022-03-19avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol
2022-03-18avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol
2022-03-18avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol
2022-03-18avfilter/af_afftdn: remove unused definesPaul B Mahol
2022-03-17avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol
2022-03-17avfilter/af_afftdn: rewrite noise floor trackingPaul B Mahol
2022-03-17avfilter/af_afftdn: remove excessive operationsPaul B Mahol
2022-03-15avfilter/af_afftdn: refactor noise samplingPaul B Mahol
2022-03-15avfilter/af_afftdn: do not hardcode vector sizePaul B Mahol
2022-03-15avfilter/af_afftdn: use log10 instead to get noise levelsPaul B Mahol
2022-03-15avfilter/af_afftdn: unbreak custom band noise option processingPaul B Mahol
2022-03-15avfilter/af_afftdn: after sampling noise, set full parametersPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-14avfilter/af_afftdn: allow user to control number of bandsPaul B Mahol
2022-03-14avfilter/af_afftdn: use correct variable in for loopsPaul B Mahol
2022-03-14avfilter/af_afftdn: stop producing small impulsive noise at start of outputPaul B Mahol
2022-03-13avfilter/af_afftdn: add way to control noise floor link for >1 channelsPaul B Mahol
2022-03-13avfilter/af_afftdn: improve residual trackingPaul B Mahol
2022-03-13avfilter/af_afftdn: rename some variables to less cryptic namePaul B Mahol
2022-03-13avfilter/af_afftdn: reduce some pointless pointer indirectionsPaul B Mahol
2022-03-13avfilter/af_afftdn: use define for sfm flags mask and sizePaul B Mahol
2022-03-13avfilter/af_afftdn: allow user to change ratio factorPaul B Mahol
2022-03-13avfilter/af_afftdn: stop sharing non-shareable parameters between channelsPaul B Mahol
2022-03-12avfilter/af_afftdn: use RDFT insteadPaul B Mahol
2022-03-12avfilter/af_afftdn: reduce code duplicationPaul B Mahol
2022-03-12avfilter/af_afftdn: reduce scaling of input samplesPaul B Mahol
2022-03-12avfilter/af_afftdn: fix small memory leakPaul B Mahol
2022-03-12avfilter/af_afftdn: change noise profile to floating point precisionPaul B Mahol
2022-03-12avfilter/af_afftdn: generalize noise profile mean estimationPaul B Mahol
2022-03-12avfilter/af_afftdn: use single define for number of bands in noise profilePaul B Mahol
2022-03-12avfilter/af_afftdn: remove special handling for first and last binPaul B Mahol
2022-03-12avfilter/af_afftdn: remove code that have marginal impact to denoisingPaul B Mahol
2022-02-27avfilter/af_afftdn: add more verbose options aliasesPaul B Mahol
2022-02-27avfilter/af_afftdn: remove ThreadData struct codePaul B Mahol
2022-02-27avfilter/af_afftdn: add support for writable input framesPaul B Mahol
2022-02-26avfilter/af_afftdn: stop using fifo and rewritting ptsPaul B Mahol
2021-10-05avfilter/af_afftdn: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-03avfilter/af_afftdn: switch to internal timelinePaul B Mahol
2021-09-11avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-27avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-11-21avfilter/af_afftdn: simplify changing commandsPaul B Mahol