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-05-12avfilter/af_astats: fix calculations involving last samplePaul B Mahol
2019-05-12avfilter/af_astats: fix initial values of variablesPaul B Mahol
2019-04-29avfilter/af_astats: fix msvc compile errorMatthias Troffaes
2019-04-26avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point au...Paul B Mahol
2019-03-21avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint
2019-03-21avfilter/af_astats: rework sample loopsMarton Balint
2019-03-21avfilter/af_astats: factorize sample loopsMarton Balint
2019-03-21avfilter/af_astats: fix identationMarton Balint
2019-03-21avfilter/af_astats: add support for selecting measured statisticsMarton Balint
2018-09-17avfilter/af_astats: count zero crossingsPaul B Mahol
2017-07-19avfilter/af_astats: measure dynamic rangePaul B Mahol
2017-07-19avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-05-12avfilter/af_astats: add RMS difference tooPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-08-18avfilter/af_astats: fix flt(p) supportPaul B Mahol
2016-08-18avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol
2016-08-15avfilter/af_astats: add support for other sample formatsPaul B Mahol
2016-08-03avfilter/af_astats: extend bitdepth calculationPaul B Mahol
2016-02-26avfilter/af_astats: do not clear previous sample valuePaul B Mahol
2016-02-25avfilter/af_astats: clear all statsPaul B Mahol
2016-02-25avfilter/af_astats: reset stats prior not after filteringPaul B Mahol
2015-10-13avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-09-09avfilter/astats: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
2015-07-17avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol
2015-07-15avfilter/af_astats: calculate audio bit-depthPaul B Mahol
2015-07-03avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol
2015-07-03avfilter/af_astats: export metadataPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-08avfilter/af_astats: redo zero channel handlingPaul B Mahol
2015-03-08avfilter/af_astats: Avoid Zero division in print part.Martin Vignali
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-06-03avfilter/af_astats: rename stat()Michael Niedermayer
2013-05-11avfilter/af_astats: fix 64bit printf typeMichael Niedermayer
2013-05-06avfilter: add av_cold to uninit()Michael Niedermayer
2013-04-27astats filterPaul B Mahol