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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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