| 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/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 | -7/+7 |
* | 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: Replace AVFilterPad.needs_writable by flags | 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: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_anequalizer: add timeline and slice support | Paul B Mahol | 2020-12-01 | 1 | -8/+27 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -7/+7 |
* | avfilter/af_anequalizer: Don't allocate outpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -16/+4 |
* | avfilter/af_anequalizer: Fix memleak when inserting pad fails | Andreas Rheinhardt | 2020-08-26 | 1 | -10/+6 |
* | avfilter/af_anequalizer: fix off by one in reallocation | Paul B Mahol | 2020-03-14 | 1 | -1/+1 |
* | avfilter/af_anequalizer: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+6 |
* | lavfi/anequalizer: fix memory leak in error handling path | Jun Zhao | 2019-09-11 | 1 | -1/+3 |
* | avfilter/af_anequalizer: check return value of ff_insert_outpad() | Paul B Mahol | 2018-09-15 | 1 | -6/+15 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre... | Michael Niedermayer | 2016-02-12 | 1 | -2/+2 |
* | avfilter/af_anequalizer: Fix memleak of args | Michael Niedermayer | 2016-02-08 | 1 | -0/+1 |
* | lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x) | Ganesh Ajjanagadde | 2015-12-28 | 1 | -2/+2 |
* | lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-28 | 1 | -9/+9 |
* | lavfi/af_anequalizer: remove cabs, cexp dependencies | Ganesh Ajjanagadde | 2015-12-28 | 1 | -8/+17 |
* | avfilter/af_anequalizer: make cliping filter type actually useful | Paul B Mahol | 2015-12-25 | 1 | -1/+1 |
* | avfilter/af_anequalizer: use pow instead of exp10 | Paul B Mahol | 2015-12-25 | 1 | -9/+9 |
* | avfilter: add high-order parametric multiband equalizer filter | Paul B Mahol | 2015-12-25 | 1 | -0/+751 |