summaryrefslogtreecommitdiff
path: root/libavfilter/af_astats.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/astats: sort measures keys by nameStefano Sabatini2023-02-111-16/+16
* avfilter/af_astats: accessing outlink in uninit is not validPaul B Mahol2022-12-031-2/+5
* avfilter/af_astats: print stats in case nb_samples is 0Paul B Mahol2022-12-011-2/+2
* avfilter/af_astats: do not give output for 0 samplesPaul B Mahol2022-11-301-0/+6
* avfilter: convert to new channel layout APIJames Almer2022-03-151-5/+5
* avfilter/af_astats: improve options descriptionsLimin Wang2021-12-141-3/+3
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-1/+1
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-4/+0
* avfilter/af_astats: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-22/+5
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_astats: add entropy statPaul B Mahol2021-09-111-0/+35
* avfilter/af_astats: remove invalid 5x factor in window size calculationPaul B Mahol2021-08-211-3/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter/af_astats: Only print header lines when values are to be printedTobias Rapp2021-07-141-2/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_astats: fix possible crash because of undefined float to integer ...Marton Balint2021-01-231-2/+2
* avfilter/af_astats: clip input value to prevent overflowPaul B Mahol2021-01-041-1/+1
* avfilter/af_astats: add noise floor count statPaul B Mahol2020-04-171-4/+24
* avfilter/af_astats: add slice threading supportPaul B Mahol2020-04-171-14/+29
* avfilter/af_astats: measure noise floorPaul B Mahol2020-04-171-1/+79
* 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