| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |