| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avfilter/af_surround: fix typo | Paul B Mahol | 2019-04-24 | 1 | -1/+1 |
* | avfilter/af_surround: export more channel's in/out gains | Paul B Mahol | 2019-04-23 | 1 | -0/+70 |
* | avfilter/af_surround: switch to activate | Paul B Mahol | 2019-04-23 | 1 | -42/+65 |
* | avfilter/af_surround: expose window size to user | Paul B Mahol | 2019-04-23 | 1 | -1/+3 |
* | avfilter/af_surround: add 6.1/6.0 upmix from stereo | Paul B Mahol | 2019-04-23 | 1 | -0/+100 |
* | avfilter/af_surround: make channel spread from stereo image user configurable | Paul B Mahol | 2019-04-22 | 1 | -70/+114 |
* | avfilter/af_surround: add lfe_mode option | Paul B Mahol | 2019-04-22 | 1 | -10/+15 |
* | avfilter/af_surround: avoid divisions with very small numbers | Paul B Mahol | 2019-04-22 | 1 | -9/+18 |
* | avfilter/af_surround: allow user to change overlap and win_func | Paul B Mahol | 2019-04-20 | 1 | -3/+34 |
* | avfilter/af_surround: fix code indentation | Paul B Mahol | 2018-12-24 | 1 | -2/+2 |
* | avfilter/af_surround: drain input at EOF | Paul B Mahol | 2018-03-16 | 1 | -3/+25 |
* | avfilter/af_surround: add missing error check | Paul B Mahol | 2017-11-20 | 1 | -5/+6 |
* | avfilter/af_surround: add some more layouts | Paul B Mahol | 2017-11-19 | 1 | -0/+201 |
* | avfilter/af_surround: make volume configurable for front center and lfe channel | Paul B Mahol | 2017-08-26 | 1 | -2/+38 |
* | avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 chann... | Paul B Mahol | 2017-06-04 | 1 | -62/+455 |
* | avfilter: add audio surround upmixer | Paul B Mahol | 2017-06-01 | 1 | -0/+835 |