summaryrefslogtreecommitdiff
path: root/libavfilter/af_arnndn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_arnndn: initialize ret to silence compiler warningPaul B Mahol2021-09-111-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_arnndn: skip array extra entries by looking for new linePaul B Mahol2021-02-101-1/+16
* avfilter/af_arnndn: make model opening errors more verbosePaul B Mahol2021-02-091-15/+20
* avfilter/af_arnndn: add support for commandsPaul B Mahol2021-02-051-32/+89
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avfilter/af_arnndn: add mix optionPaul B Mahol2020-12-041-0/+11
* avfilter/af_arnndn: add timeline supportPaul B Mahol2020-11-251-4/+7
* avfilter/af_arnndn: reduce size of second_check[] tablePaul B Mahol2020-09-041-1/+1
* avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol2020-08-271-12/+10
* avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol2020-08-271-9/+7
* avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol2020-08-211-2/+1
* avfilter/af_arnndn: Remove superfluous qualifierAndreas Rheinhardt2019-10-171-2/+2
* avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1Paul B Mahol2019-10-171-0/+5
* avfilter: add arnndn filterPaul B Mahol2019-10-161-0/+1544