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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-10avfilter/af_anlmdn: add support for using writable framesPaul B Mahol
2022-03-10avfilter/af_anlmdn: stop using fifo and rewriting ptsPaul B Mahol
2022-03-10avfilter/af_anlmdn: fix possible array overflow and increase options limitsPaul B Mahol
2021-10-05avfilter/af_anlmdn: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
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-25avfilter/af_anlmdn: add longer names of filter optionsPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-11-17avfilter/af_anlmdn: support all options as commandsPaul B Mahol
2020-11-17avfilter/af_anlmdn: allow to change smooth/m at runtimePaul B Mahol
2019-11-17avfilter/af_anlmdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol
2019-10-14avfilter/af_anlmdn: switch to ff_filter_process_command()Paul B Mahol
2019-06-03avfilter/af_anlmdn: add support for commandsPaul B Mahol
2019-06-02avfilter/af_anlmdn: avoid creating frames with zero samplesPaul B Mahol
2019-06-02avfilter/af_anlmdn: try to recover when cache becomes negativePaul B Mahol
2019-06-02avfilter/af_anlmdn: add smooth factor optionPaul B Mahol
2019-03-01avfilter/af_anlmdn: add output mode optionPaul B Mahol
2019-01-13avfilter/af_anlmdn: add timeline supportPaul B Mahol
2019-01-12avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol
2019-01-11avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol
2019-01-11avfilter/af_anlmdn: drain samples at endPaul B Mahol
2019-01-11avfilter/af_anlmdn: do not trim first samplesPaul B Mahol
2019-01-11avfilter/af_anlmdn: log used parametersPaul B Mahol
2019-01-10avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol
2019-01-10avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol
2019-01-09avfilter/af_anlmdn: ignore too small valuesPaul B Mahol
2019-01-09avfilter: add anlmdn audio filterPaul B Mahol