summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_ebur128.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_ebur128: use correct type for chlPaul B Mahol2019-04-291-1/+1
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-251-2/+3
* libavfilter/ebur128: add scale parameterDaniel Molkentin2018-10-101-9/+33
* libavfilter/ebur128: introduce target rangeDaniel Molkentin2018-10-101-10/+23
* libavfilter/ebur128: add gauge optionDaniel Molkentin2018-10-101-2/+21
* libavfilter/ebur128: add target value to statistics lineDaniel Molkentin2018-10-101-3/+3
* libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin2018-10-101-2/+4
* avfilter/f_ebur128: check return value of ff_insert_outpad()Paul B Mahol2018-09-151-2/+11
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-131-1/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/f_ebur128: relicense to LGPLClément Bœsch2016-11-271-9/+9
* doc: fix spelling errorsAndreas Cadhalpun2016-10-211-1/+1
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-0/+1
* lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavfi/ebur128: apply I dual mono correction only if I availableClément Bœsch2015-12-131-1/+2
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-3/+3
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-15/+12
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch2015-10-041-1/+1
* avfilter/ebur128: add dualmono measurement optionKyle Swanson2015-10-041-0/+22
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-4/+0
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch2015-09-081-1/+1
* avfilter/ebur128: rework channel weighting definition codeClément Bœsch2014-09-061-11/+3
* avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer2014-07-011-1/+1
* lavfi/ebur128: add true peak metering per frameJean First2014-02-021-1/+10
* lavfi/ebur128: print peak metering in dBFSJean First2014-02-021-9/+26
* lavfi/ebur128: add sample and true peak metering.Clément Bœsch2014-02-021-12/+128
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-5/+5
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol2013-08-131-1/+1
* Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-121-1/+1
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-131-0/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch2013-04-111-1/+0
* lavfi/ebur128: switch to an AVOptions-based system.Clément Bœsch2013-04-101-7/+0
* lavfi/f_ebur128: remove request_frame hack.Nicolas George2013-04-031-19/+4
* lavfi/ebur128: add metadata injection.Clément Bœsch2013-03-181-1/+53
* lavfi/ebur128: check histogram allocations.Clément Bœsch2013-03-151-0/+4
* lavfi/ebur128: add framelog option.Clément Bœsch2013-03-151-2/+16
* lavfi/ebur128: use same ref for inputs and outputs.Clément Bœsch2013-03-141-17/+6
* Revert "lavfi/ebur128: fix format negociation for output."Clément Bœsch2013-03-141-0/+16
* lavfi/ebur128: fix format negociation for output.Clément Bœsch2013-03-141-16/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-12/+11
* lavfi/ebur128: advance pointer to samplessedacca@comcast.net2013-02-151-2/+2
* lavfi/ebur128: fix channel weightsDavid A. Sedacca2013-02-151-5/+19
* lavfi: EBU R.128 irregular timesedacca@comcast.net2013-01-191-3/+3
* lavfi/ebur128: use ff_filter_frame() everywhere.Clément Bœsch2012-11-291-3/+2
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-291-0/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-9/+12
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-3/+3
OpenPOWER on IntegriCloud