| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_afir: add support for double sample format | Paul B Mahol | 2022-05-15 | 1 | -415/+96 |
* | avfilter/af_afir: Move ff_afir_init() to header | Andreas Rheinhardt | 2022-05-06 | 1 | -25/+0 |
* | avfilter/af_afir: Only keep DSP stuff in header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+70 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -21/+28 |
* | avfilter/af_afir: remove pts rewriting code | Paul B Mahol | 2022-02-22 | 1 | -7/+1 |
* | avfilter/af_afir: switch to lavu/tx | Paul B Mahol | 2022-01-29 | 1 | -49/+49 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_afir: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -4/+4 |
* | 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 | -12/+5 |
* | 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 |
* | avfilter/af_aiir: remove unused variable | Paul B Mahol | 2020-10-18 | 1 | -4/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/af_afir: Avoid allocating AVFilterPad names | Andreas Rheinhardt | 2020-08-26 | 1 | -23/+7 |
* | avfilter/af_afir: make use of vector_fmac_scalar() too | Paul B Mahol | 2020-08-23 | 1 | -9/+13 |
* | avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of error | Andreas Rheinhardt | 2020-08-20 | 1 | -4/+4 |
* | lavfi/afir: fix vpad.name leak | Jun Zhao | 2020-05-30 | 1 | -8/+6 |
* | avfilter/af_afir: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+5 |
* | avfilter/af_afir: add support for switching impulse response streams at runtime | Paul B Mahol | 2020-01-10 | 1 | -105/+166 |
* | avfilter/af_afir: add support for even smaller partition sizes | Paul B Mahol | 2020-01-10 | 1 | -6/+57 |
* | avfilter/af_afir: split input frames from impulse response frames | Paul B Mahol | 2020-01-10 | 1 | -13/+13 |
* | avfilter/af_afir: adjust min partition size | Paul B Mahol | 2019-01-05 | 1 | -2/+2 |
* | avfilter/af_afir: split off fcmul_add into a DSP context | James Almer | 2019-01-03 | 1 | -5/+10 |
* | avfilter/af_afir: fix overhead for small partitions | Paul B Mahol | 2018-12-31 | 1 | -10/+23 |
* | avfilter/af_afir: do not over allocate fft buffer | Paul B Mahol | 2018-12-30 | 1 | -1/+1 |
* | avfilter/af_afir: stop using as much threads as stream have it | Paul B Mahol | 2018-12-30 | 1 | -2/+16 |
* | avfilter/af_afir: optimize code a little more | Paul B Mahol | 2018-12-30 | 1 | -4/+1 |
* | avfilter/af_afir: implement non-uniform partitioned convolution | Paul B Mahol | 2018-12-30 | 1 | -59/+121 |
* | avfilter/af_afir: properly split IR into multiple segments | Paul B Mahol | 2018-12-29 | 1 | -2/+4 |
* | avfilter/af_afir: make part_index values per channel | Paul B Mahol | 2018-12-29 | 1 | -8/+10 |
* | avfilter/af_afir: make number of segments extendable | Paul B Mahol | 2018-12-29 | 1 | -29/+46 |
* | avfilter/af_afir: use AVFrame for coeff too | Paul B Mahol | 2018-12-29 | 1 | -18/+7 |
* | avfilter/af_afir: use segment pointer | Paul B Mahol | 2018-12-29 | 1 | -19/+20 |
* | avfilter/af_afir: introduce uninit_segment() and use it | Paul B Mahol | 2018-12-29 | 1 | -18/+23 |
* | avfilter/af_afir: fix minp/maxp range and change default value for maxp | Paul B Mahol | 2018-12-29 | 1 | -2/+2 |
* | avfilter/af_afir: introduce init_segment() and use it | Paul B Mahol | 2018-12-29 | 1 | -30/+39 |
* | avfilter/af_afir: move allocation stuff where it belongs | Paul B Mahol | 2018-12-29 | 1 | -6/+7 |
* | avfilter/af_afir: introduce AudioFIRSegment structure and use it | Paul B Mahol | 2018-12-29 | 1 | -92/+69 |
* | afilter/af_afir: remove invalid delay | Paul B Mahol | 2018-12-27 | 1 | -19/+7 |
* | avfilter/af_afir: remove not needed nb_samples from filter context | Paul B Mahol | 2018-12-27 | 1 | -4/+2 |
* | avfilter/af_afir: remove not needed operations | Paul B Mahol | 2018-12-27 | 1 | -3/+2 |
* | avfilter/af_afir: remove dead store variable | Paul B Mahol | 2018-12-26 | 1 | -2/+1 |
* | avfilter/af_afir: remove unused variable | Paul B Mahol | 2018-12-26 | 1 | -1/+0 |
* | avfilter/af_afir: fix hang because video is first requested | Paul B Mahol | 2018-11-09 | 1 | -0/+2 |
* | avfilter/af_afir: kill useless code which increases latency for no reason | Paul B Mahol | 2018-11-09 | 1 | -32/+9 |
* | avfilter/af_afir: add minp/maxp options to control latency and speed | Paul B Mahol | 2018-11-08 | 1 | -2/+4 |
* | avfilter/af_afir: do not leak frame and clear pointer to freed frame | Paul B Mahol | 2018-11-08 | 1 | -1/+4 |
* | avfilter/af_afir: implement rate option | Paul B Mahol | 2018-11-08 | 1 | -5/+19 |