summaryrefslogtreecommitdiff
path: root/libavfilter/ebur128.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* avfilter/ebur128: Remove unused functionsAndreas Rheinhardt2021-02-021-50/+4
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avfilter/ebur128: prefer to use variable instead of type for sizeofLimin Wang2020-04-091-8/+8
* avfilter/ebur128: Simplify by using log10()Michael Niedermayer2019-01-011-1/+1
* avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint2017-02-041-30/+16
* avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint2017-02-041-1/+1
* lavfi/ebur128: specify scaling_factor directlyMarton Balint2016-11-131-6/+5
* lavfi/loudnorm: add an internal libebur128 libraryMarton Balint2016-11-111-0/+784