| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/af_arnndn: convert to query_func2() | Anton Khirnov | 2024-09-05 | 1 | -8/+6 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_arnndn: unbreak filtering | Paul B Mahol | 2023-01-17 | 1 | -4/+5 |
* | avfilter/af_arnndn: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+1 |
* | Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 | Martin Storsjö | 2022-05-23 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -4/+4 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_arnndn: initialize ret to silence compiler warning | Paul B Mahol | 2021-09-11 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | 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 | -15/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_arnndn: skip array extra entries by looking for new line | Paul B Mahol | 2021-02-10 | 1 | -1/+16 |
* | avfilter/af_arnndn: make model opening errors more verbose | Paul B Mahol | 2021-02-09 | 1 | -15/+20 |
* | avfilter/af_arnndn: add support for commands | Paul B Mahol | 2021-02-05 | 1 | -32/+89 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avfilter/af_arnndn: add mix option | Paul B Mahol | 2020-12-04 | 1 | -0/+11 |
* | avfilter/af_arnndn: add timeline support | Paul B Mahol | 2020-11-25 | 1 | -4/+7 |
* | avfilter/af_arnndn: reduce size of second_check[] table | Paul B Mahol | 2020-09-04 | 1 | -1/+1 |
* | avfilter/af_arnndn: use memcpy for copying in compute_rnn() | Paul B Mahol | 2020-08-27 | 1 | -12/+10 |
* | avfilter/af_arnndn: use scalarproduct_float() in dct function | Paul B Mahol | 2020-08-27 | 1 | -9/+7 |
* | avfilter/af_arnndn: use RNN_COPY macro to copy | Paul B Mahol | 2020-08-21 | 1 | -2/+1 |
* | avfilter/af_arnndn: Remove superfluous qualifier | Andreas Rheinhardt | 2019-10-17 | 1 | -2/+2 |
* | avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1 | Paul B Mahol | 2019-10-17 | 1 | -0/+5 |
* | avfilter: add arnndn filter | Paul B Mahol | 2019-10-16 | 1 | -0/+1544 |