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-05-24avfilter/af_afftfilt: add threads supportPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-23avfilter/af_afftfilt: stop resetting ptsPaul B Mahol
2021-10-15avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol
2021-10-05avfilter/af_afftfilt: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-12avfilter/af_afftfilt: reindent after last commitPaul B Mahol
2021-09-12avfilter/af_afftfilt: add timeline supportPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-08-04libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö
2021-08-04avfilter/af_afftfilt: make sure that tx buffers size are always alignedPaul B Mahol
2021-08-04avfilter/af_afftfilt: switch to TX FFT from avutilPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-02-09avfilter/af_afftfilt: fix memory leaks on errorPaul B Mahol
2020-02-09avfilter/af_afffilt: fix crash on errorPaul B Mahol
2019-11-17avfilter/af_afftfilt: fix pts handling when timebase and 1/samplerate differPaul B Mahol
2019-10-07avfilter/af_afftfilt: fix possible invalid memory accessPaul B Mahol
2019-07-10avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol
2019-07-06avfilter/af_afftfilt: remove invalid scalingPaul B Mahol
2019-05-08avfilter/af_afftfilt: switch to activatePaul B Mahol
2018-11-12avfilter/af_afftfilt: use first input frame timestampPaul B Mahol
2018-11-12avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol
2018-11-11avfilter/af_afftfilt: add more window typesPaul B Mahol
2018-11-11avfilter/af_afftfilt: extend filter functionalityPaul B Mahol
2017-11-20avfilter/af_afftfilt: add missing error checkPaul B Mahol
2017-09-23lavfi: make window_func an inline functionRostislav Pehlivanov
2017-06-04avfilter/af_afftfilt: fix memory leaksPaul B Mahol
2016-03-05avfilter/af_afftfilt: add option for 17 fft casePaul B Mahol
2016-03-04avfilter/af_afftfilt: Extend to 17bit fftMichael Niedermayer
2016-02-04avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer
2016-01-21avfilter: add afftfilterPaul B Mahol