| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_firequalizer: switch to TX from lavu | Paul B Mahol | 2022-11-17 | 1 | -119/+133 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -0/+1 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -15/+16 |
* | avfilter/af_firequalizer: Store format in filter, remove query func | Andreas Rheinhardt | 2021-10-05 | 1 | -18/+1 |
* | 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: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi/firequalizer: enable runtime change flag | Jun Zhao | 2020-01-13 | 1 | -2/+3 |
* | avfilter/af_firequalizer: fix minval on cepstrum calculation | Muhammad Faiz | 2017-08-25 | 1 | -3/+4 |
* | avfilter/af_firequalizer: reindent after previous commit | Muhammad Faiz | 2017-08-25 | 1 | -19/+19 |
* | avfilter/af_firequalizer: add min_phase option | Muhammad Faiz | 2017-08-25 | 1 | -3/+144 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -3/+3 |
* | avfilter/af_firequalizer: add av_restrict on convolution func | Muhammad Faiz | 2017-03-12 | 1 | -4/+4 |
* | avfilter/af_firequalizer: add fft2 option | Muhammad Faiz | 2016-11-04 | 1 | -1/+79 |
* | avfilter/firequalizer: use zero phase kernel | Muhammad Faiz | 2016-10-20 | 1 | -11/+15 |
* | avfilter/firequalizer: add cubic_interpolate function on gain | Muhammad Faiz | 2016-10-19 | 1 | -2/+47 |
* | avfilter/firequalizer: add dumpfile and dumpscale option | Muhammad Faiz | 2016-10-18 | 1 | -14/+83 |
* | avfilter/firequalizer: optimize gain/gain_entry command | Muhammad Faiz | 2016-10-18 | 1 | -4/+16 |
* | avfilter/firequalizer: add scale option | Muhammad Faiz | 2016-10-17 | 1 | -3/+30 |
* | avfilter/firequalizer: add tukey window | Muhammad Faiz | 2016-10-16 | 1 | -0/+5 |
* | avfilter/firequalizer: change WFUNC_MIN/MAX to NB_WFUNC | Muhammad Faiz | 2016-10-16 | 1 | -4/+3 |
* | avfilter/firequalizer: fix blackman window calculation | Muhammad Faiz | 2016-10-10 | 1 | -1/+1 |
* | avfilter/af_firequalizer: add zero_phase option | Muhammad Faiz | 2016-06-07 | 1 | -1/+8 |
* | avfilter/avf_showcqt: add . | Muhammad Faiz | 2016-05-05 | 1 | -1/+1 |
* | avfilter: add firequalizer filter | Muhammad Faiz | 2016-02-23 | 1 | -0/+592 |