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-10-04lavfi/avf_showfreqs: set frame durationsAnton Khirnov
2022-05-23avfilter/avf_showfreqs: fix memleak in plot_freqsSteven Liu
2022-04-30avfilter/avf_showfreqs: add rate optionPaul B Mahol
2022-04-22avfilter/avf_showfreqs: add option to draw subset of channelsPaul B Mahol
2022-04-22avfilter/avf_showfreqs: filter support all channel countsPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-23avfilter/avf_showfreqs: stop using audio fifoPaul B Mahol
2021-10-15avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol
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-07-30avfilter/avf_showfreqs: switch to TX FFT from avutilPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-11-28avfilter/avf_showfreqs: add group delay data modePaul B Mahol
2020-11-27avfilter/avf_showfreqs: implement phase displayPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-10-26avfilter/avf_showfreqs: free input frame after using itJames Almer
2019-09-21avfilter/avf_showfreqs: fix check for failed allocationPaul B Mahol
2019-07-10avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol
2019-05-26avfilter/avf_showfreqs: switch to activatePaul B Mahol
2018-10-27avfilter/window_func: add bohman windowPaul B Mahol
2017-09-23lavfi: make window_func an inline functionRostislav Pehlivanov
2017-06-13avfilter: properly set SAR for A->V filtersPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-17avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/window_func: add dolph windowPaul B Mahol
2016-02-12avfilter/avf_showfreqs: assert that variables are initialized by switch()Michael Niedermayer
2016-02-01avfilter/avf_showfreqs: properly handle ptsPaul B Mahol
2016-01-18avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol
2016-01-08avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol
2016-01-05avfilter/window_func: add tukey window functionPaul B Mahol
2015-12-28avfilter: move window function generation into separate filePaul B Mahol
2015-12-20avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol
2015-12-10avfilter/avf_showfreqs: avoid wasteful powGanesh Ajjanagadde
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-15avfilter/avf_showfreqs: add lanczos and gauss windowing functionsPaul B Mahol
2015-09-05avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Free finMichael Niedermayer
2015-09-03avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANNMichael Niedermayer
2015-08-19avfilter: add showfreqs filterPaul B Mahol