| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -18/+18 |
* | avfilter/f_ebur128: do not print summary log if nothing was processed | Paul B Mahol | 2023-09-29 | 1 | -0/+2 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/f_ebur128: set output frame duration | Paul B Mahol | 2023-05-30 | 1 | -5/+5 |
* | avfilter/f_ebur128: export results into read-only options | Paul B Mahol | 2023-05-07 | 1 | -12/+30 |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -3/+9 |
* | avfilter/f_ebur128: fix crash when using vflip filter | Paul B Mahol | 2022-11-25 | 1 | -1/+2 |
* | avfilter/f_ebur128: add quiet framelog mode | Paul B Mahol | 2022-11-10 | 1 | -1/+4 |
* | avfilter/f_ebur128: fix typos for swr chlayouts | Paul B Mahol | 2022-04-11 | 1 | -2/+2 |
* | avfilter/f_ebur128: multiply in integer first, before dividing in float | Hendrik Leppkes | 2022-04-07 | 1 | -2/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -6/+6 |
* | avfilter/f_ebur128: make sure frame is writable before writing to it | Paul B Mahol | 2022-03-04 | 1 | -0/+1 |
* | avfilter/f_ebur128: switch to activate() | Paul B Mahol | 2022-03-04 | 1 | -11/+55 |
* | avfilter/f_ebur128: set video outlink timebase and framerate | Paul B Mahol | 2022-02-25 | 1 | -0/+3 |
* | avfilter/f_ebur128: also set max peak for all channels in frame metadata | Paul B Mahol | 2022-02-25 | 1 | -0/+5 |
* | avfilter/f_ebur128: multiply is usually faster than divide | Paul B Mahol | 2022-02-24 | 1 | -3/+3 |
* | avfilter/f_ebur128: use unsigned for hist_entry.count | Paul B Mahol | 2022-02-24 | 1 | -6/+6 |
* | avfilter/f_ebur128: add support for any number of channels | Paul B Mahol | 2022-02-20 | 1 | -10/+28 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -2/+1 |
* | avfilter/f_ebur128: fix video output regression | Paul B Mahol | 2021-07-25 | 1 | -6/+6 |
* | avfilter/f_ebur128: add all sample rates support | Paul B Mahol | 2021-07-25 | 1 | -27/+49 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | 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 |