| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_acrossover: add precision option | Paul B Mahol | 2022-05-14 | 1 | -1/+43 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -3/+3 |
* | avfilter/af_acrossover: switch to activate() | Paul B Mahol | 2022-03-07 | 1 | -12/+56 |
* | avfilter/af_crossover: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_acrossover: check for rest of sample formats | Paul B Mahol | 2021-08-29 | 1 | -0/+1 |
* | avfilter/af_acrossover: Free outpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+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 | -1/+1 |
* | 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 | -14/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_acrossover: add per output band gain | Paul B Mahol | 2020-12-02 | 1 | -8/+52 |
* | avfilter/af_acrossover: remove pointless allocation of static size | Paul B Mahol | 2020-12-02 | 1 | -6/+1 |
* | avfilter/af_acrossover: document roll-off of each filter order | Paul B Mahol | 2020-12-02 | 1 | -11/+11 |
* | avfilter/af_acrossover: move coefficients and state to simple arrays | Paul B Mahol | 2020-12-01 | 1 | -63/+85 |
* | avfilter/af_acrossover: remove unneeded emms_c() calls | Paul B Mahol | 2020-11-30 | 1 | -2/+0 |
* | avfilter/af_acrossover: unroll biquad_process loop | Paul B Mahol | 2020-11-30 | 1 | -1/+19 |
* | avfilter/af_acrossover: use fdsp for inverter | Paul B Mahol | 2020-11-30 | 1 | -3/+3 |
* | avfilter/af_acrossover: always align nb_samples for fdsp call | Paul B Mahol | 2020-11-29 | 1 | -1/+1 |
* | avfilter/af_acrossover: split in correct spot | Paul B Mahol | 2020-11-29 | 1 | -4/+4 |
* | avfilter/af_acrossover: reduce memory usage | Paul B Mahol | 2020-11-29 | 1 | -33/+42 |
* | avfilter/af_acrossover: add option to adjust input gain | Paul B Mahol | 2020-11-28 | 1 | -7/+20 |
* | avfilter/af_acrossover: really fix single-pole allpass coefficients | Paul B Mahol | 2020-11-28 | 1 | -4/+2 |
* | avfilter/af_acrossover: remove unecessary allpass calls | Paul B Mahol | 2020-11-28 | 1 | -9/+10 |
* | avfilter/af_acrossover: add support for float sample format | Paul B Mahol | 2020-11-27 | 1 | -115/+130 |
* | avfilter/af_acrossover: fix single pole allpass coefficients | Paul B Mahol | 2020-11-27 | 1 | -3/+4 |
* | avfilter/af_acrossover: improve quality for odd order butterworth | Paul B Mahol | 2020-11-27 | 1 | -8/+37 |
* | avfilter/af_acrossover: add missing allpass processing | Paul B Mahol | 2020-11-26 | 1 | -1/+35 |
* | avfilter/af_acrossover: add missing inverter as last step | Paul B Mahol | 2020-11-26 | 1 | -0/+9 |
* | avfilter/af_acrossover: simplify coefficients | Paul B Mahol | 2020-11-26 | 1 | -28/+40 |
* | avfilter/af_acrossover: add even more orders | Paul B Mahol | 2020-11-26 | 1 | -16/+26 |
* | avfilter/af_acrossover: use transposed direct II form | Paul B Mahol | 2020-11-26 | 1 | -19/+13 |
* | avfilter/af_acrossover: rewrite code so it performs faster | Paul B Mahol | 2020-11-26 | 1 | -28/+42 |
* | avfilter/af_acrossover: add higher orders | Paul B Mahol | 2020-11-26 | 1 | -56/+48 |
* | avfilter/af_acrossover: Check sscanf() return value | Limin Wang | 2020-04-17 | 1 | -1/+4 |
* | avfilter/af_acrossover: revert 270068b5a | Paul B Mahol | 2020-03-27 | 1 | -1/+26 |
* | avfilter/af_acrossover: free all output frames on error | Paul B Mahol | 2020-02-07 | 1 | -0/+2 |
* | avfilter/af_acrossover: add slice threading support | Paul B Mahol | 2020-02-07 | 1 | -21/+43 |
* | avfilter/af_acrossover: improve filter output | Paul B Mahol | 2020-02-06 | 1 | -39/+19 |
* | avfilter/af_acrossover: fix memory leak | Paul B Mahol | 2019-10-18 | 1 | -0/+1 |
* | avfilter/af_acrossover: use av_strtod() to parse single number | Paul B Mahol | 2018-11-18 | 1 | -2/+2 |
* | avfilter: add acrossover filter | Paul B Mahol | 2018-09-16 | 1 | -0/+343 |