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
2019-07-24avfilter/af_dynaudnorm: add more descriptive aliases for optionsPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: add timeline supportPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: always update delay when flushingPaul B Mahol
2019-04-29avfilter/af_dynaudnorm: switch to activatePaul B Mahol
2017-08-09avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't...Andy
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-29lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch
2017-01-08avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol
2016-08-08avfilter/af_dynaudnorm: use better check for infinite loopPaul B Mahol
2016-08-02avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR
2016-01-19avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol
2016-01-14avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol
2015-12-21lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde
2015-12-20avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol
2015-11-26avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde
2015-11-20avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-09-08avfilter/dynaudnorm: use AV_OPT_TYPE_BOOLClément Bœsch
2015-09-03avfilter/af_dynaudnorm: Fix typo in assertMichael Niedermayer
2015-07-18avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer
2015-07-17avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war...Michael Niedermayer
2015-07-17avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR