| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_afftfilt: add threads support | Paul B Mahol | 2022-05-24 | 1 | -47/+92 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -14/+14 |
* | avfilter/af_afftfilt: stop resetting pts | Paul B Mahol | 2022-02-22 | 1 | -81/+39 |
* | avfilter/window_func: unify all filters win_func option that use this header | Paul B Mahol | 2021-10-15 | 1 | -22/+1 |
* | avfilter/af_afftfilt: Store format in filter, remove query function | 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/af_afftfilt: reindent after last commit | Paul B Mahol | 2021-09-12 | 1 | -10/+10 |
* | avfilter/af_afftfilt: add timeline support | Paul B Mahol | 2021-09-12 | 1 | -0/+8 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | libavfilter: Fix implicit declarations of av_cpu_max_align | Martin Storsjö | 2021-08-04 | 1 | -0/+1 |
* | avfilter/af_afftfilt: make sure that tx buffers size are always aligned | Paul B Mahol | 2021-08-04 | 1 | -3/+5 |
* | avfilter/af_afftfilt: switch to TX FFT from avutil | Paul B Mahol | 2021-08-04 | 1 | -40/+51 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avfilter/af_afftfilt: fix memory leaks on error | Paul B Mahol | 2020-02-09 | 1 | -1/+3 |
* | avfilter/af_afffilt: fix crash on error | Paul B Mahol | 2020-02-09 | 1 | -4/+7 |
* | avfilter/af_afftfilt: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/af_afftfilt: fix possible invalid memory access | Paul B Mahol | 2019-10-07 | 1 | -0/+2 |
* | avfilter/af_afftfilt: make selecting window size simpler | Paul B Mahol | 2019-07-10 | 1 | -15/+3 |
* | avfilter/af_afftfilt: remove invalid scaling | Paul B Mahol | 2019-07-06 | 1 | -7/+2 |
* | avfilter/af_afftfilt: switch to activate | Paul B Mahol | 2019-05-08 | 1 | -102/+126 |
* | avfilter/af_afftfilt: use first input frame timestamp | Paul B Mahol | 2018-11-12 | 1 | -0/+4 |
* | avfilter/af_afftfilt: calculate all channels FFT values upfront | Paul B Mahol | 2018-11-12 | 1 | -4/+7 |
* | avfilter/af_afftfilt: add more window types | Paul B Mahol | 2018-11-11 | 1 | -0/+15 |
* | avfilter/af_afftfilt: extend filter functionality | Paul B Mahol | 2018-11-11 | 1 | -15/+60 |
* | avfilter/af_afftfilt: add missing error check | Paul B Mahol | 2017-11-20 | 1 | -2/+4 |
* | lavfi: make window_func an inline function | Rostislav Pehlivanov | 2017-09-23 | 1 | -1/+1 |
* | avfilter/af_afftfilt: fix memory leaks | Paul B Mahol | 2017-06-04 | 1 | -0/+3 |
* | avfilter/af_afftfilt: add option for 17 fft case | Paul B Mahol | 2016-03-04 | 1 | -0/+1 |
* | avfilter/af_afftfilt: Extend to 17bit fft | Michael Niedermayer | 2016-03-04 | 1 | -1/+1 |
* | avfilter/af_afftfilt: Set last_expr to the default | Michael Niedermayer | 2016-02-04 | 1 | -1/+2 |
* | avfilter: add afftfilter | Paul B Mahol | 2016-01-21 | 1 | -0/+401 |