| 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 | -3/+3 |
* | avfilter/af_surround: refactor some code | Paul B Mahol | 2023-12-04 | 1 | -4/+8 |
* | avfilter: use AV_OPT_TYPE_CHLAYOUT | Paul B Mahol | 2023-11-22 | 1 | -20/+8 |
* | apply spelling fixes | Diederik de Haas via ffmpeg-devel | 2023-11-18 | 1 | -1/+1 |
* | avfilter/af_surround: replace double constants with float variants | James Almer | 2023-05-19 | 1 | -26/+26 |
* | avfilter/af_surround: scale output gain for non-default overlap | Paul B Mahol | 2023-05-12 | 1 | -2/+20 |
* | avfilter/af_surround: cache constant rdft_size inside loops | Paul B Mahol | 2023-05-12 | 1 | -6/+12 |
* | avfilter/af_surround: reduce double usage | Paul B Mahol | 2023-05-11 | 1 | -27/+27 |
* | avfilter/af_surround: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/af_surround: fix possible out of array access | Paul B Mahol | 2022-11-19 | 1 | -3/+2 |
* | avfilter/af_surround: refactor code | Paul B Mahol | 2022-11-19 | 1 | -228/+202 |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -1/+1 |
* | avfilter/af_surround: improve LFE loudness | Paul B Mahol | 2022-11-18 | 1 | -7/+7 |
* | avfilter/af_surround: implement smooth option/support | Paul B Mahol | 2022-11-18 | 1 | -4/+18 |
* | avfilter/af_surround: split factors calculations | Paul B Mahol | 2022-11-18 | 1 | -53/+80 |
* | avfilter/af_surround: improve front center channel | Paul B Mahol | 2022-11-18 | 1 | -2/+9 |
* | avfilter/af_surround: fix regression with channel i/o gain | Paul B Mahol | 2022-11-18 | 1 | -8/+8 |
* | avfilter/af_surround: simplify some code more | Paul B Mahol | 2022-11-18 | 1 | -176/+116 |
* | avfilter/af_surround: add more layouts for stereo upmix | Paul B Mahol | 2022-11-17 | 1 | -0/+4 |
* | avfilter/af_surround: allow non-power of 2 win_size | Paul B Mahol | 2022-11-17 | 1 | -25/+22 |
* | avfilter/af_surround: move upmix before irdft | Paul B Mahol | 2022-11-16 | 1 | -5/+7 |
* | avfilter/af_surround: refactor some code | Paul B Mahol | 2022-11-16 | 1 | -802/+114 |
* | avfilter/af_surround: add support for commands | Paul B Mahol | 2022-11-15 | 1 | -120/+170 |
* | avfilter/af_surround: add focus option | Paul B Mahol | 2022-11-15 | 1 | -5/+39 |
* | avfilter/af_surround: add forgotten null pointer check | Paul B Mahol | 2022-11-15 | 1 | -1/+1 |
* | avfilter/af_surround: avoid using doubles | Paul B Mahol | 2022-11-15 | 1 | -20/+20 |
* | avfilter/af_surround: check that upmix func ptr is valid | Paul B Mahol | 2022-11-14 | 1 | -1/+2 |
* | avfilter/af_surround: speed up slice threading for stereo upmixing | Paul B Mahol | 2022-11-14 | 1 | -472/+831 |
* | avfilter/af_surround: Check return value of av_tx_init() | Andreas Rheinhardt | 2022-11-12 | 1 | -8/+10 |
* | avfilter/af_surround: request new frames only when needed | Paul B Mahol | 2022-04-30 | 1 | -0/+5 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -41/+47 |
* | avfilter/af_surround: use outlink variable already available | Paul B Mahol | 2022-02-22 | 1 | -1/+1 |
* | avfilter/af_surround: do not rewrite pts any more | Paul B Mahol | 2022-02-22 | 1 | -65/+32 |
* | avfilter/af_surround: fix oversight with inverse rdft initialization | Paul B Mahol | 2022-02-16 | 1 | -1/+1 |
* | avfilter/af_surround: change x/y spread defaults | Paul B Mahol | 2022-02-12 | 1 | -16/+16 |
* | avfilter/af_surround: avoid implicit conversion to float | Paul B Mahol | 2022-02-12 | 1 | -4/+4 |
* | avfilter/af_surround: switch to rdft from avutil/tx | Paul B Mahol | 2022-02-12 | 1 | -28/+36 |
* | avfilter/window_func: unify all filters win_func option that use this header | Paul B Mahol | 2021-10-15 | 1 | -22/+1 |
* | avfilter/af_surround: Fix memleaks upon allocation error | Andreas Rheinhardt | 2021-10-07 | 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/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | 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 |
* | avfilter: add av_cold where it is missing | Paul B Mahol | 2019-10-03 | 1 | -1/+1 |
* | avfilter/af_surround: improve rear channels separation | Paul B Mahol | 2019-04-24 | 1 | -10/+10 |
* | avfilter/af_surround: check for invalid magnitude and phase difference | Paul B Mahol | 2019-04-24 | 1 | -0/+3 |
* | avfilter/af_surround: add angle option | Paul B Mahol | 2019-04-24 | 1 | -0/+25 |