| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -5/+5 |
* | avfilter/af_astats: improve options descriptions | Limin Wang | 2021-12-14 | 1 | -3/+3 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -1/+1 |
* | all: Remove unused-but-set variables | Andreas Rheinhardt | 2021-12-03 | 1 | -4/+0 |
* | avfilter/af_astats: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -22/+5 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_astats: add entropy stat | Paul B Mahol | 2021-09-11 | 1 | -0/+35 |
* | avfilter/af_astats: remove invalid 5x factor in window size calculation | Paul B Mahol | 2021-08-21 | 1 | -3/+3 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter/af_astats: Only print header lines when values are to be printed | Tobias Rapp | 2021-07-14 | 1 | -2/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_astats: fix possible crash because of undefined float to integer ... | Marton Balint | 2021-01-23 | 1 | -2/+2 |
* | avfilter/af_astats: clip input value to prevent overflow | Paul B Mahol | 2021-01-04 | 1 | -1/+1 |
* | avfilter/af_astats: add noise floor count stat | Paul B Mahol | 2020-04-17 | 1 | -4/+24 |
* | avfilter/af_astats: add slice threading support | Paul B Mahol | 2020-04-17 | 1 | -14/+29 |
* | avfilter/af_astats: measure noise floor | Paul B Mahol | 2020-04-17 | 1 | -1/+79 |
* | avfilter/af_astats: fix calculations involving last sample | Paul B Mahol | 2019-05-12 | 1 | -4/+7 |
* | avfilter/af_astats: fix initial values of variables | Paul B Mahol | 2019-05-12 | 1 | -8/+8 |
* | avfilter/af_astats: fix msvc compile error | Matthias Troffaes | 2019-04-29 | 1 | -1/+1 |
* | avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point au... | Paul B Mahol | 2019-04-26 | 1 | -6/+80 |
* | avfilter/af_astats: add support for optimized min/max/peak calculation | Marton Balint | 2019-03-21 | 1 | -5/+21 |
* | avfilter/af_astats: rework sample loops | Marton Balint | 2019-03-21 | 1 | -8/+9 |
* | avfilter/af_astats: factorize sample loops | Marton Balint | 2019-03-21 | 1 | -71/+37 |
* | avfilter/af_astats: fix identation | Marton Balint | 2019-03-21 | 1 | -74/+74 |
* | avfilter/af_astats: add support for selecting measured statistics | Marton Balint | 2019-03-21 | 1 | -0/+118 |
* | avfilter/af_astats: count zero crossings | Paul B Mahol | 2018-09-17 | 1 | -0/+12 |
* | avfilter/af_astats: measure dynamic range | Paul B Mahol | 2017-07-19 | 1 | -0/+7 |
* | avfilter/af_astats: do not overwrite already set values when doing reset | Paul B Mahol | 2017-07-19 | 1 | -2/+0 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/af_astats: add RMS difference too | Paul B Mahol | 2017-05-12 | 1 | -2/+13 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/af_astats: fix flt(p) support | Paul B Mahol | 2016-08-18 | 1 | -2/+2 |
* | avfilter/af_astats: add support for s64(p) sample format | Paul B Mahol | 2016-08-18 | 1 | -0/+18 |
* | avfilter/af_astats: add support for other sample formats | Paul B Mahol | 2016-08-15 | 1 | -25/+89 |
* | avfilter/af_astats: extend bitdepth calculation | Paul B Mahol | 2016-08-03 | 1 | -9/+28 |
* | avfilter/af_astats: do not clear previous sample value | Paul B Mahol | 2016-02-26 | 1 | -5/+18 |
* | avfilter/af_astats: clear all stats | Paul B Mahol | 2016-02-25 | 1 | -1/+1 |
* | avfilter/af_astats: reset stats prior not after filtering | Paul B Mahol | 2016-02-24 | 1 | -8/+9 |
* | avfilter/af_astats: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/astats: use AV_OPT_TYPE_BOOL for metadata option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter/af_astats: use UINT64_C instead of the LLU suffix | James Almer | 2015-07-20 | 1 | -1/+1 |
* | avfilter/af_astats: measure minimal and mean difference between two consecuti... | Paul B Mahol | 2015-07-17 | 1 | -4/+21 |
* | avfilter/af_astats: make sure p->last is actually always set when measuring m... | Paul B Mahol | 2015-07-15 | 1 | -1/+2 |
* | avfilter/af_astats: also measure maximal difference between two consecutive s... | Paul B Mahol | 2015-07-15 | 1 | -2/+10 |
* | avfilter/af_astats: calculate audio bit-depth | Paul B Mahol | 2015-07-15 | 1 | -2/+19 |
* | avfilter/af_astats: implement recalculation of stats after each X frames | Paul B Mahol | 2015-07-03 | 1 | -7/+26 |
* | avfilter/af_astats: export metadata | Paul B Mahol | 2015-07-03 | 1 | -2/+78 |