summaryrefslogtreecommitdiff
path: root/libavfilter/af_arnndn.c
Commit message (Expand)AuthorAge
* avfilter/af_arnndn: skip array extra entries by looking for new linePaul B Mahol2021-02-10
* avfilter/af_arnndn: make model opening errors more verbosePaul B Mahol2021-02-09
* avfilter/af_arnndn: add support for commandsPaul B Mahol2021-02-05
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avfilter/af_arnndn: add mix optionPaul B Mahol2020-12-04
* avfilter/af_arnndn: add timeline supportPaul B Mahol2020-11-25
* avfilter/af_arnndn: reduce size of second_check[] tablePaul B Mahol2020-09-04
* avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol2020-08-27
* avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol2020-08-27
* avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol2020-08-21
* avfilter/af_arnndn: Remove superfluous qualifierAndreas Rheinhardt2019-10-17
* avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1Paul B Mahol2019-10-17
* avfilter: add arnndn filterPaul B Mahol2019-10-16