| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -4/+4 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_loudnorm: simplify query_formats even more | Paul B Mahol | 2023-05-12 | 1 | -11/+9 |
* | avfilter/af_loudnorm: simplify query_formats() | Paul B Mahol | 2022-11-17 | 1 | -18/+9 |
* | avfilter/af_loudnorm: stop rewritting pts | Paul B Mahol | 2022-11-09 | 1 | -10/+15 |
* | avfilter/af_loudnorm: switch to activate | Paul B Mahol | 2022-11-09 | 1 | -14/+48 |
* | avfilter/af_loudnorm: fix incorrect gain when audio is shorter than 3s | Rui Zhu | 2022-11-09 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -43/+43 |
* | avfilter/af_loudnorm: increase max allowed LRA | Paul B Mahol | 2022-02-23 | 1 | -2/+2 |
* | 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 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -11/+2 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -4/+2 |
* | 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 | -2/+2 |
* | s->target_i and global are in dB but s->target_tp and true_peak are | Sebastian Dröge | 2020-05-01 | 1 | -3/+2 |
* | avfilter/af_loudnorm: correctly initialize PTS | Niklas Haas | 2018-02-14 | 1 | -1/+4 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_loudnorm: do not upsample during second-pass linear normalization | Kyle Swanson | 2017-04-05 | 1 | -24/+34 |
* | lavfi/loudnorm: add an internal libebur128 library | Marton Balint | 2016-11-11 | 1 | -30/+30 |
* | avfilter/af_loudnorm: add dual_mono option | Kyle Swanson | 2016-06-09 | 1 | -0/+7 |
* | avfilter/af_loudnorm: fix crash when ebur128 initialization was not successfu... | Paul B Mahol | 2016-05-21 | 1 | -2/+8 |
* | avfilter: add loudnorm | Kyle Swanson | 2016-05-18 | 1 | -0/+907 |