Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-05-23Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-11avfilter/af_arnndn: initialize ret to silence compiler warningPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-10avfilter/af_arnndn: skip array extra entries by looking for new linePaul B Mahol
2021-02-10avfilter/af_arnndn: make model opening errors more verbosePaul B Mahol
2021-02-05avfilter/af_arnndn: add support for commandsPaul B Mahol
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-05avfilter/af_arnndn: add mix optionPaul B Mahol
2020-11-25avfilter/af_arnndn: add timeline supportPaul B Mahol
2020-09-04avfilter/af_arnndn: reduce size of second_check[] tablePaul B Mahol
2020-08-27avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol
2020-08-27avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol
2020-08-21avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol
2019-10-17avfilter/af_arnndn: Remove superfluous qualifierAndreas Rheinhardt
2019-10-17avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1Paul B Mahol
2019-10-16avfilter: add arnndn filterPaul B Mahol