summaryrefslogtreecommitdiff
path: root/libavfilter/af_astats.c
Commit message (Expand)AuthorAge
* avfilter/af_astats: improve options descriptionsLimin Wang2021-12-14
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-03
* avfilter/af_astats: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_astats: add entropy statPaul B Mahol2021-09-11
* avfilter/af_astats: remove invalid 5x factor in window size calculationPaul B Mahol2021-08-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/af_astats: Only print header lines when values are to be printedTobias Rapp2021-07-14
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_astats: fix possible crash because of undefined float to integer ...Marton Balint2021-01-23
* avfilter/af_astats: clip input value to prevent overflowPaul B Mahol2021-01-04
* avfilter/af_astats: add noise floor count statPaul B Mahol2020-04-17
* avfilter/af_astats: add slice threading supportPaul B Mahol2020-04-17
* avfilter/af_astats: measure noise floorPaul B Mahol2020-04-17
* avfilter/af_astats: fix calculations involving last samplePaul B Mahol2019-05-12
* avfilter/af_astats: fix initial values of variablesPaul B Mahol2019-05-12
* avfilter/af_astats: fix msvc compile errorMatthias Troffaes2019-04-29
* avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point au...Paul B Mahol2019-04-26
* avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint2019-03-21
* avfilter/af_astats: rework sample loopsMarton Balint2019-03-21
* avfilter/af_astats: factorize sample loopsMarton Balint2019-03-21
* avfilter/af_astats: fix identationMarton Balint2019-03-21
* avfilter/af_astats: add support for selecting measured statisticsMarton Balint2019-03-21
* avfilter/af_astats: count zero crossingsPaul B Mahol2018-09-17
* avfilter/af_astats: measure dynamic rangePaul B Mahol2017-07-19
* avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol2017-07-19
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/af_astats: add RMS difference tooPaul B Mahol2017-05-12
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/af_astats: fix flt(p) supportPaul B Mahol2016-08-18
* avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol2016-08-18
* avfilter/af_astats: add support for other sample formatsPaul B Mahol2016-08-15
* avfilter/af_astats: extend bitdepth calculationPaul B Mahol2016-08-03
* avfilter/af_astats: do not clear previous sample valuePaul B Mahol2016-02-26
* avfilter/af_astats: clear all statsPaul B Mahol2016-02-25
* avfilter/af_astats: reset stats prior not after filteringPaul B Mahol2016-02-24
* avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde2015-10-13
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/astats: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch2015-09-08
* avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer2015-07-20
* avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol2015-07-17
* avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol2015-07-15
* avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol2015-07-15
* avfilter/af_astats: calculate audio bit-depthPaul B Mahol2015-07-15
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-03
* avfilter/af_astats: export metadataPaul B Mahol2015-07-03
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08