aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showvolume.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 ...Michael Niedermayer2015-11-291-1/+1
* avfilter/avf_showvolume: fix several issuesPaul B Mahol2015-11-291-17/+38
* avfilter/avf_showvolume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* avfilter/showvolume: use AV_OPT_TYPE_BOOL for channel name displaying option (t)Clément Bœsch2015-09-081-1/+1
* avfilter/avf_showvolume: stop making output fully transparentPaul B Mahol2015-08-011-2/+2
* avfilter/avf_showvolume: make it possible to use current channel number in co...Paul B Mahol2015-07-031-2/+3
* avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-291-0/+30
* avfilter: add showvolume filterPaul B Mahol2015-06-281-0/+230