| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -7/+7 |
* | avfilter/f_ebur128: Don't allocate outpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -14/+4 |
* | avfilter/f_ebur128: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+5 |
* | avfilter/f_ebur128: use correct type for chl | Paul B Mahol | 2019-04-29 | 1 | -1/+1 |
* | lavfi/ebur128: Fix mixed declarations and code | Mark Thompson | 2018-10-25 | 1 | -2/+3 |
* | libavfilter/ebur128: add scale parameter | Daniel Molkentin | 2018-10-10 | 1 | -9/+33 |
* | libavfilter/ebur128: introduce target range | Daniel Molkentin | 2018-10-10 | 1 | -10/+23 |
* | libavfilter/ebur128: add gauge option | Daniel Molkentin | 2018-10-10 | 1 | -2/+21 |
* | libavfilter/ebur128: add target value to statistics line | Daniel Molkentin | 2018-10-10 | 1 | -3/+3 |
* | libavfilter/ebur128: add target level option for EBUR128 visualization filter | Daniel Molkentin | 2018-10-10 | 1 | -2/+4 |
* | avfilter/f_ebur128: check return value of ff_insert_outpad() | Paul B Mahol | 2018-09-15 | 1 | -2/+11 |
* | avfilter: properly set SAR for A->V filters | Paul B Mahol | 2017-06-13 | 1 | -1/+2 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi/f_ebur128: relicense to LGPL | Clément Bœsch | 2016-11-27 | 1 | -9/+9 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2016-10-21 | 1 | -1/+1 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavfi/ebur128: apply I dual mono correction only if I available | Clément Bœsch | 2015-12-13 | 1 | -1/+2 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -3/+3 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -15/+12 |
* | avfilter/ebur128: use AV_OPT_TYPE_BOOL for video option | Clément Bœsch | 2015-10-04 | 1 | -1/+1 |
* | avfilter/ebur128: add dualmono measurement option | Kyle Swanson | 2015-10-04 | 1 | -0/+22 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -4/+0 |
* | avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter/ebur128: rework channel weighting definition code | Clément Bœsch | 2014-09-06 | 1 | -11/+3 |
* | avfilter/f_ebur128: Use av_malloc_array() | Michael Niedermayer | 2014-07-01 | 1 | -1/+1 |
* | lavfi/ebur128: add true peak metering per frame | Jean First | 2014-02-02 | 1 | -1/+10 |
* | lavfi/ebur128: print peak metering in dBFS | Jean First | 2014-02-02 | 1 | -9/+26 |
* | lavfi/ebur128: add sample and true peak metering. | Clément Bœsch | 2014-02-02 | 1 | -12/+128 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -5/+5 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi/ebur128: fix typo: s/negociation/negotiation | Paul B Mahol | 2013-08-13 | 1 | -1/+1 |
* | Fix wrong use of "an" in some comments. | Thilo Borgmann | 2013-08-12 | 1 | -1/+1 |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/ebur128: remove now unused av_opt_free call. | Clément Bœsch | 2013-04-11 | 1 | -1/+0 |
* | lavfi/ebur128: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -7/+0 |
* | lavfi/f_ebur128: remove request_frame hack. | Nicolas George | 2013-04-03 | 1 | -19/+4 |
* | lavfi/ebur128: add metadata injection. | Clément Bœsch | 2013-03-18 | 1 | -1/+53 |
* | lavfi/ebur128: check histogram allocations. | Clément Bœsch | 2013-03-15 | 1 | -0/+4 |
* | lavfi/ebur128: add framelog option. | Clément Bœsch | 2013-03-15 | 1 | -2/+16 |
* | lavfi/ebur128: use same ref for inputs and outputs. | Clément Bœsch | 2013-03-14 | 1 | -17/+6 |
* | Revert "lavfi/ebur128: fix format negociation for output." | Clément Bœsch | 2013-03-14 | 1 | -0/+16 |
* | lavfi/ebur128: fix format negociation for output. | Clément Bœsch | 2013-03-14 | 1 | -16/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -12/+11 |
* | lavfi/ebur128: advance pointer to samples | sedacca@comcast.net | 2013-02-15 | 1 | -2/+2 |
* | lavfi/ebur128: fix channel weights | David A. Sedacca | 2013-02-15 | 1 | -5/+19 |
* | lavfi: EBU R.128 irregular time | sedacca@comcast.net | 2013-01-19 | 1 | -3/+3 |
* | lavfi/ebur128: use ff_filter_frame() everywhere. | Clément Bœsch | 2012-11-29 | 1 | -3/+2 |