summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_astats.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_astats: fix calculations involving last samplePaul B Mahol2019-05-121-4/+7
* avfilter/af_astats: fix initial values of variablesPaul B Mahol2019-05-121-8/+8
* avfilter/af_astats: fix msvc compile errorMatthias Troffaes2019-04-291-1/+1
* avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point au...Paul B Mahol2019-04-261-6/+80
* avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint2019-03-211-5/+21
* avfilter/af_astats: rework sample loopsMarton Balint2019-03-211-8/+9
* avfilter/af_astats: factorize sample loopsMarton Balint2019-03-211-71/+37
* avfilter/af_astats: fix identationMarton Balint2019-03-211-74/+74
* avfilter/af_astats: add support for selecting measured statisticsMarton Balint2019-03-211-0/+118
* avfilter/af_astats: count zero crossingsPaul B Mahol2018-09-171-0/+12
* avfilter/af_astats: measure dynamic rangePaul B Mahol2017-07-191-0/+7
* avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol2017-07-191-2/+0
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/af_astats: add RMS difference tooPaul B Mahol2017-05-121-2/+13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/af_astats: fix flt(p) supportPaul B Mahol2016-08-181-2/+2
* avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol2016-08-181-0/+18
* avfilter/af_astats: add support for other sample formatsPaul B Mahol2016-08-151-25/+89
* avfilter/af_astats: extend bitdepth calculationPaul B Mahol2016-08-031-9/+28
* avfilter/af_astats: do not clear previous sample valuePaul B Mahol2016-02-261-5/+18
* avfilter/af_astats: clear all statsPaul B Mahol2016-02-251-1/+1
* avfilter/af_astats: reset stats prior not after filteringPaul B Mahol2016-02-241-8/+9
* avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde2015-10-131-3/+3
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter/astats: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch2015-09-081-1/+1
* avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer2015-07-201-1/+1
* avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol2015-07-171-4/+21
* avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol2015-07-151-1/+2
* avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol2015-07-151-2/+10
* avfilter/af_astats: calculate audio bit-depthPaul B Mahol2015-07-151-2/+19
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-031-7/+26
* avfilter/af_astats: export metadataPaul B Mahol2015-07-031-2/+78
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_astats: redo zero channel handlingPaul B Mahol2015-03-081-4/+2
* avfilter/af_astats: Avoid Zero division in print part.Martin Vignali2015-03-081-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* avfilter/af_astats: rename stat()Michael Niedermayer2013-06-031-3/+3
* avfilter/af_astats: fix 64bit printf typeMichael Niedermayer2013-05-111-2/+2
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-061-1/+1
* astats filterPaul B Mahol2013-04-271-0/+274
OpenPOWER on IntegriCloud