summaryrefslogtreecommitdiff
path: root/libavfilter/f_ebur128.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-05
* avfilter/f_ebur128: fix video output regressionPaul B Mahol2021-07-25
* avfilter/f_ebur128: add all sample rates supportPaul B Mahol2021-07-25
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/f_ebur128: Don't allocate outpad namesAndreas Rheinhardt2020-08-26
* avfilter/f_ebur128: check if frame clone is setPaul B Mahol2020-01-14
* avfilter/f_ebur128: use correct type for chlPaul B Mahol2019-04-29
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-25
* libavfilter/ebur128: add scale parameterDaniel Molkentin2018-10-10
* libavfilter/ebur128: introduce target rangeDaniel Molkentin2018-10-10
* libavfilter/ebur128: add gauge optionDaniel Molkentin2018-10-10
* libavfilter/ebur128: add target value to statistics lineDaniel Molkentin2018-10-10
* libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin2018-10-10
* avfilter/f_ebur128: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-13
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/f_ebur128: relicense to LGPLClément Bœsch2016-11-27
* doc: fix spelling errorsAndreas Cadhalpun2016-10-21
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/ebur128: apply I dual mono correction only if I availableClément Bœsch2015-12-13
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch2015-10-04
* avfilter/ebur128: add dualmono measurement optionKyle Swanson2015-10-04
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch2015-09-08
* avfilter/ebur128: rework channel weighting definition codeClément Bœsch2014-09-06
* avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer2014-07-01
* lavfi/ebur128: add true peak metering per frameJean First2014-02-02
* lavfi/ebur128: print peak metering in dBFSJean First2014-02-02
* lavfi/ebur128: add sample and true peak metering.Clément Bœsch2014-02-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol2013-08-13
* Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-12
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-13
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch2013-04-11
* lavfi/ebur128: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/f_ebur128: remove request_frame hack.Nicolas George2013-04-03
* lavfi/ebur128: add metadata injection.Clément Bœsch2013-03-18
* lavfi/ebur128: check histogram allocations.Clément Bœsch2013-03-15
* lavfi/ebur128: add framelog option.Clément Bœsch2013-03-15
* lavfi/ebur128: use same ref for inputs and outputs.Clément Bœsch2013-03-14