| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/af_astats: redo zero channel handling | Paul B Mahol | 2015-03-08 | 1 | -4/+2 |
* | avfilter/af_astats: Avoid Zero division in print part. | Martin Vignali | 2015-03-08 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | avfilter/af_astats: rename stat() | Michael Niedermayer | 2013-06-03 | 1 | -3/+3 |
* | avfilter/af_astats: fix 64bit printf type | Michael Niedermayer | 2013-05-11 | 1 | -2/+2 |
* | avfilter: add av_cold to uninit() | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | astats filter | Paul B Mahol | 2013-04-27 | 1 | -0/+274 |