summaryrefslogtreecommitdiff
path: root/libavfilter/f_ebur128.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_ebur128: export results into read-only optionsPaul B Mahol2023-05-071-12/+30
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-3/+9
* avfilter/f_ebur128: fix crash when using vflip filterPaul B Mahol2022-11-251-1/+2
* avfilter/f_ebur128: add quiet framelog modePaul B Mahol2022-11-101-1/+4
* avfilter/f_ebur128: fix typos for swr chlayoutsPaul B Mahol2022-04-111-2/+2
* avfilter/f_ebur128: multiply in integer first, before dividing in floatHendrik Leppkes2022-04-071-2/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-6/+6
* avfilter/f_ebur128: make sure frame is writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter/f_ebur128: switch to activate()Paul B Mahol2022-03-041-11/+55
* avfilter/f_ebur128: set video outlink timebase and frameratePaul B Mahol2022-02-251-0/+3
* avfilter/f_ebur128: also set max peak for all channels in frame metadataPaul B Mahol2022-02-251-0/+5
* avfilter/f_ebur128: multiply is usually faster than dividePaul B Mahol2022-02-241-3/+3
* avfilter/f_ebur128: use unsigned for hist_entry.countPaul B Mahol2022-02-241-6/+6
* avfilter/f_ebur128: add support for any number of channelsPaul B Mahol2022-02-201-10/+28
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-051-2/+1
* avfilter/f_ebur128: fix video output regressionPaul B Mahol2021-07-251-6/+6
* avfilter/f_ebur128: add all sample rates supportPaul B Mahol2021-07-251-27/+49
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-7/+7
* avfilter/f_ebur128: Don't allocate outpad namesAndreas Rheinhardt2020-08-261-14/+4
* avfilter/f_ebur128: check if frame clone is setPaul B Mahol2020-01-141-1/+5
* 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