summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_astats.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol2015-07-151-2/+10
* avfilter/af_astats: calculate audio bit-depthPaul B Mahol2015-07-151-2/+19
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-031-7/+26
* avfilter/af_astats: export metadataPaul B Mahol2015-07-031-2/+78
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_astats: redo zero channel handlingPaul B Mahol2015-03-081-4/+2
* avfilter/af_astats: Avoid Zero division in print part.Martin Vignali2015-03-081-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* avfilter/af_astats: rename stat()Michael Niedermayer2013-06-031-3/+3
* avfilter/af_astats: fix 64bit printf typeMichael Niedermayer2013-05-111-2/+2
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-061-1/+1
* astats filterPaul B Mahol2013-04-271-0/+274
OpenPOWER on IntegriCloud