| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/af_aiir: convert to query_func2() | Anton Khirnov | 2024-09-05 | 1 | -12/+8 |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -2/+4 |
* | avfilter/af_aiir: Avoid unchecked allocation | Andreas Rheinhardt | 2024-05-31 | 1 | -4/+3 |
* | avfilter/af_aiir: Remove dead code | Andreas Rheinhardt | 2024-05-31 | 1 | -4/+0 |
* | 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 | -20/+20 |
* | apply spelling fixes | Diederik de Haas via ffmpeg-devel | 2023-11-18 | 1 | -1/+1 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -17/+17 |
* | 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/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -13/+3 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -1/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avfilter/af_aiir: add support for arbitrary order lattice-ladder filter format | Paul B Mahol | 2020-11-22 | 1 | -6/+85 |
* | avfilter/af_aiir: remove unused argument | Paul B Mahol | 2020-10-19 | 1 | -5/+5 |
* | avfilter/af_aiir: fix sp2zp mapping | Paul B Mahol | 2020-10-19 | 1 | -10/+4 |
* | avfilter/af_aiir: add analog transfer function format | Paul B Mahol | 2020-10-18 | 1 | -7/+65 |
* | avfilter/af_aiir: use av_sscanf() | Paul B Mahol | 2020-10-17 | 1 | -3/+3 |
* | avfilter/af_aiir: reverse order of biquads in serial processing | Paul B Mahol | 2020-10-17 | 1 | -1/+3 |
* | avfilter/af_aiir: use transposed II form for biquad sections | Paul B Mahol | 2020-10-16 | 1 | -30/+18 |
* | avfilter/af_aiir: implement parallel processing | Paul B Mahol | 2020-10-16 | 1 | -16/+218 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -1/+1 |
* | avfilter/af_aiir: Fix segfault and leak upon allocation failure | Andreas Rheinhardt | 2020-08-26 | 1 | -10/+2 |
* | avfilter/af_aiir: simplify polynomial evaluation | Paul B Mahol | 2020-05-30 | 1 | -31/+18 |
* | avfilter/af_aiir: use correct size when allocating in zp2tf | Paul B Mahol | 2020-05-30 | 1 | -2/+2 |
* | lavfi/aiir: Refine the pad/vpad related operation | Jun Zhao | 2020-05-30 | 1 | -6/+4 |
* | Revert "avfilter/af_aiir: move response drawing as last step" | Paul B Mahol | 2020-05-30 | 1 | -9/+9 |
* | avfilter/af_aiir: improve response calculation with zp coefficients | Paul B Mahol | 2020-05-30 | 1 | -31/+23 |
* | avfilter/af_aiir: add S-plane support | Paul B Mahol | 2020-05-30 | 1 | -3/+39 |
* | avfilter/af_aiir: make it clear that transfer function is digital one | Paul B Mahol | 2020-05-30 | 1 | -1/+1 |
* | avfilter/af_aiir: move response drawing as last step | Paul B Mahol | 2020-05-22 | 1 | -9/+9 |
* | avfilter/af_aiir: fix first denominator calculation | Paul B Mahol | 2020-05-22 | 1 | -1/+2 |
* | avfilter/af_aiir: add more descriptive options aliases | Paul B Mahol | 2020-05-22 | 1 | -0/+7 |
* | avfilter/af_aiir: export normalize option | Paul B Mahol | 2020-05-22 | 1 | -1/+36 |
* | avfilter/af_aiir: fix first delay value | Paul B Mahol | 2020-05-22 | 1 | -6/+2 |
* | avfilter/af_aiir: fix phase and group delay calculation | Paul B Mahol | 2020-05-20 | 1 | -16/+44 |
* | avfilter/af_aiir: fix invalid memory access with tf filtering | Paul B Mahol | 2020-05-19 | 1 | -2/+2 |
* | avfilter/af_aiir: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+6 |
* | avfilter/af_aiir: normalize biquads only if divisor is big enough | Paul B Mahol | 2019-11-22 | 1 | -12/+16 |
* | avfilter/af_aiir: fix biquads normalization | Paul B Mahol | 2019-11-22 | 1 | -7/+12 |
* | avfilter/af_aiir: add missing normalization of biquads gains | Paul B Mahol | 2019-11-22 | 1 | -6/+19 |
* | avfilter/af_aiir: make a/b coefficients array | Paul B Mahol | 2019-11-22 | 1 | -19/+19 |
* | avfilter/af_aiir: factor out response calculation | Paul B Mahol | 2019-11-22 | 1 | -50/+65 |